[JBoss JIRA] (JBJCA-1002) Advanced reauthentication
by Jesper Pedersen (JIRA)
Jesper Pedersen created JBJCA-1002:
--------------------------------------
Summary: Advanced reauthentication
Key: JBJCA-1002
URL: https://issues.jboss.org/browse/JBJCA-1002
Project: IronJacamar
Issue Type: Task
Components: Core
Reporter: Jesper Pedersen
Assignee: Jesper Pedersen
Fix For: 1.1.0.Beta5
Split the reauth pool into credential based managed connection pools in order to lower the number of reauthentications when the pool is full
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JBJCA-1001) Idle count statistics
by Jesper Pedersen (JIRA)
Jesper Pedersen created JBJCA-1001:
--------------------------------------
Summary: Idle count statistics
Key: JBJCA-1001
URL: https://issues.jboss.org/browse/JBJCA-1001
Project: IronJacamar
Issue Type: Task
Components: Core
Reporter: Jesper Pedersen
Assignee: Jesper Pedersen
Fix For: 1.1.0.Beta5
Show how many active connections that are currently idle in the pool
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (AS7-6674) Intermittent failure in JPA2LCTestCase
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/AS7-6674?page=com.atlassian.jira.plugin.s... ]
Scott Marlow resolved AS7-6674.
-------------------------------
Resolution: Duplicate Issue
This jira duplicates AS7-6639
> Intermittent failure in JPA2LCTestCase
> --------------------------------------
>
> Key: AS7-6674
> URL: https://issues.jboss.org/browse/AS7-6674
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering, JPA / Hibernate, Test Suite
> Environment: AS7 upstream master on March 4 2013
> Reporter: jaikiran pai
> Assignee: Scott Marlow
> Fix For: 8.0.0.Alpha1
>
>
> The JPA2LCTestCase failed intermittently on lightning with this NPE in a Infinispan class:
> {code}
> [0m[0m17:20:46,393 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 71) JBAS010281: Started jpa_SecondLevelCacheTestCase.jar#mypc2.org.hibernate.cache.spi.UpdateTimestampsCache cache from hibernate container
> [0m[0m17:20:46,394 INFO [org.hibernate.cache.internal.StandardQueryCache] (ServerService Thread Pool -- 71) HHH000248: Starting query cache at region: jpa_SecondLevelCacheTestCase.jar#mypc2.org.hibernate.cache.internal.StandardQueryCache
> [0m[31m17:20:46,390 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 78) MSC000001: Failed to start service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#mypc": org.jboss.msc.service.StartException in service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#mypc": javax.persistence.PersistenceException: [PersistenceUnit: mypc] Unable to build EntityManagerFactory
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:103)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> at org.jboss.threads.JBossThread.run(JBossThread.java:122)
> Caused by: javax.persistence.PersistenceException: [PersistenceUnit: mypc] Unable to build EntityManagerFactory
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:915)
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:890)
> at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:74)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:200)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.access$600(PersistenceUnitServiceImpl.java:57)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:99)
> ... 4 more
> Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.spi.CacheImplementor]
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:186)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:150)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
> at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:264)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1742)
> at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:94)
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:905)
> ... 9 more
> Caused by: java.lang.NullPointerException
> at org.infinispan.factories.MarshallerFactory.construct(MarshallerFactory.java:48)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:290)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.InternalCacheFactory.bootstrap(InternalCacheFactory.java:101)
> at org.infinispan.factories.InternalCacheFactory.createAndWire(InternalCacheFactory.java:80)
> at org.infinispan.factories.InternalCacheFactory.createCache(InternalCacheFactory.java:64)
> at org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:681)
> at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:649)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:545)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:559)
> at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager.getCache(DefaultEmbeddedCacheManager.java:118)
> at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager.getCache(DefaultEmbeddedCacheManager.java:109)
> at org.hibernate.cache.infinispan.InfinispanRegionFactory.getCache(InfinispanRegionFactory.java:526)
> at org.hibernate.cache.infinispan.InfinispanRegionFactory.buildTimestampsRegion(InfinispanRegionFactory.java:260)
> at org.hibernate.cache.spi.UpdateTimestampsCache.<init>(UpdateTimestampsCache.java:62)
> at org.hibernate.internal.CacheImpl.<init>(CacheImpl.java:72)
> at org.hibernate.engine.spi.CacheInitiator.initiateService(CacheInitiator.java:40)
> at org.hibernate.engine.spi.CacheInitiator.initiateService(CacheInitiator.java:35)
> at org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.initiateService(SessionFactoryServiceRegistryImpl.java:91)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:176)
> ... 15 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (AS7-6674) Intermittent failure in JPA2LCTestCase
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/AS7-6674?page=com.atlassian.jira.plugin.s... ]
Scott Marlow commented on AS7-6674:
-----------------------------------
There is nothing to do for this issue, that isn't already covered by AS7-6639 (which plans to work around the Infinispan bug I believe). Rejecting...
> Intermittent failure in JPA2LCTestCase
> --------------------------------------
>
> Key: AS7-6674
> URL: https://issues.jboss.org/browse/AS7-6674
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering, JPA / Hibernate, Test Suite
> Environment: AS7 upstream master on March 4 2013
> Reporter: jaikiran pai
> Assignee: Scott Marlow
> Fix For: 8.0.0.Alpha1
>
>
> The JPA2LCTestCase failed intermittently on lightning with this NPE in a Infinispan class:
> {code}
> [0m[0m17:20:46,393 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 71) JBAS010281: Started jpa_SecondLevelCacheTestCase.jar#mypc2.org.hibernate.cache.spi.UpdateTimestampsCache cache from hibernate container
> [0m[0m17:20:46,394 INFO [org.hibernate.cache.internal.StandardQueryCache] (ServerService Thread Pool -- 71) HHH000248: Starting query cache at region: jpa_SecondLevelCacheTestCase.jar#mypc2.org.hibernate.cache.internal.StandardQueryCache
> [0m[31m17:20:46,390 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 78) MSC000001: Failed to start service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#mypc": org.jboss.msc.service.StartException in service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#mypc": javax.persistence.PersistenceException: [PersistenceUnit: mypc] Unable to build EntityManagerFactory
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:103)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> at org.jboss.threads.JBossThread.run(JBossThread.java:122)
> Caused by: javax.persistence.PersistenceException: [PersistenceUnit: mypc] Unable to build EntityManagerFactory
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:915)
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:890)
> at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:74)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:200)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.access$600(PersistenceUnitServiceImpl.java:57)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:99)
> ... 4 more
> Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.spi.CacheImplementor]
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:186)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:150)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
> at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:264)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1742)
> at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:94)
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:905)
> ... 9 more
> Caused by: java.lang.NullPointerException
> at org.infinispan.factories.MarshallerFactory.construct(MarshallerFactory.java:48)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:290)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.InternalCacheFactory.bootstrap(InternalCacheFactory.java:101)
> at org.infinispan.factories.InternalCacheFactory.createAndWire(InternalCacheFactory.java:80)
> at org.infinispan.factories.InternalCacheFactory.createCache(InternalCacheFactory.java:64)
> at org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:681)
> at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:649)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:545)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:559)
> at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager.getCache(DefaultEmbeddedCacheManager.java:118)
> at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager.getCache(DefaultEmbeddedCacheManager.java:109)
> at org.hibernate.cache.infinispan.InfinispanRegionFactory.getCache(InfinispanRegionFactory.java:526)
> at org.hibernate.cache.infinispan.InfinispanRegionFactory.buildTimestampsRegion(InfinispanRegionFactory.java:260)
> at org.hibernate.cache.spi.UpdateTimestampsCache.<init>(UpdateTimestampsCache.java:62)
> at org.hibernate.internal.CacheImpl.<init>(CacheImpl.java:72)
> at org.hibernate.engine.spi.CacheInitiator.initiateService(CacheInitiator.java:40)
> at org.hibernate.engine.spi.CacheInitiator.initiateService(CacheInitiator.java:35)
> at org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.initiateService(SessionFactoryServiceRegistryImpl.java:91)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:176)
> ... 15 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (AS7-6674) Intermittent failure in JPA2LCTestCase
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/AS7-6674?page=com.atlassian.jira.plugin.s... ]
Scott Marlow updated AS7-6674:
------------------------------
Fix Version/s: 8.0.0.Alpha1
> Intermittent failure in JPA2LCTestCase
> --------------------------------------
>
> Key: AS7-6674
> URL: https://issues.jboss.org/browse/AS7-6674
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering, JPA / Hibernate, Test Suite
> Environment: AS7 upstream master on March 4 2013
> Reporter: jaikiran pai
> Assignee: Scott Marlow
> Fix For: 8.0.0.Alpha1
>
>
> The JPA2LCTestCase failed intermittently on lightning with this NPE in a Infinispan class:
> {code}
> [0m[0m17:20:46,393 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 71) JBAS010281: Started jpa_SecondLevelCacheTestCase.jar#mypc2.org.hibernate.cache.spi.UpdateTimestampsCache cache from hibernate container
> [0m[0m17:20:46,394 INFO [org.hibernate.cache.internal.StandardQueryCache] (ServerService Thread Pool -- 71) HHH000248: Starting query cache at region: jpa_SecondLevelCacheTestCase.jar#mypc2.org.hibernate.cache.internal.StandardQueryCache
> [0m[31m17:20:46,390 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 78) MSC000001: Failed to start service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#mypc": org.jboss.msc.service.StartException in service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#mypc": javax.persistence.PersistenceException: [PersistenceUnit: mypc] Unable to build EntityManagerFactory
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:103)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> at org.jboss.threads.JBossThread.run(JBossThread.java:122)
> Caused by: javax.persistence.PersistenceException: [PersistenceUnit: mypc] Unable to build EntityManagerFactory
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:915)
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:890)
> at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:74)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:200)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.access$600(PersistenceUnitServiceImpl.java:57)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:99)
> ... 4 more
> Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.spi.CacheImplementor]
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:186)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:150)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
> at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:264)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1742)
> at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:94)
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:905)
> ... 9 more
> Caused by: java.lang.NullPointerException
> at org.infinispan.factories.MarshallerFactory.construct(MarshallerFactory.java:48)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:290)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.InternalCacheFactory.bootstrap(InternalCacheFactory.java:101)
> at org.infinispan.factories.InternalCacheFactory.createAndWire(InternalCacheFactory.java:80)
> at org.infinispan.factories.InternalCacheFactory.createCache(InternalCacheFactory.java:64)
> at org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:681)
> at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:649)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:545)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:559)
> at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager.getCache(DefaultEmbeddedCacheManager.java:118)
> at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager.getCache(DefaultEmbeddedCacheManager.java:109)
> at org.hibernate.cache.infinispan.InfinispanRegionFactory.getCache(InfinispanRegionFactory.java:526)
> at org.hibernate.cache.infinispan.InfinispanRegionFactory.buildTimestampsRegion(InfinispanRegionFactory.java:260)
> at org.hibernate.cache.spi.UpdateTimestampsCache.<init>(UpdateTimestampsCache.java:62)
> at org.hibernate.internal.CacheImpl.<init>(CacheImpl.java:72)
> at org.hibernate.engine.spi.CacheInitiator.initiateService(CacheInitiator.java:40)
> at org.hibernate.engine.spi.CacheInitiator.initiateService(CacheInitiator.java:35)
> at org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.initiateService(SessionFactoryServiceRegistryImpl.java:91)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:176)
> ... 15 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (AS7-6674) Intermittent failure in JPA2LCTestCase
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/AS7-6674?page=com.atlassian.jira.plugin.s... ]
Scott Marlow updated AS7-6674:
------------------------------
Component/s: Clustering
> Intermittent failure in JPA2LCTestCase
> --------------------------------------
>
> Key: AS7-6674
> URL: https://issues.jboss.org/browse/AS7-6674
> Project: Application Server 7
> Issue Type: Bug
> Components: Clustering, JPA / Hibernate, Test Suite
> Environment: AS7 upstream master on March 4 2013
> Reporter: jaikiran pai
> Assignee: Scott Marlow
>
> The JPA2LCTestCase failed intermittently on lightning with this NPE in a Infinispan class:
> {code}
> [0m[0m17:20:46,393 INFO [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 71) JBAS010281: Started jpa_SecondLevelCacheTestCase.jar#mypc2.org.hibernate.cache.spi.UpdateTimestampsCache cache from hibernate container
> [0m[0m17:20:46,394 INFO [org.hibernate.cache.internal.StandardQueryCache] (ServerService Thread Pool -- 71) HHH000248: Starting query cache at region: jpa_SecondLevelCacheTestCase.jar#mypc2.org.hibernate.cache.internal.StandardQueryCache
> [0m[31m17:20:46,390 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 78) MSC000001: Failed to start service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#mypc": org.jboss.msc.service.StartException in service jboss.persistenceunit."jpa_SecondLevelCacheTestCase.jar#mypc": javax.persistence.PersistenceException: [PersistenceUnit: mypc] Unable to build EntityManagerFactory
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:103)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [rt.jar:1.7.0_13]
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [rt.jar:1.7.0_13]
> at java.lang.Thread.run(Thread.java:722) [rt.jar:1.7.0_13]
> at org.jboss.threads.JBossThread.run(JBossThread.java:122)
> Caused by: javax.persistence.PersistenceException: [PersistenceUnit: mypc] Unable to build EntityManagerFactory
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:915)
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:890)
> at org.hibernate.ejb.HibernatePersistence.createContainerEntityManagerFactory(HibernatePersistence.java:74)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.createContainerEntityManagerFactory(PersistenceUnitServiceImpl.java:200)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl.access$600(PersistenceUnitServiceImpl.java:57)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:99)
> ... 4 more
> Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.spi.CacheImplementor]
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:186)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.initializeService(AbstractServiceRegistryImpl.java:150)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.getService(AbstractServiceRegistryImpl.java:131)
> at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:264)
> at org.hibernate.cfg.Configuration.buildSessionFactory(Configuration.java:1742)
> at org.hibernate.ejb.EntityManagerFactoryImpl.<init>(EntityManagerFactoryImpl.java:94)
> at org.hibernate.ejb.Ejb3Configuration.buildEntityManagerFactory(Ejb3Configuration.java:905)
> ... 9 more
> Caused by: java.lang.NullPointerException
> at org.infinispan.factories.MarshallerFactory.construct(MarshallerFactory.java:48)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:290)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.AbstractComponentRegistry.getOrCreateComponent(AbstractComponentRegistry.java:295)
> at org.infinispan.factories.ComponentRegistry.getOrCreateComponent(ComponentRegistry.java:161)
> at org.infinispan.factories.AbstractComponentRegistry.invokeInjectionMethod(AbstractComponentRegistry.java:246)
> at org.infinispan.factories.AbstractComponentRegistry.access$000(AbstractComponentRegistry.java:86)
> at org.infinispan.factories.AbstractComponentRegistry$Component.injectDependencies(AbstractComponentRegistry.java:811)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponentInternal(AbstractComponentRegistry.java:220)
> at org.infinispan.factories.ComponentRegistry.registerComponentInternal(ComponentRegistry.java:170)
> at org.infinispan.factories.AbstractComponentRegistry.registerComponent(AbstractComponentRegistry.java:175)
> at org.infinispan.factories.InternalCacheFactory.bootstrap(InternalCacheFactory.java:101)
> at org.infinispan.factories.InternalCacheFactory.createAndWire(InternalCacheFactory.java:80)
> at org.infinispan.factories.InternalCacheFactory.createCache(InternalCacheFactory.java:64)
> at org.infinispan.manager.DefaultCacheManager.wireAndStartCache(DefaultCacheManager.java:681)
> at org.infinispan.manager.DefaultCacheManager.createCache(DefaultCacheManager.java:649)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:545)
> at org.infinispan.manager.DefaultCacheManager.getCache(DefaultCacheManager.java:559)
> at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager.getCache(DefaultEmbeddedCacheManager.java:118)
> at org.jboss.as.clustering.infinispan.DefaultEmbeddedCacheManager.getCache(DefaultEmbeddedCacheManager.java:109)
> at org.hibernate.cache.infinispan.InfinispanRegionFactory.getCache(InfinispanRegionFactory.java:526)
> at org.hibernate.cache.infinispan.InfinispanRegionFactory.buildTimestampsRegion(InfinispanRegionFactory.java:260)
> at org.hibernate.cache.spi.UpdateTimestampsCache.<init>(UpdateTimestampsCache.java:62)
> at org.hibernate.internal.CacheImpl.<init>(CacheImpl.java:72)
> at org.hibernate.engine.spi.CacheInitiator.initiateService(CacheInitiator.java:40)
> at org.hibernate.engine.spi.CacheInitiator.initiateService(CacheInitiator.java:35)
> at org.hibernate.service.internal.SessionFactoryServiceRegistryImpl.initiateService(SessionFactoryServiceRegistryImpl.java:91)
> at org.hibernate.service.internal.AbstractServiceRegistryImpl.createService(AbstractServiceRegistryImpl.java:176)
> ... 15 more
> {code}
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (AS7-6677) Cannot deploy application using datasource with empty password value
by Tomas Remes (JIRA)
[ https://issues.jboss.org/browse/AS7-6677?page=com.atlassian.jira.plugin.s... ]
Tomas Remes reopened AS7-6677:
------------------------------
It's not possible to deploy application using datasource with empty password value because of following exception:
{noformat}
MSC000001: Failed to start service jboss.deployment.unit."jboss-as-deltaspike-beanbuilder.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."jboss-as-deltaspike-beanbuilder.war".PARSE: JBAS018733: Failed to process phase PARSE of deployment "jboss-as-deltaspike-beanbuilder.war"
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:127) [jboss-as-server-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.4.GA-redhat-1.jar:1.0.4.GA-redhat-1]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_35]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_35]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_35]
Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: key can't be empty
at org.jboss.as.connector.deployers.ds.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:92)
at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:120) [jboss-as-server-7.2.0.Final-redhat-1.jar:7.2.0.Final-redhat-1]
... 5 more
Caused by: java.lang.IllegalArgumentException: key can't be empty
at java.lang.System.checkKey(System.java:774) [rt.jar:1.6.0_35]
at java.lang.System.getProperty(System.java:647) [rt.jar:1.6.0_35]
at org.jboss.metadata.property.SystemPropertyResolver.resolve(SystemPropertyResolver.java:38)
at org.jboss.metadata.property.CompositePropertyResolver.resolve(CompositePropertyResolver.java:51)
at org.jboss.as.connector.deployers.ds.DsXmlParser.parseDsSecurity(DsXmlParser.java:101)
at org.jboss.jca.common.metadata.ds.v11.DsParser.parseDataSource(DsParser.java:357)
at org.jboss.jca.common.metadata.ds.v10.DsParser.parseDataSources(DsParser.java:181)
at org.jboss.jca.common.metadata.ds.v10.DsParser.parse(DsParser.java:124)
at org.jboss.jca.common.metadata.ds.v10.DsParser.parse(DsParser.java:87)
at org.jboss.as.connector.deployers.ds.processors.DsXmlDeploymentParsingProcessor.deploy(DsXmlDeploymentParsingProcessor.java:86)
{noformat}
> Cannot deploy application using datasource with empty password value
> --------------------------------------------------------------------
>
> Key: AS7-6677
> URL: https://issues.jboss.org/browse/AS7-6677
> Project: Application Server 7
> Issue Type: Bug
> Components: JCA
> Environment: 7.2.0.Final prerelase
> Reporter: Tomas Remes
> Assignee: Jesper Pedersen
>
> I think you can use arbitrary application with JPA (e.g some of the JBoss AS quickstarts)
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months
[JBoss JIRA] (JGRP-1595) STABLE: send stable messages to coordinator only
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-1595?page=com.atlassian.jira.plugin.... ]
Bela Ban resolved JGRP-1595.
----------------------------
Resolution: Done
> STABLE: send stable messages to coordinator only
> ------------------------------------------------
>
> Key: JGRP-1595
> URL: https://issues.jboss.org/browse/JGRP-1595
> Project: JGroups
> Issue Type: Feature Request
> Reporter: Bela Ban
> Assignee: Bela Ban
> Fix For: 3.3
>
>
> While JGRP-1570 only changes the default for desired_avg_gossip and max_bytes (not scaling them with the cluster size), this issue is about a new stable protocol, STABLE2, which works well in large clusters without generating too much traffic.
> It works as follows:
> * A dedicated member (the coord) periodically multicast a STABLE message
> * Everyone replies with a (unicast) STABLE message and when the coord has received STABLE replies from everyone, it multicasts a STABILITY message
> * This would only require a multicast from the coord to everyone, establishing TCP connections from the coord to everyone (usually already exists because of the VIEW-CHANGE multicast), but everyone would reuse the same TCP connection to send the reply
> Another solution could be that every member sends its STABLE message to the current coordinator (triggered by time or size), and when the coordinator has received STABLE messages from all members, it multicasts a STABILITY message
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
13 years, 4 months