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 5939 - Deserialization of a context system option is not robust.
Summary: Deserialization of a context system option is not robust.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: _ tboudreau
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2000-03-08 22:21 UTC by _ tboudreau
Modified: 2008-12-23 11:14 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 _ tboudreau 2000-03-08 22:21:44 UTC
I just got the following exception after turning off a bunch of modules and
restarting the IDE.

java.io.IOException: com.netbeans.developer.modules.text.options.AllOptions
cannot be deserialized.
        at
com.netbeans.developer.modules.projectx.content.XMLSettingsSet.read(XMLSetti
ngsSet.java:118)
        at
org.openidex.projects.ProjectSupport.projectOpen(ProjectSupport.java:269)
        at
com.netbeans.developer.modules.projectx.PSupport.projectOpen(PSupport.java:1
20)
        at
com.netbeans.developer.impl.NbProjectOperation.setProject(NbProjectOperation
.java:139)
        at
com.netbeans.developer.impl.NbProjectOperation.openOrCreateProject(NbProject
Operation.java:190)
        at com.netbeans.developer.impl.Main.main(Main.java:508)
        at com.netbeans.developer.Main.main(Main.java:25)


A dialog came up and provided that stack trace in a "details" dialog.  Apart
from the dialog, the IDE started up fine (came up with the last project I
was working on, windows in the right place, same files in the editor, etc.)
except that my Java editor settings are gone (fonts & colors, tab size,
etc.).  I haven`t checked to see what other settings might have been lost.
I did notice that my keyboard shortcuts for the editor(s) are still there,
but I think those are handled differently than the other settings, so that
probably doesn`t mean much.

Here are the contents of my log file.  Sorry, I think the formatting is
going to be messed up.

-- System info
----------------------------------------------------------------
  Product Version          = Forte for Java, CE v. 1.0 (Build 496)
  IDE Versioning           = IDE/1 spec=1.0 impl=Build 496
  Operating System         = Windows NT Version 4.0 Running on x86
  Java Version             = 1.3.0rc1
  Java VM Version          = Java HotSpot(TM) Client VM 1.3.0rc1-S
  Java Vendor              = Sun Microsystems Inc.
  Java Vendor URL          = http://java.sun.com/
  Java Home
Comment 1 Marek Grummich 2000-07-25 09:23:59 UTC
Priority is changed to P4 (normal).
Comment 2 Quality Engineering 2003-07-01 16:00:39 UTC
Resolved for 3.4.x or earlier, no new info since then -> verified.

Comment 3 Quality Engineering 2003-07-01 16:23:57 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.