Advertisement
Guest User

Untitled

a guest
Jul 17th, 2011
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.79 KB | None | 0 0
  1. [org.richfaces.log.Cache] (MSC service thread 1-5) Selected fallback cache factory
  2. 15:53:27,536 INFO [org.richfaces.log.Cache] (MSC service thread 1-5) Creating LRUMap cache instance using parameters: {facelets.DEVELOPMENT=true, org.richfaces.push.jms.connectionPassword=guest, org.richfaces.push.jms.connectionUsername=guest, org.richfaces.examples.tweetstream.searchTermBase=#java, org.richfaces.push.jms.disable=true}
  3. 15:53:27,545 INFO [org.richfaces.log.Cache] (MSC service thread 1-5) Creating LRUMap cache instance of 512 items capacity
  4. 15:53:28,300 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-5) Unsanitized stacktrace from failed start...: com.google.common.collect.ComputationException: javax.faces.FacesException: Name 'ConnectionFactory' not found in context ''
  5. at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingConcurrentHashMap.java:167) [guava-r08.jar:]
  6. at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingConcurrentHashMap.java:116) [guava-r08.jar:]
  7. at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.java:67) [guava-r08.jar:]
  8. at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623) [guava-r08.jar:]
  9. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl.createTopic(JMSTopicsContextImpl.java:215) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  10. at org.richfaces.application.push.TopicsContext.getOrCreateTopic(TopicsContext.java:44) [richfaces-core-api-4.1.0-20110713.100430-60.jar:]
  11. at org.richfaces.examples.tweetstream.dataserver.jms.TopicsInitializer.processEvent(TopicsInitializer.java:56) [classes:]
  12. at javax.faces.event.SystemEvent.processListener(SystemEvent.java:106) [jboss-jsf-api_2.0_spec-1.0.0.Final.jar:1.0.0.Final]
  13. at com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2102) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  14. at com.sun.faces.application.ApplicationImpl.invokeListenersFor(ApplicationImpl.java:2078) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  15. at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:301) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  16. at org.jboss.as.weld.webtier.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:288) [jboss-as-weld-7.0.0.Final.jar:7.0.0.Final]
  17. at com.sun.faces.config.ConfigManager.publishPostConfigEvent(ConfigManager.java:605) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  18. at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:348) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  19. at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  20. at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3368) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
  21. at org.apache.catalina.core.StandardContext.start(StandardContext.java:3821) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
  22. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:70) [jboss-as-web-7.0.0.Final.jar:7.0.0.Final]
  23. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
  24. at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
  25. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
  26. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
  27. at java.lang.Thread.run(Thread.java:680) [:1.6.0_24]
  28. Caused by: javax.faces.FacesException: Name 'ConnectionFactory' not found in context ''
  29. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$1.apply(JMSTopicsContextImpl.java:191) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  30. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$1.apply(JMSTopicsContextImpl.java:179) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  31. at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingConcurrentHashMap.java:155) [guava-r08.jar:]
  32. ... 22 more
  33. Caused by: javax.naming.NameNotFoundException: Name 'ConnectionFactory' not found in context ''
  34. at org.jboss.as.naming.util.NamingUtils.nameNotFoundException(NamingUtils.java:109)
  35. at org.jboss.as.naming.InMemoryNamingStore$NodeTraversingVisitor.visit(InMemoryNamingStore.java:368)
  36. at org.jboss.as.naming.InMemoryNamingStore$ContextNode.accept(InMemoryNamingStore.java:307)
  37. at org.jboss.as.naming.InMemoryNamingStore.lookup(InMemoryNamingStore.java:162)
  38. at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:173)
  39. at javax.naming.InitialContext.lookup(InitialContext.java:396) [:1.6.0_24]
  40. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$JMSTopicContext.createConnection(JMSTopicsContextImpl.java:82) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  41. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$JMSTopicContext.start(JMSTopicsContextImpl.java:107) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  42. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$1.apply(JMSTopicsContextImpl.java:183) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  43. ... 24 more
  44.  
  45. 15:53:28,305 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-5) Critical error during deployment: : com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Name 'ConnectionFactory' not found in context ''
  46. at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:358) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  47. at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  48. at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3368) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
  49. at org.apache.catalina.core.StandardContext.start(StandardContext.java:3821) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
  50. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:70) [jboss-as-web-7.0.0.Final.jar:7.0.0.Final]
  51. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
  52. at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
  53. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
  54. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
  55. at java.lang.Thread.run(Thread.java:680) [:1.6.0_24]
  56. Caused by: javax.naming.NameNotFoundException: Name 'ConnectionFactory' not found in context ''
  57. at org.jboss.as.naming.util.NamingUtils.nameNotFoundException(NamingUtils.java:109)
  58. at org.jboss.as.naming.InMemoryNamingStore$NodeTraversingVisitor.visit(InMemoryNamingStore.java:368)
  59. at org.jboss.as.naming.InMemoryNamingStore$ContextNode.accept(InMemoryNamingStore.java:307)
  60. at org.jboss.as.naming.InMemoryNamingStore.lookup(InMemoryNamingStore.java:162)
  61. at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:173)
  62. at javax.naming.InitialContext.lookup(InitialContext.java:396) [:1.6.0_24]
  63. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$JMSTopicContext.createConnection(JMSTopicsContextImpl.java:82) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  64. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$JMSTopicContext.start(JMSTopicsContextImpl.java:107) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  65. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$1.apply(JMSTopicsContextImpl.java:183) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  66. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$1.apply(JMSTopicsContextImpl.java:179) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  67. at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingConcurrentHashMap.java:155) [guava-r08.jar:]
  68. at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingConcurrentHashMap.java:116) [guava-r08.jar:]
  69. at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.java:67) [guava-r08.jar:]
  70. at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623) [guava-r08.jar:]
  71. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl.createTopic(JMSTopicsContextImpl.java:215) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  72. at org.richfaces.application.push.TopicsContext.getOrCreateTopic(TopicsContext.java:44) [richfaces-core-api-4.1.0-20110713.100430-60.jar:]
  73. at org.richfaces.examples.tweetstream.dataserver.jms.TopicsInitializer.processEvent(TopicsInitializer.java:56) [classes:]
  74. at javax.faces.event.SystemEvent.processListener(SystemEvent.java:106) [jboss-jsf-api_2.0_spec-1.0.0.Final.jar:1.0.0.Final]
  75. at com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2102) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  76. at com.sun.faces.application.ApplicationImpl.invokeListenersFor(ApplicationImpl.java:2078) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  77. at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:301) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  78. at org.jboss.as.weld.webtier.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:288) [jboss-as-weld-7.0.0.Final.jar:7.0.0.Final]
  79. at com.sun.faces.config.ConfigManager.publishPostConfigEvent(ConfigManager.java:605) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  80. at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:348) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  81. ... 9 more
  82.  
  83. 15:53:28,310 ERROR [org.apache.catalina.core.ContainerBase.[jboss.web].[default-host].[/tweetstream]] (MSC service thread 1-5) Exception sending context initialized event to listener instance of class com.sun.faces.config.ConfigureListener: java.lang.RuntimeException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Name 'ConnectionFactory' not found in context ''
  84. at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:294) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  85. at org.apache.catalina.core.StandardContext.contextListenerStart(StandardContext.java:3368) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
  86. at org.apache.catalina.core.StandardContext.start(StandardContext.java:3821) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
  87. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:70) [jboss-as-web-7.0.0.Final.jar:7.0.0.Final]
  88. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
  89. at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
  90. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
  91. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
  92. at java.lang.Thread.run(Thread.java:680) [:1.6.0_24]
  93. Caused by: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! Name 'ConnectionFactory' not found in context ''
  94. at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:358) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  95. at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:226) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  96. ... 8 more
  97. Caused by: javax.naming.NameNotFoundException: Name 'ConnectionFactory' not found in context ''
  98. at org.jboss.as.naming.util.NamingUtils.nameNotFoundException(NamingUtils.java:109)
  99. at org.jboss.as.naming.InMemoryNamingStore$NodeTraversingVisitor.visit(InMemoryNamingStore.java:368)
  100. at org.jboss.as.naming.InMemoryNamingStore$ContextNode.accept(InMemoryNamingStore.java:307)
  101. at org.jboss.as.naming.InMemoryNamingStore.lookup(InMemoryNamingStore.java:162)
  102. at org.jboss.as.naming.NamingContext.lookup(NamingContext.java:173)
  103. at javax.naming.InitialContext.lookup(InitialContext.java:396) [:1.6.0_24]
  104. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$JMSTopicContext.createConnection(JMSTopicsContextImpl.java:82) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  105. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$JMSTopicContext.start(JMSTopicsContextImpl.java:107) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  106. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$1.apply(JMSTopicsContextImpl.java:183) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  107. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl$1.apply(JMSTopicsContextImpl.java:179) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  108. at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingConcurrentHashMap.java:155) [guava-r08.jar:]
  109. at com.google.common.collect.ComputingConcurrentHashMap$ComputingSegment.compute(ComputingConcurrentHashMap.java:116) [guava-r08.jar:]
  110. at com.google.common.collect.ComputingConcurrentHashMap.apply(ComputingConcurrentHashMap.java:67) [guava-r08.jar:]
  111. at com.google.common.collect.MapMaker$ComputingMapAdapter.get(MapMaker.java:623) [guava-r08.jar:]
  112. at org.richfaces.application.push.impl.jms.JMSTopicsContextImpl.createTopic(JMSTopicsContextImpl.java:215) [richfaces-core-impl-4.1.0-20110713.100430-59.jar:]
  113. at org.richfaces.application.push.TopicsContext.getOrCreateTopic(TopicsContext.java:44) [richfaces-core-api-4.1.0-20110713.100430-60.jar:]
  114. at org.richfaces.examples.tweetstream.dataserver.jms.TopicsInitializer.processEvent(TopicsInitializer.java:56) [classes:]
  115. at javax.faces.event.SystemEvent.processListener(SystemEvent.java:106) [jboss-jsf-api_2.0_spec-1.0.0.Final.jar:1.0.0.Final]
  116. at com.sun.faces.application.ApplicationImpl.processListeners(ApplicationImpl.java:2102) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  117. at com.sun.faces.application.ApplicationImpl.invokeListenersFor(ApplicationImpl.java:2078) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  118. at com.sun.faces.application.ApplicationImpl.publishEvent(ApplicationImpl.java:301) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  119. at org.jboss.as.weld.webtier.jsf.ForwardingApplication.publishEvent(ForwardingApplication.java:288) [jboss-as-weld-7.0.0.Final.jar:7.0.0.Final]
  120. at com.sun.faces.config.ConfigManager.publishPostConfigEvent(ConfigManager.java:605) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  121. at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:348) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  122. ... 9 more
  123.  
  124. 15:53:28,315 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-5) Error listenerStart
  125. 15:53:28,315 ERROR [org.apache.catalina.core.StandardContext] (MSC service thread 1-5) Context [/tweetstream] startup failed due to previous errors
  126. 15:53:28,316 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-5) Unexpected exception when attempting to tear down the Mojarra runtime: java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
  127. at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:804) [jboss-jsf-api_2.0_spec-1.0.0.Final.jar:1.0.0.Final]
  128. at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:306) [jboss-jsf-api_2.0_spec-1.0.0.Final.jar:1.0.0.Final]
  129. at com.sun.faces.config.InitFacesContext.getApplication(InitFacesContext.java:108) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  130. at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:327) [jsf-impl-2.0.4-b09-jbossorg-4.jar:2.0.4-b09-jbossorg-4]
  131. at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3465) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
  132. at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3970) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
  133. at org.apache.catalina.core.StandardContext.start(StandardContext.java:3888) [jbossweb-7.0.0.CR4.jar:7.0.0.Final]
  134. at org.jboss.as.web.deployment.WebDeploymentService.start(WebDeploymentService.java:70) [jboss-as-web-7.0.0.Final.jar:7.0.0.Final]
  135. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
  136. at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
  137. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_24]
  138. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_24]
  139. at java.lang.Thread.run(Thread.java:680) [:1.6.0_24]
  140.  
  141. 15:53:28,319 INFO [org.jboss.web] (MSC service thread 1-5) registering web context: /tweetstream
  142. 15:53:28,353 INFO [org.jboss.as.server.controller] (DeploymentScanner-threads - 2) Deployed "tweetstream.war"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement