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 67611 - IAE: Unsupported argument value:0 - after blue screen error
Summary: IAE: Unsupported argument value:0 - after blue screen error
Status: VERIFIED DUPLICATE of bug 64002
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-26 17:42 UTC by dloren
Modified: 2008-12-22 19:51 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 dloren 2005-10-26 17:42:25 UTC
Java version: 1.5.0_04
WinXP on Dell 9300 notebook

This occured after letting the nootbook hibernate with Netbeans 5 open.  I woke
the notebook up.  I then closed Netbeans.  Got a progress bar for shutting down
Tomcat and then got a blue screen error and had to shutdown/restart the
notebook.  When I tried to start Netbeans 5, it failed with the following error:

(The blue screen error occurs consistently everytime I have a application
running which has an JRE running - jedit, netbeans, firefox ).

The database files seem to be corrupted when a bluescreen error occurs.


java.lang.IllegalArgumentException: Unsupported argument value:0
	at org.openide.awt.ToolbarPool.setPreferredIconSize(ToolbarPool.java:155)
	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.NonGui$3.run(NonGui.java:218)
	at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:209)
	at java.awt.EventQueue.dispatchEvent(EventQueue.java:461)
	at
java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
	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 David Simonek 2005-11-01 15:33:49 UTC
Known bug and already fixed on the netbeans side. Problem was that netbeans
didn't survive its configuration data corrupted by blue screen. please download
newest build and the problem should be gone, netbeans will start, although with
corrupted config data.

For life without blue screens, I recommend trying switch
-J-Dsun.java2d.noddraw=true as command line switch when running netbeans.



 
Comment 2 David Simonek 2005-11-01 15:48:57 UTC
reopening, found a duplicate.
Comment 3 David Simonek 2005-11-01 15:49:51 UTC

*** This issue has been marked as a duplicate of 64002 ***
Comment 4 Marian Mirilovic 2005-11-01 15:51:43 UTC
verified duplicate