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 158496 - [65cat] ClassNotFoundException: com.sun.el.ExpressionFactoryImpl
Summary: [65cat] 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: Peter Zavadsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-13 01:57 UTC by pbelbin
Modified: 2009-02-19 23:24 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 146261


Attachments
stacktrace (2.85 KB, text/plain)
2009-02-13 01:57 UTC, pbelbin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description pbelbin 2009-02-13 01:57:13 UTC
Build: NetBeans IDE Dev (Build 200902120201)
VM: Java HotSpot(TM) 64-Bit Server VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows Vista, 6.0, amd64

User Comments:
pbelbin: created a new visual web jsf project, and it opened the Page1.jsp file, and produced this exception



Stacktrace: 
java.lang.ClassNotFoundException: com.sun.el.ExpressionFactoryImpl starting from org.netbeans.StandardModule$OneModuleClassLoader@56873b9f[org.netbeans.modules.web.jsf12ri] with possible defining loaders null and declared parents [org.netbeans.StandardModule$OneModuleClassLoader@48e2fa0e[org.netbeans.libs.glassfish_logging], org.netbeans.StandardModule$OneModuleClassLoader@45135cd9[org.netbeans.modules.web.jsf12], org.netbeans.StandardModule$OneModuleClassLoader@769fe666[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)
Comment 1 pbelbin 2009-02-13 01:57:19 UTC
Created attachment 76942 [details]
stacktrace