Skip to content
This repository was archived by the owner on Jan 14, 2025. It is now read-only.
This repository was archived by the owner on Jan 14, 2025. It is now read-only.

JMX shutdown does not work with java9+ #31

@olliefreeman

Description

@olliefreeman

The JMX shutdown code expects the following to resolve

 def agent = [vm.systemProperties.getProperty("java.home"), "lib", "management-agent.jar"].join(File.separator)

However the new java library configuration does not have the jar files in that location.

The classpath (certainly with OpenJDK) is

"${java.home}!/java.management"

This means JMX shutdown does not work, and I am trying to work out how to get the API call shutdown to work as this is not working either.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions