I had the same problem before. I believe it was caused by missing one of the methods in a utility java file(Don't remember the exact name.) After I retrieved the files via svn and rebuild the jars, the problem disappeared. (The jar file in concern is myfaces-commons.jar.)

Hope it helps.


James Reynolds wrote:
Well, I'm attempting to upgrade to the nightly build and I'm getting the following error: SEVERE: Error listenerStart
Jan 25, 2006 12:16:04 PM org.apache.catalina.core.StandardContext start
SEVERE: Context [/npp] startup failed due to previous errors
What I've done so far:

    * replaced the old tomahawk.jar with *t**omahawk-1.1.2-SNAPSHOT.jar*
    * replaced all my commons-xxx.jars with
      *myfaces-commons-1.1.2-SNAPSHOT.jar*

That's when the error started so I went out on a limb and decided to dump Sun's RI and replace it with the nightly myFaces version

    * replaced jsf-api.jar and jsf-impl.jar with
      *myfaces-api-1.1.2-SNAPSHOT.jar *& *myfaces-impl-1.1.2-SNAPSHOT.jar*

I looked around in a nightly example web.xml, but I couldn't see anything I thought should be added to mine in order to make this work. Any advice would be greatly appreciated. Thanks!

Reply via email to