You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In earlier versions of Payara lib/ext was created when the domain was created. Thus when you do something like asadmin add-library --type ext jtds.jar you get an error like: "Attempt to rename /srv/glassfish/batch/applications/xfer-4410603376690190895/DEFAULT/jtds-1.3.1.jar to /srv/glassfish/batch/lib/ext/jtds-1.3.1.jar failed after 21 retries"
To address this, payara/glassfish should either create the directory as part of the add-library command or come with a pre-configured empty directory.
The text was updated successfully, but these errors were encountered:
applibs and classes directories also missing from the domains<domain_name>\lib directory. These exist in Glassfish 4.1 GA. These also did not exist in payara 4.1.151.
Glassfish 4.1 defaiult domain directory contains these subdirectories out of the box:
applibs
classes
databases
ext
Will fix for domain1 and payaradomain along with a new domain created by users
In earlier versions of Payara lib/ext was created when the domain was created. Thus when you do something like
asadmin add-library --type ext jtds.jar
you get an error like: "Attempt to rename /srv/glassfish/batch/applications/xfer-4410603376690190895/DEFAULT/jtds-1.3.1.jar to /srv/glassfish/batch/lib/ext/jtds-1.3.1.jar failed after 21 retries"To address this, payara/glassfish should either create the directory as part of the add-library command or come with a pre-configured empty directory.
The text was updated successfully, but these errors were encountered: