Hello,
I'm trying to access a MBean registered on a WebSphere 6.1 Application Server by employing the MBeanProxyFactoryBean. Unfortunately I do not know what the right serviceURL is. I tried to use
but I'm getting the following exception:Code:service:jmx:rmi://localhost/jndi/rmi://localhost:9999
What would be the right URL for accessing the service on WebSphere 6.1? Can anyone post details about how to register Spring Beans as JMX MBeans on WebSphere AS and accessing them by using MBeanProxyFactoryBean?Code:Caused by: java.lang.ClassCastException: com.sun.jndi.rmi.registry.RegistryContext incompatible with javax.management.remote.rmi.RMIServer
Thanks
Jens


Reply With Quote