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 231554 - ClassNotFoundException: org.netbeans.modules.web.project.api.WebProjectLibrariesModifier
Summary: ClassNotFoundException: org.netbeans.modules.web.project.api.WebProjectLibrar...
Status: RESOLVED INVALID
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 7.4
Hardware: All All
: P3 normal (vote)
Assignee: David Konecny
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-06-20 08:38 UTC by lehel
Modified: 2013-07-08 22:41 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 201555


Attachments
stacktrace (8.90 KB, text/plain)
2013-06-20 08:38 UTC, lehel
Details

Note You need to log in before you can comment on or make changes to this bug.
Description lehel 2013-06-20 08:38:12 UTC
Build: NetBeans IDE Dev (Build 201306181109)
VM: Java HotSpot(TM) Client VM, 23.25-b01, Java(TM) SE Runtime Environment, 1.7.0_25-b16
OS: Windows XP

User Comments:
lehel: I was added a visual jsf plugin to Netbeans:
http://dlc.sun.com.edgesuite.net/netbeans/updates/7.0/uc/m2/dev/catalog.xml

And when I created a new web application with visual web javaserver faces this error appeared.




Stacktrace: 
java.lang.ClassNotFoundException: org.netbeans.modules.web.project.api.WebProjectLibrariesModifier
   at java.net.URLClassLoader$1.run(URLClassLoader.java:366)
   at java.net.URLClassLoader$1.run(URLClassLoader.java:355)
   at java.security.AccessController.doPrivileged(AccessController.java:0)
   at java.net.URLClassLoader.findClass(URLClassLoader.java:354)
   at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
   at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
Comment 1 lehel 2013-06-20 08:38:14 UTC
Created attachment 136067 [details]
stacktrace
Comment 2 Jaroslav Tulach 2013-07-08 15:48:40 UTC
Possibly a problem in versioning, right? As 
http://statistics.netbeans.org/exceptions/messageslog?id=677448
shows there are some modules different dates and possibly the versioning is not correct. 

Btw. does not this mean that visualweb modules stopped to work recently due to some incompatible changes in web APIs?
Comment 3 David Konecny 2013-07-08 22:41:04 UTC
(In reply to comment #2)
> Btw. does not this mean that visualweb modules stopped to work recently due to
> some incompatible changes in web APIs?

Yes, the code base needs to be updated. The incompatible API change was removal of API which was deprecated for a long time and has simple replacement. This issue should be filed against visual web module if there is anybody who is maintaining it. I'm happy to help and provide guidance if needed.