[jboss-jira] [JBoss JIRA] (AS7-2241) Stilts fails in domain mode related to socket-binding and port offsets

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Mon Feb 6 07:39:49 EST 2012


    [ https://issues.jboss.org/browse/AS7-2241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12664422#comment-12664422 ] 

Thomas Diesler edited comment on AS7-2241 at 2/6/12 7:38 AM:
-------------------------------------------------------------

To reproduce add these capabilities 

{code}
<capability name="org.jboss.netty:netty:3.2.6.Final" startlevel="2"/>
<capability name="org.projectodd.stilts" startlevel="2"/>
{code}

you should see

{code}
org.osgi.framework.BundleException: Cannot start bundle: stilts-stomplet-server-bundle:0.1.20
[Server:server-two] 	at org.jboss.osgi.framework.internal.HostBundleState.transitionToActive(HostBundleState.java:328) [jbosgi-framework-core-1.1.1.jar:1.1.1]
[Server:server-two] 	at org.jboss.osgi.framework.internal.HostBundleState.startInternal(HostBundleState.java:223) [jbosgi-framework-core-1.1.1.jar:1.1.1]
[Server:server-two] 	at org.jboss.osgi.framework.internal.AbstractBundleState.start(AbstractBundleState.java:494) [jbosgi-framework-core-1.1.1.jar:1.1.1]
[Server:server-two] 	at org.jboss.osgi.framework.internal.StartLevelPlugin.increaseStartLevel(StartLevelPlugin.java:257) [jbosgi-framework-core-1.1.1.jar:1.1.1]
[Server:server-two] 	at org.jboss.osgi.framework.internal.FrameworkActive.start(FrameworkActive.java:93) [jbosgi-framework-core-1.1.1.jar:1.1.1]
[Server:server-two] 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
[Server:server-two] 	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
[Server:server-two] 	at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) [rt.jar:1.6.0_29]
[Server:server-two] 	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) [rt.jar:1.6.0_29]
[Server:server-two] 	at java.lang.Thread.run(Thread.java:662) [rt.jar:1.6.0_29]
[Server:server-two] Caused by: org.jboss.netty.channel.ChannelException: Failed to bind to: 0.0.0.0/0.0.0.0:8675
[Server:server-two] 	at org.jboss.netty.bootstrap.ServerBootstrap.bind(ServerBootstrap.java:303)
[Server:server-two] 	at org.projectodd.stilts.stomp.server.StompServer.start(StompServer.java:100)
[Server:server-two] 	at org.projectodd.stilts.conduit.ConduitServer.start(ConduitServer.java:83)
[Server:server-two] 	at org.projectodd.stilts.stomplet.server.StompletServer.start(StompletServer.java:72){code}
                
      was (Author: thomas.diesler):
    To reproduce add these capabilities 

{code}
<capability name="org.jboss.netty:netty:3.2.6.Final" startlevel="2"/>
<capability name="org.projectodd.stilts" startlevel="2"/>
{code}
                  
> Stilts fails in domain mode related to socket-binding and port offsets
> ----------------------------------------------------------------------
>
>                 Key: AS7-2241
>                 URL: https://issues.jboss.org/browse/AS7-2241
>             Project: Application Server 7
>          Issue Type: Bug
>          Components: Stilts
>            Reporter: Thomas Diesler
>            Assignee: Thomas Diesler
>             Fix For: 7.1.1.Final
>
>


--
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