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 12533 - IllegalArgumentException when executing a class
Summary: IllegalArgumentException when executing a class
Status: CLOSED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: PC Windows 3.1/NT
: P3 blocker (vote)
Assignee: David Strupl
URL:
Keywords:
: 11580 (view as bug list)
Depends on:
Blocks:
 
Reported: 2001-05-31 14:42 UTC by yohan
Modified: 2008-12-22 19:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
ide log file (431.84 KB, text/plain)
2001-07-20 20:41 UTC, yohan
Details

Note You need to log in before you can comment on or make changes to this bug.
Description yohan 2001-05-31 14:42:50 UTC
doesn't happen all the time. I click on execute to run my program and this 
exception appeared

Thu May 31 09:20:17 EDT 2001: java.lang.IllegalArgumentException: A node 
selection cannot contain nodes (<No Processes Running>) not underneath the root 
(Processes).
java.lang.IllegalArgumentException: A node selection cannot contain nodes (<No 
Processes Running>) not underneath the root (Processes).
	at org.openide.explorer.ExplorerManager.setSelectedNodes
(ExplorerManager.java:138)
	at org.openide.explorer.view.ListView.selectionChanged
(ListView.java:353)
	at org.openide.explorer.view.ListView$Listener.valueChanged
(ListView.java:651)
	at javax.swing.DefaultListSelectionModel.fireValueChanged
(DefaultListSelectionModel.java:170)
	at javax.swing.DefaultListSelectionModel.fireValueChanged
(DefaultListSelectionModel.java:150)
	at javax.swing.DefaultListSelectionModel.fireValueChanged
(DefaultListSelectionModel.java:197)
	at javax.swing.DefaultListSelectionModel.changeSelection
(DefaultListSelectionModel.java:359)
	at javax.swing.DefaultListSelectionModel.changeSelection
(DefaultListSelectionModel.java:368)
	at javax.swing.DefaultListSelectionModel.setSelectionInterval
(DefaultListSelectionModel.java:392)
	at javax.swing.JList.setSelectedIndex(JList.java:1319)
	at org.openide.explorer.view.ListView$FocusAdapter.focusGained
(ListView.java:588)
	at java.awt.AWTEventMulticaster.focusGained
(AWTEventMulticaster.java:161)
	at java.awt.Component.processFocusEvent(Component.java:3641)
	at javax.swing.JComponent.processFocusEvent(JComponent.java:2058)
	at java.awt.Component.processEvent(Component.java:3537)
	at java.awt.Container.processEvent(Container.java:1164)
	at java.awt.Component.dispatchEventImpl(Component.java:2595)
	at java.awt.Container.dispatchEventImpl(Container.java:1213)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.LightweightDispatcher.processFocusEvent(Container.java:2167)
	at java.awt.LightweightDispatcher.dispatchEvent(Container.java:2130)
	at java.awt.Container.dispatchEventImpl(Container.java:1200)
	at java.awt.Window.dispatchEventImpl(Window.java:912)
	at java.awt.Component.dispatchEvent(Component.java:2499)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:319)
[catch] at java.awt.EventDispatchThread.pumpOneEvent
(EventDispatchThread.java:103)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:93)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:84)
Comment 1 yohan 2001-05-31 14:44:21 UTC
Created attachment 1475 [details]
ide log file
Comment 2 Peter Zavadsky 2001-09-11 08:37:54 UTC
Closing as worksforme.

Code base has changed and I haven't experience it on last builds.

In case it occures again, please reopend it and provide new stack trace.
Comment 3 Peter Zavadsky 2001-09-11 09:38:41 UTC
*** Issue 11580 has been marked as a duplicate of this issue. ***
Comment 4 Quality Engineering 2003-07-01 15:47:05 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

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