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 159652 - 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-03-05 03:35 UTC by running727
Modified: 2009-03-05 10:21 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter: 7966


Attachments
stacktrace (6.84 KB, text/plain)
2009-03-05 03:35 UTC, running727
Details

Note You need to log in before you can comment on or make changes to this bug.
Description running727 2009-03-05 03:35:04 UTC
Build: NetBeans IDE 6.5 (Build 200811100001)
VM: Java HotSpot(TM) Client VM, 10.0-b19, Java(TM) SE Runtime Environment, 1.6.0_04-b12
OS: Windows XP, 5.1, x86

User Comments:
jyeary: Opened an old application originally created with 6.0 M8 or M9

GUEST: deploying a JSF 1.2 app to Apache Tomcat v6.0.x

GUEST: Open J2EE5 Project.
double click on a class (src/java) within the ejb-project.

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.getApplication(RaveFacesContext.java:243)
	at com.sun.faces.application.ConverterPropertyEditorBase.getAsText(ConverterPropertyEditorBase.java:140)
	at org.openide.explorer.propertysheet.RendererFactory$StringRenderer.reset(RendererFactory.java:934)
	at org.openide.explorer.propertysheet.RendererFactory$StringRenderer.connect(RendererFactory.java:898)
	at org.openide.explorer.propertysheet.RendererFactory.prepareString(RendererFactory.java:339)
	at org.openide.explorer.propertysheet.RendererFactory.getRenderer(RendererFactory.java:202)
	at org.openide.explorer.propertysheet.SheetCellRenderer.getTableCellRendererComponent(



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.getApplication(RaveFacesContext.java:243)
        at com.sun.faces.application.ConverterPropertyEditorBase.getAsText(ConverterPropertyEditorBase.java:140)
        at org.openide.explorer.propertysheet.RendererFactory$StringRenderer.reset(RendererFactory.java:967)
        at org.openide.explorer.propertysheet.RendererFactory$StringRenderer.connect(RendererFactory.java:931)
        at org.openide.explorer.propertysheet.RendererFactory.prepareString(RendererFactory.java:372)
Comment 1 running727 2009-03-05 03:35:09 UTC
Created attachment 77748 [details]
stacktrace
Comment 2 Andrei Chistiakov 2009-03-05 10:21:20 UTC
Looks related to wisualweb.