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 67956 - A javax.jmi.reflect.InvalidObjectException exception has occurred
Summary: A javax.jmi.reflect.InvalidObjectException exception has occurred
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 5.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-01 23:45 UTC by tails2005
Modified: 2007-11-05 13:44 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
A log file that the program told me to send (226.41 KB, text/plain)
2005-11-01 23:47 UTC, tails2005
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tails2005 2005-11-01 23:45:52 UTC
While I am typing the code, it sometimes comes up with is meg...

A javax.jmi.reflect.InvalidObjectException exception has occurred.
Please report this at http://www.netbeans.org/community/issues.html,
including a copy of your messages.log file as an attachment.
The messages.log file is located in your /home/tails/.netbeans/5.0beta/var/log
folder.

The "Show Details" button:
javax.jmi.reflect.InvalidObjectException: Object with MOFID
1DDB16C4-4896-11DA-A1A5-44161886AA77:00000000000009B1 no longer exists.
	at
org.netbeans.mdr.handlers.BaseObjectHandler._getDelegate(BaseObjectHandler.java:353)
	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.JavaClass$Impl.getName(Unknown Source)
	at
org.netbeans.modules.editor.java.NbJavaJMISyntaxSupport.getJavaDocURLs(NbJavaJMISyntaxSupport.java:533)
	at
org.netbeans.modules.editor.java.NbJMICompletionJavaDoc$JMIParsingThread.tryMountedJavaDoc(NbJMICompletionJavaDoc.java:435)
	at
org.netbeans.modules.editor.java.NbJMICompletionJavaDoc$JMIParsingThread.run(NbJMICompletionJavaDoc.java:650)
	at
org.netbeans.modules.editor.java.JavaCompletionProvider$DocQuery$DocItem$MyJavaDoc.setItem(JavaCompletionProvider.java:248)
	at
org.netbeans.modules.editor.java.JavaCompletionProvider$DocQuery$DocItem$MyJavaDoc.access$100(JavaCompletionProvider.java:241)
	at
org.netbeans.modules.editor.java.JavaCompletionProvider$DocQuery$DocItem.<init>(JavaCompletionProvider.java:207)
	at
org.netbeans.modules.editor.java.JavaCompletionProvider$DocQuery.query(JavaCompletionProvider.java:172)
	at
org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:181)
	at org.openide.util.Task.run(Task.java:207)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:469)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:870)
Comment 1 tails2005 2005-11-01 23:47:27 UTC
Created attachment 26552 [details]
A log file that the program told me to send
Comment 2 Jan Becicka 2005-11-02 10:57:48 UTC
Checking in NbJavaJMISyntaxSupport.java;
/cvs/java/editor/src/org/netbeans/modules/editor/java/NbJavaJMISyntaxSupport.java,v
 <--  NbJavaJMISyntaxSupport.java
new revision: 1.16; previous revision: 1.15
done