【发布时间】:2022-12-26 18:31:47
【问题描述】:
I am getting following error while upgrading my webservice application built with gradle from jdk1.8 to OpenJDK 11.
[ERROR ] WSSERVLET11: failed to parse runtime descriptor: java.lang.IllegalArgumentException: Argument(s) "type" can't be null. Argument(s) "type" can't be null. [ERROR ] SRVE0283E: Exception caught while initializing context: com.sun.xml.ws.transport.http.servlet.WSServletException: WSSERVLET11: failed to parse runtime descriptor: java.lang.IllegalArgumentException: Argument(s) "type" can't be null. at com.sun.xml.ws.transport.http.servlet.WSServletContextListener.contextInitialized(WSServletContextListener.java:118) at com.ibm.ws.webcontainer.webapp.WebApp.notifyServletContextCreated(WebApp.java:2437) at [internal classes] Caused by: java.lang.IllegalArgumentException: Argument(s) "type" can't be null. at com.sun.xml.bind.api.TypeReference.(TypeReference.java:89) ... 1 more
【问题讨论】: