Thank you, connector port was successfully changed. However when I executed
the activemq script the following error occured:
WARN ManagementContext - Failed to start jmx connector: Cannot
bind to URL [rmi://localhost:1199/jmxrmi]:
javax.naming.NoPermissionException [Root exception is
java.rmi.ServerException: RemoteException occurred in server thread; nested
exception is:
java.rmi.AccessException: Cannot modify this registry]
Did I miss to change anything else in the configurations?
Thanks.
Hi,
try using just one <managementContext> tag like
<managementContext>
<managementContext createConnector="true" connectorPort="1199"
rmiServerPort="1199"/>
</managementContext>
that should work.
Cheers
--
Dejan Bosanac
Open Source Integration - http://fusesource.com/
ActiveMQ in Action - http://www.manning.com/snyder/
Blog - http://www.nighttale.net
--
View this message in context: http://www.nabble.com/Problem-changing-the-managementContext-default-port-1099-tp23774662p23775474.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
|