-
Notifications
You must be signed in to change notification settings - Fork 38.9k
Closed
Labels
type: taskA general taskA general task
Milestone
Description
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
-
EBR-349 (**)
-
jmxremote_optional.jarcan be acquired from Oracle in the JMX Remote API 1.0.1_04 Reference Implementation (**) download.
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:
- Clean up ignored JMX tests [SPR-8089] #12744 Clean up ignored JMX tests ("is depended on by")
- org.springframework.jmx.export.NotificationListenerTests is marked @Ignore but extends TestCase in 3.0.x branch [SPR-8587] #13231 org.springframework.jmx.export.NotificationListenerTests is marked
@Ignorebut extends TestCase in 3.0.x branch
Metadata
Metadata
Assignees
Labels
type: taskA general taskA general task