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 74970 - InvalidObjectException: Object with...no longer exists, when Find Usage
Summary: InvalidObjectException: Object with...no longer exists, when Find Usage
Status: RESOLVED DUPLICATE of bug 75032
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-04-12 20:33 UTC by hferland
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
message.log (289.46 KB, text/plain)
2006-04-12 20:34 UTC, hferland
Details
mdr storage when InvalidObjectException (7.80 MB, application/octet-stream)
2006-04-14 20:52 UTC, hferland
Details

Note You need to log in before you can comment on or make changes to this bug.
Description hferland 2006-04-12 20:33:26 UTC
After deleting some methods and Find Usage, I finaly get to the point that
whenever I "Find Usage" in the same file where I deleted some methods I get that
exception:javax.jmi.reflect.InvalidObjectException: Object with MOFID
0E617DF7-B9B0-11DA-BDDD-340F1334AA77:00000000000047C3 no longer exists, class: 
(complete exception in attached message.log)
The exception is thrown before the "Find Usage" dialog box would appear, so no
"Find Usage" possible.
I must close the file and re-open it to "Find Usage" to work again in that file.
Comment 1 hferland 2006-04-12 20:34:12 UTC
Created attachment 29816 [details]
message.log
Comment 2 hferland 2006-04-12 20:36:34 UTC
Product version: Netbeans IDE 5.0 (Build 200601251500)
Operating system: Windows 2000 version 5.0 running on x86
Java: 1.5.0_04
JVM: Java Hotspot(TM) Client VM 1.5.0_04-b5
Comment 3 hferland 2006-04-12 20:37:48 UTC
P2 because it happens frequently and it is very annoying.
Comment 4 Jiri Prox 2006-04-13 08:59:36 UTC
Can you reproduce it with fresh userdir? What exactly did you do before this
exception started to occurre?
It's probably caused by corrupted userdir, deleting {userdir}/var/cache/mdrcache
will probably solve the problem. But before deleting can you zip that folder and
somehow send it to us for further investigation? (It's probably too large to
attach it, so you can send it to directly my mail). Thanks.
Comment 5 hferland 2006-04-14 20:52:26 UTC
Created attachment 29869 [details]
mdr storage when InvalidObjectException
Comment 6 hferland 2006-04-14 21:08:01 UTC
Sorry, I attached a file bigger than the prescribed size of 1mb... and it does
not belong here. I got a similar javax.jmi.reflect.InvalidObjectException, but
while using autocompletion.

Sorry again.

Comment 7 Jan Becicka 2006-05-04 14:52:27 UTC

*** This issue has been marked as a duplicate of 75032 ***