-
Notifications
You must be signed in to change notification settings - Fork 1k
Open
Labels
bugSomething isn't workingSomething isn't workingcontribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcome
Description
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
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingcontribution welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcomeRequest makes sense, maintainers probably won't have time, contribution would be welcome