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 163298 - RuntimeException: java.lang.reflect.InvocationTargetException
Summary: RuntimeException: java.lang.reflect.InvocationTargetException
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ deva
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-21 18:56 UTC by magrawal
Modified: 2009-08-18 07:26 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 134933


Attachments
stacktrace (1.80 KB, text/plain)
2009-04-21 18:56 UTC, magrawal
Details

Note You need to log in before you can comment on or make changes to this bug.
Description magrawal 2009-04-21 18:56:29 UTC
Build: NetBeans IDE 6.5.1 (Build 200903060201)
VM: Java HotSpot(TM) Client VM, 11.2-b01, Java(TM) SE Runtime Environment, 1.6.0_12-b04
OS: Windows XP, 5.1, x86

User Comments:
GUEST: Just tried to create a Viusal Faces page in windows Vista.

magrawal: I started a Visual Web JSF application on Netbeans 6.5.1. The exception occurred just when the design view of Page1 was being rendered.

The page never showed up, it remains at "Loading, please wait"

GUEST: I was doing the Tutorial "Getting Started with Visual Web JSF Application Development" on your site http://www.netbeans.org/kb/60/web/intro.html.

The problem comed just after I started a new project following exactly what the tutorial tells me to do. 

In the  Projects window, I clicked on the file Page1.jsp to open it. Normally we have 3 tabs for designing this page : Design, JSP, Java. While I can open the 2 tabs JSP and Java  to modify them, I CAN NOT open the tab Design : It says "Loading, please wait ..." eternally after throwing some exception.

java.lang.NoSuchMethodError: javax.el.ExpressionFactory.newInstance()Ljavax/el/ExpressionFactory;
	at org.apache.jasper.runtime.JspApplicationContextImpl.getExpressionFactory(JspApplicationContextImpl.java:80)
	at com.sun.faces.config.ConfigureListener.registerELResolverAndListenerWithJsp(ConfigureListener.java:1570)
	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:403)
	at org.netbeans.modules.visualw

magrawal: Started a visual web JSF page.



Stacktrace: 
java.lang.RuntimeException: java.lang.reflect.InvocationTargetException
        at org.netbeans.modules.visualweb.insync.ModelSet.createInstance(ModelSet.java:269)
        at org.netbeans.modules.visualweb.insync.ModelSet.getInstance(ModelSet.java:250)
        at org.netbeans.modules.visualweb.insync.ModelSet$1.run(ModelSet.java:217)
        at java.lang.Thread.run(Thread.java:619)
Comment 1 magrawal 2009-04-21 18:56:35 UTC
Created attachment 80620 [details]
stacktrace
Comment 2 Exceptions Reporter 2009-08-17 06:19:24 UTC
This issue already has 11 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=134933
Comment 3 Exceptions Reporter 2009-08-17 07:05:27 UTC
This issue already has 12 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=134933
Comment 4 Exceptions Reporter 2009-08-18 07:26:00 UTC
This issue already has 13 duplicates 
see http://statistics.netbeans.org/exceptions/detail.do?id=134933