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 48131 - InvalidObjectException: Object with MOFID - during delete/refresh folder tests
Summary: InvalidObjectException: Object with MOFID - during delete/refresh folder tests
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P2 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: T9Y
: 48177 (view as bug list)
Depends on:
Blocks:
 
Reported: 2004-08-30 07:26 UTC by Marian Mirilovic
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 Marian Mirilovic 2004-08-30 07:26:05 UTC
[nb_dev](200408291800), [jdk1.5.0](b63)

I don't know exasct steps to reproduce, but this
exception I's seen in messages.log file.

Exception rises during Refresh/Delete folder tests :
- expand package in Projects View
- copy externaly file to that folder
- invoke Refresh Folder action
- delete folder externaly
-> exception rises after repeating this test


-----------
javax.jmi.reflect.InvalidObjectException: Object
with MOFID
A2E7005B-F9F4-11D8-AB1A-4337EF9EAA77:0000000000001297
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._handleGet(InstanceHandler.java:193)
	at
org.netbeans.jmi.javamodel.Resource$Impl.getName(Unknown
Source)
	at
org.netbeans.modules.java.JavaNode$PropL.resourceParsed(JavaNode.java:243)
	at
org.netbeans.modules.java.JavaEditor$WParsingListener.resourceParsed(JavaEditor.java:2756)
	at
org.netbeans.modules.javacore.JMManager$6.run(JMManager.java:1117)
	at org.openide.util.Task.run(Task.java:136)
	at
org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
	at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 1 Jan Becicka 2004-08-30 09:46:25 UTC
Fixed.

Checking in JavaNode.java;
/cvs/java/src/org/netbeans/modules/java/JavaNode.java,v  <-- 
JavaNode.java
new revision: 1.116; previous revision: 1.115
done
Comment 2 Marian Mirilovic 2004-08-31 09:08:31 UTC
verified in [nb_dev](200408301800)
Comment 3 Jan Becicka 2004-09-14 12:37:15 UTC
*** Issue 48177 has been marked as a duplicate of this issue. ***
Comment 4 Quality Engineering 2007-09-20 10:45:12 UTC
Reorganization of java component