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 2670 - StreamCorruptedException thrown on first startup.
Summary: StreamCorruptedException thrown on first startup.
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P4 normal (vote)
Assignee: pknakal
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 1999-07-22 21:03 UTC by pknakal
Modified: 2008-12-23 11:31 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 pknakal 1999-07-22 21:03:29 UTC
Using default project settings...
java.io.StreamCorruptedException: Caught EOFException while reading the stream header

        at java.lang.Throwable.fillInStackTrace(Native Method)
        at java.lang.Throwable.<init>(Throwable.java:94)
        at java.lang.Exception.<init>(Exception.java:42)
        at java.io.IOException.<init>(IOException.java:47)
        at java.io.ObjectStreamException.<init>(ObjectStreamException.java:29)
        at java.io.StreamCorruptedException.<init>(StreamCorruptedException.java:30)
        at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:727)
        at java.io.ObjectInputStream.<init>(ObjectInputStream.java:165)
        at org.openide.util.io.NbObjectInputStream.<init>(NbObjectInputStream.java:46)
        at com.netbeans.developer.impl.NbProjectOperation.projectOpen(NbProjectOperation.java:85)
        at com.netbeans.developer.impl.NbProjectOperation.setProject(NbProjectOperation.java:221)
        at com.netbeans.developer.impl.NbProjectOperation.openOrCreateProject(NbProjectOperation.java:252)
        at com.netbeans.developer.impl.Main.main(Main.java:538)
        at com.netbeans.developer.Main.main(Main.java:28)
Comment 1 Marek Grummich 2000-07-25 09:41:59 UTC
Priority is changed to P4 (normal).