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 139152 - NetBeans IDE threw a javax.jmi.reflect.InvalidObjectException during editing; prevents code completion and popup menus from being used
Summary: NetBeans IDE threw a javax.jmi.reflect.InvalidObjectException during editing;...
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: Macintosh Mac OS X
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-07-07 16:40 UTC by ascorpion744
Modified: 2008-07-08 07:51 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message log #1 from NetBeans IDE (419.52 KB, text/plain)
2008-07-07 16:45 UTC, ascorpion744
Details
message log #2 from NetBeans IDE (872.47 KB, text/plain)
2008-07-07 16:46 UTC, ascorpion744
Details
message log #3 from NetBeans IDE (362.43 KB, text/plain)
2008-07-07 16:46 UTC, ascorpion744
Details

Note You need to log in before you can comment on or make changes to this bug.
Description ascorpion744 2008-07-07 16:40:40 UTC
A Java source file was being edited and the IDE threw a javax.jmi.reflect.InvalidObjectException. This error persists
despite restarting the IDE, restarting the computer, closing and reopening the containing project, copying the original
source code and recreating the file. The IDE continues to throw the exception whenever the source code is being edited,
code completion is attempted to be used, and whenever popup menus are used for the file.
Comment 1 ascorpion744 2008-07-07 16:45:01 UTC
Created attachment 64006 [details]
message log #1 from NetBeans IDE
Comment 2 ascorpion744 2008-07-07 16:46:09 UTC
Created attachment 64007 [details]
message log #2 from NetBeans IDE
Comment 3 ascorpion744 2008-07-07 16:46:49 UTC
Created attachment 64008 [details]
message log #3 from NetBeans IDE
Comment 4 Jiri Prox 2008-07-08 07:50:29 UTC
The metadata got broken. Delete the folder var/cache/mdrstorage in your userdir. The correct content of this folder will
be regenerated on next IDE startup.

Unfortunately we cannot do anything about this problem, since the part of code causing this problems was completely
rewritten in version 6.0
Comment 5 Jiri Prox 2008-07-08 07:51:41 UTC
Closing as won't fix since the related code was rewritten