[Ejam-users] Unable to connect to Server
Brought to you by:
alexbuehler,
yveskurz
|
From: Virginie L. <Vir...@so...> - 2005-06-06 12:11:39
|
Hi,
I am trying to connect to my JMX server which has an RMI connector
through the EJAM eclipse plugin. I can connect the server with the
JDK1.5 jconsole and perform
all operations on MBeans.
When I try to connect with the eclipse plugin :
- I choose 'Add a new JMX Server'
- Connect to JSR J2SE 5.0
- enter the server ( no credentials ) address :
service:jmx:rmi:///jndi/rmi://localhost:9999/server
And I provide no library for the connection ( It should use the JDK
library, Am I wrong ? )
When I click on 'Finish' I get a message : "An error occured while
trying to establish connection'
Here is the log for this error :
!ENTRY ch.bfh.jmxconsole.connectors.jsr160 4 3 Jun 06, 2005 13:29:15.972
!MESSAGE An error occurred while trying to establish a connection.
!STACK 0
java.lang.ArrayIndexOutOfBoundsException: 0
at
ch.bfh.jmxconsole.core.connection.bundlecreator.BundleCreator.createBundle(BundleCreator.java:130)
at
ch.bfh.jmxconsole.connectors.jsr160.JSR160Connector.createConnection(JSR160Connector.java:105)
at
ch.bfh.jmxconsole.core.model.JMXServer.createConnection(JMXServer.java:291)
at ch.bfh.jmxconsole.core.model.JMXServer.<init>(JMXServer.java:219)
at
ch.bfh.jmxconsole.ui.wizards.addserver.AddServerWizard$1.run(AddServerWizard.java:153)
at
ch.bfh.jmxconsole.ui.dialogs.WorkerDialog$6.run(WorkerDialog.java:247)
at java.lang.Thread.run(Thread.java:595)
Do I make something wrong ?
I use eclipse 3.0.2 with JDK1.5.0_01 under Linux Fedora Core 3.
Thanks
Best regards,
Virginie
|