Java-debug-tool
Java-debug-tool copied to clipboard
Java dynamic debug tool
./javadebug-agent-launch.sh 71566 运行后出现这样的报错是什么原因呢? Exception in thread "main" java.lang.NullPointerException at io.javadebug.core.log.PSLogger.error(PSLogger.java:109) at io.javadebug.core.JavaDebugLauncher.main(JavaDebugLauncher.java:186)
当时问题: 按照提示流程正常启动,出现了类加载的问题。打印出来这里报错了 Class agentCls = Thread.currentThread().getContextClassLoader().loadClass("io.javadebug.agent.Agent"); Agent 是由系统加载器进行加载么?   解决方案: CommandCodec 里注入 AgentClassLoader直接改为:agentClassLoader = CommandCodec.class.getClassLoader(); 使用TCCL获取classloader一直为空,导致加载类失败。
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.12.6.1 to 2.13.4.1. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...
Bumps [spring-core](https://github.com/spring-projects/spring-framework) from 5.2.22.RELEASE to 5.2.24.RELEASE. Release notes Sourced from spring-core's releases. v5.2.24.RELEASE :star: New Features Limit string concatenation in SpEL expressions #30332 Limit SpEL expression length #30330 Disable variable...
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.13.4.1 to 2.13.4.2. Commits See full diff in compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...