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 22506 - Missing i18nAction.gif file results to exception
Summary: Missing i18nAction.gif file results to exception
Status: CLOSED DUPLICATE of bug 22383
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-04-16 16:50 UTC by joannelau
Modified: 2008-12-23 08:34 UTC (History)
0 users

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 joannelau 2002-04-16 16:50:01 UTC
020411 EE

Randomly click on some nodes results to the following exception. 

Tue Apr 16 08:43:49 PDT 2002: java.lang.IllegalStateException: Icon for 
org.netbeans.modules.i18n.wizard.I18nTestWizardAction with resource 
org/netbeans/modules/i18n/i18nAction.gif not found
java.lang.IllegalStateException: Icon for 
org.netbeans.modules.i18n.wizard.I18nTestWizardAction with resource 
org/netbeans/modules/i18n/i18nAction.gif not found
	at org.openide.util.actions.SystemAction.getIcon(SystemAction.java:220)
	at org.openide.util.actions.SystemAction.getIcon(SystemAction.java:180)
	at org.openide.util.actions.SystemAction.getValue(SystemAction.java:131)
	at org.openide.awt.Actions$MenuBridge.updateState(Actions.java:532)
	at org.openide.awt.Actions.connect(Actions.java:93)
	at org.openide.awt.Actions.connect(Actions.java:81)
	at org.openide.awt.Actions$MenuItem.<init>(Actions.java:791)
	at 
org.openide.util.actions.CallableSystemAction.getMenuPresenter(CallableSystemAction.
java:35)
	at 
org.netbeans.modules.i18n.I18nGroupAction$LazyPopup.createMenuItems(I18nGroupA
ction.java:131)
	at 
org.netbeans.modules.i18n.I18nGroupAction$LazyPopup.getPopupMenu(I18nGroupActi
on.java:113)
	at 
javax.swing.plaf.basic.BasicMenuUI$MouseInputHandler.mouseEntered(BasicMenuUI.ja
va:356)
	at java.awt.Component.processMouseEvent(Component.java:5030)
	at java.awt.Component.processEvent(Component.java:4818)
	at java.awt.Container.processEvent(Container.java:1380)
	at java.awt.Component.dispatchEventImpl(Component.java:3526)
	at java.awt.Container.dispatchEventImpl(Container.java:1437)
	at java.awt.Component.dispatchEvent(Component.java:3367)
	at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:3214)
	at java.awt.LightweightDispatcher.trackMouseEnterExit(Container.java:3054)
	at java.awt.LightweightDispatcher.processMouseEvent(Container.java:2911)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2859)
	at java.awt.Container.dispatchEventImpl(Container.java:1423)
	at java.awt.Window.dispatchEventImpl(Window.java:1566)
	at java.awt.Component.dispatchEvent(Component.java:3367)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:445)
[catch] at 
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:
190)
	at 
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:144
)
	at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
	at 
java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:130)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:98)
Comment 1 joannelau 2002-04-16 16:54:24 UTC
Expand "Tools" from the menu bar will generate this exception.
Comment 2 Marian Mirilovic 2002-04-16 17:00:13 UTC
Try new build [orion CE](020415).

*** This issue has been marked as a duplicate of 22383 ***
Comment 3 Quality Engineering 2003-07-01 15:57:54 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 4 Quality Engineering 2003-07-01 16:27:13 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.