Top "Illegalstateexception" questions

About java.

java.lang.IllegalStateException:Could not find backup for factory javax.faces.application.ApplicationFactory

I'm using this : Tomcat 7.0 JSF 2.0 JRE 7 but when trying to run my application, I got the following exception: java.lang.…

jsf jsf-2 factory illegalstateexception
What's the intended use of IllegalStateException?

This came up in a discussion with a colleague today. The Javadocs for Java's IllegalStateException state that it: Signals that …

java exception illegalstateexception
Tomcat failing to deploy .war

I'm trying to follow this tutorial on creating a simple REST web service, however I get to deploying it on …

java rest tomcat war illegalstateexception
Adding <h:form> causes java.lang.IllegalStateException: Cannot create a session after the response has been committed

I'm facing the following exception in a very simple JSF 2 page after adding <h:form>: java.lang.IllegalStateException: …

forms session jsf jsf-2 illegalstateexception
java.lang.IllegalStateException: Can not perform this action after onSaveInstanceState with DialogFragment

I am facing issue with DialogFragment / getSupportFragmentManager / Android version 4.x 01-10 19:46:48.228: E/AndroidRuntime(9879): java.lang.IllegalStateException: Can not perform this …

android illegalstateexception android-dialogfragment android-support-library
Could not find method in parent or ancestor context

I've been dealing with this problem for awhile and have looked at all the relevant questions I could find, such …

java android illegalstateexception
"Can not perform this action after onSaveInstanceState" - why am I getting this exception from my activity's onResume method?

My activity invokes the camera with the ACTION_IMAGE_CAPTURE intent. If the camera activity returns succesfully, I set a …

android android-fragments illegalstateexception
java.lang.IllegalStateException: CDATA tags may not nest

I've got a problem with an ajax request in a JSF page. When I click on the button, I get …

ajax jsf primefaces cdata illegalstateexception
Android IllegalStateException: Fragment not attached to Activity webview

So I'm new to android app writing, and I am trying to work on a practice app that I can …

java android android-fragments android-webview illegalstateexception