Advertisement
Lauda

Untitled

Jun 29th, 2015
292
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.34 KB | None | 0 0
  1. SEVERE: Unable to deploy collapsed ear in war StandardEngine[Catalina].StandardHost[localhost].StandardContext[/XWSBanka]
  2. org.apache.openejb.OpenEJBException: Unable to load handler chain file: /security/handler-chain-document.xml: null
  3. at org.apache.openejb.config.WsDeployer.getHandlerChains(WsDeployer.java:446)
  4. at org.apache.openejb.config.WsDeployer.processPorts(WsDeployer.java:354)
  5. at org.apache.openejb.config.WsDeployer.deploy(WsDeployer.java:61)
  6. at org.apache.openejb.config.ConfigurationFactory$Chain.deploy(ConfigurationFactory.java:363)
  7. at org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:850)
  8. at org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:791)
  9. at org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:746)
  10. at org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:118)
  11. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
  12. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  13. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5173)
  14. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  15. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  16. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  17. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
  18. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
  19. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
  20. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  21. at java.util.concurrent.FutureTask.run(Unknown Source)
  22. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  23. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  24. at java.lang.Thread.run(Unknown Source)
  25. Caused by: java.lang.NullPointerException
  26. at org.apache.openejb.config.ReadDescriptors.readHandlerChains(ReadDescriptors.java:646)
  27. at org.apache.openejb.config.WsDeployer.getHandlerChains(WsDeployer.java:444)
  28. ... 21 more
  29.  
  30. jun 29, 2015 9:30:41 PM org.apache.catalina.core.ContainerBase removeChild
  31. SEVERE: ContainerBase.removeChild: destroy:
  32. org.apache.catalina.LifecycleException: An invalid Lifecycle transition was attempted ([before_destroy]) for component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/XWSBanka]] in state [STARTING_PREP]
  33. at org.apache.catalina.util.LifecycleBase.invalidTransition(LifecycleBase.java:408)
  34. at org.apache.catalina.util.LifecycleBase.destroy(LifecycleBase.java:298)
  35. at org.apache.catalina.core.ContainerBase.removeChild(ContainerBase.java:1041)
  36. at org.apache.tomee.catalina.TomcatWebAppBuilder.undeploy(TomcatWebAppBuilder.java:977)
  37. at org.apache.tomee.catalina.TomcatWebAppBuilder.undeploy(TomcatWebAppBuilder.java:956)
  38. at org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:797)
  39. at org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:746)
  40. at org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:118)
  41. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
  42. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  43. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5173)
  44. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  45. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  46. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  47. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
  48. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
  49. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
  50. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  51. at java.util.concurrent.FutureTask.run(Unknown Source)
  52. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  53. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  54. at java.lang.Thread.run(Unknown Source)
  55.  
  56. jun 29, 2015 9:30:41 PM org.apache.catalina.core.ContainerBase addChildInternal
  57. SEVERE: ContainerBase.addChild: start:
  58. org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/XWSBanka]]
  59. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:154)
  60. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901)
  61. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  62. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
  63. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
  64. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
  65. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  66. at java.util.concurrent.FutureTask.run(Unknown Source)
  67. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  68. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  69. at java.lang.Thread.run(Unknown Source)
  70. Caused by: org.apache.tomee.catalina.TomEERuntimeException: org.apache.openejb.OpenEJBException: Unable to load handler chain file: /security/handler-chain-document.xml: null
  71. at org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:800)
  72. at org.apache.tomee.catalina.TomcatWebAppBuilder.configureStart(TomcatWebAppBuilder.java:746)
  73. at org.apache.tomee.catalina.GlobalListenerSupport.lifecycleEvent(GlobalListenerSupport.java:118)
  74. at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:119)
  75. at org.apache.catalina.util.LifecycleBase.fireLifecycleEvent(LifecycleBase.java:90)
  76. at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5173)
  77. at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
  78. ... 10 more
  79. Caused by: org.apache.openejb.OpenEJBException: Unable to load handler chain file: /security/handler-chain-document.xml: null
  80. at org.apache.openejb.config.WsDeployer.getHandlerChains(WsDeployer.java:446)
  81. at org.apache.openejb.config.WsDeployer.processPorts(WsDeployer.java:354)
  82. at org.apache.openejb.config.WsDeployer.deploy(WsDeployer.java:61)
  83. at org.apache.openejb.config.ConfigurationFactory$Chain.deploy(ConfigurationFactory.java:363)
  84. at org.apache.openejb.config.ConfigurationFactory.configureApplication(ConfigurationFactory.java:850)
  85. at org.apache.tomee.catalina.TomcatWebAppBuilder.startInternal(TomcatWebAppBuilder.java:791)
  86. ... 16 more
  87. Caused by: java.lang.NullPointerException
  88. at org.apache.openejb.config.ReadDescriptors.readHandlerChains(ReadDescriptors.java:646)
  89. at org.apache.openejb.config.WsDeployer.getHandlerChains(WsDeployer.java:444)
  90. ... 21 more
  91.  
  92. jun 29, 2015 9:30:41 PM org.apache.catalina.startup.HostConfig deployWAR
  93. SEVERE: Error deploying web application archive C:\webserver\Banka_A\apache-tomee-1.5.0-plus\webapps\XWSBanka.war
  94. java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/XWSBanka]]
  95. at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:904)
  96. at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877)
  97. at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:618)
  98. at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:963)
  99. at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1600)
  100. at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
  101. at java.util.concurrent.FutureTask.run(Unknown Source)
  102. at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  103. at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  104. at java.lang.Thread.run(Unknown Source)
  105.  
  106. jun 29, 2015 9:30:41 PM org.apache.coyote.AbstractProtocol start
  107. INFO: Starting ProtocolHandler ["http-bio-8081"]
  108. jun 29, 2015 9:30:41 PM org.apache.coyote.AbstractProtocol start
  109. INFO: Starting ProtocolHandler ["ajp-bio-8010"]
  110. jun 29, 2015 9:30:41 PM org.apache.catalina.startup.Catalina start
  111. INFO: Server startup in 898 ms
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement