[jboss-jira] [JBoss JIRA] Commented: (JBAS-3885) JMXConnectorServer not respecting the -b value

Dimitris Andreadis (JIRA) jira-events at lists.jboss.org
Fri Oct 19 12:51:04 EDT 2007


    [ http://jira.jboss.com/jira/browse/JBAS-3885?page=comments#action_12383481 ] 
            
Dimitris Andreadis commented on JBAS-3885:
------------------------------------------

Yes, it's this line in \jbossas\jmx-remoting\src\main\org\jboss\mx\remoting\service\JMXConnectorServerService.java:

...
      if(bindAddress == null || bindAddress.equals("0.0.0.0"))
      {
         bindAddress = InetAddress.getLocalHost().getHostName();
      }

> JMXConnectorServer not respecting the -b value
> ----------------------------------------------
>
>                 Key: JBAS-3885
>                 URL: http://jira.jboss.com/jira/browse/JBAS-3885
>             Project: JBoss Application Server
>          Issue Type: Bug
>      Security Level: Public(Everyone can see) 
>          Components: Remoting
>    Affects Versions: JBossAS-5.0.0.Beta1
>            Reporter: Javid Jamae
>         Assigned To: Dimitris Andreadis
>             Fix For:  JBossAS-5.0.0.Beta3
>
>
> I'm trying to bring up a vertical cluster (Jboss 5.0.0Beta1) using virtual IPs on a Windows XP box. I've created two copies of the all configuration called node1 and node2. I start them in different console windows as follows:
> ./run.sh -b 192.168.1.140 -c node1
> ./run.sh -b 192.168.1.141 -c node2
> I can bring up the first node, but when I try to bring up the second node, I get the following exception. I've started the nodes in different orders, and it is always the second node that throws this exception.
> 19:12:28,656 INFO  [TomcatDeployment] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
> 19:12:28,828 INFO  [StandardContext] Container org.apache.catalina.core.ContainerBase.[jboss.web].[localhost].[/jmx-console] has already been started
> 19:12:29,109 ERROR [AbstractKernelController] Error installing to Start: name=jboss.remoting:protocol=rmi,service=JMXConnectorServer state=Create mode=Manual requiredState=Installed
> java.io.IOException: Cannot bind to URL [rmi://192.168.1.140:1090/jmxconnector]: javax.naming.NameAlreadyBoundException:
>  jmxconnector [Root exception is java.rmi.AlreadyBoundException: jmxconnector]
>         at javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:814)
>         at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:431)
>         at org.jboss.mx.remoting.service.JMXConnectorServerService.start(JMXConnectorServerService.java:110)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>         at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>         at java.lang.reflect.Method.invoke(Method.java:585)
>         at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
>         at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
>         at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
>         at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
>         at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
>         at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:184)
>         at $Proxy0.start(Unknown Source)
>         at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
>         at org.jboss.system.microcontainer.ServiceControllerContextAction.install(ServiceControllerContextAction.java:46)
>         at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
>         at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:226)
>         at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:198)
>         at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:709)
>         at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:429)
>         at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:538)
>         at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:472)
>         at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:320)
>         at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:190)
>         at org.jboss.system.ServiceController.doChange(ServiceController.java:656)
>         at org.jboss.system.ServiceController.start(ServiceController.java:431)
>         at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:124)
>         at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:85)
>         at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:44)
>         at org.jboss.deployers.plugins.deployers.helpers.AbstractSimpleRealDeployer.deploy(AbstractSimpleRealDeployer.java:53)
>         at org.jboss.deployers.plugins.deployer.AbstractSimpleDeployer.commitDeploy(AbstractSimpleDeployer.java:52)
>         at org.jboss.deployers.plugins.deployer.DeployerWrapper.commitDeploy(DeployerWrapper.java:145)
>         at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:440)
>         at org.jboss.deployers.plugins.deployment.MainDeployerImpl.commitDeploy(MainDeployerImpl.java:451)
>         at org.jboss.deployers.plugins.deployment.MainDeployerImpl.process(MainDeployerImpl.java:381)
>         at org.jboss.system.server.profileservice.ProfileServiceBootstrap.loadProfile(ProfileServiceBootstrap.java:366)
>         at org.jboss.system.server.profileservice.ProfileServiceBootstrap.bootstrap(ProfileServiceBootstrap.java:246)
>         at org.jboss.kernel.plugins.bootstrap.AbstractBootstrap.run(AbstractBootstrap.java:89)
>         at org.jboss.system.server.profileservice.ServerImpl.doStart(ServerImpl.java:401)
>         at org.jboss.system.server.profileservice.ServerImpl.start(ServerImpl.java:340)
>         at org.jboss.Main.boot(Main.java:210)
>         at org.jboss.Main$1.run(Main.java:508)
>         at java.lang.Thread.run(Thread.java:595)
> Caused by: javax.naming.NameAlreadyBoundException: jmxconnector [Root exception is java.rmi.AlreadyBoundException: jmxconnector]
>         at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:118)
>         at com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:208)
>         at javax.naming.InitialContext.bind(InitialContext.java:359)
>         at javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:635)
>         at javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:427)
>         ... 42 more
> Caused by: java.rmi.AlreadyBoundException: jmxconnector
>         at sun.rmi.registry.RegistryImpl.bind(RegistryImpl.java:123)
>         at sun.rmi.registry.RegistryImpl_Skel.dispatch(Unknown Source)
>         at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:375)
>         at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:240)
>         at sun.rmi.transport.Transport$1.run(Transport.java:153)
>         at java.security.AccessController.doPrivileged(Native Method)
>         at sun.rmi.transport.Transport.serviceCall(Transport.java:149)
>         at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:466)
>         at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:707)
>         at java.lang.Thread.run(Thread.java:595)
>         at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
>         at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
>         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:343)
>         at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
>         at com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:116)
>         ... 46 more
> 19:12:29,187 INFO  [TomcatDeployment] deploy, ctxPath=/juddi, warUrl=.../deploy/juddi-service.sar/juddiws.war/	

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        



More information about the jboss-jira mailing list