Replies: 1 comment 2 replies
-
8.13 is very old. Please try the latest. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description:
When deploying multiple applications on Apache Tomcat 9.0.68 (Oracle JDK 1.8) with SkyWalking Java Agent 8.13.0, we observe Netty-related connection timeout exceptions during Tomcat startup. This affects components like Nacos (gRPC) and Redis. The issue disappears when the SkyWalking agent is removed.
Error Log:
java.util.concurrent.TimeoutException: Waited 3000 milliseconds...
at com.alibaba.nacos.shaded.com.google.common.util.concurrent.AbstractFuture.get
Environment:
Tomcat: 9.0.68
JDK: Oracle JDK 1.8.0_301
SkyWalking: Java Agent 8.13.0
Beta Was this translation helpful? Give feedback.
All reactions