Advertisement
Guest User

Untitled

a guest
Jul 15th, 2013
391
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.63 KB | None | 0 0
  1. 10:41:24,524 INFO [org.jboss.as.server.deployment] (MSC service thread 1-7) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
  2. 10:41:24,798 INFO [org.jboss.as.jpa] (MSC service thread 1-1) JBAS011401: Read persistence.xml for integration
  3. 10:41:24,821 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.javassist:main") which may be changed or removed in future versions without notice.
  4. 10:41:24,821 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.javassist:main") which may be changed or removed in future versions without notice.
  5. 10:41:24,821 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
  6. 10:41:24,821 WARN [org.jboss.as.dependency.private] (MSC service thread 1-3) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.apache.commons.collections:main") which may be changed or removed in future versions without notice.
  7. 10:41:24,823 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 55) JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#integration'
  8. 10:41:24,823 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 55) HHH000204: Processing PersistenceUnitInfo [
  9. name: integration
  10. ...]
  11. 10:41:24,858 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named EjbSynchronizations in deployment unit deployment "test.war" are as follows:
  12.  
  13. java:global/test/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
  14. java:app/test/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
  15. java:module/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
  16. java:global/test/EjbSynchronizations
  17. java:app/test/EjbSynchronizations
  18. java:module/EjbSynchronizations
  19.  
  20. 10:41:24,859 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named TimerServiceDispatcher in deployment unit deployment "test.war" are as follows:
  21.  
  22. java:global/test/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
  23. java:app/test/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
  24. java:module/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
  25. java:global/test/TimerServiceDispatcher
  26. java:app/test/TimerServiceDispatcher
  27. java:module/TimerServiceDispatcher
  28.  
  29. 10:41:24,897 WARN [org.jboss.weld.deployer] (MSC service thread 1-8) JBAS016012: Deployment deployment "test.war" contains CDI annotations but beans.xml was not found.
  30. 10:41:24,900 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 55) JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#integration'
  31. 10:41:24,903 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 55) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  32. 10:41:24,903 WARN [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 55) HHH000431: Unable to determine H2 database version, certain features may not work
  33. 10:41:24,903 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 55) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
  34. 10:41:24,906 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 55) HHH000397: Using ASTQueryTranslatorFactory
  35. 10:41:24,907 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 55) HHH000227: Running hbm2ddl schema export
  36. 10:41:24,908 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 55) HHH000230: Schema export complete
  37. 10:41:24,914 INFO [javax.enterprise.resource.webcontainer.jsf.config] (MSC service thread 1-8) Initializing Mojarra 2.2.0-jbossorg-2 20130602-1635 for context '/test'
  38. 10:41:25,214 INFO [javax.servlet.ServletContextListener] (MSC service thread 1-8) Welcome to Seam 2.3.2-SNAPSHOT
  39. 10:41:25,220 WARN [org.jboss.seam.util.Resources] (MSC service thread 1-8) Unable to determine real path from servlet context for "/WEB-INF/dev" path does not exist.
  40. 10:41:25,229 WARN [org.jboss.seam.deployment.URLScanner] (MSC service thread 1-8) could not read entries: java.io.FileNotFoundException: /content/test.war/WEB-INF/classes (No such file or directory)
  41. at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21]
  42. at java.util.zip.ZipFile.<init>(ZipFile.java:214) [rt.jar:1.7.0_21]
  43. at java.util.zip.ZipFile.<init>(ZipFile.java:144) [rt.jar:1.7.0_21]
  44. at java.util.zip.ZipFile.<init>(ZipFile.java:158) [rt.jar:1.7.0_21]
  45. at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  46. at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  47. at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  48. at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  49. at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  50. at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  51. at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:150) [undertow-servlet-1.0.0.Beta1.jar:1.0.0.Beta1]
  52. at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:159) [undertow-servlet-1.0.0.Beta1.jar:1.0.0.Beta1]
  53. at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:82)
  54. at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:70)
  55. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1942)
  56. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1875)
  57. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21]
  58. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]
  59. at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]
  60.  
  61. 10:41:25,232 WARN [org.jboss.seam.deployment.URLScanner] (MSC service thread 1-8) could not read entries: java.io.FileNotFoundException: /content/test.war/WEB-INF/lib/jboss-seam-ui-2.3.2-SNAPSHOT.jar (No such file or directory)
  62. at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21]
  63. at java.util.zip.ZipFile.<init>(ZipFile.java:214) [rt.jar:1.7.0_21]
  64. at java.util.zip.ZipFile.<init>(ZipFile.java:144) [rt.jar:1.7.0_21]
  65. at java.util.zip.ZipFile.<init>(ZipFile.java:158) [rt.jar:1.7.0_21]
  66. at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  67. at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  68. at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  69. at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  70. at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  71. at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  72. at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:150) [undertow-servlet-1.0.0.Beta1.jar:1.0.0.Beta1]
  73. at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:159) [undertow-servlet-1.0.0.Beta1.jar:1.0.0.Beta1]
  74. at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:82)
  75. at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:70)
  76. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1942)
  77. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1875)
  78. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21]
  79. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]
  80. at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]
  81.  
  82. 10:41:25,234 WARN [org.jboss.seam.deployment.URLScanner] (MSC service thread 1-8) could not read entries: java.io.FileNotFoundException: /content/test.war/WEB-INF/lib/jboss-seam-2.3.2-SNAPSHOT.jar (No such file or directory)
  83. at java.util.zip.ZipFile.open(Native Method) [rt.jar:1.7.0_21]
  84. at java.util.zip.ZipFile.<init>(ZipFile.java:214) [rt.jar:1.7.0_21]
  85. at java.util.zip.ZipFile.<init>(ZipFile.java:144) [rt.jar:1.7.0_21]
  86. at java.util.zip.ZipFile.<init>(ZipFile.java:158) [rt.jar:1.7.0_21]
  87. at org.jboss.seam.deployment.URLScanner.handleArchiveByFile(URLScanner.java:123) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  88. at org.jboss.seam.deployment.URLScanner.handle(URLScanner.java:107) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  89. at org.jboss.seam.deployment.URLScanner.scanResources(URLScanner.java:90) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  90. at org.jboss.seam.deployment.StandardDeploymentStrategy.scan(StandardDeploymentStrategy.java:119) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  91. at org.jboss.seam.init.Initialization.create(Initialization.java:131) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  92. at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36) [jboss-seam-2.3.2-SNAPSHOT.jar:2.3.2-SNAPSHOT]
  93. at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:150) [undertow-servlet-1.0.0.Beta1.jar:1.0.0.Beta1]
  94. at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:159) [undertow-servlet-1.0.0.Beta1.jar:1.0.0.Beta1]
  95. at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:82)
  96. at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:70)
  97. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1942)
  98. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1875)
  99. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21]
  100. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]
  101. at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]
  102.  
  103. 10:41:25,236 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-8) reading /WEB-INF/components.xml
  104. 10:41:25,247 INFO [org.jboss.seam.init.Initialization] (MSC service thread 1-8) reading properties from: /seam.properties
  105. 10:41:25,270 INFO [org.jboss.seam.Component] (MSC service thread 1-8) Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
  106. 10:41:25,281 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-8) MSC000001: Failed to start service jboss.undertow.deployment.default-host./test: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-host./test: Failed to start service
  107. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1898) [jboss-msc-1.2.0.Beta1.jar:1.2.0.Beta1]
  108. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21]
  109. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]
  110. at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]
  111. Caused by: java.lang.RuntimeException: java.lang.NullPointerException
  112. at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:181)
  113. at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:82)
  114. at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.start(UndertowDeploymentService.java:70)
  115. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1942) [jboss-msc-1.2.0.Beta1.jar:1.2.0.Beta1]
  116. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1875) [jboss-msc-1.2.0.Beta1.jar:1.2.0.Beta1]
  117. ... 3 more
  118. Caused by: java.lang.NullPointerException
  119. at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:145)
  120. at org.jboss.seam.init.Initialization.init(Initialization.java:813)
  121. at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
  122. at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:150)
  123. at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:159)
  124. ... 7 more
  125.  
  126. 10:41:25,286 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 6) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "test.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.undertow.deployment.default-host./test" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-host./test: Failed to start service
  127. Caused by: java.lang.RuntimeException: java.lang.NullPointerException
  128. Caused by: java.lang.NullPointerException"}}
  129. 10:41:25,286 ERROR [org.jboss.as.server] (management-handler-thread - 6) JBAS015870: Deploy of deployment "test.war" was rolled back with the following failure message:
  130. {"JBAS014671: Failed services" => {"jboss.undertow.deployment.default-host./test" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-host./test: Failed to start service
  131. Caused by: java.lang.RuntimeException: java.lang.NullPointerException
  132. Caused by: java.lang.NullPointerException"}}
  133. 10:41:25,288 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 62) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#integration'
  134. 10:41:25,288 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000227: Running hbm2ddl schema export
  135. 10:41:25,288 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000230: Schema export complete
  136. 10:41:25,290 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 62) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#integration'
  137. 10:41:25,302 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 15ms
  138. 10:41:25,302 INFO [org.jboss.as.controller] (management-handler-thread - 6) JBAS014774: Service status report
  139. JBAS014776: Newly corrected services:
  140. service jboss.deployment.unit."test.war".component."javax.faces.webapp.FacetTag".START (no longer required)
  141. service jboss.persistenceunit."test.war#integration" (no longer required)
  142. service jboss.undertow.deployment.default-host./test (no longer required)
  143. JBAS014777: Services which failed to start: service jboss.undertow.deployment.default-host./test
  144.  
  145. 10:41:26,456 INFO [org.jboss.as.repository] (management-handler-thread - 8) JBAS014900: Content added at location /home/smarlow/work/as8/build/target/wildfly-8.0.0.Alpha3-SNAPSHOT/standalone/data/content/ab/c91e0c045b77742781cce319142801b7b0a48a/content
  146. 10:41:26,457 INFO [org.jboss.as.server.deployment] (MSC service thread 1-5) JBAS015876: Starting deployment of "test.war" (runtime-name: "test.war")
  147. 10:41:26,773 INFO [org.jboss.as.jpa] (MSC service thread 1-6) JBAS011401: Read persistence.xml for integration
  148. 10:41:26,795 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.javassist:main") which may be changed or removed in future versions without notice.
  149. 10:41:26,795 WARN [org.jboss.as.dependency.private] (MSC service thread 1-1) JBAS018567: Deployment "deployment.test.war" is using a private module ("org.javassist:main") which may be changed or removed in future versions without notice.
  150. 10:41:26,798 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 62) JBAS011409: Starting Persistence Unit (phase 1 of 2) Service 'test.war#integration'
  151. 10:41:26,798 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 62) HHH000204: Processing PersistenceUnitInfo [
  152. name: integration
  153. ...]
  154. 10:41:26,854 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named EjbSynchronizations in deployment unit deployment "test.war" are as follows:
  155.  
  156. java:global/test/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
  157. java:app/test/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
  158. java:module/EjbSynchronizations!org.jboss.seam.transaction.LocalEjbSynchronizations
  159. java:global/test/EjbSynchronizations
  160. java:app/test/EjbSynchronizations
  161. java:module/EjbSynchronizations
  162.  
  163. 10:41:26,854 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-6) JNDI bindings for session bean named TimerServiceDispatcher in deployment unit deployment "test.war" are as follows:
  164.  
  165. java:global/test/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
  166. java:app/test/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
  167. java:module/TimerServiceDispatcher!org.jboss.seam.async.LocalTimerServiceDispatcher
  168. java:global/test/TimerServiceDispatcher
  169. java:app/test/TimerServiceDispatcher
  170. java:module/TimerServiceDispatcher
  171.  
  172. 10:41:26,881 WARN [org.jboss.weld.deployer] (MSC service thread 1-6) JBAS016012: Deployment deployment "test.war" contains CDI annotations but beans.xml was not found.
  173. 10:41:26,883 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 62) JBAS011409: Starting Persistence Unit (phase 2 of 2) Service 'test.war#integration'
  174. 10:41:26,888 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 62) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  175. 10:41:26,889 WARN [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 62) HHH000431: Unable to determine H2 database version, certain features may not work
  176. 10:41:26,890 INFO [org.hibernate.engine.jdbc.internal.LobCreatorBuilder] (ServerService Thread Pool -- 62) HHH000423: Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
  177. 10:41:26,891 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (ServerService Thread Pool -- 62) HHH000397: Using ASTQueryTranslatorFactory
  178. 10:41:26,893 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000227: Running hbm2ddl schema export
  179. 10:41:26,894 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 62) HHH000230: Schema export complete
  180. 10:41:26,901 INFO [javax.servlet.ServletContextListener] (MSC service thread 1-4) Welcome to Mock Seam 2.3.2-SNAPSHOT
  181. 10:41:26,903 INFO [org.wildfly.extension.undertow] (MSC service thread 1-4) JBAS018210: Register web context: /test
  182. 10:41:26,998 INFO [org.jboss.as.server] (management-handler-thread - 8) JBAS018559: Deployed "test.war" (runtime-name : "test.war")
  183. 10:41:26,999 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 5) JBAS014612: Operation ("read-attribute") failed - address: ({
  184. "socket-binding-group" => "standard-sockets",
  185. "socket-binding" => "undefined"
  186. }): org.jboss.msc.service.ServiceNotFoundException: Service service jboss.binding.undefined not found
  187. at org.jboss.msc.service.ServiceContainerImpl.getRequiredService(ServiceContainerImpl.java:668) [jboss-msc-1.2.0.Beta1.jar:1.2.0.Beta1]
  188. at org.jboss.as.controller.OperationContextImpl$OperationContextServiceRegistry.getRequiredService(OperationContextImpl.java:1068) [wildfly-controller-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  189. at org.jboss.as.server.services.net.BindingMetricHandlers$AbstractBindingMetricsHandler$1.execute(BindingMetricHandlers.java:66) [wildfly-server-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  190. at org.jboss.as.controller.AbstractOperationContext.executeStep(AbstractOperationContext.java:440) [wildfly-controller-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  191. at org.jboss.as.controller.AbstractOperationContext.doCompleteStep(AbstractOperationContext.java:322) [wildfly-controller-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  192. at org.jboss.as.controller.AbstractOperationContext.completeStepInternal(AbstractOperationContext.java:229) [wildfly-controller-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  193. at org.jboss.as.controller.AbstractOperationContext.executeOperation(AbstractOperationContext.java:224) [wildfly-controller-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  194. at org.jboss.as.controller.ModelControllerImpl.internalExecute(ModelControllerImpl.java:235) [wildfly-controller-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  195. at org.jboss.as.controller.ModelControllerImpl.execute(ModelControllerImpl.java:124) [wildfly-controller-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  196. at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.doExecute(ModelControllerClientOperationHandler.java:148) [wildfly-controller-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  197. at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler.access$300(ModelControllerClientOperationHandler.java:97) [wildfly-controller-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  198. at org.jboss.as.controller.remote.ModelControllerClientOperationHandler$ExecuteRequestHandler$1.execute(ModelControllerClientOperationHandler.java:114) [wildfly-controller-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  199. at org.jboss.as.protocol.mgmt.AbstractMessageHandler$2$1.doExecute(AbstractMessageHandler.java:296) [wildfly-protocol-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  200. at org.jboss.as.protocol.mgmt.AbstractMessageHandler$AsyncTaskRunner.run(AbstractMessageHandler.java:518) [wildfly-protocol-8.0.0.Alpha3-SNAPSHOT.jar:8.0.0.Alpha3-SNAPSHOT]
  201. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_21]
  202. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_21]
  203. at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_21]
  204. at org.jboss.threads.JBossThread.run(JBossThread.java:122) [jboss-threads-2.1.0.Final.jar:2.1.0.Final]
  205.  
  206. 10:41:27,006 SEVERE [javax.faces] (MSC service thread 1-3) Unable to obtain InjectionProvider from init time FacesContext. Does this container implement the Mojarra Injection SPI?
  207. 10:41:27,006 SEVERE [javax.faces] (MSC service thread 1-3) Unable to call @PreDestroy annotated methods because no InjectionProvider can be found. Does this container implement the Mojarra Injection SPI?
  208. 10:41:27,006 SEVERE [javax.faces] (MSC service thread 1-3) Unable to obtain InjectionProvider from init time FacesContext. Does this container implement the Mojarra Injection SPI?
  209. 10:41:27,006 SEVERE [javax.faces] (MSC service thread 1-3) Unable to call @PreDestroy annotated methods because no InjectionProvider can be found. Does this container implement the Mojarra Injection SPI?
  210. 10:41:27,007 INFO [org.wildfly.extension.undertow] (MSC service thread 1-3) JBAS018224: Unregister web context: /test
  211. 10:41:27,007 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 55) JBAS011410: Stopping Persistence Unit (phase 2 of 2) Service 'test.war#integration'
  212. 10:41:27,008 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 55) HHH000227: Running hbm2ddl schema export
  213. 10:41:27,008 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (ServerService Thread Pool -- 55) HHH000230: Schema export complete
  214. 10:41:27,010 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 55) JBAS011410: Stopping Persistence Unit (phase 1 of 2) Service 'test.war#integration'
  215. 10:41:27,025 INFO [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment test.war (runtime-name: test.war) in 20ms
  216. 10:41:27,108 INFO [org.jboss.as.repository] (management-handler-thread - 6) JBAS014901: Content removed from location /home/smarlow/work/as8/build/target/wildfly-8.0.0.Alpha3-SNAPSHOT/standalone/data/content/ab/c91e0c045b77742781cce319142801b7b0a48a/content
  217. 10:41:27,108 INFO [org.jboss.as.server] (management-handler-thread - 6) JBAS018558: Undeployed "test.war" (runtime-name: "test.war")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement