Advertisement
Guest User

Untitled

a guest
May 29th, 2015
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.09 KB | None | 0 0
  1. 11:39:13,283 INFO [org.jboss.as.repository] (management-handler-thread - 1) WFLYDR0001: Content added at location /home/smarlow/work/wildfly/dist/target/wildfly-10.0.0.Alpha2-SNAPSHOT/standalone/data/content/84/55254bdae5deb7ecd390585d9c3b567d671762/content
  2. 11:39:13,286 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "arquillian-service" (runtime-name: "arquillian-service")
  3. 11:39:13,376 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.as.jmx:main") which may be changed or removed in future versions without notice.
  4. 11:39:13,376 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.as.server:main") which may be changed or removed in future versions without notice.
  5. 11:39:13,376 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.jboss.jandex:main") which may be changed or removed in future versions without notice.
  6. 11:39:13,377 WARN [org.jboss.as.dependency.private] (MSC service thread 1-8) WFLYSRV0018: Deployment "deployment.arquillian-service" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
  7. 11:39:13,385 WARN [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0013: Deployment deployment "arquillian-service" contains CDI annotations but no bean archive was not found. (No beans.xml nor class with bean defining annotations)
  8. 11:39:13,416 INFO [org.jboss.as.server] (management-handler-thread - 1) WFLYSRV0010: Deployed "arquillian-service" (runtime-name : "arquillian-service")
  9. 11:39:13,568 INFO [org.jboss.as.repository] (management-handler-thread - 2) WFLYDR0001: Content added at location /home/smarlow/work/wildfly/dist/target/wildfly-10.0.0.Alpha2-SNAPSHOT/standalone/data/content/d5/5aa9854f4c54f3f5c68404393dcb26b3251900/content
  10. 11:39:13,572 INFO [org.jboss.as.server.deployment] (MSC service thread 1-10) WFLYSRV0027: Starting deployment of "hibernate4native_search_test.jar" (runtime-name: "hibernate4native_search_test.jar")
  11. 11:39:13,590 INFO [org.jboss.as.jpa] (MSC service thread 1-11) WFLYJPA0002: Read persistence.xml for jpa-search-test-pu
  12. 11:39:13,606 WARN [org.jboss.as.dependency.private] (MSC service thread 1-5) WFLYSRV0018: Deployment "deployment.hibernate4native_search_test.jar" is using a private module ("org.wildfly.security.manager:main") which may be changed or removed in future versions without notice.
  13. 11:39:13,609 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 66) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'hibernate4native_search_test.jar#jpa-search-test-pu'
  14. 11:39:13,609 INFO [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 66) HHH000204: Processing PersistenceUnitInfo [
  15. name: jpa-search-test-pu
  16. ...]
  17. 11:39:13,627 INFO [org.jboss.weld.deployer] (MSC service thread 1-10) WFLYWELD0003: Processing weld deployment hibernate4native_search_test.jar
  18. 11:39:13,628 INFO [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 66) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead
  19. 11:39:13,636 INFO [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 66) HHH000400: Using dialect: org.hibernate.dialect.H2Dialect
  20. 11:39:13,636 WARN [org.hibernate.dialect.H2Dialect] (ServerService Thread Pool -- 66) HHH000431: Unable to determine H2 database version, certain features may not work
  21. 11:39:13,642 INFO [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 66) Envers integration enabled? : true
  22. 11:39:13,670 INFO [org.jboss.as.ejb3.deployment.processors.EjbJndiBindingsDeploymentUnitProcessor] (MSC service thread 1-10) JNDI bindings for session bean named SearchBean in deployment unit deployment "hibernate4native_search_test.jar" are as follows:
  23.  
  24. java:global/hibernate4native_search_test/SearchBean!org.jboss.as.test.integration.hibernate.search.SearchBean
  25. java:app/hibernate4native_search_test/SearchBean!org.jboss.as.test.integration.hibernate.search.SearchBean
  26. java:module/SearchBean!org.jboss.as.test.integration.hibernate.search.SearchBean
  27. java:global/hibernate4native_search_test/SearchBean
  28. java:app/hibernate4native_search_test/SearchBean
  29. java:module/SearchBean
  30.  
  31. 11:39:13,728 INFO [org.jboss.weld.deployer] (MSC service thread 1-9) WFLYWELD0006: Starting Services for CDI deployment: hibernate4native_search_test.jar
  32. 11:39:13,748 INFO [org.jboss.weld.Version] (MSC service thread 1-9) WELD-000900: 2.2.12 (Final)
  33. 11:39:13,757 INFO [org.jboss.weld.deployer] (MSC service thread 1-16) WFLYWELD0009: Starting weld service for deployment hibernate4native_search_test.jar
  34. 11:39:13,758 INFO [org.jboss.as.arquillian] (MSC service thread 1-6) Arquillian deployment detected: ArquillianConfig[service=jboss.arquillian.config."hibernate4native_search_test.jar",unit=hibernate4native_search_test.jar,tests=[org.jboss.as.test.integration.hibernate.search.HibernateSearchJPATestCase]]
  35. 11:39:13,852 INFO [org.jboss.as.jpa] (ServerService Thread Pool -- 66) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'hibernate4native_search_test.jar#jpa-search-test-pu'
  36. 11:39:13,857 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 66) MSC000001: Failed to start service jboss.persistenceunit."hibernate4native_search_test.jar#jpa-search-test-pu": org.jboss.msc.service.StartException in service jboss.persistenceunit."hibernate4native_search_test.jar#jpa-search-test-pu": java.lang.AbstractMethodError
  37. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:172)
  38. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:117)
  39. at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:666)
  40. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:182)
  41. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  42. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  43. at java.lang.Thread.run(Thread.java:745)
  44. at org.jboss.threads.JBossThread.run(JBossThread.java:320)
  45. Caused by: java.lang.AbstractMethodError
  46. at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:273)
  47. at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:445)
  48. at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:779)
  49. at org.jboss.as.jpa.hibernate5.TwoPhaseBootstrapImpl.build(TwoPhaseBootstrapImpl.java:44)
  50. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:154)
  51. ... 7 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement