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 237088 - IllegalStateException: Cannot find TopComponent with preferredID DashboardTopComponent, see IDE log for more details.
Summary: IllegalStateException: Cannot find TopComponent with preferredID DashboardTop...
Status: RESOLVED WONTFIX
Alias: None
Product: connecteddeveloper
Classification: Unclassified
Component: Task Dashboard (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: Jan Peska
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-14 08:10 UTC by akobberup
Modified: 2013-10-14 09:49 UTC (History)
5 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 204551


Attachments
stacktrace (3.37 KB, text/plain)
2013-10-14 08:10 UTC, akobberup
Details

Note You need to log in before you can comment on or make changes to this bug.
Description akobberup 2013-10-14 08:10:28 UTC
This bug was originally marked as duplicate of bug 234414, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE Dev (Build 201310140001)
VM: Java HotSpot(TM) 64-Bit Server VM, 23.7-b01, Java(TM) SE Runtime Environment, 1.7.0_13-b20
OS: Windows 8

User Comments:
Selpi: Started NB, opened few css files then tried to open Window -> Web -> CSS Styles. Got this exception.

GUEST: open window

GUEST: trying to open the task window

akobberup: Tried to open Dashboard via window menu item..

GUEST: when i want to open tasks (Window->Tasks), this problem occurs

mkemanetzis: Tried to open Window->Tasks using mouse (keyboard shortcut does the same)

helderneres: I clicked on "Tasks" menu item, inside "Window" menu. None project was opened. With a project select into Project Tab the same error occurs.

GUEST: trying to Tasks window from menu

GUEST: click Menu Item "TaskDashboard" is error

adithyank: Window -> Task Dashboard is clicked

GUEST: Clicked on Windows-->Tasks

mps77: TASK dashboard from windows menu




Stacktrace: 
java.lang.IllegalStateException: Cannot find TopComponent with preferredID DashboardTopComponent, see IDE log for more details.
   at org.openide.windows.OpenComponentAction.actionPerformed(OpenComponentAction.java:91)
   at org.openide.awt.AlwaysEnabledAction$1.run(AlwaysEnabledAction.java:198)
   at org.openide.util.actions.ActionInvoker$1.run(ActionInvoker.java:95)
   at org.openide.util.actions.ActionInvoker.doPerformAction(ActionInvoker.java:116)
   at org.openide.util.actions.ActionInvoker.invokeAction(ActionInvoker.java:99)
   at org.openide.awt.AlwaysEnabledAction.actionPerformed(AlwaysEnabledAction.java:201)
Comment 1 akobberup 2013-10-14 08:10:32 UTC
Created attachment 141048 [details]
stacktrace
Comment 2 Stanislav Aubrecht 2013-10-14 08:27:25 UTC
Task dashboard complains about missing org.jdesktop.swingx.painter.Painter class, please evaluate, thanks.
Comment 3 Jan Peska 2013-10-14 08:48:09 UTC
org.netbeans.modules.tasks.ui does not exist anymore, it was used as a plugin for 7.2 and 7.3 - in 7.4 the Tasks window is part of the official distribution.