Advertisement
Guest User

Untitled

a guest
Aug 12th, 2011
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.38 KB | None | 0 0
  1. 10:19:14,812 INFO [org.jboss.as.clustering.infinispan.subsystem] (MSC service thread 1-2) Started org.jboss.as.testsuite.integration.jpa.hibernate.Employee cache from hibernate container
  2. 10:19:14,827 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-1) MSC00001: Failed to start service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#ThirdPU": org.jboss.msc.service.StartException in service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#ThirdPU": Failed to start service
  3. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1786)
  4. at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
  5. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_25]
  6. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_25]
  7. at java.lang.Thread.run(Thread.java:662) [:1.6.0_25]
  8. Caused by: org.infinispan.config.ConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.impl.ClassLoaderAwareCache$ClassLoaderAwareCommandInterceptor] being added to the interceptor chain more than once!
  9. at org.infinispan.interceptors.InterceptorChain.assertNotAdded(InterceptorChain.java:82)
  10. at org.infinispan.interceptors.InterceptorChain.addInterceptor(InterceptorChain.java:94)
  11. at org.infinispan.CacheImpl.addInterceptor(CacheImpl.java:386)
  12. at org.infinispan.AbstractDelegatingAdvancedCache.addInterceptor(AbstractDelegatingAdvancedCache.java:59)
  13. at org.hibernate.cache.infinispan.impl.ClassLoaderAwareCache.<init>(ClassLoaderAwareCache.java:41)
  14. at org.hibernate.cache.infinispan.InfinispanRegionFactory.createCacheWrapper(InfinispanRegionFactory.java:426)
  15. at org.hibernate.cache.infinispan.InfinispanRegionFactory.getCache(InfinispanRegionFactory.java:422)
  16. at org.hibernate.cache.infinispan.InfinispanRegionFactory.buildEntityRegion(InfinispanRegionFactory.java:187)
  17. at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:338)
  18. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1720)
  19. at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:76)
  20. at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:894)
  21. at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:879)
  22. at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:73)
  23. at org.jboss.as.jpa.service.PersistenceUnitService.createContainerEntityManagerFactory(PersistenceUnitService.java:143)
  24. at org.jboss.as.jpa.service.PersistenceUnitService.start(PersistenceUnitService.java:77)
  25. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
  26. ... 4 more
  27.  
  28. 10:19:14,826 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#SecondPU": org.jboss.msc.service.StartException in service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#SecondPU": Failed to start service
  29. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1786)
  30. at org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
  31. at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [:1.6.0_25]
  32. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [:1.6.0_25]
  33. at java.lang.Thread.run(Thread.java:662) [:1.6.0_25]
  34. Caused by: org.infinispan.config.ConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.impl.ClassLoaderAwareCache$ClassLoaderAwareCommandInterceptor] being added to the interceptor chain more than once!
  35. at org.infinispan.interceptors.InterceptorChain.assertNotAdded(InterceptorChain.java:82)
  36. at org.infinispan.interceptors.InterceptorChain.addInterceptor(InterceptorChain.java:94)
  37. at org.infinispan.CacheImpl.addInterceptor(CacheImpl.java:386)
  38. at org.infinispan.AbstractDelegatingAdvancedCache.addInterceptor(AbstractDelegatingAdvancedCache.java:59)
  39. at org.hibernate.cache.infinispan.impl.ClassLoaderAwareCache.<init>(ClassLoaderAwareCache.java:41)
  40. at org.hibernate.cache.infinispan.InfinispanRegionFactory.createCacheWrapper(InfinispanRegionFactory.java:426)
  41. at org.hibernate.cache.infinispan.InfinispanRegionFactory.getCache(InfinispanRegionFactory.java:422)
  42. at org.hibernate.cache.infinispan.InfinispanRegionFactory.buildEntityRegion(InfinispanRegionFactory.java:187)
  43. at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:338)
  44. at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1720)
  45. at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:76)
  46. at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:894)
  47. at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:879)
  48. at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:73)
  49. at org.jboss.as.jpa.service.PersistenceUnitService.createContainerEntityManagerFactory(PersistenceUnitService.java:143)
  50. at org.jboss.as.jpa.service.PersistenceUnitService.start(PersistenceUnitService.java:77)
  51. at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
  52. ... 4 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement