question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

A bug along the loading path of PluginClassloader

See original GitHub issue

For 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:closed
  • Created 6 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
QilongZhangcommented, Mar 21, 2018

@khotyn @straybirdzls now it’s ok.
image

0reactions
khotyncommented, Mar 21, 2018

@QilongZhang Well done!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found