Created
January 8, 2013 18:04
-
-
Save lfryc/4486219 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Jan 8, 2013 7:04:03 PM org.jboss.test.faces.staging.StagingServer init | |
INFO: Init staging server | |
Jan 8, 2013 7:04:03 PM javax.faces.FactoryFinder$FactoryManager getFactory | |
SEVERE: Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory. Attempting to find backup. | |
Jan 8, 2013 7:04:03 PM org.jboss.test.faces.staging.StagingServer fireEvent | |
SEVERE: Exception in listener | |
java.lang.IllegalStateException: Could not find backup for factory javax.faces.application.ApplicationFactory. | |
at javax.faces.FactoryFinder$FactoryManager.getFactory(FactoryFinder.java:1011) | |
at javax.faces.FactoryFinder.getFactory(FactoryFinder.java:343) | |
at org.apache.myfaces.context.servlet.FacesContextImplBase.getApplication(FacesContextImplBase.java:159) | |
at org.apache.myfaces.context.servlet.FacesContextImplBase.getELContext(FacesContextImplBase.java:210) | |
at javax.faces.component.UIViewRoot.setLocale(UIViewRoot.java:1463) | |
at org.apache.myfaces.webapp.AbstractFacesInitializer._createFacesContext(AbstractFacesInitializer.java:445) | |
at org.apache.myfaces.webapp.AbstractFacesInitializer.initStartupFacesContext(AbstractFacesInitializer.java:417) | |
at org.apache.myfaces.webapp.StartupServletContextListener.contextInitialized(StartupServletContextListener.java:113) | |
at org.jboss.test.faces.staging.StagingServer$3.invoke(StagingServer.java:572) | |
at org.jboss.test.faces.staging.StagingServer$3.invoke(StagingServer.java:570) | |
at org.jboss.test.faces.staging.StagingServer.fireEvent(StagingServer.java:292) | |
at org.jboss.test.faces.staging.StagingServer.init(StagingServer.java:569) | |
at org.jboss.test.faces.AbstractFacesTest.setUp(AbstractFacesTest.java:112) | |
at org.richfaces.component.util.SelectUtilsTest.setUp(SelectUtilsTest.java:24) | |
at junit.framework.TestCase.runBare(TestCase.java:132) | |
at junit.framework.TestResult$1.protect(TestResult.java:110) | |
at junit.framework.TestResult.runProtected(TestResult.java:128) | |
at junit.framework.TestResult.run(TestResult.java:113) | |
at junit.framework.TestCase.run(TestCase.java:124) | |
at junit.framework.TestSuite.runTest(TestSuite.java:243) | |
at junit.framework.TestSuite.run(TestSuite.java:238) | |
at org.junit.internal.runners.JUnit38ClassRunner.run(JUnit38ClassRunner.java:83) | |
at org.eclipse.jdt.internal.junit4.runner.JUnit4TestReference.run(JUnit4TestReference.java:50) | |
at org.eclipse.jdt.internal.junit.runner.TestExecution.run(TestExecution.java:38) | |
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:467) | |
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.runTests(RemoteTestRunner.java:683) | |
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.run(RemoteTestRunner.java:390) | |
at org.eclipse.jdt.internal.junit.runner.RemoteTestRunner.main(RemoteTestRunner.java:197) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment