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 179616 - IllegalStateException: No icon provided for org.netbeans.modules.j2ee.deployment.impl.ui.actions.StopAction$OutputAction@d023da
Summary: IllegalStateException: No icon provided for org.netbeans.modules.j2ee.deploym...
Status: RESOLVED FIXED
Alias: None
Product: serverplugins
Classification: Unclassified
Component: Infrastructure (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Petr Hejl
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-18 03:27 UTC by Lukas Jungmann
Modified: 2011-03-04 10:52 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 164377


Attachments
stacktrace (2.85 KB, text/plain)
2010-01-18 03:27 UTC, Lukas Jungmann
Details
stacktrace (2.15 KB, text/plain)
2010-01-19 14:49 UTC, charlweed
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Lukas Jungmann 2010-01-18 03:27:14 UTC
Build: NetBeans IDE Dev (Build 100118-8f95397c5ed8)
VM: Java HotSpot(TM) Client VM, 16.0-b10, Java(TM) SE Runtime Environment, 1.6.0_18-ea-b03
OS: Windows Vista, 6.0, x86

User Comments:
charlweed: Starting ( to run) web project.

jungi: -register gfv2 and gfv3 in the ide
-invoke View Server log action on the gfv2 server node

=> ISE

GUEST: just started a glassfish v2.2 server :)



Stacktrace: 
java.lang.IllegalStateException: No icon provided for org.netbeans.modules.j2ee.deployment.impl.ui.actions.StopAction$OutputAction@d023da
   at org.netbeans.core.io.ui.IOWindow$IOWindowImpl.getTabButtons(IOWindow.java:523)
   at org.netbeans.core.io.ui.IOWindow$IOWindowImpl.updateToolbar(IOWindow.java:495)
   at org.netbeans.core.io.ui.IOWindow$IOWindowImpl.checkTabSelChange(IOWindow.java:568)
   at org.netbeans.core.io.ui.IOWindow$IOWindowImpl.stateChanged(IOWindow.java:553)
   at javax.swing.JTabbedPane.fireStateChanged(JTabbedPane.java:400)
   at org.openide.awt.CloseButtonTabbedPane.fireStateChanged(CloseButtonTabbedPane.java:524)
Comment 1 Lukas Jungmann 2010-01-18 03:27:20 UTC
Created attachment 93364 [details]
stacktrace
Comment 2 Exceptions Reporter 2010-01-18 14:29:48 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=164377
Comment 3 charlweed 2010-01-19 14:49:40 UTC
Created attachment 93418 [details]
stacktrace

Starting Tomcat
Comment 4 charlweed 2010-04-05 22:15:59 UTC
Is this a Windows x64 problem?
From the description, (java.lang.IllegalStateException: No icon provided for ...)
It seems like there would be an easy fix.
Comment 5 Petr Hejl 2011-02-15 14:39:23 UTC
The problem is the icon is there... I don't know how this could happen. Looks it is happening only in certain dev build from early 2010.
Comment 6 Petr Hejl 2011-02-18 13:54:51 UTC
Reporters, is this still reproducible in 7.0 Beta2?
Comment 7 Petr Hejl 2011-03-04 10:52:11 UTC
The last known report (and almost all of them) are reported from build 100323. No duplicate since then. Closing as fixed.