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 183977 - remotefs : java.io.EOFException
Summary: remotefs : java.io.EOFException
Status: NEW
Alias: None
Product: contrib
Classification: Unclassified
Component: RemoteFS (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: remotefs@contrib
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-13 09:58 UTC by Exceptions Reporter
Modified: 2010-04-13 10:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 7661


Attachments
stacktrace (2.85 KB, text/plain)
2010-04-13 09:58 UTC, Exceptions Reporter
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-04-13 09:58:21 UTC
This issue was reported manually by mmirilovic.
It already has 35 duplicates 


Build: NetBeans IDE Dev (Build 2009-10-19_12-06-35 )
VM: Java HotSpot(TM) Client VM, 14.2-b01, Java(TM) SE Runtime Environment, 1.6.0_16-b01
OS: Windows XP

User Comments:
GUEST: Launching Netbeans

GUEST: Happened just upon starting up Netbeans, this only happened once so far.

GUEST: Opening Netbeans

Solaris 10 Sparc
Netbeans 6.0.1
Java 1.6.0_06

GUEST: NetBeans was starting. Is the first time it happens.

GUEST: The error seems to have occured just after the application loaded.  I was not perfoming any actions in the application when the error occured, the system had just finished being taken out of screen saver mode when the error dialog box was noticed.

GUEST: Loading the IDE

GUEST: Open netbeans

GUEST: Estava iniciando o NetBeans.

GUEST: Opening NetBeans 6.0.1 on Windows XP




Stacktrace: 
java.io.EOFException
   at java.io.ObjectInputStream$PeekInputStream.readFully(ObjectInputStream.java:2281)
   at java.io.ObjectInputStream$BlockDataInputStream.readShort(ObjectInputStream.java:2750)
   at java.io.ObjectInputStream.readStreamHeader(ObjectInputStream.java:780)
   at java.io.ObjectInputStream.<init>(ObjectInputStream.java:280)
   at org.netbeans.modules.remotefs.ui.ExplorerTopComponent.<init>(ExplorerTopComponent.java:59)
   at org.netbeans.modules.remotefs.ui.ExplorerTopComponent.getDefault(ExplorerTopComponent.java:156)
Comment 1 Exceptions Reporter 2010-04-13 09:58:26 UTC
Created attachment 97154 [details]
stacktrace