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 254990 - IllegalArgumentException: Panel is not available for activation: org.netbeans.modules.navigator.LazyPanel@4aebc04e
Summary: IllegalArgumentException: Panel is not available for activation: org.netbeans...
Status: NEW
Alias: None
Product: platform
Classification: Unclassified
Component: Navigator (show other bugs)
Version: 8.0
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-04 03:09 UTC by Exceptions Reporter
Modified: 2015-09-07 14:26 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 219674


Attachments
stacktrace (1.47 KB, text/plain)
2015-09-04 03:10 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2015-09-04 03:09:58 UTC
This bug was originally marked as duplicate of bug 227663, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 8.0.2 (Build 201411181905)
VM: Java HotSpot(TM) 64-Bit Server VM, 25.51-b03, Java(TM) SE Runtime Environment, 1.8.0_51-b16
OS: Windows 8

User Comments:
GUEST: I




Stacktrace: 
java.lang.IllegalArgumentException: Panel is not available for activation: org.netbeans.modules.navigator.LazyPanel@4aebc04e
   at org.netbeans.modules.navigator.NavigatorController.activatePanel(NavigatorController.java:265)
   at org.netbeans.spi.navigator.NavigatorHandler.activatePanel(NavigatorHandler.java:81)
   at org.netbeans.modules.java.navigation.actions.ShowMembersAction$1.run(ShowMembersAction.java:126)
   at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:311)
   at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:756)
   at java.awt.EventQueue.access$500(EventQueue.java:97)
Comment 1 Exceptions Reporter 2015-09-04 03:10:00 UTC
Created attachment 155885 [details]
stacktrace
Comment 2 Ondrej Vrabec 2015-09-07 14:26:36 UTC
Any steps to reproduce?