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 24862 - Error deserializing winsys after opening imported project from nb321
Summary: Error deserializing winsys after opening imported project from nb321
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-17 11:38 UTC by Milan Kubec
Modified: 2008-12-23 09:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
exc stack trace (2.99 KB, text/plain)
2002-06-17 11:39 UTC, Milan Kubec
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kubec 2002-06-17 11:38:30 UTC
I imported project from nb321 and got Error
deserializing window system dialog with
ArrayIndexOutOfBoundException. The project was
saved on GUI editing WS. Exc is attached.
Comment 1 Milan Kubec 2002-06-17 11:39:51 UTC
Created attachment 6282 [details]
exc stack trace
Comment 2 Milan Kubec 2002-06-17 11:45:02 UTC
The exception was thrown twice in ide.log, but the first occurence was
annotated as INFORMATIONAL, second one wasn't.
Comment 3 Peter Zavadsky 2002-06-17 14:47:33 UTC
Fixed in [trunk]

Fix:
core/../windows/WindowManagerImpl.java [1.134]

Note: The problem is clearly in the race condition, (see the
atttachment: the thread the exception was thrown is not an AWT
thread). The fix is replanning the loading/ i.e. setting of GUI
compoents to AWT thread. I hope this was the major problem of old
project import.
Comment 4 Peter Zavadsky 2002-06-17 14:47:52 UTC
Fixed.
Comment 5 Milan Kubec 2002-10-17 12:22:38 UTC
Verified.
Comment 6 Quality Engineering 2003-07-01 16:26:01 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.