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 - IllegalStateException: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory
Summary: IllegalStateException: Application was not properly initialized at startup, c...
Status: NEW
Alias: None
Product: obsolete
Classification: Unclassified
Component: visualweb (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Peter Zavadsky
URL: http://statistics.netbeans.org/except...
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-04 17:06 UTC by germanux
Modified: 2009-05-11 12:50 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter: 4414


Attachments
stacktrace (4.91 KB, text/plain)
2009-05-04 17:06 UTC, germanux
Details

Note You need to log in before you can comment on or make changes to this bug.
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