[ 
https://issues.apache.org/jira/browse/KARAF-5023?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16114390#comment-16114390
 ] 

Jean-Baptiste Onofré commented on KARAF-5023:
---------------------------------------------

The problem is that the {{ConnectorServerFactory}} uses the {{serviceUrl}} 
provided by the {{Activator}}:

{code}
JMXServiceURL url = new JMXServiceURL(this.serviceUrl);
{code}

It's in the {{init()}} method. So, the {{serviceUrl}} is not updated in the 
{{ConnectorServerFactory}}.

Actually, the {{ConnectorServerFactory}} should use a {{ManagedService}} to get 
updated when the {{serviceUrl}} changes. It's not a minor change, so I prefer 
to bump to 4.1.3 to have time to do it.

> The serviceUrl property is changed unexpected when edit the 
> rmiServerPort/rmiRegistryPort properties
> ----------------------------------------------------------------------------------------------------
>
>                 Key: KARAF-5023
>                 URL: https://issues.apache.org/jira/browse/KARAF-5023
>             Project: Karaf
>          Issue Type: Bug
>          Components: karaf-config
>    Affects Versions: 4.1.0, 4.0.8
>            Reporter: Xilai Dai
>            Assignee: Jean-Baptiste Onofré
>             Fix For: 4.2.0, 4.0.10, 4.1.3
>
>
> {code}
> karaf@root()> config:edit --force org.apache.karaf.management
> karaf@root()> config:property-set rmiRegistryPort 1100
> karaf@root()> config:property-set rmiServerPort 44445
> karaf@root()> config:update
> karaf@root()> Exception in thread "JMX Connector Thread 
> [service:jmx:rmi://127.0.0.1:44444/jndi/rmi://127.0.0.1:1099/karaf-r
> oot]" java.lang.RuntimeException: Could not start JMX connector server
>         at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:272)
> Caused by: java.io.IOException: Cannot bind to URL 
> [rmi://127.0.0.1:1099/karaf-root]: javax.naming.CommunicationException
> [Root exception is java.rmi.NoSuchObjectException: no such object in table]
>         at 
> javax.management.remote.rmi.RMIConnectorServer.newIOException(RMIConnectorServer.java:827)
>         at 
> javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:432)
>         at 
> org.apache.karaf.management.ConnectorServerFactory$1.run(ConnectorServerFactory.java:259)
> Caused by: javax.naming.CommunicationException [Root exception is 
> java.rmi.NoSuchObjectException: no such object in tabl
> e]
>         at 
> com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:161)
>         at 
> com.sun.jndi.toolkit.url.GenericURLContext.bind(GenericURLContext.java:228)
>         at javax.naming.InitialContext.bind(InitialContext.java:425)
>         at 
> javax.management.remote.rmi.RMIConnectorServer.bind(RMIConnectorServer.java:644)
>         at 
> javax.management.remote.rmi.RMIConnectorServer.start(RMIConnectorServer.java:427)
>         ... 1 more
> Caused by: java.rmi.NoSuchObjectException: no such object in table
>         at 
> sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:276)
>         at 
> sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:253)
>         at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:379)
>         at sun.rmi.registry.RegistryImpl_Stub.bind(Unknown Source)
>         at 
> com.sun.jndi.rmi.registry.RegistryContext.bind(RegistryContext.java:155)
>         ... 5 more
> {code}
> Looking into the {{etc/org.apache.karaf.management.cfg}}, the {{serviceUrl}} 
> property is changed to:
> {code}
> service:jmx:rmi://127.0.0.1:44444/jndi/rmi://127.0.0.1:1099/karaf-root
> {code}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)

Reply via email to