You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by James Reynolds <Ja...@intermountainmail.org> on 2006/01/25 20:25:51 UTC

Problems Upgrading to Nightly

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 tomahawk-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!

Re: Problems Upgrading to Nightly

Posted by Wei Chiang <ch...@riihonlahti.com>.
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!


Re: Problems Upgrading to Nightly

Posted by Wendy Smoak <ws...@gmail.com>.
On 1/25/06, James Reynolds <Ja...@intermountainmail.org> wrote:

> replaced all my commons-xxx.jars with
> myfaces-commons-1.1.2-SNAPSHOT.jar

What jars did you replace?  This sounds like you might have removed
commons-beanutils, commons-digester, etc.

--
Wendy