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 165575 - IllegalStateException: FacesModel was not loaded for DataObject, dataObject=org.netbeans.modules.visualweb.project.jsfloader.JsfJspDataObject@98f864[C:\Users\NetBeansProjects\Ladies4\web\Ladies.jsp]
Summary: IllegalStateException: FacesModel was not loaded for DataObject, dataObject=o...
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-05-20 09:07 UTC by valeredejardin
Modified: 2009-05-20 09:08 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 61293


Attachments
stacktrace (2.11 KB, text/plain)
2009-05-20 09:08 UTC, valeredejardin
Details

Note You need to log in before you can comment on or make changes to this bug.
Description valeredejardin 2009-05-20 09:07:59 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
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: aaaaaaaaaa

valeredejardin: starting NB, then closing a VWP project before the end of the scanning



Stacktrace: 
java.lang.IllegalStateException: FacesModel was not loaded for DataObject, dataObject=org.netbeans.modules.visualweb.project.jsfloader.JsfJspDataObject@98f864[C:\Users\NetBeansProjects\Ladies4\web\Ladies.jsp]
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.loadFacesModel(JsfForm.java:3020)
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm.access$000(JsfForm.java:131)
        at org.netbeans.modules.visualweb.designer.jsf.JsfForm$1.modelSetAdded(JsfForm.java:369)
        at org.netbeans.modules.visualweb.insync.ModelSet.fireModelSetAdded(ModelSet.java:179)
        at org.netbeans.modules.visualweb.insync.ModelSet.getInstance(ModelSet.java:255)
        at org.netbeans.modules.visualweb.insync.ModelSet$1.run(ModelSet.java:217)
Comment 1 valeredejardin 2009-05-20 09:08:24 UTC
Created attachment 82452 [details]
stacktrace