[
https://issues.jboss.org/browse/AS7-3658?page=com.atlassian.jira.plugin.s...
]
Jason Greene updated AS7-3658:
------------------------------
Fix Version/s: 7.1.2.Final
(was: 7.1.1.Final)
This issue is being relocated to 7.1.2 so that 7.1.1 only contains criticals, blockers,
and EAP LA issues (which are probably not yet at the right status, or need an extra triage
pass).
If these issues are completed in a 7.1.1 timeframe please change the fix version. Although
if you forget I will bulk correct.
NPE when starting a hornetQ backup server
-----------------------------------------
Key: AS7-3658
URL:
https://issues.jboss.org/browse/AS7-3658
Project: Application Server 7
Issue Type: Bug
Components: JMS
Reporter: Emanuel Muckenhuber
Assignee: Justin Bertram
Fix For: 7.1.2.Final
When configuring a <hornetq-server /> with <backup>true</backup> - the
service fails to start:
{code}
17:45:00,446 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed
to start service jboss.messaging.backup-server.jms.manager:
org.jboss.msc.service.StartException in service jboss.messaging.backup-server.jms.manager:
java.lang.NullPointerException
at org.jboss.as.messaging.jms.JMSService.start(JMSService.java:80)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746)
[jboss-msc-1.0.2.GA.jar:1.0.2.GA]
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[rt.jar:1.6.0_26]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[rt.jar:1.6.0_26]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_26]
Caused by: java.lang.NullPointerException
at org.jboss.as.messaging.jms.JMSService.start(JMSService.java:74)
... 5 more
{code}
This affects e.g. docs/examples/configs/standalone-hornetq-colocated.xml
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira