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 48108 - [40cat] Throws Exceptions when maximising output
Summary: [40cat] Throws Exceptions when maximising output
Status: RESOLVED DUPLICATE of bug 48342
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-28 10:50 UTC by uaimp
Modified: 2007-09-26 09:14 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screen shot (92.32 KB, image/png)
2004-08-28 10:52 UTC, uaimp
Details

Note You need to log in before you can comment on or make changes to this bug.
Description uaimp 2004-08-28 10:50:49 UTC
[ BUILD # : 4.0beta-1 ]
[ JDK VERSION : J2SE 1.5.0 ]

Built the "MyApp" sample program by pressing Shift-F11. Maxmimised the "output" window by double-clicking the title bar. Then minimised the window by double clicking the title window again. This produces the exception dialog:

javax.jmi.reflect.InvalidObjectException: Object with MOFID 18349D6B-F5BA-11D8-B9BB-4E826C7CAA77:0000000000000C1D no longer exists.
	at org.netbeans.mdr.handlers.BaseObjectHandler._getDelegate(BaseObjectHandler.java:322)
	at org.netbeans.mdr.handlers.InstanceHandler.getInstanceDelegate(InstanceHandler.java:48)
	at org.netbeans.mdr.handlers.InstanceHandler._immediateComposite(InstanceHandler.java:251)
	at org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement._immediateComposite(MetadataElement.java:1315)
	at org.netbeans.mdr.handlers.InstanceHandler.refImmediateComposite(InstanceHandler.java:243)
	at org.netbeans.modules.javacore.jmiimpl.javamodel.MetadataElement.getResource(MetadataElement.java:457)
	at org.netbeans.jmi.javamodel.Method$Impl.getResource(Unknown Source)
	at org.netbeans.modules.java.ui.NavigationView.selectNodeImpl(NavigationView.java:325)
	at org.netbeans.modules.java.ui.NavigationView.access$100(NavigationView.java:63)
	at org.netbeans.modules.java.ui.NavigationView$2.run(NavigationView.java:309)
	at org.openide.util.Task.run(Task.java:136)
	at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
[catch] at org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:686)
Comment 1 uaimp 2004-08-28 10:52:12 UTC
Created attachment 17203 [details]
Screen shot
Comment 2 Martin Matula 2004-08-30 09:43:30 UTC
Comes from NavigationView...
Comment 3 Jan Becicka 2004-09-07 12:45:04 UTC

*** This issue has been marked as a duplicate of 48342 ***