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 185893 - java.io.FileNotFoundException: /home/nathan/netbeans-6.9beta/enterprise/modules/ext/glassfish-jspparser-2.0.jar (No such file or directory)
Summary: java.io.FileNotFoundException: /home/nathan/netbeans-6.9beta/enterprise/modul...
Status: RESOLVED INCOMPLETE
Alias: None
Product: javaee
Classification: Unclassified
Component: JSP Parser (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Mysik
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-11 11:44 UTC by Exceptions Reporter
Modified: 2010-05-14 10:32 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 160807


Attachments
stacktrace (1.66 KB, text/plain)
2010-05-11 11:44 UTC, Exceptions Reporter
Details
stacktrace (1.63 KB, text/plain)
2010-05-12 15:16 UTC, serb
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Exceptions Reporter 2010-05-11 11:44:42 UTC
Build: NetBeans IDE 6.9 Beta (Build 201004200117)
VM: Java HotSpot(TM) Client VM, 17.0-b05, Java(TM) SE Runtime Environment, 1.7.0-ea-b76
OS: Linux

User Comments:
serb: Click on the bug id in "show my issues" window

GUEST: all i did was start the ide, hope this information helps.

The ofending project connects to an Oracle SQL server that is shut off i suspect that is the problem




Stacktrace: 
java.io.FileNotFoundException: /home/nathan/netbeans-6.9beta/enterprise/modules/ext/glassfish-jspparser-2.0.jar (No such file or directory)
   at java.util.zip.ZipFile.open(ZipFile.java:0)
   at java.util.zip.ZipFile.<init>(ZipFile.java:199)
   at java.util.zip.ZipFile.<init>(ZipFile.java:129)
   at java.util.jar.JarFile.<init>(JarFile.java:150)
   at java.util.jar.JarFile.<init>(JarFile.java:129)
   at org.netbeans.JarClassLoader$JarSource$1.call(JarClassLoader.java:461)
Comment 1 Exceptions Reporter 2010-05-11 11:44:46 UTC
Created attachment 98755 [details]
stacktrace
Comment 2 Peter Pis 2010-05-12 07:24:36 UTC
Couldn't it happen that the NB installation is corrupted is somehow? Could you please inspect for "glassfish-jspparser-2.0.jar" file as the exception stack trace shows?
Comment 3 Vince Kraemer 2010-05-12 14:46:10 UTC
pwd
/Users/vkraemer/nbhg/web-main
dhcp-usca14-133-98:web-main vkraemer$ find */external -name 'glassfish*.jar'
j2ee.toplinklib/external/glassfish-persistence-v2-build-58g.jar
j2ee.toplinklib/external/glassfish-persistence-v2ur1-build-09d.jar
libs.glassfish_logging/external/glassfish-logging-2.0.jar
web.jspparser/external/glassfish-jspparser-2.0.jar
Comment 4 serb 2010-05-12 15:16:25 UTC
Created attachment 98871 [details]
stacktrace
Comment 5 Marek Fukala 2010-05-12 20:31:31 UTC
do not use web/infrastructure for such bugs, its a category for web editing stuff.
Comment 6 Vince Kraemer 2010-05-12 22:03:14 UTC
the project web.jspparser uses the jar called out in this report. the plugin does not... and never has.

Do not assign back to the serverplugin/GlassFish v3.
Comment 7 Tomas Mysik 2010-05-14 10:32:50 UTC
From the file path it seems that your NB installation is corrupted - is it possible? Or, do you know how to reproduce this issue please? If yes, please, reopen this issue and provide steps to reproduce.

Thanks a lot.