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

Summary: NullPointerException at org.netbeans.modules.visualweb.insync.models.FacesConfigModel.isBusted
Product: obsolete Reporter: robocop83 <robocop83>
Component: visualwebAssignee: _ deva <deva>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=42509
Issue Type: DEFECT Exception Reporter: 42509
Attachments: stacktrace

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