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 50500 - Error requesting processor
Summary: Error requesting processor
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-15 19:40 UTC by fni
Modified: 2004-10-17 15:50 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 fni 2004-10-15 19:40:18 UTC
javax.jmi.reflect.InvalidObjectException: Object with 
MOFID AD929CE2-1DF1-11D9-817B-
FE175F04AA77:0000000000001121 no longer exists.
	at 
org.netbeans.mdr.handlers.BaseObjectHandler._getDe
legate(BaseObjectHandler.java:322)
	at 
org.netbeans.mdr.handlers.InstanceHandler.getInstanc
eDelegate(InstanceHandler.java:48)
	at 
org.netbeans.mdr.handlers.InstanceHandler.refClass(I
nstanceHandler.java:283)
	at 
org.netbeans.mdr.util.EventNotifier$Instance.collectList
eners(EventNotifier.java:560)
	at 
org.netbeans.mdr.util.EventNotifier$Abstract.firePlanne
dChange(EventNotifier.java:409)
	at 
org.netbeans.mdr.handlers.InstanceHandler.refDelete(I
nstanceHandler.java:304)
	at 
org.netbeans.modules.javacore.scanning.JavaUpdater.
makeIndex(JavaUpdater.java:238)
	at 
org.netbeans.modules.javacore.scanning.JavaUpdater.
computeIndex(JavaUpdater.java:57)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.Res
ourceImpl.directUpdate(ResourceImpl.java:536)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.Res
ourceImpl.checkUpToDate(ResourceImpl.java:479)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.Res
ourceImpl.updateFromDataObject(ResourceImpl.java:3
85)
	at 
org.netbeans.modules.javacore.RepositoryUpdater.cre
ateOrUpdateResource(RepositoryUpdater.java:175)
	at 
org.netbeans.modules.javacore.ExclusiveMutex.parseIf
Needed(ExclusiveMutex.java:190)
	at 
org.netbeans.modules.javacore.ExclusiveMutex.enter(
ExclusiveMutex.java:137)
	at 
org.netbeans.mdr.NBMDRepositoryImpl.beginTrans(N
BMDRepositoryImpl.java:232)
	at 
org.netbeans.modules.javacore.JMManager.getResour
ce(JMManager.java:409)
	at 
org.netbeans.modules.java.JavaNode.resolveIcons(Ja
vaNode.java:544)
	at 
org.netbeans.modules.java.JavaNode$4.run(JavaNod
e.java:769)
	at org.openide.util.Task.run(Task.java:136)
	at 
org.openide.util.RequestProcessor$Task.run(RequestP
rocessor.java:330)
[catch] at 
org.openide.util.RequestProcessor$Processor.run(Req
uestProcessor.java:686)
Comment 1 Martin Matula 2004-10-17 15:50:36 UTC
This exception was fixed some time ago - i.e. it should not be present
in the current build.
Next time please provide NB version number and describe what you did
before the exception occured. This will help us to identify the
problem. Thanks.