Task #2918
Story #2720: KNB, LTER, PISCO, ESA, SANPARKS roll out
Task #2882: KNB MN upgrade
Task #2902: Move/deprecate/update "authority" LSID-resolution service
LSID authority service error on init
100%
Description
During authority.war init() we get this error:
java.lang.NoClassDefFoundError: org/w3c/dom/ElementTraversal
It is because of a missing xml-apis.jar file (the file was renamed with specific version provenance in the name but not reflected in the build.xml)
We can patch each deployment manually by including the missing jar or we can revisit the 2.0.0 Metacat tag.
(Assigning to Matt for triage)
History
#1 Updated by Ben Leinfelder over 12 years ago
This is also deployed on the ESA server (including the manual patch where I drop in the missing xml-apis jar file)
#2 Updated by Ben Leinfelder over 12 years ago
- Status changed from New to Closed
Discussed with Matt - we will leave as is and be mindful of any future deployments.
#3 Updated by Ben Leinfelder over 12 years ago
The work around is to copy the xml-apis*.jar file from the Metacat deployment (webapps/knb/WEB-INF/lib/) to the authority service deployment (webapps/authority/WEB-INF/lib)