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 163348 - NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesConfigModel.isBusted
Summary: NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesCon...
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-22 10:18 UTC by robocop83
Modified: 2009-04-22 10:18 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 42509


Attachments
stacktrace (1.85 KB, text/plain)
2009-04-22 10:18 UTC, robocop83
Details

Note You need to log in before you can comment on or make changes to this bug.
Description robocop83 2009-04-22 10:18:08 UTC
Build: NetBeans IDE Dev (Build 200904210201)
VM: Java HotSpot(TM) Client VM, 1.5.0_17-b04, Java(TM) 2 Runtime Environment, Standard Edition, 1.5.0_17-b04
OS: Windows XP, 5.1, x86

User Comments:
GUEST: the exception start when i try to view design IDE

robocop83: Created and opened a jsf page after installed jsf plugins

GUEST: Created a new Visual JSP Page from Projects tab.

This error is generated when trying to open newly created JSP page in editor window.

GUEST: Installed visual jsf plugins and created 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:595)
Comment 1 robocop83 2009-04-22 10:18:17 UTC
Created attachment 80662 [details]
stacktrace