Advertisement
Guest User

Untitled

a guest
Feb 10th, 2014
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.01 KB | None | 0 0
  1. 08:19:03,814 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 52) MSC000001: Failed to start service jboss.persistenceunit."jboss-as-hibernate3.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-as-hibernate3.war#primary": javax.persistence.PersistenceException: [PersistenceUnit: primary] Unable to instantiate Scanner class: class org.jboss.as.jpa.hibernate3.HibernateAnnotationScanner
  2. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:172) [wildfly-jpa-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  3. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:117) [wildfly-jpa-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  4. at java.security.AccessController.doPrivileged(Native Method) [rt.jar:1.7.0_45]
  5. at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:474)
  6. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:182) [wildfly-jpa-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  7. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_45]
  8. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_45]
  9. at java.lang.Thread.run(Thread.java:744) [rt.jar:1.7.0_45]
  10. at org.jboss.threads.JBossThread.run(JBossThread.java:122)
  11. Caused by: javax.persistence.PersistenceException: [PersistenceUnit: primary] Unable to instantiate Scanner class: class org.jboss.as.jpa.hibernate3.HibernateAnnotationScanner
  12. at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.persistenceException(EntityManagerFactoryBuilderImpl.java:1225)
  13. at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.locateOrBuildScanner(EntityManagerFactoryBuilderImpl.java:767)
  14. at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.scan(EntityManagerFactoryBuilderImpl.java:720)
  15. at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.<init>(EntityManagerFactoryBuilderImpl.java:219)
  16. at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.<init>(EntityManagerFactoryBuilderImpl.java:186)
  17. at org.hibernate.jpa.boot.spi.Bootstrap.getEntityManagerFactoryBuilder(Bootstrap.java:45)
  18. at org.hibernate.jpa.boot.spi.Bootstrap.getEntityManagerFactoryBuilder(Bootstrap.java:57)
  19. at org.hibernate.jpa.HibernatePersistenceProvider.createContainerEntityManagerFactory(HibernatePersistenceProvider.java:150)
  20. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:318) [wildfly-jpa-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  21. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.access$1100(PersistenceUnitServiceImpl.java:67) [wildfly-jpa-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  22. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:167) [wildfly-jpa-8.0.0.Final-SNAPSHOT.jar:8.0.0.Final-SNAPSHOT]
  23. ... 8 more
  24. Caused by: java.lang.ClassCastException: org.jboss.as.jpa.hibernate3.HibernateAnnotationScanner cannot be cast to org.hibernate.jpa.boot.scan.spi.Scanner
  25. at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.locateOrBuildScanner(EntityManagerFactoryBuilderImpl.java:764)
  26. ... 17 more
  27.  
  28. 08:19:03,821 ERROR [org.jboss.as.controller.management-operation] (management-handler-thread - 1) JBAS014613: Operation ("deploy") failed - address: ([("deployment" => "jboss-as-hibernate3.war")]) - failure description: {"JBAS014671: Failed services" => {"jboss.persistenceunit.\"jboss-as-hibernate3.war#primary\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"jboss-as-hibernate3.war#primary\": javax.persistence.PersistenceException: [PersistenceUnit: primary] Unable to instantiate Scanner class: class org.jboss.as.jpa.hibernate3.HibernateAnnotationScanner
  29. Caused by: javax.persistence.PersistenceException: [PersistenceUnit: primary] Unable to instantiate Scanner class: class org.jboss.as.jpa.hibernate3.HibernateAnnotationScanner
  30. Caused by: java.lang.ClassCastException: org.jboss.as.jpa.hibernate3.HibernateAnnotationScanner cannot be cast to org.hibernate.jpa.boot.scan.spi.Scanner"}}
  31. 08:19:03,824 ERROR [org.jboss.as.server] (management-handler-thread - 1) JBAS015870: Deploy of deployment "jboss-as-hibernate3.war" was rolled back with the following failure message:
  32. {"JBAS014671: Failed services" => {"jboss.persistenceunit.\"jboss-as-hibernate3.war#primary\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"jboss-as-hibernate3.war#primary\": javax.persistence.PersistenceException: [PersistenceUnit: primary] Unable to instantiate Scanner class: class org.jboss.as.jpa.hibernate3.HibernateAnnotationScanner
  33. Caused by: javax.persistence.PersistenceException: [PersistenceUnit: primary] Unable to instantiate Scanner class: class org.jboss.as.jpa.hibernate3.HibernateAnnotationScanner
  34. Caused by: java.lang.ClassCastException: org.jboss.as.jpa.hibernate3.HibernateAnnotationScanner cannot be cast to org.hibernate.jpa.boot.scan.spi.Scanner"}}
  35. 08:19:03,829 INFO [org.jboss.weld.deployer] (MSC service thread 1-10) JBAS016009: Stopping weld service for deployment jboss-as-hibernate3.war
  36. 08:19:03,859 INFO [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-4) JBAS010409: Unbound data source [java:jboss/datasources/Hibernate3QuickstartDS]
  37. 08:19:03,872 INFO [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment jboss-as-hibernate3.war (runtime-name: jboss-as-hibernate3.war) in 48ms
  38. 08:19:03,881 INFO [org.jboss.as.controller] (management-handler-thread - 1) JBAS014774: Service status report
  39. JBAS014775: New missing/unsatisfied dependencies:
  40. service jboss.deployment.unit."jboss-as-hibernate3.war".WeldBootstrapService (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3, service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.WeldInstantiator, service jboss.deployment.unit."jboss-as-hibernate3.war".component."org.jboss.weld.servlet.WeldTerminalListener".WeldInstantiator, service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".WeldInstantiator]
  41. service jboss.deployment.unit."jboss-as-hibernate3.war".WeldStartService (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.faces.webapp.FacetTag".WeldInstantiator, service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.WeldInstantiator, service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".WeldInstantiator, service jboss.deployment.unit."jboss-as-hibernate3.war".CdiValidatorFactoryService, JBAS014799: ... and 5 more ]
  42. service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.CREATE (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.START]
  43. service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3, service jboss.deployment.unit."jboss-as-hibernate3.war".deploymentCompleteService, service jboss.deployment.unit."jboss-as-hibernate3.war".moduleDeploymentRuntimeInformationStart]
  44. service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.VIEW."org.jboss.as.quickstart.hibernate3.controller.MemberRegistration".LOCAL (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.START]
  45. service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.WeldInterceptorBindingsService (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.WeldInstantiator]
  46. service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.cache (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component.MemberRegistration.START]
  47. service jboss.deployment.unit."jboss-as-hibernate3.war".component."com.sun.faces.config.ConfigureListener".CREATE (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."com.sun.faces.config.ConfigureListener".START]
  48. service jboss.deployment.unit."jboss-as-hibernate3.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3, service jboss.deployment.unit."jboss-as-hibernate3.war".deploymentCompleteService]
  49. service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.faces.webapp.FacetTag".CREATE (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.faces.webapp.FacetTag".START]
  50. service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3, service jboss.deployment.unit."jboss-as-hibernate3.war".deploymentCompleteService]
  51. service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.faces.webapp.FacetTag".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.faces.webapp.FacetTag".START]
  52. service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START]
  53. service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".CREATE (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START]
  54. service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3, service jboss.deployment.unit."jboss-as-hibernate3.war".deploymentCompleteService]
  55. service jboss.deployment.unit."jboss-as-hibernate3.war".component."org.jboss.weld.servlet.WeldInitialListener".CREATE (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."org.jboss.weld.servlet.WeldInitialListener".START]
  56. service jboss.deployment.unit."jboss-as-hibernate3.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3, service jboss.deployment.unit."jboss-as-hibernate3.war".deploymentCompleteService]
  57. service jboss.deployment.unit."jboss-as-hibernate3.war".component."org.jboss.weld.servlet.WeldInitialListener".WeldInstantiator (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."org.jboss.weld.servlet.WeldInitialListener".START]
  58. service jboss.deployment.unit."jboss-as-hibernate3.war".component."org.jboss.weld.servlet.WeldTerminalListener".CREATE (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."org.jboss.weld.servlet.WeldTerminalListener".START]
  59. service jboss.deployment.unit."jboss-as-hibernate3.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3, service jboss.deployment.unit."jboss-as-hibernate3.war".deploymentCompleteService]
  60. service jboss.deployment.unit."jboss-as-hibernate3.war".jndiDependencyService (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START]
  61. service jboss.persistenceunit."jboss-as-hibernate3.war#primary" (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".component."com.sun.faces.config.ConfigureListener".START, service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3, service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START, service jboss.deployment.unit."jboss-as-hibernate3.war".component."javax.faces.webapp.FacetTag".START, JBAS014799: ... and 5 more ]
  62. service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3 (missing) dependents: [service jboss.deployment.unit."jboss-as-hibernate3.war".deploymentCompleteService]
  63. service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3.UndertowDeploymentInfoService (missing) dependents: [service jboss.undertow.deployment.default-server.default-host./jboss-as-hibernate3]
  64. JBAS014777: Services which failed to start: service jboss.persistenceunit."jboss-as-hibernate3.war#primary”
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement