]
Galder Zamarreño updated ISPN-7227:
-----------------------------------
Fix Version/s: 9.0.0.Beta3
(was: 9.0.0.Beta2)
SearchNewEntityJmsMasterSlaveUsingInfinispanAndModulesIT fails
--------------------------------------------------------------
Key: ISPN-7227
URL:
https://issues.jboss.org/browse/ISPN-7227
Project: Infinispan
Issue Type: Bug
Components: Integration
Affects Versions: 9.0.0.Alpha4
Reporter: Vojtech Juranek
Assignee: Vojtech Juranek
Fix For: 9.0.0.Beta3, 9.0.0.Final
{{SearchNewEntityJmsMasterSlaveUsingInfinispanAndModulesIT}} fails with
{noformat}
Caused by: java.lang.Exception: {"WFLYCTL0080: Failed services" =>
{"jboss.persistenceunit.\"master.war#pu-master\"" =>
"org.jboss.msc.service.StartException in service
jboss.persistenceunit.\"master.war#pu-master\":
javax.persistence.PersistenceException: [PersistenceUnit: pu-master] Unable to build
Hibernate SessionFactory
Caused by: javax.persistence.PersistenceException: [PersistenceUnit: pu-master]
Unable to build Hibernate SessionFactory
Caused by: org.hibernate.search.exception.SearchException: HSEARCH000103: Unable to
initialize IndexManager named
'org.infinispan.test.integration.as.jms.model.RegisteredMember'
Caused by: org.hibernate.search.exception.SearchException: HSEARCH000252: Unable to
initialize directory provider
org.infinispan.hibernate.search.spi.InfinispanDirectoryProvider for index
org.infinispan.test.integration.as.jms.model.RegisteredMember
Caused by: org.infinispan.manager.EmbeddedCacheManagerStartupException:
org.infinispan.commons.CacheConfigurationException: ISPN000085: Error while trying to
create a channel using the specified configuration file:
default-configs/default-jgroups-udp.xml
Caused by: org.infinispan.commons.CacheConfigurationException: ISPN000085: Error
while trying to create a channel using the specified configuration file:
default-configs/default-jgroups-udp.xml
Caused by: java.lang.IllegalArgumentException: JGRP000001: configuration error: the
following properties in UDP are not recognized: {oob_thread_pool.max_threads=200,
internal_thread_pool.max_threads=20, internal_thread_pool.keep_alive_time=60000,
thread_pool.queue_enabled=false, internal_thread_pool.min_threads=5,
oob_thread_pool.keep_alive_time=60000, oob_thread_pool.min_threads=20,
oob_thread_pool.queue_enabled=false, internal_thread_pool.queue_max_size=500,
internal_thread_pool.queue_enabled=true}"}}
{noformat}