This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 257736 - LinkageError: loader (instance of sun/misc/Launcher$AppClassLoader): attempted duplicate class definition for name: "org/netbeans/modules/debugger/jpda/visual/remote/RemoteAWTHierarchyListener"
Summary: LinkageError: loader (instance of sun/misc/Launcher$AppClassLoader): attempt...
Status: NEW
Alias: None
Product: debugger
Classification: Unclassified
Component: Java (show other bugs)
Version: 8.1
Hardware: All All
: P3 normal (vote)
Assignee: Martin Entlicher
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-01-28 13:27 UTC by Tomas Mysik
Modified: 2017-06-16 18:01 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 222278


Attachments
stacktrace (931 bytes, text/plain)
2016-01-28 13:27 UTC, Tomas Mysik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Tomas Mysik 2016-01-28 13:27:57 UTC
Build: NetBeans IDE 8.1 (Build 201510222201)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.72-b15, Java(TM) SE Runtime Environment, 1.8.0_72-b15
OS: Linux

User Comments:
tmysik: editing java code, debugging the other ide




Stacktrace: 
java.lang.LinkageError: loader (instance of  sun/misc/Launcher$AppClassLoader): attempted  duplicate class definition for name: "org/netbeans/modules/debugger/jpda/visual/remote/RemoteAWTHierarchyListener"
   at java.lang.ClassLoader.defineClass1(ClassLoader.java:0)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:760)
   at java.lang.ClassLoader.defineClass(ClassLoader.java:642)
   at java.awt.EventQueue.getNextEvent(EventQueue.java:546)
   at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:170)
   at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:116)
Comment 1 Tomas Mysik 2016-01-28 13:27:59 UTC
Created attachment 158266 [details]
stacktrace