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 47876

Summary: Exception thrown on firing a find in the "projects" view
Product: java Reporter: _ bharathch <bharathch>
Component: UnsupportedAssignee: Jan Becicka <jbecicka>
Status: CLOSED FIXED    
Severity: blocker    
Priority: P1    
Version: 4.x   
Hardware: PC   
OS: Windows ME/2000   
Issue Type: DEFECT Exception Reporter:
Attachments: The essages.log file associated with the exception is attached.

Description _ bharathch 2004-08-25 09:11:33 UTC
An javax.jmi.reflect.InvalidObjectException is
thrown when a find is executed from the root node
of the project tree in the "projects" browser. The
search results showed about 40 matches. After this
exception is thrown, attempting to scroll through
the search result list also throws an exception
even though several matches are displayed in the
search results pane.
Comment 1 _ bharathch 2004-08-25 09:13:03 UTC
Created attachment 17107 [details]
The essages.log file associated with the exception is attached.
Comment 2 Marian Mirilovic 2004-08-25 09:40:25 UTC
reassigne to mdr ...

javax.jmi.reflect.InvalidObjectException: Object with MOFID
EF108810-F50B-11D8-B05E-712FEAE4AA77:0000000000000F90 no longer exists.
	at
org.netbeans.mdr.handlers.BaseObjectHandler._getDelegate(BaseObjectHandler.java:322)

Comment 3 Martin Matula 2004-08-25 10:27:13 UTC
Honzo, please take a look at it.
Comment 4 Jan Becicka 2004-08-25 11:14:31 UTC
Already fixed by this commit:
  User: jbecicka
  Date: 04/08/13 03:32:36

  Modified:    src/org/netbeans/modules/clazz ClassDataObject.java
  Log:
  #47121: InvalidObjectException after restart ide
Comment 5 Jiri Prox 2005-07-27 10:35:58 UTC
verified