forked from DataDog/dd-trace-java
-
Notifications
You must be signed in to change notification settings - Fork 3
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
DDTrace 加载oracle 失败导致应用启动失败 #87
Comments
去掉 ddtrace ,应用正常,日志如下: 2024-06-20 09:43:29.961|THREAD-1-main|INFO |tarzan-method|traceId:|TENANT-|USER-|API-|c.u.j.r.DefaultLazyPropertyResolver : Property Resolver custom Bean not found with name 'encryptablePropertyResolver'. Initializing Default Property Resolver
2024-06-20 09:43:29.961|THREAD-1-main|INFO |tarzan-method|traceId:|TENANT-|USER-|API-|c.u.j.d.DefaultLazyPropertyDetector : Property Detector custom Bean not found with name 'encryptablePropertyDetector'. Initializing Default Property Detector
2024-06-20 09:43:32.263|THREAD-1-main|WARN |tarzan-method|traceId:|TENANT-|USER-|API-|io.undertow.websockets.jsr : UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
2024-06-20 09:43:32.312|THREAD-1-main|INFO |tarzan-method|traceId:|TENANT-|USER-|API-|io.undertow.servlet : Initializing Spring embedded WebApplicationContext
2024-06-20 09:43:32.312|THREAD-1-main|INFO |tarzan-method|traceId:|TENANT-|USER-|API-|w.s.c.ServletWebServerApplicationContext: Root WebApplicationContext: initialization completed in 11056 ms
2024-06-20 09:43:33.361|THREAD-1-main|WARN |tarzan-method|traceId:|TENANT-|USER-|API-|o.s.s.o.p.t.s.JwtAccessTokenConverter : Unable to create an RSA verifier from verifierKey (ignoreable if using MAC)
2024-06-20 09:43:34.936|THREAD-1-main|INFO |tarzan-method|traceId:|TENANT-|USER-|API-|com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2024-06-20 09:43:36.633|THREAD-1-main|INFO |tarzan-method|traceId:|TENANT-|USER-|API-|com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed. |
可以先用参数 |
补充: com/zaxxer/HikariCP/3.4.5/HikariCP-3.4.5.jar |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
DDTrace: 1.30.1-guance
JDK : openjdk9
启动异常信息如下:
The text was updated successfully, but these errors were encountered: