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 223102 - java.io.FileNotFoundException: /home/nanohp/.netbeans/7.3beta2/lib/vpsdenb/vpuml-help.jar (No existe el archivo o el directorio)
Summary: java.io.FileNotFoundException: /home/nanohp/.netbeans/7.3beta2/lib/vpsdenb/vp...
Status: RESOLVED WONTFIX
Alias: None
Product: updatecenters
Classification: Unclassified
Component: Third-party (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: pgebauer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-12-01 18:21 UTC by cogani
Modified: 2012-12-06 08:05 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 195969


Attachments
stacktrace (1.79 KB, text/plain)
2012-12-01 18:21 UTC, cogani
Details

Note You need to log in before you can comment on or make changes to this bug.
Description cogani 2012-12-01 18:21:12 UTC
This bug was originally marked as duplicate of bug 185893, that is already resolved. This bug is still valid, so this seems to be another bug, but it might be related.

Build: NetBeans IDE 7.3 Beta 2 (Build 201211062253)
VM: OpenJDK 64-Bit Server VM, 23.2-b09, OpenJDK Runtime Environment, 1.7.0_09-b30
OS: Linux

Stacktrace: 
java.io.FileNotFoundException: /home/nanohp/.netbeans/7.3beta2/lib/vpsdenb/vpuml-help.jar (No existe el archivo o el directorio)
   at java.util.zip.ZipFile.open(ZipFile.java:0)
   at java.util.zip.ZipFile.<init>(ZipFile.java:214)
   at java.util.zip.ZipFile.<init>(ZipFile.java:144)
   at java.util.jar.JarFile.<init>(JarFile.java:152)
   at java.util.jar.JarFile.<init>(JarFile.java:131)
   at org.netbeans.JarClassLoader$JarSource$1.call(JarClassLoader.java:507)
Comment 1 cogani 2012-12-01 18:21:17 UTC
Created attachment 128694 [details]
stacktrace
Comment 2 Exceptions Reporter 2012-12-01 18:44:36 UTC
This bug already has 5 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=195969
Comment 3 Martin Fousek 2012-12-06 08:05:09 UTC
vpuml-help.jar looks for module which is not provided by NetBeans team at all. I google it a little bit and it seems to be related to some third-party module of the group working on the Visual Paradigm software. See:
http://oldresources.visual-paradigm.com/tips_and_tricks/general/downloading_help_files.html

Resolving as wontfix since we are not able to anything with that.