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 61317 - Unexpected Exception, at start NB
Summary: Unexpected Exception, at start NB
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 4.x
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Stanislav Aubrecht
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-22 23:36 UTC by lzgrillo
Modified: 2008-12-22 23:56 UTC (History)
1 user (show)

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 lzgrillo 2005-07-22 23:36:54 UTC
java.lang.IllegalArgumentException: Unsupported argument value:0
	at org.openide.awt.ToolbarPool.setPreferredIconSize(ToolbarPool.java:166)
	at org.netbeans.core.windows.PersistenceHandler.load(PersistenceHandler.java:87)
	at org.netbeans.core.windows.WindowSystemImpl.load(WindowSystemImpl.java:39)
[catch] at org.netbeans.core.Main$3.run(Main.java:264)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:234)
	at
java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
	at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
	at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
Comment 1 Stanislav Aubrecht 2005-09-08 09:22:48 UTC
any steps to reproduce?
Comment 2 Stanislav Aubrecht 2005-09-22 09:59:19 UTC
please reopen if you can provide steps to reproduce.