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 56819 - Error opening stream for: javax/swing/JFrame.java on JDK1.6
Summary: Error opening stream for: javax/swing/JFrame.java on JDK1.6
Status: CLOSED DUPLICATE of bug 56205
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: rmatous
URL:
Keywords: JDK_SPECIFIC
Depends on:
Blocks:
 
Reported: 2005-03-22 21:31 UTC by Marian Mirilovic
Modified: 2008-12-22 18:50 UTC (History)
1 user (show)

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 Marian Mirilovic 2005-03-22 21:31:03 UTC
NB4.1 (200503221900), JDK1.6.0 (ea-b27)

Steps to reproduce:
- run IDE
- create new Java Application project
-> FileNotFoundException rises

-----------------------
[org.netbeans.javacore] Error opening stream for: javax/swing/JFrame.java;
java.io.FileNotFoundException: invalid bit length repeat
*********** Exception occurred ************ at 10:27 PM on Mar 22, 2005
java.io.FileNotFoundException: invalid bit length repeat
        at org.openide.filesystems.JarFileSystem.inputStream(JarFileSystem.java:460)
        at
org.openide.filesystems.JarFileSystem$Impl.inputStream(JarFileSystem.java:880)
        at org.openide.filesystems.StreamPool.createInputStream(StreamPool.java:69)
        at
org.openide.filesystems.AbstractFileObject.getInputStream(AbstractFileObject.java:156)
        at
org.netbeans.modules.javacore.parser.ASTProvider.getRealSource(ASTProvider.java:196)
        at
org.netbeans.modules.javacore.parser.ASTProvider.getReader(ASTProvider.java:229)
[catch] at
org.netbeans.modules.javacore.parser.ASTProvider.getSourceText(ASTProvider.java:459)
        at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.createMDRParser(ResourceImpl.java:560)
        at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.checkUpToDate(ResourceImpl.java:651)
        at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.checkUpToDate(ResourceImpl.java:584)
        at
org.netbeans.modules.javacore.jmiimpl.javamodel.ResourceImpl.getClassifiers(ResourceImpl.java:167)
        at org.netbeans.jmi.javamodel.Resource$Impl.getClassifiers(Unknown Source)
        at
org.netbeans.modules.javacore.JMManager.traverseResource(JMManager.java:990)
        at org.netbeans.modules.javacore.JMManager.resolveCPRoot(JMManager.java:972)
        at
org.netbeans.modules.javacore.JMManager.resolveCodebases(JMManager.java:771)
        at org.netbeans.modules.javacore.JMManager$2.run(JMManager.java:725)
        at org.openide.util.Task.run(Task.java:189)
        at org.openide.util.RequestProcessor$Task.run(RequestProcessor.java:330)
        at
org.openide.util.RequestProcessor$Processor.run(RequestProcessor.java:721)
Comment 1 Martin Matula 2005-03-22 21:50:36 UTC
Seems to be a JarFilesystem issue. Reassigning...
Comment 2 Jan Chalupa 2005-03-23 05:36:37 UTC
Most likely a duplicate of issue #56205. It's a regression in JDK 1.6 builds 25-27.
Comment 3 rmatous 2005-03-23 07:26:53 UTC
Duplicate of #56205.

*** This issue has been marked as a duplicate of 56205 ***
Comment 4 Marian Mirilovic 2005-04-12 10:39:05 UTC
verified duplicate