Yes, but there are no Myfaces classes in the stack.

mfpichardo, could you try to reproduce the issue with myfaces core. If
you cannot reproduce it, then I would suggest working with the RI team
on fixing it. Since neither tomahawk classes or facelet classes are in
the stack trace, I would think it is their error, unless part of the
stack trace is missing from your post. Have you looked at the source
code for the RI?

com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:155)

That is usually the best place to go.

On 10/23/07, Mike Kienenberger <[EMAIL PROTECTED]> wrote:
> Andrew, it sounds like they're using MyFaces tomahawk with JSF RI.
>
> It's hard to say where the problem lies, but it's probably some
> interaction between the two.
>
>
> On 10/23/07, Andrew Robinson <[EMAIL PROTECTED]> wrote:
> > com.sun.faces.lifecycle.RestoreViewPhase is a JSF RI class, not a
> > myfaces class. Your are not using myfaces, please address this issue
> > with the RI group.
> >
> > If you were using MyFaces, the lifecycle implementation is:
> >
> > org.apache.myfaces.lifecycle.LifecycleImpl
> >
> > On 10/23/07, sio <[EMAIL PROTECTED]> wrote:
> > >  Hi. My strange problem occurs in my web application when i left to use 
> > > it,
> > > after some seconds (not session expired) i try again to use the 
> > > application
> > > and the NullPointerException appears. facelts myfaces sandbox 1.1.5 
> > > tomahawk
> > > .... 23-oct-2007 15:51:49
> > > com.sun.faces.lifecycle.LifecycleImpl phase
> > > ADVERTENCIA: executePhase(RESTORE_VIEW
> > > 1,[EMAIL PROTECTED]) threw
> > > exception
> > > java.lang.NullPointerException
> > >  at
> > > com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:155)
> > >  at
> > > com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:244)
> > >  at
> > > com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:113)
> > >  at
> > > javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
> > >  at
> > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:252)
> > >  at
> > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> > >  at
> > > org.apache.myfaces.webapp.filter.ExtensionsFilter.doFilter(ExtensionsFilter.java:144)
> > >  at
> > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> > >  at
> > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> > >  at
> > > com.idom.utils.filters.AuthenticationFilter.doFilter(AuthenticationFilter.java:67)
> > >  at
> > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> > >  at
> > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> > >  at
> > > org.jbpm.web.JbpmContextFilter.doFilter(JbpmContextFilter.java:80)
> > >  at
> > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> > >  at
> > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> > >  at
> > > com.idom.diphuelva.xpediente.web.filter.LogFilter.doFilter(LogFilter.java:65)
> > >  at
> > > org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:202)
> > >  at
> > > org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:173)
> > >  at
> > > org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:213)
> > >  at
> > > org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:178)
> > >  at
> > > org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:524)
> > >  at
> > > org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:126)
> > >  at
> > > org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:105)
> > >  at
> > > org.josso.tc55.agent.SSOAgentValve.invoke(SSOAgentValve.java:501)
> > >  at
> > > org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:107)
> > >  at
> > > org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:148)
> > >  at
> > > org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:869)
> > >  at
> > > org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConnection(Http11BaseProtocol.java:664)
> > >  at
> > > org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpoint.java:527)
> > >  at
> > > org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFollowerWorkerThread.java:80)
> > >  at
> > > org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadPool.java:684)
> > >  at java.lang.Thread.run(Thread.java:595)
> > >
> > >  thanks advanced
> > > ________________________________
> > >  View this message in context: NullPointer restoring view
> > >  Sent from the MyFaces - Users mailing list archive at Nabble.com.
> > >
> >
>

Reply via email to