jgallimore commented on issue #606: TOMEE-2734-Upgrade CXF to 3.3.4 URL: https://github.com/apache/tomee/pull/606#issuecomment-559556530 Here's the exception I see on the last few failures: Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:498) at org.jboss.arquillian.container.test.impl.client.deployment.AnnotationDeploymentScenarioGenerator.invoke(AnnotationDeploymentScenarioGenerator.java:177) ... 68 more Caused by: java.lang.NoClassDefFoundError: org/eclipse/jetty/util/ssl/SslContextFactory at org.eclipse.microprofile.rest.client.tck.ssl.HttpsServer.<init>(HttpsServer.java:45) at org.eclipse.microprofile.rest.client.tck.ssl.AbstractSslTest.startServer(AbstractSslTest.java:148) at org.eclipse.microprofile.rest.client.tck.ssl.AbstractSslTest.initializeTest(AbstractSslTest.java:96) at org.eclipse.microprofile.rest.client.tck.ssl.SslContextTest.createDeployment(SslContextTest.java:39) ... 73 more Caused by: java.lang.ClassNotFoundException: org.eclipse.jetty.util.ssl.SslContextFactory at java.net.URLClassLoader.findClass(URLClassLoader.java:382) at java.lang.ClassLoader.loadClass(ClassLoader.java:424) at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349) at java.lang.ClassLoader.loadClass(ClassLoader.java:357) ... 77 more Looks like a setup issue rather than an implementation issue at this point.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
