You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by Michael Heinen <mh...@recommind.com> on 2007/05/14 13:50:31 UTC

ClassNotFoundException RedirectTrackerNavigationHandler

I get the following Exception after updating myFaces  and tomahawk from
1.1.4 to 1.1.5.

 

javax.faces.FacesException: java.lang.ClassNotFoundException:
org.apache.myfaces.custom.redirectTracker.RedirectTrackerNavigationHandl
er

                at
org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(ClassU
tils.java:165)

                at
org.apache.myfaces.config.FacesConfigurator.getApplicationObject(FacesCo
nfigurator.java:660)

                at
org.apache.myfaces.config.FacesConfigurator.configureApplication(FacesCo
nfigurator.java:587)

                at
org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.
java:148)

                at
org.apache.myfaces.webapp.StartupServletContextListener.initFaces(Startu
pServletContextListener.java:68)

                at
org.apache.myfaces.webapp.StartupServletContextListener.contextInitializ
ed(StartupServletContextListener.java:51)

                at
org.apache.catalina.core.StandardContext.listenerStart(StandardContext.j
ava:3763)

                at
org.apache.catalina.core.StandardContext.start(StandardContext.java:4211
)

                at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)

                at
org.apache.catalina.core.StandardHost.start(StandardHost.java:718)

                at
org.apache.catalina.core.ContainerBase.start(ContainerBase.java:1013)

                at
org.apache.catalina.core.StandardEngine.start(StandardEngine.java:442)

                at
org.apache.catalina.core.StandardService.start(StandardService.java:450)

                at
org.apache.catalina.core.StandardServer.start(StandardServer.java:709)

                at
org.apache.catalina.startup.Catalina.start(Catalina.java:551)

                at sun.reflect.NativeMethodAccessorImpl.invoke0(Native
Method)

                at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown
Source)

                at
sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)

                at java.lang.reflect.Method.invoke(Unknown Source)

                at
org.apache.catalina.startup.Bootstrap.start(Bootstrap.java:294)

                at
org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:432)

Caused by: java.lang.ClassNotFoundException:
org.apache.myfaces.custom.redirectTracker.RedirectTrackerNavigationHandl
er

                at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
.java:1355)

                at
org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader
.java:1201)

                at java.lang.ClassLoader.loadClassInternal(Unknown
Source)

                at java.lang.Class.forName0(Native Method)

                at java.lang.Class.forName(Unknown Source)

                at
org.apache.myfaces.shared_impl.util.ClassUtils.classForName(ClassUtils.j
ava:141)

                at
org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(ClassU
tils.java:160)

                ... 20 more

                

What's that?

Where is this configured ?

 

I use ajax4jsf 1.1.0 and Tiles.

 

Thanks,

Michael


RE: ClassNotFoundException RedirectTrackerNavigationHandler

Posted by Michael Heinen <mh...@recommind.com>.
Thanks Mario,

I replaced my sandbox with an actual 1.1.5 version and now it's working.

Michael

-----Original Message-----
From: Mario Ivankovits [mailto:mario@ops.co.at] 
Sent: Montag, 14. Mai 2007 13:55
To: MyFaces Discussion
Subject: Re: ClassNotFoundException RedirectTrackerNavigationHandler

Hi Michael!
>
> I get the following Exception after updating myFaces  and tomahawk
> from 1.1.4 to 1.1.5.
>
>  
>
> javax.faces.FacesException: java.lang.ClassNotFoundException:
>
org.apache.myfaces.custom.redirectTracker.RedirectTrackerNavigationHandl
er
>
>                 at
>
org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(ClassU
tils.java:165)
>
>                 at
>
org.apache.myfaces.config.FacesConfigurator.getApplicationObject(FacesCo
nfigurator.java:660)
>
>                 at
>
org.apache.myfaces.config.FacesConfigurator.configureApplication(FacesCo
nfigurator.java:587)
>
>                 at
>
org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.
java:148)
>
This thingy is part of the myfaces tomahawk sandbox.
Which version of the sandbox do you use? Please double check that you do
NOT have both 1.1.4 and 1.1.5 in your classpath.

Ciao,
Mario



Re: ClassNotFoundException RedirectTrackerNavigationHandler

Posted by Mario Ivankovits <ma...@ops.co.at>.
Hi Michael!
>
> I get the following Exception after updating myFaces  and tomahawk
> from 1.1.4 to 1.1.5.
>
>  
>
> javax.faces.FacesException: java.lang.ClassNotFoundException:
> org.apache.myfaces.custom.redirectTracker.RedirectTrackerNavigationHandler
>
>                 at
> org.apache.myfaces.shared_impl.util.ClassUtils.simpleClassForName(ClassUtils.java:165)
>
>                 at
> org.apache.myfaces.config.FacesConfigurator.getApplicationObject(FacesConfigurator.java:660)
>
>                 at
> org.apache.myfaces.config.FacesConfigurator.configureApplication(FacesConfigurator.java:587)
>
>                 at
> org.apache.myfaces.config.FacesConfigurator.configure(FacesConfigurator.java:148)
>
This thingy is part of the myfaces tomahawk sandbox.
Which version of the sandbox do you use? Please double check that you do
NOT have both 1.1.4 and 1.1.5 in your classpath.

Ciao,
Mario