Failed startup of context o.e.j.w.WebAppContext 升级码头版本到 9.4.44 后出错
Failed startup of context o.e.j.w.WebAppContext error after upgrade jetty version to 9.4.44
当前jetty版本是9.4.6,我尝试升级到9.4.44,报错。你能帮帮我吗?
WebAppContext:554 -Failed startup of context o.e.j.w.WebAppContext@163f1cd{passwd-change,/passwd-change,file:///run/opt/corp/gsec/7.0.0/java-service/gsec-jetty-base/temp/jetty-gsec-2443-passwd-change.war-_passwd-change-any-6326268666909012254.dir/webapp/,UNAVAILABLE}{/passwd-change.war}
Caused by: java.lang.IllegalAccessError: tried to access method org.eclipse.jetty.server.handler.ContextHandler$StaticContext.createInstance(Ljava/lang/Class;)Ljava/lang/Object; from class jetty.webapp.StandardDescriptorProcessor
at org.eclipse.jetty.webapp.StandardDescriptorProcessor.newListenerInstance(StandardDescriptorProcessor.java:1945) ~[apacheds-service-2.0.0-M24.jar:2.0.0-M24]
at org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitListener(StandardDescriptorProcessor.java:1900) ~[apacheds-service-2.0.0-M24.jar:2.0.0-M24]
您 apacheds-service-2.0.0-M24.jar
中的码头文件也需要升级。
列出 apacheds-service-2.0.0-M24.jar
文件的内容,您将在 org.eclipse.jetty.
命名空间中看到 类。
这些与您通过 jetty-distribution
zip 升级 Jetty 的努力相冲突。
当前jetty版本是9.4.6,我尝试升级到9.4.44,报错。你能帮帮我吗?
WebAppContext:554 -Failed startup of context o.e.j.w.WebAppContext@163f1cd{passwd-change,/passwd-change,file:///run/opt/corp/gsec/7.0.0/java-service/gsec-jetty-base/temp/jetty-gsec-2443-passwd-change.war-_passwd-change-any-6326268666909012254.dir/webapp/,UNAVAILABLE}{/passwd-change.war}
Caused by: java.lang.IllegalAccessError: tried to access method org.eclipse.jetty.server.handler.ContextHandler$StaticContext.createInstance(Ljava/lang/Class;)Ljava/lang/Object; from class jetty.webapp.StandardDescriptorProcessor
at org.eclipse.jetty.webapp.StandardDescriptorProcessor.newListenerInstance(StandardDescriptorProcessor.java:1945) ~[apacheds-service-2.0.0-M24.jar:2.0.0-M24]
at org.eclipse.jetty.webapp.StandardDescriptorProcessor.visitListener(StandardDescriptorProcessor.java:1900) ~[apacheds-service-2.0.0-M24.jar:2.0.0-M24]
您 apacheds-service-2.0.0-M24.jar
中的码头文件也需要升级。
列出 apacheds-service-2.0.0-M24.jar
文件的内容,您将在 org.eclipse.jetty.
命名空间中看到 类。
这些与您通过 jetty-distribution
zip 升级 Jetty 的努力相冲突。