[JBoss JIRA] (WFLY-6284) Undertow.js 1.0.2.Final
by Stuart Douglas (JIRA)
[ https://issues.jboss.org/browse/WFLY-6284?page=com.atlassian.jira.plugin.... ]
Stuart Douglas moved JBEAP-3592 to WFLY-6284:
---------------------------------------------
Project: WildFly (was: JBoss Enterprise Application Platform)
Key: WFLY-6284 (was: JBEAP-3592)
Workflow: GIT Pull Request workflow (was: CDW with loose statuses v1)
Component/s: Web (Undertow)
(was: Web (Undertow))
Target Release: (was: 7.backlog.GA)
Affects Version/s: (was: 7.0.0.ER6)
> Undertow.js 1.0.2.Final
> -----------------------
>
> Key: WFLY-6284
> URL: https://issues.jboss.org/browse/WFLY-6284
> Project: WildFly
> Issue Type: Component Upgrade
> Components: Web (Undertow)
> Reporter: Stuart Douglas
> Assignee: Stuart Douglas
> Priority: Blocker
>
> This release is needed to avoid a potential connection leak in the DB wrapper
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6283) CacheConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.access.TxInvalidationInterceptor] being added to the interceptor chain 231985794 more than once!
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/WFLY-6283?page=com.atlassian.jira.plugin.... ]
Scott Marlow commented on WFLY-6283:
------------------------------------
Please download [https://dl.dropboxusercontent.com/u/35343318/wftest.jar] which contains the WildFly to test with. Then "jar xf wftest.jar" should extract the contents. I built with the [https://github.com/hibernate/hibernate-orm/pull/1268] change that might help with the error that your hitting. Let us know.
> CacheConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.access.TxInvalidationInterceptor] being added to the interceptor chain 231985794 more than once!
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-6283
> URL: https://issues.jboss.org/browse/WFLY-6283
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 10.0.0.Final
> Reporter: Harold Campbell
> Assignee: Scott Marlow
>
> With second level caching enabled in a persistence unit, my application can only be deployed once without restarting wildfly. Redeployment results in this stacktrace:
> 19:06:48,764 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 87) MSC000001: Failed to start service jboss.persistenceunit."winthorpe-ear.ear#winthorpedb": org.jboss.msc.service.StartException in service jboss.persistenceunit."winthorpe-ear.ear#winthorpedb": javax.persistence.PersistenceException: [PersistenceUnit: winthorpedb] Unable to build Hibernate SessionFactory
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:172)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:117)
> at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:667)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:182)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> Caused by: javax.persistence.PersistenceException: [PersistenceUnit: winthorpedb] Unable to build Hibernate SessionFactory
> at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.persistenceException(EntityManagerFactoryBuilderImpl.java:954)
> at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:882)
> at org.jboss.as.jpa.hibernate5.TwoPhaseBootstrapImpl.build(TwoPhaseBootstrapImpl.java:44)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:154)
> ... 7 more
> Caused by: org.infinispan.commons.CacheConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.access.TxInvalidationInterceptor] being added to the interceptor chain 231985794 more than once!
> at org.infinispan.interceptors.InterceptorChain.assertNotAdded(InterceptorChain.java:76)
> at org.infinispan.interceptors.InterceptorChain.addInterceptor(InterceptorChain.java:90)
> at org.infinispan.cache.impl.CacheImpl.addInterceptor(CacheImpl.java:879)
> at org.infinispan.cache.impl.AbstractDelegatingAdvancedCache.addInterceptor(AbstractDelegatingAdvancedCache.java:65)
> at org.hibernate.cache.infinispan.access.PutFromLoadValidator.<init>(PutFromLoadValidator.java:184)
> at org.hibernate.cache.infinispan.access.PutFromLoadValidator.<init>(PutFromLoadValidator.java:133)
> at org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion.prepareForValidation(BaseTransactionalDataRegion.java:145)
> at org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion.createAccessDelegate(BaseTransactionalDataRegion.java:130)
> at org.hibernate.cache.infinispan.naturalid.NaturalIdRegionImpl.buildAccessStrategy(NaturalIdRegionImpl.java:50)
> at org.hibernate.internal.SessionFactoryImpl.determineNaturalIdRegionAccessStrategy(SessionFactoryImpl.java:600)
> at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:339)
> at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
> at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:879)
> ... 9 more
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6210) Example ec2/gossip/azure server profiles do not have any modifications from the standard HA profiles (missing proper discovery protocols)
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-6210?page=com.atlassian.jira.plugin.... ]
Radoslav Husar updated WFLY-6210:
---------------------------------
Comment: was deleted
(was: Here is the diff after the fix:
{noformat}
[rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone-ha.xml docs/examples/configs/standalone-ec2-ha.xml
280,281c280,287
< <transport type="UDP" socket-binding="jgroups-udp"/>
< <protocol type="PING"/>
---
> <transport type="UDP" socket-binding="jgroups-udp">
> <property name="ip_mcast">false</property>
> </transport>
> <protocol type="S3_PING">
> <property name="access_key">${jboss.jgroups.s3_ping.access_key}</property>
> <property name="secret_access_key">${jboss.jgroups.s3_ping.secret_access_key}</property>
> <property name="location">${jboss.jgroups.s3_ping.bucket}</property>
> </protocol>
284c290
< <protocol type="FD_ALL"/>
---
> <protocol type="FD"/>
286c292,295
< <protocol type="pbcast.NAKACK2"/>
---
> <protocol type="pbcast.NAKACK2">
> <property name="use_mcast_xmit">false</property>
> <property name="use_mcast_xmit_req">false</property>
> </protocol>
291d299
< <protocol type="MFC"/>
296c304,308
< <protocol type="MPING" socket-binding="jgroups-mping"/>
---
> <protocol type="S3_PING">
> <property name="access_key">${jboss.jgroups.s3_ping.access_key}</property>
> <property name="secret_access_key">${jboss.jgroups.s3_ping.secret_access_key}</property>
> <property name="location">${jboss.jgroups.s3_ping.bucket}</property>
> </protocol>
305d316
< <protocol type="MFC"/>
[rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone-ha.xml docs/examples/configs/standalone-azure-ha.xml
280,281c280,287
< <transport type="UDP" socket-binding="jgroups-udp"/>
< <protocol type="PING"/>
---
> <transport type="UDP" socket-binding="jgroups-udp">
> <property name="ip_mcast">false</property>
> </transport>
> <protocol type="azure.AZURE_PING">
> <property name="storage_account_name">${jboss.jgroups.azure_ping.storage_account_name}</property>
> <property name="storage_access_key">${jboss.jgroups.azure_ping.storage_access_key}</property>
> <property name="container">${jboss.jgroups.azure_ping.container}</property>
> </protocol>
284c290
< <protocol type="FD_ALL"/>
---
> <protocol type="FD"/>
286c292,295
< <protocol type="pbcast.NAKACK2"/>
---
> <protocol type="pbcast.NAKACK2">
> <property name="use_mcast_xmit">false</property>
> <property name="use_mcast_xmit_req">false</property>
> </protocol>
291d299
< <protocol type="MFC"/>
296c304,308
< <protocol type="MPING" socket-binding="jgroups-mping"/>
---
> <protocol type="azure.AZURE_PING">
> <property name="storage_account_name">${jboss.jgroups.azure_ping.storage_account_name}</property>
> <property name="storage_access_key">${jboss.jgroups.azure_ping.storage_access_key}</property>
> <property name="container">${jboss.jgroups.azure_ping.container}</property>
> </protocol>
305d316
< <protocol type="MFC"/>
[rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone-ha.xml docs/examples/configs/standalone-ec2-ha.xml
280,281c280,287
< <transport type="UDP" socket-binding="jgroups-udp"/>
< <protocol type="PING"/>
---
> <transport type="UDP" socket-binding="jgroups-udp">
> <property name="ip_mcast">false</property>
> </transport>
> <protocol type="S3_PING">
> <property name="access_key">${jboss.jgroups.s3_ping.access_key}</property>
> <property name="secret_access_key">${jboss.jgroups.s3_ping.secret_access_key}</property>
> <property name="location">${jboss.jgroups.s3_ping.bucket}</property>
> </protocol>
284c290
< <protocol type="FD_ALL"/>
---
> <protocol type="FD"/>
286c292,295
< <protocol type="pbcast.NAKACK2"/>
---
> <protocol type="pbcast.NAKACK2">
> <property name="use_mcast_xmit">false</property>
> <property name="use_mcast_xmit_req">false</property>
> </protocol>
291d299
< <protocol type="MFC"/>
296c304,308
< <protocol type="MPING" socket-binding="jgroups-mping"/>
---
> <protocol type="S3_PING">
> <property name="access_key">${jboss.jgroups.s3_ping.access_key}</property>
> <property name="secret_access_key">${jboss.jgroups.s3_ping.secret_access_key}</property>
> <property name="location">${jboss.jgroups.s3_ping.bucket}</property>
> </protocol>
305d316
< <protocol type="MFC"/>
[rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone-ha.xml docs/examples/configs/standalone-gossip-ha.xml
280,281c280,286
< <transport type="UDP" socket-binding="jgroups-udp"/>
< <protocol type="PING"/>
---
> <transport type="UDP" socket-binding="jgroups-udp">
> <property name="ip_mcast">false</property>
> </transport>
> <protocol type="TCPGOSSIP">
> <property name="initial_hosts">${jboss.jgroups.gossip.initial_hosts}</property>
> <property name="num_initial_members">${jboss.jgroups.gossip.num_initial_members}</property>
> </protocol>
284c289
< <protocol type="FD_ALL"/>
---
> <protocol type="FD"/>
286c291,294
< <protocol type="pbcast.NAKACK2"/>
---
> <protocol type="pbcast.NAKACK2">
> <property name="use_mcast_xmit">false</property>
> <property name="use_mcast_xmit_req">false</property>
> </protocol>
291d298
< <protocol type="MFC"/>
296c303,306
< <protocol type="MPING" socket-binding="jgroups-mping"/>
---
> <protocol type="TCPGOSSIP">
> <property name="initial_hosts">${jboss.jgroups.gossip.initial_hosts}</property>
> <property name="num_initial_members">${jboss.jgroups.gossip.num_initial_members}</property>
> </protocol>
305d314
< <protocol type="MFC"/>
{noformat})
> Example ec2/gossip/azure server profiles do not have any modifications from the standard HA profiles (missing proper discovery protocols)
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-6210
> URL: https://issues.jboss.org/browse/WFLY-6210
> Project: WildFly
> Issue Type: Bug
> Components: Build System
> Affects Versions: 10.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
> Fix For: 10.1.0.Final
>
>
> {noformat}
> [rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone_xml_history/standalone-ha.initial.xml docs/examples/configs/standalone-ec2-ha.xml
> Files standalone/configuration/standalone_xml_history/standalone-ha.initial.xml and docs/examples/configs/standalone-ec2-ha.xml are identical
> {noformat}
> {noformat}
> [rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone_xml_history/standalone-ha.initial.xml docs/examples/configs/standalone-gossip-ha.xml
> Files standalone/configuration/standalone_xml_history/standalone-ha.initial.xml and docs/examples/configs/standalone-gossip-ha.xml are identical
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6210) Example ec2/gossip/azure server profiles do not have any modifications from the standard HA profiles (missing proper discovery protocols)
by Radoslav Husar (JIRA)
[ https://issues.jboss.org/browse/WFLY-6210?page=com.atlassian.jira.plugin.... ]
Radoslav Husar commented on WFLY-6210:
--------------------------------------
Here is the diff after the fix:
{noformat}
[rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone-ha.xml docs/examples/configs/standalone-ec2-ha.xml
280,281c280,287
< <transport type="UDP" socket-binding="jgroups-udp"/>
< <protocol type="PING"/>
---
> <transport type="UDP" socket-binding="jgroups-udp">
> <property name="ip_mcast">false</property>
> </transport>
> <protocol type="S3_PING">
> <property name="access_key">${jboss.jgroups.s3_ping.access_key}</property>
> <property name="secret_access_key">${jboss.jgroups.s3_ping.secret_access_key}</property>
> <property name="location">${jboss.jgroups.s3_ping.bucket}</property>
> </protocol>
284c290
< <protocol type="FD_ALL"/>
---
> <protocol type="FD"/>
286c292,295
< <protocol type="pbcast.NAKACK2"/>
---
> <protocol type="pbcast.NAKACK2">
> <property name="use_mcast_xmit">false</property>
> <property name="use_mcast_xmit_req">false</property>
> </protocol>
291d299
< <protocol type="MFC"/>
296c304,308
< <protocol type="MPING" socket-binding="jgroups-mping"/>
---
> <protocol type="S3_PING">
> <property name="access_key">${jboss.jgroups.s3_ping.access_key}</property>
> <property name="secret_access_key">${jboss.jgroups.s3_ping.secret_access_key}</property>
> <property name="location">${jboss.jgroups.s3_ping.bucket}</property>
> </protocol>
305d316
< <protocol type="MFC"/>
[rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone-ha.xml docs/examples/configs/standalone-azure-ha.xml
280,281c280,287
< <transport type="UDP" socket-binding="jgroups-udp"/>
< <protocol type="PING"/>
---
> <transport type="UDP" socket-binding="jgroups-udp">
> <property name="ip_mcast">false</property>
> </transport>
> <protocol type="azure.AZURE_PING">
> <property name="storage_account_name">${jboss.jgroups.azure_ping.storage_account_name}</property>
> <property name="storage_access_key">${jboss.jgroups.azure_ping.storage_access_key}</property>
> <property name="container">${jboss.jgroups.azure_ping.container}</property>
> </protocol>
284c290
< <protocol type="FD_ALL"/>
---
> <protocol type="FD"/>
286c292,295
< <protocol type="pbcast.NAKACK2"/>
---
> <protocol type="pbcast.NAKACK2">
> <property name="use_mcast_xmit">false</property>
> <property name="use_mcast_xmit_req">false</property>
> </protocol>
291d299
< <protocol type="MFC"/>
296c304,308
< <protocol type="MPING" socket-binding="jgroups-mping"/>
---
> <protocol type="azure.AZURE_PING">
> <property name="storage_account_name">${jboss.jgroups.azure_ping.storage_account_name}</property>
> <property name="storage_access_key">${jboss.jgroups.azure_ping.storage_access_key}</property>
> <property name="container">${jboss.jgroups.azure_ping.container}</property>
> </protocol>
305d316
< <protocol type="MFC"/>
[rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone-ha.xml docs/examples/configs/standalone-ec2-ha.xml
280,281c280,287
< <transport type="UDP" socket-binding="jgroups-udp"/>
< <protocol type="PING"/>
---
> <transport type="UDP" socket-binding="jgroups-udp">
> <property name="ip_mcast">false</property>
> </transport>
> <protocol type="S3_PING">
> <property name="access_key">${jboss.jgroups.s3_ping.access_key}</property>
> <property name="secret_access_key">${jboss.jgroups.s3_ping.secret_access_key}</property>
> <property name="location">${jboss.jgroups.s3_ping.bucket}</property>
> </protocol>
284c290
< <protocol type="FD_ALL"/>
---
> <protocol type="FD"/>
286c292,295
< <protocol type="pbcast.NAKACK2"/>
---
> <protocol type="pbcast.NAKACK2">
> <property name="use_mcast_xmit">false</property>
> <property name="use_mcast_xmit_req">false</property>
> </protocol>
291d299
< <protocol type="MFC"/>
296c304,308
< <protocol type="MPING" socket-binding="jgroups-mping"/>
---
> <protocol type="S3_PING">
> <property name="access_key">${jboss.jgroups.s3_ping.access_key}</property>
> <property name="secret_access_key">${jboss.jgroups.s3_ping.secret_access_key}</property>
> <property name="location">${jboss.jgroups.s3_ping.bucket}</property>
> </protocol>
305d316
< <protocol type="MFC"/>
[rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone-ha.xml docs/examples/configs/standalone-gossip-ha.xml
280,281c280,286
< <transport type="UDP" socket-binding="jgroups-udp"/>
< <protocol type="PING"/>
---
> <transport type="UDP" socket-binding="jgroups-udp">
> <property name="ip_mcast">false</property>
> </transport>
> <protocol type="TCPGOSSIP">
> <property name="initial_hosts">${jboss.jgroups.gossip.initial_hosts}</property>
> <property name="num_initial_members">${jboss.jgroups.gossip.num_initial_members}</property>
> </protocol>
284c289
< <protocol type="FD_ALL"/>
---
> <protocol type="FD"/>
286c291,294
< <protocol type="pbcast.NAKACK2"/>
---
> <protocol type="pbcast.NAKACK2">
> <property name="use_mcast_xmit">false</property>
> <property name="use_mcast_xmit_req">false</property>
> </protocol>
291d298
< <protocol type="MFC"/>
296c303,306
< <protocol type="MPING" socket-binding="jgroups-mping"/>
---
> <protocol type="TCPGOSSIP">
> <property name="initial_hosts">${jboss.jgroups.gossip.initial_hosts}</property>
> <property name="num_initial_members">${jboss.jgroups.gossip.num_initial_members}</property>
> </protocol>
305d314
< <protocol type="MFC"/>
{noformat}
> Example ec2/gossip/azure server profiles do not have any modifications from the standard HA profiles (missing proper discovery protocols)
> -----------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-6210
> URL: https://issues.jboss.org/browse/WFLY-6210
> Project: WildFly
> Issue Type: Bug
> Components: Build System
> Affects Versions: 10.0.0.Final
> Reporter: Radoslav Husar
> Assignee: Radoslav Husar
> Priority: Critical
> Fix For: 10.1.0.Final
>
>
> {noformat}
> [rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone_xml_history/standalone-ha.initial.xml docs/examples/configs/standalone-ec2-ha.xml
> Files standalone/configuration/standalone_xml_history/standalone-ha.initial.xml and docs/examples/configs/standalone-ec2-ha.xml are identical
> {noformat}
> {noformat}
> [rhusar@syrah wildfly-10.1.0.Final-SNAPSHOT]$ diff -s standalone/configuration/standalone_xml_history/standalone-ha.initial.xml docs/examples/configs/standalone-gossip-ha.xml
> Files standalone/configuration/standalone_xml_history/standalone-ha.initial.xml and docs/examples/configs/standalone-gossip-ha.xml are identical
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6283) CacheConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.access.TxInvalidationInterceptor] being added to the interceptor chain 231985794 more than once!
by Harold Campbell (JIRA)
[ https://issues.jboss.org/browse/WFLY-6283?page=com.atlassian.jira.plugin.... ]
Harold Campbell commented on WFLY-6283:
---------------------------------------
I get the same failure with the latest nightly, #2224. I'm running inside a docker container, on Fedora 23, in a KVM VM, on a Haswell based host.
It's probably best if you do the building.
> CacheConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.access.TxInvalidationInterceptor] being added to the interceptor chain 231985794 more than once!
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-6283
> URL: https://issues.jboss.org/browse/WFLY-6283
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 10.0.0.Final
> Reporter: Harold Campbell
> Assignee: Scott Marlow
>
> With second level caching enabled in a persistence unit, my application can only be deployed once without restarting wildfly. Redeployment results in this stacktrace:
> 19:06:48,764 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 87) MSC000001: Failed to start service jboss.persistenceunit."winthorpe-ear.ear#winthorpedb": org.jboss.msc.service.StartException in service jboss.persistenceunit."winthorpe-ear.ear#winthorpedb": javax.persistence.PersistenceException: [PersistenceUnit: winthorpedb] Unable to build Hibernate SessionFactory
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:172)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:117)
> at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:667)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:182)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> Caused by: javax.persistence.PersistenceException: [PersistenceUnit: winthorpedb] Unable to build Hibernate SessionFactory
> at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.persistenceException(EntityManagerFactoryBuilderImpl.java:954)
> at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:882)
> at org.jboss.as.jpa.hibernate5.TwoPhaseBootstrapImpl.build(TwoPhaseBootstrapImpl.java:44)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:154)
> ... 7 more
> Caused by: org.infinispan.commons.CacheConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.access.TxInvalidationInterceptor] being added to the interceptor chain 231985794 more than once!
> at org.infinispan.interceptors.InterceptorChain.assertNotAdded(InterceptorChain.java:76)
> at org.infinispan.interceptors.InterceptorChain.addInterceptor(InterceptorChain.java:90)
> at org.infinispan.cache.impl.CacheImpl.addInterceptor(CacheImpl.java:879)
> at org.infinispan.cache.impl.AbstractDelegatingAdvancedCache.addInterceptor(AbstractDelegatingAdvancedCache.java:65)
> at org.hibernate.cache.infinispan.access.PutFromLoadValidator.<init>(PutFromLoadValidator.java:184)
> at org.hibernate.cache.infinispan.access.PutFromLoadValidator.<init>(PutFromLoadValidator.java:133)
> at org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion.prepareForValidation(BaseTransactionalDataRegion.java:145)
> at org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion.createAccessDelegate(BaseTransactionalDataRegion.java:130)
> at org.hibernate.cache.infinispan.naturalid.NaturalIdRegionImpl.buildAccessStrategy(NaturalIdRegionImpl.java:50)
> at org.hibernate.internal.SessionFactoryImpl.determineNaturalIdRegionAccessStrategy(SessionFactoryImpl.java:600)
> at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:339)
> at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
> at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:879)
> ... 9 more
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months
[JBoss JIRA] (WFLY-6283) CacheConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.access.TxInvalidationInterceptor] being added to the interceptor chain 231985794 more than once!
by Scott Marlow (JIRA)
[ https://issues.jboss.org/browse/WFLY-6283?page=com.atlassian.jira.plugin.... ]
Scott Marlow commented on WFLY-6283:
------------------------------------
I guess its sort of good that you can recreate easily. Seems that I cannot following the same steps. I am on Fedora Linux 23 on a Lenovo T540.
I am also using the latest WildFly (master branch) codebase. If you want to try the same, you could download the [nightly build from here.|https://developer.jboss.org/message/810641#810641].
Since you can recreate your reported failure and the 2lc.jar failure. I think the next step is getting you a custom build of WildFly/Hibernate to try that includes the HHH-10545 changes. Do you want to build WildFly + Hibernate locally or would you prefer that I do the building?
> CacheConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.access.TxInvalidationInterceptor] being added to the interceptor chain 231985794 more than once!
> ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: WFLY-6283
> URL: https://issues.jboss.org/browse/WFLY-6283
> Project: WildFly
> Issue Type: Bug
> Components: JPA / Hibernate
> Affects Versions: 10.0.0.Final
> Reporter: Harold Campbell
> Assignee: Scott Marlow
>
> With second level caching enabled in a persistence unit, my application can only be deployed once without restarting wildfly. Redeployment results in this stacktrace:
> 19:06:48,764 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 87) MSC000001: Failed to start service jboss.persistenceunit."winthorpe-ear.ear#winthorpedb": org.jboss.msc.service.StartException in service jboss.persistenceunit."winthorpe-ear.ear#winthorpedb": javax.persistence.PersistenceException: [PersistenceUnit: winthorpedb] Unable to build Hibernate SessionFactory
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:172)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:117)
> at org.wildfly.security.manager.WildFlySecurityManager.doChecked(WildFlySecurityManager.java:667)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1.run(PersistenceUnitServiceImpl.java:182)
> at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
> at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
> at java.lang.Thread.run(Thread.java:745)
> at org.jboss.threads.JBossThread.run(JBossThread.java:320)
> Caused by: javax.persistence.PersistenceException: [PersistenceUnit: winthorpedb] Unable to build Hibernate SessionFactory
> at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.persistenceException(EntityManagerFactoryBuilderImpl.java:954)
> at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:882)
> at org.jboss.as.jpa.hibernate5.TwoPhaseBootstrapImpl.build(TwoPhaseBootstrapImpl.java:44)
> at org.jboss.as.jpa.service.PersistenceUnitServiceImpl$1$1.run(PersistenceUnitServiceImpl.java:154)
> ... 7 more
> Caused by: org.infinispan.commons.CacheConfigurationException: Detected interceptor of type [org.hibernate.cache.infinispan.access.TxInvalidationInterceptor] being added to the interceptor chain 231985794 more than once!
> at org.infinispan.interceptors.InterceptorChain.assertNotAdded(InterceptorChain.java:76)
> at org.infinispan.interceptors.InterceptorChain.addInterceptor(InterceptorChain.java:90)
> at org.infinispan.cache.impl.CacheImpl.addInterceptor(CacheImpl.java:879)
> at org.infinispan.cache.impl.AbstractDelegatingAdvancedCache.addInterceptor(AbstractDelegatingAdvancedCache.java:65)
> at org.hibernate.cache.infinispan.access.PutFromLoadValidator.<init>(PutFromLoadValidator.java:184)
> at org.hibernate.cache.infinispan.access.PutFromLoadValidator.<init>(PutFromLoadValidator.java:133)
> at org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion.prepareForValidation(BaseTransactionalDataRegion.java:145)
> at org.hibernate.cache.infinispan.impl.BaseTransactionalDataRegion.createAccessDelegate(BaseTransactionalDataRegion.java:130)
> at org.hibernate.cache.infinispan.naturalid.NaturalIdRegionImpl.buildAccessStrategy(NaturalIdRegionImpl.java:50)
> at org.hibernate.internal.SessionFactoryImpl.determineNaturalIdRegionAccessStrategy(SessionFactoryImpl.java:600)
> at org.hibernate.internal.SessionFactoryImpl.<init>(SessionFactoryImpl.java:339)
> at org.hibernate.boot.internal.SessionFactoryBuilderImpl.build(SessionFactoryBuilderImpl.java:444)
> at org.hibernate.jpa.boot.internal.EntityManagerFactoryBuilderImpl.build(EntityManagerFactoryBuilderImpl.java:879)
> ... 9 more
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 2 months