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 185025 - java.io.EOFException: Detect premature EOF
Summary: java.io.EOFException: Detect premature EOF
Status: NEW
Alias: None
Product: third-party
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: issues@third-party
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-26 15:57 UTC by asmotrich
Modified: 2010-05-08 05:55 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160457


Attachments
stacktrace (1.78 KB, text/plain)
2010-04-26 15:58 UTC, asmotrich
Details

Note You need to log in before you can comment on or make changes to this bug.
Description asmotrich 2010-04-26 15:57:54 UTC
This issue was reported manually by mmirilovic.
It already has 29 duplicates 


Build: NetBeans IDE Dev (Build 201004230200)
VM: Java HotSpot(TM) 64-Bit Server VM, 16.2-b04-271, Java(TM) SE Runtime Environment, 1.6.0_19-b04-271-10M3050
OS: Mac OS X

User Comments:
GUEST: created a project group

GUEST: This error occurs when I open Menu -> New File .... I dont kwnon if there is a correlation with the new module that a I was install (Tapestry).

GUEST: Started IDE and then checks for updates

GUEST: Clicked File->New

GUEST: just start netbeans

henrik.grek@gmail.com: Starting Netbeans
Navigate to project named JavaFrameTest
Click source package
Click javaframetest (name of package)
Select menu option: File->NewFile
Click drawer "Swing GUI Forms" in New File Dialog




Stacktrace: 
java.io.EOFException: Detect premature EOF
   at sun.misc.IOUtils.readFully(IOUtils.java:50)
   at sun.security.util.DerValue.init(DerValue.java:370)
   at sun.security.util.DerValue.<init>(DerValue.java:303)
   at sun.security.provider.X509Factory.engineGenerateCertificate(X509Factory.java:104)
   at java.security.cert.CertificateFactory.generateCertificate(CertificateFactory.java:305)
   at eu.zacheusz.nbplatform.crypto.certfile.CertFileDataObject.<init>(CertFileDataObject.java:46)
Comment 1 asmotrich 2010-04-26 15:58:02 UTC
Created attachment 98062 [details]
stacktrace