-
Notifications
You must be signed in to change notification settings - Fork 76
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error occurred during initialization of VM #200
Comments
Could you please try on Linux or MacOS? It is difficult for me to provide support for running this on Windows. |
I get this error after completing the instrument for jre
|
@wangmanyou - It is extremely difficult to diagnose what went wrong when you only post this error. Please copy/paste the textual commands that you ran (from instrumenting the JVM to running), and all of their output. |
I want to know what steps I have missed to make it impossible to run?
I use
JDK11 (Openjdk-11.0.20)
to run `MVN Install·java -jar phosphor-instrument-jigsaw/target/phosphor-instrument-jigsaw-0.1.0-SNAPSHOT.jar D:\my_home\jdks\jdk-11.0.20 jre-inst
java -jar Phosphor/target/Phosphor-0.1.0-SNAPSHOT.jar D:\project\application\target\my.jar output-path-for-instrumented-code
The above two steps are correct
cd jre-inst/bin
java -javaagent:../../phosphor-jigsaw-javaagent/target/phosphor-jigsaw-javaagent-0.1.0-SNAPSHOT.jar -cp D:\phosphor\output-path-for-instrumented-code\my.jar cn.vulns.VulnsApplication.class
This is where the error below occurs
The text was updated successfully, but these errors were encountered: