Advertisement
Guest User

Untitled

a guest
Mar 27th, 2012
178
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.23 KB | None | 0 0
  1. 14:32:39,850 INFO [org.hibernate.hql.internal.ast.ASTQueryTranslatorFactory] (MSC service thread 1-6) HHH000397: Using ASTQueryTranslatorFactory
  2. 14:32:39,860 INFO [org.infinispan.jmx.CacheJmxRegistration] (MSC service thread 1-5) ISPN000031: MBeans were successfully registered to the platform mbean server.
  3. 14:32:39,861 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-5) JBAS010281: Started 2lc.jar#TEST_PU.Employee cache from hibernate container
  4. 14:32:39,862 WARN [org.infinispan.notifications.cachelistener.CacheNotifierImpl] (MSC service thread 1-5) ISPN000133: Attempted to register listener of class class org.hibernate.cache.infinispan.entity.EntityRegionImpl, but no valid, public methods annotated with method-level event annotations found! Ignoring listener.
  5. 14:32:39,862 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) HHH000227: Running hbm2ddl schema export
  6. 14:32:39,866 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) HHH000389: Unsuccessful: drop sequence hibernate_sequence
  7. 14:32:39,866 ERROR [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) Sequence "HIBERNATE_SEQUENCE" not found; SQL statement:
  8. drop sequence hibernate_sequence [90036-161]
  9. 14:32:39,865 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.persistenceunit."2lc.jar#TEST_PU": org.jboss.msc.service.StartException in service jboss.persistenceunit."2lc.jar#TEST_PU": Failed to start service
  10. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
  11. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_31]
  12. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_31]
  13. at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_31]
  14. Caused by: java.util.NoSuchElementException
  15. at java.util.Collections$EmptySet$1.next(Collections.java:2912) [rt.jar:1.6.0_31]
  16. at org.hibernate.cache.infinispan.InfinispanRegionFactory.getCacheCommandFactory(InfinispanRegionFactory.java:448)
  17. at org.hibernate.cache.infinispan.InfinispanRegionFactory.startRegion(InfinispanRegionFactory.java:337)
  18. at org.hibernate.cache.infinispan.InfinispanRegionFactory.buildEntityRegion(InfinispanRegionFactory.java:195)
  19. at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:347)
  20. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1740)
  21. at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:94)
  22. at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:904)
  23. at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:889)
  24. at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:73)
  25. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:162)
  26. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:85)
  27. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
  28. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
  29. ... 3 more
  30.  
  31. 14:32:39,894 INFO [org.hibernate.tool.hbm2ddl.SchemaExport] (MSC service thread 1-6) HHH000230: Schema export complete
  32. 14:32:39,894 INFO [org.hibernate.cache.spi.UpdateTimestampsCache] (MSC service thread 1-6) HHH000250: Starting update timestamps cache at region: jboss-javaee6-webapp.war#primary.org.hibernate.cache.spi.UpdateTimestampsCache
  33. 14:32:39,919 INFO [org.infinispan.jmx.CacheJmxRegistration] (MSC service thread 1-6) ISPN000031: MBeans were successfully registered to the platform mbean server.
  34. 14:32:39,919 INFO [org.jboss.as.clustering.infinispan] (MSC service thread 1-6) JBAS010281: Started jboss-javaee6-webapp.war#primary.org.hibernate.cache.spi.UpdateTimestampsCache cache from hibernate container
  35. 14:32:39,920 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed to start service jboss.persistenceunit."jboss-javaee6-webapp.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-javaee6-webapp.war#primary": Failed to start service
  36. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
  37. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_31]
  38. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_31]
  39. at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_31]
  40. Caused by: java.util.NoSuchElementException
  41. at java.util.Collections$EmptySet$1.next(Collections.java:2912) [rt.jar:1.6.0_31]
  42. at org.hibernate.cache.infinispan.InfinispanRegionFactory.getCacheCommandFactory(InfinispanRegionFactory.java:448)
  43. at org.hibernate.cache.infinispan.InfinispanRegionFactory.startRegion(InfinispanRegionFactory.java:337)
  44. at org.hibernate.cache.infinispan.InfinispanRegionFactory.buildTimestampsRegion(InfinispanRegionFactory.java:232)
  45. at org.hibernate.cache.spi.UpdateTimestampsCache.<init>(UpdateTimestampsCache.java:63)
  46. at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:508)
  47. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1740)
  48. at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:94)
  49. at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:904)
  50. at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:889)
  51. at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:73)
  52. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:162)
  53. at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.start(PersistenceUnitServiceImpl.java:85)
  54. at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
  55. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
  56. ... 3 more
  57.  
  58. 14:32:40,035 INFO [org.jboss.as.server] (DeploymentScanner-threads - 1) JBAS018558: Undeployed "a.war"
  59. 14:32:40,036 INFO [org.jboss.as.controller] (DeploymentScanner-threads - 1) JBAS014774: Service status report
  60. JBAS014777: Services which failed to start: service jboss.persistenceunit."2lc.jar#TEST_PU": org.jboss.msc.service.StartException in service jboss.persistenceunit."2lc.jar#TEST_PU": Failed to start service
  61. service jboss.persistenceunit."jboss-javaee6-webapp.war#primary": org.jboss.msc.service.StartException in service jboss.persistenceunit."jboss-javaee6-webapp.war#primary": Failed to start service
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement