Hello
I'm trying to configure the add on. When jmx-config.sh runs I get back:
Trying service:jmx:rmi://localhost/jndi/rmi://localhost:9999/jmxrmi
Failed to find profile file..
Trying service:jmx:remoting-jmx://localhost:9999
Failed to find profile file..
Failed to find jmx uri...
Can anyone tell me what this message means?
Thanks so much for the help!
It means that it couldn't find any jmx interface on your localhost. If JBoss is installed on the other host then you need to add "-i host" option - see builtit help (-h option) for further details.
You need to configure your jmx interface on JBoss according to you version and then rerun the script to configure add-on.
Regards,
Tomasz Cholewa
Linux Polska team
It means that it couldn't find any jmx interface on your localhost. If JBoss is installed on the other host then you need to add "-i host" option - see builtit help (-h option) for further details.
You need to configure your jmx interface on JBoss according to you version and then rerun the script to configure add-on.
Regards,
Tomasz Cholewa
Linux Polska team