A bug along the loading path of PluginClassloader
See original GitHub issueFor loading classes contained in JavaAgent Jar, PluginClassLoader
now attempts to delegate to SystemClassLoader
to resolve them. It leads some classes other than what in JavaAgent Jar to be
resolved by PluginClassLoader
. It should be safer to only resolve among classpath of JavaAgent.
refer
Issue Analytics
- State:
- Created 6 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
A bug along the loading path of PluginClassloader #9 - GitHub
For loading classes contained in JavaAgent Jar, PluginClassLoader now attempts to delegate to SystemClassLoader to resolve them. It leads some classes other ...
Read more >Gradle build in WSL failing with error Unable to load class ...
Hello, I am trying to build a Gradle Java project in Windows WSL but Intellij is failing ... path=C:\Program Files\JetBrains\IntelliJ IDEA ...
Read more >Problem/Bug - Plugin Error | Bukkit Forums
[14:09:59 ERROR]: Could not load 'plugins/SilkSpawners.jar' in folder 'plugins' ... silkspawners is broken, just tell the developer to fix the main path.
Read more >Bug with ranger kafka plugin installation - Cloudera Community
I sold this files everywhere in file system but this class still cant find it and cause fatal error: [2019-06-06 13:22:44,584] INFO ...
Read more >JDK-4683323 Loading files via SSL and authenticated ... - Bug ID
findClass(PluginClassLoader.java:189) at java.lang. ... The problem can be worked around if one loads an applet from a nonauthenticated site (e.g. ...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@khotyn @straybirdzls now it’s ok.

@QilongZhang Well done!