Skip to Main Content

Java User Groups

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

java.lang.LinkageError: loader (instance of sun/misc/Launcher$AppClassLoader): attempted duplicate

3251902Aug 20 2020 — edited Sep 17 2020

Hi All,

we had an issue recently with our application where in one wls node we got the below error after a process schedule bounce.

java.lang.LinkageError: loader (instance of  sun/misc/Launcher$AppClassLoader): attempted  duplicate class definition for name: "com/tfn/esg/"

we bounced the process again which resolved this issue.

Trying to figure out the root cause of this issue? could it be a bug with Java 8 and wls?

Comments
Post Details
Added on Aug 20 2020
2 comments
2,030 views