Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

lib/ext does not exist in domains created by 4.1.152 resulting in failure during add-library #276

Closed
realityforge opened this issue May 5, 2015 · 2 comments
Assignees

Comments

@realityforge
Copy link
Contributor

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.

@davewinters
Copy link
Contributor

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

@phillipross
Copy link
Contributor

+1

smillidge added a commit that referenced this issue Jun 1, 2015
Pandrex247 added a commit to Pandrex247/Payara that referenced this issue Aug 10, 2022
….1.2.191.23

Increment version numbers 4.1.2.191.23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants