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 164402

Summary: IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
Product: obsolete Reporter: germanux <germanux>
Component: visualwebAssignee: Peter Zavadsky <pzavadsky>
Status: NEW ---    
Severity: blocker    
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
URL: http://statistics.netbeans.org/exceptions/detail.do?id=4414
Issue Type: DEFECT Exception Reporter: 4414
Attachments: stacktrace

Description germanux 2009-05-04 17:06:10 UTC
Build: NetBeans IDE 6.5 (Build 200812050001)
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: deleting a class

jiai: Starting the application server after a long time of editing non-visual parts of the application.

GUEST: Designing custom jsf component library

vanob: Just did Shist+F11
clean&build an enterprise application with woodstock components
Clean and build enterprise application with woodstock components

GUEST: Clean and build enterprise application

GUEST: build with dependencies

gesker: Running Project



Stacktrace: 
java.lang.IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
        at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:256)
        at org.netbeans.modules.visualweb.jsfsupport.container.RaveFacesContext.resetApplication(RaveFacesContext.java:194)
        at org.netbeans.modules.visualweb.jsfsupport.container.FacesContainer.setClassLoader(FacesContainer.java:325)
        at org.netbeans.modules.visualweb.insync.models.FacesModelSet.classPathChanged(FacesModelSet.java:1285)
        at org.netbeans.modules.visualweb.insync.ModelSet$ClassPathListener.propertyChange(ModelSet.java:856)
        at java.beans.PropertyChangeSupport.firePropertyChange(PropertyChangeSupport.java:339)
Comment 1 germanux 2009-05-04 17:06:18 UTC
Created attachment 81481 [details]
stacktrace