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 181827 - ToolOptionProcessor.parseArgs exception
Summary: ToolOptionProcessor.parseArgs exception
Status: REOPENED
Alias: None
Product: third-party
Classification: Unclassified
Component: DBX-Gui (show other bugs)
Version: 6.x
Hardware: PC Solaris
: P2 normal (vote)
Assignee: ivan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-03-11 04:53 UTC by Egor Ushakov
Modified: 2010-06-04 14:07 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 Egor Ushakov 2010-03-11 04:53:59 UTC
During dbxtool startup:

java.lang.IllegalStateException
	at com.sun.tools.debugger.dbxgui.debugger.ToolOptionProcessor.parseArgs(ToolOptionProcessor.java:140)
	at com.sun.tools.debugger.dbxgui.debugger.DebuggerManager.startDbxtool(DebuggerManager.java:2319)
[catch] at com.sun.tools.debugger.dbxgui.DbxGuiModule$DebuggerStartup$1.run(DbxGuiModule.java:113)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:597)
	at org.netbeans.core.TimableEventQueue.dispatchEvent(TimableEventQueue.java:131)
	at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:269)
	at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:184)
	at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:174)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:169)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:161)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:122)
Comment 1 Egor Ushakov 2010-05-25 11:42:51 UTC
still valid
Comment 2 ivan 2010-06-03 21:44:42 UTC
Egor, were you passing invalid options to dbxtool?
Like "dbxtool -xxxx"?
Comment 3 Egor Ushakov 2010-06-04 13:48:28 UTC
No, I just start clean dbxtool from the IDE and very often end up with this exception.
Comment 4 Egor Ushakov 2010-06-04 14:07:46 UTC
may that be some kind of race condition? collected flag is not set when parseArgs is called. And it should be set in process.