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 177825 - [68cat] IllegalStateException: Warning: multiple instances of shared class org.netbeans.modules.xml.actions.CollectDTDAction created.
Summary: [68cat] IllegalStateException: Warning: multiple instances of shared class or...
Status: RESOLVED DUPLICATE of bug 177382
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-30 01:47 UTC by stefan79
Modified: 2009-12-01 00:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 163116


Attachments
stacktrace (4.54 KB, text/plain)
2009-11-30 01:47 UTC, stefan79
Details

Note You need to log in before you can comment on or make changes to this bug.
Description stefan79 2009-11-30 01:47:50 UTC
Build: NetBeans IDE 6.8 RC1 (Build 200911252200)
VM: Java HotSpot(TM) Client VM, 14.3-b01, Java(TM) SE Runtime Environment, 1.6.0_17-b04
OS: Windows XP, 5.1, x86

User Comments:
stefan79: At Context-Menu is an entry "All Dtd actions".
After I clicked on this, the Exception occured.



Stacktrace: 
java.lang.IllegalStateException: Warning: multiple instances of shared class org.netbeans.modules.xml.actions.CollectDTDAction created.
        at org.openide.util.SharedClassObject.<init>(SharedClassObject.java:185)
        at org.openide.util.actions.SystemAction.<init>(SystemAction.java:84)
        at org.netbeans.modules.xml.actions.CollectSystemAction.<init>(CollectSystemAction.java:58)
        at org.netbeans.modules.xml.actions.CollectDTDAction.<init>(CollectDTDAction.java:56)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance0(NativeConstructorAccessorImpl.java:0)
        at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:39)
Comment 1 stefan79 2009-11-30 01:47:53 UTC
Created attachment 91850 [details]
stacktrace
Comment 2 Sergey Lunegov 2009-12-01 00:26:05 UTC

*** This bug has been marked as a duplicate of bug 177382 ***