I tried 2.2.9 and I still have this error. Any suggestions?
[ERROR ] SRVE0777E: Exception thrown by application class 'com.google.common.cache.LocalCache$Segment.get:2,263' com.google.common.util.concurrent.UncheckedExecutionException: org.jboss.weld.exceptions.IllegalStateException:
WELD-001328
: Unable to identify the correct BeanManager. The calling class javax.enterprise.inject.spi.Unmanaged is not placed in bean archive at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263) at [internal classes] at javax.enterprise.inject.spi.Unmanaged.<init>(Unmanaged.java:47) at cdi12.noncontextual.test.Servlet.doGet(Servlet.java:25) at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at com.XXX.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1285) at [internal classes] Caused by: org.jboss.weld.exceptions.IllegalStateException:
WELD-001328
: Unable to identify the correct BeanManager. The calling class javax.enterprise.inject.spi.Unmanaged is not placed in bean archive at org.jboss.weld.SimpleCDI.unsatisfiedBeanManager(SimpleCDI.java:89) ... 7 more
[ERROR ] SRVE0315E: An exception occurred: com.XXX.ws.webcontainer.webapp.WebAppErrorReport: com.google.common.util.concurrent.UncheckedExecutionException: org.jboss.weld.exceptions.IllegalStateException:
WELD-001328
: Unable to identify the correct BeanManager. The calling class javax.enterprise.inject.spi.Unmanaged is not placed in bean archive at com.google.common.cache.LocalCache$Segment.get(LocalCache.java:2263) at [internal classes] at javax.enterprise.inject.spi.Unmanaged.<init>(Unmanaged.java:47) at cdi12.noncontextual.test.Servlet.doGet(Servlet.java:25) at javax.servlet.http.HttpServlet.service(HttpServlet.java:687) at javax.servlet.http.HttpServlet.service(HttpServlet.java:790) at com.XXX.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1285) at [internal classes] Caused by: com.google.common.util.concurrent.UncheckedExecutionException: org.jboss.weld.exceptions.IllegalStateException:
WELD-001328
: Unable to identify the correct BeanManager. The calling class javax.enterprise.inject.spi.Unmanaged is not placed in bean archive ... 9 more Caused by: org.jboss.weld.exceptions.IllegalStateException:
WELD-001328
: Unable to identify the correct BeanManager. The calling class javax.enterprise.inject.spi.Unmanaged is not placed in bean archive at org.jboss.weld.SimpleCDI.unsatisfiedBeanManager(SimpleCDI.java:89) ... 7 more
|