Skip to content

shimikano/spring-boot-jolokia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

spring-boot-jolokia

Steps to reproduce an invalid object name error when executing an operation in j4psh against a Spring Boot Jolokia server.

  1. Run the server:
mvn spring-boot:run

Verify that Jolokia is running, e.g., by GETting http://localhost:8080/jolokia.

  1. Launch j4psh:
j4psh http://localhost:8080/jolokia
  1. Execute a JMX operation:
[localhost:8080] : cd java.lang
[localhost:8080 java.lang] : cd type=Memory 
[localhost:8080 java.lang:type=Memory] : exec gc
java.lang.IllegalArgumentException : Invalid object name. Key properties cannot be empty

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages