[
https://issues.jboss.org/browse/AS7-1402?page=com.atlassian.jira.plugin.s...
]
Heiko Braun edited comment on AS7-1402 at 7/26/11 10:49 AM:
------------------------------------------------------------
steps to reproduce:
1) clean rebuild
2) boot "./bin/standalone.sh
--server-config=standalone/configuration/standalone-preview.xml"
3) go into console, create a queue (myQueue, java:jboss/queues/myQueue)
4) shutdown server
5) reboot and watch server log
was (Author: heiko.braun):
steps to reproduce:
1) clean rebuild
2) boot "./bin/standalone.sh
--server-config=standalone/configuration/standalone-preview.xml"
3) go into console, create a queue (myQueue, java:jboss/queues/myQueue)
4) shutdown server
5) reboot and watch sever log
JMS subsystem bootstrap errors
------------------------------
Key: AS7-1402
URL:
https://issues.jboss.org/browse/AS7-1402
Project: Application Server 7
Issue Type: Bug
Components: JMS
Reporter: Heiko Braun
Assignee: Emanuel Muckenhuber
Fix For: 7.0.1.Final
The serves throws these errors when booting the preview.xml:
{noformat}
[Server:server-one] 14:37:20,714 ERROR [org.jboss.msc.service.fail] (MSC service thread
1-2) MSC00001: Failed to start service
jboss.messaging.jms.connection-factory.RemoteConnectionFactory:
org.jboss.msc.service.StartException in service
jboss.messaging.jms.connection-factory.RemoteConnectionFactory: failed to create
connection-factory
[Server:server-one] at
org.jboss.as.messaging.jms.ConnectionFactoryService.start(ConnectionFactoryService.java:83)
[Server:server-one] at
org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1765)
[Server:server-one] at
org.jboss.msc.service.ServiceControllerImpl$ClearTCCLTask.run(ServiceControllerImpl.java:2291)
[Server:server-one] at
java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886)
[:1.6.0_26]
[Server:server-one] at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908)
[:1.6.0_26]
[Server:server-one] at java.lang.Thread.run(Thread.java:680) [:1.6.0_26]
[Server:server-one] Caused by: HornetQException[errorCode=104 message=Connector
'netty' not found on the main configuration file]
[Server:server-one] at
org.hornetq.jms.server.impl.JMSServerManagerImpl.internalCreateCFPOJO(JMSServerManagerImpl.java:1174)
{noformat}
--
This message is automatically generated by JIRA.
For more information on JIRA, see:
http://www.atlassian.com/software/jira