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 83549 - Nonstop InvalidObjectExceptions
Summary: Nonstop InvalidObjectExceptions
Status: RESOLVED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-28 07:31 UTC by _ tboudreau
Modified: 2008-02-25 16:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
source (15.01 KB, text/plain)
2006-08-28 07:32 UTC, _ tboudreau
Details

Note You need to log in before you can comment on or make changes to this bug.
Description _ tboudreau 2006-08-28 07:31:12 UTC
Somehow, editing the attached file (I'm improving someone's CSS parser), on a
clean userdir with a fresh install of today's build, I started getting these.

It started when I had an abstract method that had a body in the source.

Source file attached.

javax.jmi.reflect.InvalidObjectException: Object with MOFID
ECF78675-3606-11DB-B33B-237A20A4AA77:0000000000002504 no longer exists, class:
org.netbeans.jmi.javamodel.JavaEnum$Impl
	at
org.netbeans.mdr.handlers.BaseObjectHandler._getDelegate(BaseObjectHandler.java:365)
	at
org.netbeans.mdr.handlers.InstanceHandler.getInstanceDelegate(InstanceHandler.java:54)
	at org.netbeans.mdr.handlers.InstanceHandler._handleGet(InstanceHandler.java:199)
	at org.netbeans.jmi.javamodel.JavaEnum$Impl.getName(Unknown Source)
	at org.netbeans.modules.javacore.parser.MDRParser.processAST(MDRParser.java:436)
	at org.netbeans.modules.javacore.parser.MDRParser.processAST(MDRParser.java:411)
	at org.netbeans.modules.javacore.parser.MDRParser.processAST(MDRParser.java:497)
	at org.netbeans.modules.javacore.parser.MDRParser.processAST(MDRParser.java:379)
	at org.netbeans.modules.javacore.parser.MDRParser.processAST(MDRParser.java:341)
	at org.netbeans.modules.javacore.parser.MDRParser.processAST(MDRParser.java:319)
	at org.netbeans.modules.javacore.parser.MDRParser.enterMembers(MDRParser.java:249)
	at
org.netbeans.modules.javacore.parser.ResourceInfo.refreshASTree(ResourceInfo.java:74)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.getASTree(MetadataElement.java:1264)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.getASTree(MetadataElement.java:521)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.SemiPersistentElement.getParser(SemiPersistentElement.java:851)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.getFeaturePosition(ResourceImpl.java:466)
	at
org.netbeans.modules.javacore.jmiimpl.javamodel.FeatureImpl.getPosition(FeatureImpl.java:282)
	at org.netbeans.modules.javacore.JMManager.getElementPosition(JMManager.java:779)
	at org.netbeans.modules.javacore.JMManager.getElementPosition(JMManager.java:765)
	at
org.netbeans.modules.editor.java.NbJavaJMISyntaxSupport.getFeatureAtPos(NbJavaJMISyntaxSupport.java:127)
	at
org.netbeans.modules.editor.java.NbJavaJMISyntaxSupport.getJavaClass(NbJavaJMISyntaxSupport.java:69)
	at
org.netbeans.modules.editor.java.NbJavaJMICompletionQuery$Context.<init>(NbJavaJMICompletionQuery.java:171)
	at
org.netbeans.modules.editor.java.NbJavaJMICompletionQuery.getResult(NbJavaJMICompletionQuery.java:64)
	at
org.netbeans.editor.ext.java.JavaCompletionQuery.query(JavaCompletionQuery.java:146)
	at
org.netbeans.editor.ext.java.JavaCompletionQuery.query(JavaCompletionQuery.java:81)
	at
org.netbeans.modules.editor.java.JavaCompletionProvider$Query.query(JavaCompletionProvider.java:113)
	at
org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run(AsyncCompletionTask.java:195)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:541)
[catch] at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:963)
Comment 1 _ tboudreau 2006-08-28 07:32:31 UTC
Created attachment 33309 [details]
source
Comment 2 Quality Engineering 2007-09-20 12:07:38 UTC
Reorganization of java component
Comment 3 Jan Becicka 2008-02-25 16:12:05 UTC
This issue is not valid in current builds any more. Java support was completely
redesigned in 6.0 time frame. Please use NetBeans 6.0 and later.