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 44794 - InvalidObjectException while editing a java class
Summary: InvalidObjectException while editing a java class
Status: RESOLVED DUPLICATE of bug 44251
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P2 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-13 23:14 UTC by _ ttran
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description _ ttran 2004-06-13 23:14:51 UTC
[linux, jdk 1.5 b55, IDE built from CVS 2004-06-13]

I got this exception in the middle of editing a
java class, once it happened I got it repeatedly

javax.jmi.reflect.InvalidObjectException: Object
with MOFID
53E879DF-BD1B-11D8-8DC7-ACD1AD16AA77:0000000000000383
no longer exists.
	at
org.netbeans.mdr.handlers.BaseObjectHandler._getDelegate(BaseObjectHandler.java:322)
	at
org.netbeans.mdr.handlers.InstanceHandler.getInstanceDelegate(InstanceHandler.java:48)
	at
org.netbeans.mdr.handlers.InstanceHandler._handleGetR(InstanceHandler.java:103)
	at
org.netbeans.jmi.javamodel.JavaPackage$Impl.super_getResources(Unknown
Source)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.JavaPackageImpl.getResources(JavaPackageImpl.java:84)
	at
org.netbeans.jmi.javamodel.JavaPackage$Impl.getResources(Unknown
Source)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl._setPackageName(ResourceImpl.java:101)
	at
org.netbeans.modules.javacore.JavaUpdater.makeIndex(JavaUpdater.java:177)
	at
org.netbeans.modules.javacore.JavaUpdater.computeIndex(JavaUpdater.java:66)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.directUpdate(ResourceImpl.java:476)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.updateFromDataObject(ResourceImpl.java:353)
	at
org.netbeans.modules.javacore.ExclusiveMutex.parseIfNeeded(ExclusiveMutex.java:154)
	at
org.netbeans.modules.javacore.ExclusiveMutex.enter(ExclusiveMutex.java:104)
	at
org.netbeans.mdr.NBMDRepositoryImpl.beginTrans(NBMDRepositoryImpl.java:218)
	at
org.netbeans.modules.java.JavaEditor$2.run(JavaEditor.java:230)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 1 pzajac 2004-06-14 13:20:50 UTC
[200406131800]
The exception was thrown on rebuilding a project. After rescan project
classpath the exception was thrown again. 
Comment 2 Tomas Hurka 2004-06-22 08:41:40 UTC
Moved to new subcomponent java/javacore.
Comment 3 Jan Becicka 2004-07-16 14:58:26 UTC

*** This issue has been marked as a duplicate of 44251 ***
Comment 4 Quality Engineering 2007-09-20 10:46:54 UTC
Reorganization of java component