Skip to content

Install jmxremote_optional.jar in JVM used for Spring CI builds [SPR-8093] #12748

@spring-projects-issues

Description

@spring-projects-issues

Sam Brannen opened SPR-8093 and commented

Status Quo

At the moment, several of our JMX tests cannot be run on the CI server. See the broken tests here (**) for an example.

Thus we have had to disable them directly in the code. Otherwise, we get an "Unsupported protocol: jmxmp" error.

The reason is that the jmxremote_optional.jar is not available in the classpath of the JVM.

Related Resources

Notes

To solve this problem on my Mac workstation, I downloaded the JMX Remote API 1.0.1_04 Reference Implementation (see link above) and extracted jmxremote_optional.jar into the lib/ext folder of my local JVM.

(**) denotes an invisible link.


Issue Links:

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions