4
环境信息
arthas-tunnel-server-3.5.4-fatjar.jar
- Arthas 版本: 3.5.4
- 操作系统版本: windows11
- 目标进程的JVM版本: jdk8
-
Springboot集成引入jar包
<dependency> <groupId>com.taobao.arthas</groupId> <artifactId>arthas-spring-boot-starter</artifactId> <version>3.5.4</version> </dependency>
-
Springboot application-properties加入配置
arthas.agent-id=hsehdfsfghhwertyfad8082888 arthas.tunnel-server=ws://localhost:7777/ws
-
java -jar arthas-tunnel-server-3.5.4-fatjar.jar正常启动
-
打开localhost:8080 tunnel页面,输入ip,port、agent-id点击connect
-
tennel界面变成黑色,不显示任何信息
-
tunnel后台日志提示报错
期望正常连接能监控Springboot程序
实际运行的结果Springboot日志没有任何打印,报错日志在点击连接时 tunnel里显示以下报错
警告:An exceptionCaught() event was fired, and it reached at the tail of the pipeline. It usually means the last handler in the pipeline did not handle the exception
java.lang.IllegalArgumentException: WebSocket close status code does NOT comply with RFC-6455: 2000