[
https://issues.jboss.org/browse/AS7-3065?page=com.atlassian.jira.plugin.s...
]
Paul Robinson resolved AS7-3065.
--------------------------------
Assignee: Paul Robinson
Resolution: Duplicate Issue
Failed to start HorentQ when booting standalone-xts.xml
configuration
---------------------------------------------------------------------
Key: AS7-3065
URL:
https://issues.jboss.org/browse/AS7-3065
Project: Application Server 7
Issue Type: Bug
Reporter: Paul Robinson
Assignee: Paul Robinson
Attachments: server.log
To reproduce:
1. Update to latest AS7 master
2. mvn install
3. cd build/target/jboss-as-7.1.0.CR1-SNAPSHOT/
4. sh bin/standalone.sh --server-config=../../docs/examples/configs/standalone-xts.xml
Observe the following stack trace towards the top of the log:
{code}
09:49:07,967 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-6) MSC00001: Failed
to start service jboss.messaging.default: org.jboss.msc.service.StartException in service
jboss.messaging.default: JBAS011644: Failed to start service
at org.jboss.as.messaging.HornetQService.start(HornetQService.java:193)
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1824)
[jboss-msc-1.0.1.GA.jar:]
at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1759)
[jboss-msc-1.0.1.GA.jar:]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110)
[:1.6.0_22]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
[:1.6.0_22]
at java.lang.Thread.run(Thread.java:679) [:1.6.0_22]
Caused by: org.jboss.msc.service.StartException in anonymous service: JBAS011641: Failed
to find SocketBinding for connector: netty
at org.jboss.as.messaging.HornetQService.start(HornetQService.java:128)
... 5 more
{code}
I have attached the boot log.
This error does not appear when using standalone.xml configuration. Problems like this
have occurred in the past when a change to standalone.xml has not also been made to
standalone-xts.xml.
I have checked all the standalone-*.xml configurations in docs/examples/configs/ and this
bug only occurs in standalone-xts.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