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 158174 - ClassNotFoundException: com.sun.el.ExpressionFactoryImpl
Summary: ClassNotFoundException: com.sun.el.ExpressionFactoryImpl
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ potingwu
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-09 07:12 UTC by Martin Fousek
Modified: 2009-02-19 23:24 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 146057


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Fousek 2009-02-09 07:12:56 UTC
Build: NetBeans IDE Dev (Build 090209)
VM: Java HotSpot(TM) Client VM, 11.0-b15, Java(TM) SE Runtime Environment, 1.6.0_10-b33
OS: Linux, 2.6.27-9-generic, i386
User comments: 1, I want to create WebApp with the Visual Web framework
2, I download it from UC
-> by opening this project exception appears
STACKTRACE: (first 10 lines)
java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl starting from
org.netbeans.StandardModule$OneModuleClassLoader@88438c[org.netbeans.modules.web.jsf12ri] with possible defining loaders null and declared
parents [org.netbeans.StandardModule$OneModuleClassLoader@1b29f80[org.netbeans.modules.web.jsf12],
org.netbeans.StandardModule$OneModuleClassLoader@179c7cf[org.netbeans.libs.glassfish_logging],
org.netbeans.StandardModule$OneModuleClassLoader@823c6d[org.netbeans.modules.servletjspapi]]
        at org.netbeans.ProxyClassLoader.loadClass(ProxyClassLoader.java:254)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:252)
        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
        at java.lang.Class.forName0(Class.java:0)
        at java.lang.Class.forName(Class.java:169)
        at com.sun.faces.config.ConfigureListener.installExpressionFactory(ConfigureListener.java:1521)
        at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1545)
        at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:403)
        at org.netbeans.modules.visualweb.jsfsupport.container.RaveConfigureListener.contextInitialized(RaveConfigureListener.java:93)
        at org.netbeans.modules.visualweb.jsfsupport.container.FacesContainer.initialize(FacesContainer.java:147)