[jboss-jira] [JBoss JIRA] (AS7-4834) Race condition in RemoteOutboundConnectionService
Yokoyama Yasuo (JIRA)
jira-events at lists.jboss.org
Fri May 18 03:50:18 EDT 2012
Yokoyama Yasuo created AS7-4834:
-----------------------------------
Summary: Race condition in RemoteOutboundConnectionService
Key: AS7-4834
URL: https://issues.jboss.org/browse/AS7-4834
Project: Application Server 7
Issue Type: Bug
Components: Remoting
Affects Versions: 7.1.1.Final
Reporter: Yokoyama Yasuo
Assignee: David Lloyd
The following errors may be caused if two or more remote-outbound-connection is defined.
{quote}
16:24:24,187 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-5) MSC00001: Failed to start service jboss.remoting.endpoint.subsystem.outbound-connection.dummy-6: org.jboss.msc.service.StartException in service jboss.remoting.endpoint.subsystem.outbound-connection.dummy-6: Failed to start service
at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1767) [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_29]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_29]
at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
Caused by: org.jboss.remoting3.DuplicateRegistrationException: URI scheme 'remote://' is already registered to a provider
at org.jboss.remoting3.EndpointImpl.addConnectionProvider(EndpointImpl.java:421)
at org.jboss.as.remoting.RemoteOutboundConnectionService.start(RemoteOutboundConnectionService.java:89)
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]
{quote}
--
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
More information about the jboss-jira
mailing list