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 83940 - Unable to access methods in the sql, Connection, Resusltset classes
Summary: Unable to access methods in the sql, Connection, Resusltset classes
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 5.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-31 15:09 UTC by sp_cdac
Modified: 2007-09-26 09:14 UTC (History)
1 user (show)

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 sp_cdac 2006-08-31 15:09:20 UTC
javax.jmi.reflect.InvalidObjectException: Object with MOFID 61ABF638-318C-11DB-
9CBB-6BA5CABDAA77:00000000000008E8 no longer exists, class: 
org.netbeans.jmi.javamodel.JavaModelPackage$Impl
	at org.netbeans.mdr.handlers.BaseObjectHandler._getDelegate
(BaseObjectHandler.java:359)
	at org.netbeans.mdr.handlers.PackageProxyHandler.getPackageDelegate
(PackageProxyHandler.java:71)
	at org.netbeans.mdr.handlers.PackageProxyHandler._handleGetClassProxy
(PackageProxyHandler.java:102)
	at org.netbeans.jmi.javamodel.JavaModelPackage$Impl.getArray(Unknown 
Source)
	at 
org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.resolveType
(MetadataElement.java:1574)
	at org.netbeans.modules.javacore.jmiimpl.javamodel.MethodImpl.getType
(MethodImpl.java:87)
	at org.netbeans.jmi.javamodel.Method$Impl.getType(Unknown Source)
	at 
org.netbeans.modules.editor.java.NbJMIResultItem$CallableFeatureResultItem.<init
>(NbJMIResultItem.java:427)
	at 
org.netbeans.modules.editor.java.NbJMIResultItem$MethodResultItem.<init>
(NbJMIResultItem.java:341)
	at 
org.netbeans.modules.editor.java.NbJavaJMICompletionQuery$DefaultJMIItemFactory.
createMethodResultItem(NbJavaJMICompletionQuery.java:1411)
	at 
org.netbeans.modules.editor.java.NbJavaJMICompletionQuery$DefaultJMIItemFactory.
createResultItem(NbJavaJMICompletionQuery.java:1431)
	at org.netbeans.modules.editor.java.JMIUtils.findFeatures
(JMIUtils.java:860)
	at org.netbeans.modules.editor.java.JMIUtils.findFeatures
(JMIUtils.java:399)
	at 
org.netbeans.modules.editor.java.NbJavaJMICompletionQuery$Context.findFieldsMeth
odsAndInnerClasses(NbJavaJMICompletionQuery.java:1057)
	at 
org.netbeans.modules.editor.java.NbJavaJMICompletionQuery$Context.resolveExp
(NbJavaJMICompletionQuery.java:285)
	at org.netbeans.modules.editor.java.NbJavaJMICompletionQuery.getResult
(NbJavaJMICompletionQuery.java:57)
	at org.netbeans.editor.ext.java.JavaCompletionQuery.query
(JavaCompletionQuery.java:139)
	at org.netbeans.editor.ext.java.JavaCompletionQuery.query
(JavaCompletionQuery.java:74)
	at org.netbeans.modules.editor.java.JavaCompletionProvider$Query.query
(JavaCompletionProvider.java:108)
	at org.netbeans.spi.editor.completion.support.AsyncCompletionTask.run
(AsyncCompletionTask.java:189)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:493)
[catch] at org.openide.util.RequestProcessor$Processor.run
(RequestProcessor.java:926)
Comment 1 Andrei Badea 2006-09-06 13:48:28 UTC
The description does not contain enough information and I can't see what the
problem is. But since the exceptions come from javacore reassigning there.
Comment 2 Andrei Badea 2006-09-06 13:49:08 UTC
To java/javacore I meant.
Comment 3 Jan Becicka 2006-10-26 16:28:00 UTC
Javacore module was replaced by Retouche infrastructure. This bug is not valid
in trunk any more.
Comment 4 Quality Engineering 2007-09-20 12:48:15 UTC
Reorganization of java component