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 211648 - Apparently NetBeans cannot find the Wrapped Library in one of the modules - (The system cannot find the path specified)
Summary: Apparently NetBeans cannot find the Wrapped Library in one of the modules - (...
Status: CLOSED DUPLICATE of bug 211645
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 7.1.1
Hardware: PC Windows 7
: P1 normal with 1 vote (vote)
Assignee: Antonin Nebuzelsky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-04-24 14:25 UTC by IGweJK
Modified: 2012-04-25 19:20 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Log (33.98 KB, text/plain)
2012-04-24 14:25 UTC, IGweJK
Details

Note You need to log in before you can comment on or make changes to this bug.
Description IGweJK 2012-04-24 14:25:36 UTC
Created attachment 118691 [details]
Log

Application builds without any issues. But the following error occurs during run:
   .
   . please find log and screenshots attached
   .
java.io.FileNotFoundException: C:\Users\IGwe\Documents\NetBeansProjects\Student
Registration
App\build\cluster\modules\ext\org.eclipse.persistence.jpa.jpql_1.0.0.jar (The
system cannot find the path specified)
    at java.util.zip.ZipFile.open(Native Method)
    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:499)
    at org.netbeans.JarClassLoader$JarSource$1.call(JarClassLoader.java:492)
    at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
    at
org.netbeans.JarClassLoader$JarSource.getJarFile(JarClassLoader.java:522)
    at
org.netbeans.JarClassLoader$JarSource.listCoveredPackages(JarClassLoader.java:592)
    at org.netbeans.JarClassLoader.getCoveredPackages(JarClassLoader.java:875)
    at org.netbeans.JarClassLoader.<init>(JarClassLoader.java:163)
    at
org.netbeans.StandardModule$OneModuleClassLoader.<init>(StandardModule.java:691)
    at
org.netbeans.StandardModule.createNewClassLoader(StandardModule.java:632)
    at org.netbeans.StandardModule.classLoaderUp(StandardModule.java:621)
    at org.netbeans.ModuleManager.enable(ModuleManager.java:962)
    at org.netbeans.core.startup.ModuleList.installNew(ModuleList.java:340)
    at org.netbeans.core.startup.ModuleList.trigger(ModuleList.java:276)
    at org.netbeans.core.startup.ModuleSystem.restore(ModuleSystem.java:294)
    at org.netbeans.core.startup.Main.getModuleSystem(Main.java:172)
    at org.netbeans.core.startup.Main.start(Main.java:308)
    at org.netbeans.core.startup.TopThreadGroup.run(TopThreadGroup.java:123)
[catch] at java.lang.Thread.run(Thread.java:722)
Comment 1 Antonin Nebuzelsky 2012-04-25 10:32:08 UTC

*** This bug has been marked as a duplicate of bug 211645 ***