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 192592 - ClassNotFoundException: org.netbeans.modules.web.project.WebProjectType
Summary: ClassNotFoundException: org.netbeans.modules.web.project.WebProjectType
Status: RESOLVED WORKSFORME
Alias: None
Product: platform
Classification: Unclassified
Component: Module System (show other bugs)
Version: 6.x
Hardware: All All
: P3 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-28 11:01 UTC by nagouza
Modified: 2011-04-15 08:39 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 174441


Attachments
stacktrace (5.54 KB, text/plain)
2010-11-28 11:01 UTC, nagouza
Details

Note You need to log in before you can comment on or make changes to this bug.
Description nagouza 2010-11-28 11:01:17 UTC
Build: NetBeans IDE 6.9.1 (Build 201011082200)
VM: Java HotSpot(TM) Client VM, 1.6.0-b105, Java(TM) SE Runtime Environment, 1.6.0-b105
OS: Windows XP

User Comments:
nagouza: can't open project




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.web.project.WebProjectType
   at java.net.URLClassLoader$1.run(URLClassLoader.java:200)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:276)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
Comment 1 nagouza 2010-11-28 11:01:21 UTC
Created attachment 103412 [details]
stacktrace
Comment 2 Jaroslav Tulach 2011-04-13 14:06:01 UTC
Not much info to fix. But at least I will print out if the file really exists on disk: ergonomics#d31fc28dda65
Comment 3 Quality Engineering 2011-04-15 08:39:28 UTC
Integrated into 'main-golden', will be available in build *201104150401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/d31fc28dda65
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #192592: Print out if the file exists