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 161812 - ClassNotFoundException: From file: MultiFileObject@13fc5f6[Menu/Edit/Separator1.instance] due to: java.util.ConcurrentModificationException
Summary: ClassNotFoundException: From file: MultiFileObject@13fc5f6[Menu/Edit/Separato...
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Data Systems (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jiri Skrivanek
URL: http://statistics.netbeans.org/except...
Keywords:
: 162504 (view as bug list)
Depends on:
Blocks:
 
Reported: 2009-04-02 22:45 UTC by ranbato
Modified: 2009-04-14 08:29 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 148778


Attachments
stacktrace (1.08 KB, text/plain)
2009-04-02 22:45 UTC, ranbato
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ranbato 2009-04-02 22:45:05 UTC
Build: NetBeans IDE Dev (Build 200904011705)
VM: Java HotSpot(TM) Client VM, 14.0-b13, Java(TM) SE Runtime Environment, 1.6.0_14-ea-b04
OS: Windows XP, 5.1, x86

User Comments:
ranbato: Initial startup after installing 6.7 M3



Stacktrace: 
java.lang.ClassNotFoundException: From file: MultiFileObject@13fc5f6[Menu/Edit/Separator1.instance] due to: java.util.ConcurrentModificationException
        at org.openide.loaders.InstanceSupport.instanceClass(InstanceSupport.java:159)
        at org.openide.loaders.InstanceDataObject$Ser.instanceClass(InstanceDataObject.java:1204)
        at org.openide.loaders.InstanceDataObject.instanceClass(InstanceDataObject.java:727)
        at org.openide.awt.MenuBar$LazyMenu$MenuFolder.acceptCookie(MenuBar.java:637)
        at org.openide.loaders.FolderInstance.acceptDataObject(FolderInstance.java:420)
        at org.openide.loaders.FolderInstance.defaultProcessObjects(FolderInstance.java:767)
Comment 1 ranbato 2009-04-02 22:45:09 UTC
Created attachment 79320 [details]
stacktrace
Comment 2 Jiri Skrivanek 2009-04-03 10:25:52 UTC
I fixed the code to get stack trace of init cause. Is it the exception somehow reproducible? Or was it just during the
first start after installation? Did you import settings?
Comment 3 ranbato 2009-04-03 15:20:57 UTC
I did import 6.5(.1) settings when I started up.

I can't reproduce it unless I delete my settings and re-import them.
Comment 4 Quality Engineering 2009-04-04 07:37:16 UTC
Integrated into 'main-golden', will be available in build *200904040200* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/bc093dabf852
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #161812 - Properly init cause of ClassNotFoundException.
Comment 5 Jiri Skrivanek 2009-04-06 08:29:16 UTC
Could you send me zipped <6.5userdir>/config? Otherwise I am not able to investigate what's wrong.
Comment 6 Jiri Skrivanek 2009-04-07 10:34:34 UTC
I am not able to reproduce even with user's config.
Comment 7 Jiri Skrivanek 2009-04-14 08:29:24 UTC
*** Issue 162504 has been marked as a duplicate of this issue. ***