FAQ
-
When I start my application server, the application server terminates directly. what’s wrong ?
-
When you have added the "-javaagent" to your JVM args and the path to the java-agent is wrong; the JVM will terminate without much information given. So please verify your JVM args once again and verify that you are pointing out the correct profiler-agent.jar file.
-
-
Profiler client session crash issue
-
Try running by providing additional memory D:\apps\Profiler>java -jar profiler/profiler-client-2.2.0.jar -Xmx3g
-