Ad Widget

Collapse

JMX - Skeleton Error

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • cht47
    Junior Member
    • Jun 2017
    • 2

    #1

    JMX - Skeleton Error

    Hello,
    I want to monitor some values of our backend software (tomcat).

    I've installed the Java-Gateway and configured everything. Now I get the following exception:

    Code:
    java.io.IOException: Failed to retrieve RMIServer stub: 
    ........
    skeleton class not found but required for client version
    I talked to our head of R&D and he told me that we are not using any stubs or skeletons and I should set the option:
    Code:
    java.rmi.server.ignoreStubClasses=true
    in the client.

    But where can I add options to the Java gateway (except the conf file)? I've installed it on Ubuntu 16.04 via repository. The server and gateway runs on the same system.

    Thanks in advance.
  • cht47
    Junior Member
    • Jun 2017
    • 2

    #2
    bump...

    Upgraded to 3.4, Error still exists.

    Comment

    Working...