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 - Exception thrown on firing a find in the "projects" view
Summary: Exception thrown on firing a find in the "projects" view
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Windows ME/2000
: P1 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-25 09:11 UTC by _ bharathch
Modified: 2006-03-24 09:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
The essages.log file associated with the exception is attached. (140.73 KB, text/plain)
2004-08-25 09:13 UTC, _ bharathch
Details

Note You need to log in before you can comment on or make changes to this bug.
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