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 15552 - java.io.EOFException after update
Summary: java.io.EOFException after update
Status: CLOSED INVALID
Alias: None
Product: debugger
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: issues@debugger
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-09-17 14:16 UTC by lduperval
Modified: 2001-10-04 11:28 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 lduperval 2001-09-17 14:16:32 UTC
I downloaded the 09/13 build and installed it. It came up (almost) flawlessly. I
went to the update center and fetched version 1.18 of the CVS client. Upon
restart, I get the following.



Mon Sep 17 08:59:24 EDT 2001: java.io.EOFException: null
java.io.EOFException
        at java.io.DataInputStream.readInt(DataInputStream.java:343)
        at java.io.ObjectInputStream.readInt(ObjectInputStream.java:1980)
        at
org.netbeans.modules.debugger.support.DebuggerModule.readExternal(DebuggerModule.java:91)
        at
org.openide.util.SharedClassObject$WriteReplace.readObject(SharedClassObject.java:637)
        at java.lang.reflect.Method.invoke(Native Method)
        at java.io.ObjectInputStream.invokeObjectReader(ObjectInputStream.java:2214)
        at java.io.ObjectInputStream.inputObject(ObjectInputStream.java:1411)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:386)
        at java.io.ObjectInputStream.readObject(ObjectInputStream.java:236)
        at org.netbeans.core.modules.ModuleList.installPrepare(ModuleList.java:546)
        at org.netbeans.core.modules.NbInstaller.loadCode(NbInstaller.java:281)
        at org.netbeans.core.modules.NbInstaller.load(NbInstaller.java:225)
        at org.netbeans.core.modules.ModuleManager.enable(ModuleManager.java:529)
        at org.netbeans.core.modules.ModuleList.installNew(ModuleList.java:458)
        at org.netbeans.core.modules.ModuleList.trigger(ModuleList.java:418)
        at
org.netbeans.core.modules.ModuleSystem.scanForNewAndRestore(ModuleSystem.java:252)
        at org.netbeans.core.NonGui.run(NonGui.java:517)
        at org.netbeans.core.Main.run(Main.java:216)
        at org.openide.TopManager.initializeTopManager(TopManager.java:120)
        at org.openide.TopManager.getDefault(TopManager.java:81)
        at org.netbeans.core.Main.main(Main.java:325)
        at org.netbeans.core.TopThreadGroup.run(TopThreadGroup.java:90)
[catch] at java.lang.Thread.run(Thread.java:484)
Comment 1 Jan Zajicek 2001-09-17 14:59:17 UTC
Moving to debugger.
Comment 2 Karel Serin 2001-09-19 11:15:51 UTC
If the 09/13 build means: 
   NB dev 20010913
and CVS Client 1.18: 
   CVS version - control support modul version 1.8

then I cannot reproduce this bug on RH6.2.
Irreproducibility of the bug also confirmed on Windows.

IDE run well.
Update was OK.
Restart of IDE was OK (without any Exceptions).

The resolution set to INVALID for now.
Comment 3 Jan Stola 2001-10-04 11:28:34 UTC
Invalid -> Closed.