Hi: I am using Myfaces core 1.1.5/Tomahawk 1.1.6 on a weblogic 9.1/jdk1.5.0_4 jrockit server on a redhat linux server. Rarely -3 times so far from June- I get the exception below.
I never got it on my computer, I never got it in the test environment, only 3 times in production. There are no error messages before this error, just this error out of the blue. I restart weblogic and everything is fine. I did my homework, I configured everything according to the documents. I am not using forwards and I use redirections so I think what was described in the faq (http://wiki.apache.org/myfaces/FAQ - search for extensionsfilter) doesn't apply here. Did you see this error? I checked the source code (here is the link to the class http://myfaces.apache.org/tomahawk/xref/org/apache/myfaces/renderkit/html/util/AddResourceFactory.html) and it is almost as if the web.xml file is not parsed properly. I am worried that every time the weblogic server is restarted the app will not be working properly because of this error. java.lang.IllegalStateException: ExtensionsFilter not correctly configured. Resource mapping missing. Resources cant be delivered. Please see: http://myfaces.apache.org/tomahawk/extensionsFilter.html at org.apache.myfaces.renderkit.html.util.AddResourceFactory.throwExtensionsFilterMissing(AddResourceFactory.java:358) at org.apache.myfaces.renderkit.html.util.AddResourceFactory.checkEnvironment(AddResourceFactory.java:337) at org.apache.myfaces.renderkit.html.util.AddResourceFactory.getInstance(AddResourceFactory.java:273) at org.apache.myfaces.custom.document.DocumentHeadRenderer.writeBeforeEnd(DocumentHeadRenderer.java:54) at org.apache.myfaces.custom.document.AbstractDocumentRenderer.closeTag(AbstractDocumentRenderer.java:70) at org.apache.myfaces.custom.document.AbstractDocumentRenderer.encodeEnd(AbstractDocumentRenderer.java:83) at javax.faces.component.UIComponentBase.encodeEnd(UIComponentBase.java:539) at javax.faces.webapp.UIComponentTag.encodeEnd(UIComponentTag.java:498) at javax.faces.webapp.UIComponentTag.doEndTag(UIComponentTag.java:366) Thanks --------------------------------- Ask a question on any topic and get answers from real people. Go to Yahoo! Answers.

