Advertisement
vwjugow

RestEasy error

Apr 9th, 2014
147
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. 15:45:15,617 ERROR org.apache.catalina.core.StandardContext (MSC service thread 1-5) Context [] startup failed due to previous errors: java.lang.IllegalArgumentException: Duplicate context initialization parameter resteasy.injector.factory
  2. at org.apache.catalina.core.StandardContext.addParameter(StandardContext.java:2186) [jbossweb-7.0.13.Final.jar:]
  3. at org.jboss.as.web.deployment.JBossContextConfig.processWebMetaData(JBossContextConfig.java:261) jboss-as-web-7.1.1.Final.jar:7.1.1.Final
  4. at org.jboss.as.web.deployment.JBossContextConfig.applicationWebConfig(JBossContextConfig.java:169) jboss-as-web-7.1.1.Final.jar:7.1.1.Final
  5. at org.apache.catalina.startup.ContextConfig.start(ContextConfig.java:417) [jbossweb-7.0.13.Final.jar:]
  6. at org.apache.catalina.startup.ContextConfig.lifecycleEvent(ContextConfig.java:182) [jbossweb-7.0.13.Final.jar:]
  7. at org.jboss.as.web.deployment.JBossContextConfig.lifecycleEvent(JBossContextConfig.java:162) jboss-as-web-7.1.1.Final.jar:7.1.1.Final
  8. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:115) [jbossweb-7.0.13.Final.jar:]
  9. at org.apache.catalina.core.StandardContext.start(StandardContext.java:3790) [jbossweb-7.0.13.Final.jar:]
  10. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:90) jboss-as-web-7.1.1.Final.jar:7.1.1.Final
  11. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) jboss-msc-1.0.2.GA.jar:1.0.2.GA
  12. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) jboss-msc-1.0.2.GA.jar:1.0.2.GA
  13. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) rt.jar:1.7.0_45
  14. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) rt.jar:1.7.0_45
  15. at java.lang.Thread.run(Thread.java:744) rt.jar:1.7.0_45
  16. 15:45:15,625 ERROR org.apache.catalina.core.StandardContext (MSC service thread 1-5) Context [] startup failed due to previous errors
  17. 15:45:15,634 ERROR org.jboss.msc.service.fail (MSC service thread 1-5) MSC00001: Failed to start service jboss.web.deployment.default-host./: org.jboss.msc.service.StartException in service jboss.web.deployment.default-host./: JBAS018040: Failed to start context
  18. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:95)
  19. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) jboss-msc-1.0.2.GA.jar:1.0.2.GA
  20. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) jboss-msc-1.0.2.GA.jar:1.0.2.GA
  21. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) rt.jar:1.7.0_45
  22. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) rt.jar:1.7.0_45
  23. at java.lang.Thread.run(Thread.java:744) rt.jar:1.7.0_45
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement