I ran the tomee:8-jre-8.0.0-M1-microprofile Docker container. Although TomEE starts up just fine, I cannot access it because of the following error (I don't think this is Docker specific). If I move the Microprofile tracing JARs out of the lib folder before start, then I can access TomEE fine.
404 Not Found localhost logs: 02-Nov-2018 11:27:34.512 SEVERE [main] org.apache.catalina.core.StandardContext.filterStart Exception starting filter [opentracing] java.lang.NullPointerException at org.apache.geronimo.microprofile.opentracing.microprofile.server.OpenTracingFilter.init(OpenTracingFilter.java:57) at org.apache.catalina.core.ApplicationFilterConfig.initFilter(ApplicationFilterConfig.java:270) at org.apache.catalina.core.ApplicationFilterConfig.getFilter(ApplicationFilterConfig.java:251) at org.apache.catalina.core.ApplicationFilterConfig.<init>(ApplicationFilterConfig.java:102) Thanks -- Sent from: http://tomee-openejb.979440.n4.nabble.com/TomEE-Dev-f982480.html