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 25203 - ClassCastException deserializing component (was:ArrayIndexOutOfBoundsException out of the blue)
Summary: ClassCastException deserializing component (was:ArrayIndexOutOfBoundsExceptio...
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P4 blocker (vote)
Assignee: Petr Jiricka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-06-26 17:11 UTC by Kenneth Corbin
Modified: 2004-09-07 12:13 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
IDE Log file (59.79 KB, text/plain)
2002-06-26 17:16 UTC, Kenneth Corbin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kenneth Corbin 2002-06-26 17:11:59 UTC
That is what got reported to the user, the log
file shows a long list of exceptions being thrown.
  Just came up out of the blue, I wasn't doing
anything in particular that that I hadn't been
doing for a long long time.
Comment 1 Kenneth Corbin 2002-06-26 17:16:01 UTC
Created attachment 6448 [details]
IDE Log file
Comment 2 David Simonek 2002-06-27 10:00:45 UTC
Ide log shows basically two "sections":
1) series of FSIE exceptions from winsys, probably known problem?
leads to class cast exceptions for web module top components
2) ArrayIndexOutOfBounds exceptions, during opening template wizard. I
would say this exception is result of 1), so these FSIEs are the root
of evil.
Passing to winsys guys.
Comment 3 Peter Zavadsky 2002-06-27 13:35:38 UTC
Reassiging to web. The most important exception seems to be the
*********** Exception occurred ************
Wed Jun 26 08:31:18 PDT 2002: java.lang.ClassCastException:
org.netbeans.modules.web.webdata.WebResourceImpl
Annotation: Cannot read class
org.netbeans.modules.web.core.jsploader.ServletEditor$ServletEditorComponent
Annotation: Source: Windows/Components/Servlet (0) for
menuCustSearchBox.settings

or the ones before. The mentioned ArrayOutOfBounds is not from winsys
but the template wizard, and is just consequence of the abovementioned
one.
Comment 4 Marek Grummich 2002-07-22 12:05:36 UTC
Set target milestone to TBD
Comment 5 Marek Grummich 2002-07-22 12:12:10 UTC
Set target milestone to TBD
Comment 6 Damian Frach 2002-09-06 19:02:21 UTC
web resource impl will be removed from the doublin
Comment 7 Petr Jiricka 2004-09-07 12:13:49 UTC
This was fixed in the new server integration framework.