Describe the bug
JFinal is a Web and ORM framework。
when I add VM option -javaagent:opentelemetry-javaagent.jar, all HTTP requests result in a 500 error.
Steps to reproduce
1. git clone https://github.com/pepeshore/jfinal-demo this is a simple jfinal demo
2. Open this project with IDEA(may be eclipse works too )
3. Run jfinal.MyApp#main with VM options VM option -javaagent:opentelemetry-javaagent.jar added
4. Exec command curl -v http://127.0.0.1:8082/jfinal/hello
Expected behavior
http status code is 200
Actual behavior
http status code is 500
Javaagent or library instrumentation version
2.4
Environment
JDK:
openjdk version "1.8.0_322"
OpenJDK Runtime Environment (Zulu 8.60.0.21-CA-macos-aarch64) (build 1.8.0_322-b06)
OpenJDK 64-Bit Server VM (Zulu 8.60.0.21-CA-macos-aarch64) (build 25.322-b06, mixed mode)
OS:
mac
Additional context
No response
Describe the bug
JFinal is a Web and ORM framework。
when I add VM option
-javaagent:opentelemetry-javaagent.jar, all HTTP requests result in a 500 error.Steps to reproduce
1.
git clone https://github.com/pepeshore/jfinal-demothis is a simple jfinal demo2. Open this project with IDEA(may be eclipse works too )
3. Run
jfinal.MyApp#mainwith VM options VM option-javaagent:opentelemetry-javaagent.jaradded4. Exec command
curl -v http://127.0.0.1:8082/jfinal/helloExpected behavior
http status code is 200
Actual behavior
http status code is 500
Javaagent or library instrumentation version
2.4
Environment
JDK:
openjdk version "1.8.0_322"
OpenJDK Runtime Environment (Zulu 8.60.0.21-CA-macos-aarch64) (build 1.8.0_322-b06)
OpenJDK 64-Bit Server VM (Zulu 8.60.0.21-CA-macos-aarch64) (build 25.322-b06, mixed mode)
OS:
mac
Additional context
No response