]
Jeff Mesnil updated WFLY-4281:
------------------------------
Workaround Description:
Configure hornetq-server resource to use NIO instead of AsyncIO:
{noformat}
/subsystem=messaging/hornetq-server=default:write-attribute(name=journal-type,value=NIO)
{noformat}
Workaround: Workaround Exists
JVM crash when enabling hornetQ
-------------------------------
Key: WFLY-4281
URL:
https://issues.jboss.org/browse/WFLY-4281
Project: WildFly
Issue Type: Bug
Components: JMS
Affects Versions: 8.1.0.Final
Environment: SLES10 32bit
Oracle JDK 7.0_71
Reporter:
bene.net
Assignee: Jeff Mesnil
Priority: Minor
Attachments: console.log, hs_err_pid16284.log
When I enable HornetQ on this wildfly instance on SLES10, while starting up the JVM
crashes with a SIGFPE - probably while trying to load libHornetQAIO.
Disabling HornetQ starts Wildfly without a problem.