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
Following these java 11 issues #1687 we are having problems after upgrading the ipt from 2.5.0 to 2.5.2, in an ubuntu 20.04 running tomcat 9 and java 11.
During publish:
ERROR 02-Dec-2021 08:15:53 [org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler] - Exception occurred during processing request: Method "publish" failed for object org.gbif.ipt.action.manage.OverviewAction@4c87c9ef
ognl.MethodFailedException: Method "publish" failed for object org.gbif.ipt.action.manage.OverviewAction@4c87c9ef
(...)
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
at org.gbif.doi.service.datacite.RestJsonApiDataCiteService.update(RestJsonApiDataCiteService.java:299) ~[gbif-doi-2.16.jar:2.16]
and with reserveDoi:
ERROR 02-Dec-2021 08:51:33 [org.apache.struts2.dispatcher.DefaultDispatcherErrorHandler] - Exception occurred during processing request: Method "reserveDoi" failed for object org.gbif.ipt.action.manage.OverviewAction@4add0425
ognl.MethodFailedException: Method "reserveDoi" failed for object org.gbif.ipt.action.manage.OverviewAction@4add0425
(...)
Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/JAXBException
at org.gbif.doi.service.datacite.RestJsonApiDataCiteService.reserve(RestJsonApiDataCiteService.java:177) ~[gbif-doi-2.16.jar:2.16]
We were using tomcat 9, and java 11, and ipt 2.5.0 without these issues.
The text was updated successfully, but these errors were encountered:
vjrj
changed the title
Exception in "publish" and "reserveDoi" with ipt 2.5.2 on tomcat 9
Exception in "publish" and "reserveDoi" with ipt 2.5.2 on tomcat 9 and java 11
Dec 2, 2021
Following these java 11 issues #1687 we are having problems after upgrading the ipt from
2.5.0
to2.5.2
, in an ubuntu 20.04 running tomcat 9 and java 11.During
publish
:and with
reserveDoi:
We were using tomcat 9, and java 11, and ipt
2.5.0
without these issues.I'll try some of the workarounds described here:
https://stackoverflow.com/a/43574427/642847
The text was updated successfully, but these errors were encountered: