Closed MahatmaFatalError closed 4 years ago
Can you please retest this issue in the latest version because I can't reproduce this with the following command and opening VisualVM.
./mvnw -Dmockserver.serverPort=1080 org.mock-server:mockserver-maven-plugin:5.11.1:run
Closing due to inactivity
@jamesdbloom Can we revive this issue? We are currently facing this error whenever we compile and run as a .jar file. Can you help to look into this?
Yes I am also facing this issue while running the jar file. And same like mentioned here https://stackoverflow.com/questions/72281701/java-lang-classnotfoundexception-org-mockserver-version-version
Describe the issue Something is wrong when you try to connect VisualVM to the Mockservers JVM when it is started via mockserver-maven-plugin.
What you are trying to do Profile a memory issue
MockServer version 5.10.0
To Reproduce Steps to reproduce the issue:
start via
mvn mockserver:run
and connect to this process with VisualVM 2.0.2Expected behaviour VisualVM connects to the process
MockServer Log
VisualVM hangs for a while (not responding several minutes) and then recovers and eventually connects to the process.