I don't think this is anything to do with Orchestra.

This message:

 WARNUNG: executePhase(RESTORE_VIEW1,
    org.apache.myfaces.orchestra.lib.jsf.
     orchestrafacescontextfactor...@108e435)
 threw exception
  java.lang.NullPointerException
 at
  com.sun.faces.lifecycle.RestoreViewPhase.execute(
   RestoreViewPhase.java:163)

says that Sun's class RestoreViewPhase.java:163 threw the exception, and
that it happened to be called from an executePhase that had an
OrchestraFacesContextFactory instance as a parameter.

It doesn't mean that the OrchestraFacesContextFactory class had anything
to do with the problem. It *might* be something related to orchestra,
but you would have to look at that line in the Mojarra (Sun JSF RI)
source code to tell what the actual problem is.

And as Kito pointed out, you really MUST say what software versions you
are using if you want help. Even after Kito pointed this out, you still
have not said what version of Mojarra you are using...

And by the way, Orchestra 1.3 is available...

Regards,
Simon

Filip Lyncker schrieb:
> 
> Dear Kito,
> 
> We are using JSF(RI) and Orchestra.core v1.2 ... so do you have some
> ideas for me?
> 
> 
> thanks & regards,
> 
> 
> filip
> 
> 
> 
> 
> Kito Mann schrieb:
>> Folio,
>>
>> Which version of the reference  implementation are you using, and
>> which version of Orchestra?
>>
>> Sent from my iPhone
>>
>> http://www.jsfcentral.com
>> http://www.Virtua.com
>>
>>
>> On Feb 10, 2009, at 2:02 PM, Filip Lyncker <lync...@lyth.de> wrote:
>>
>>>
>>> Dear Group ,
>>>
>>> I have a problem in an enviroment with orchestra,jsf,spring  and
>>> authentikation using a tomcat realm.
>>>
>>> If the session timed out the user is redirected from the secured area
>>> to the login page wich is in the free-area. But the realm seems to
>>> store the last request.
>>> After login in the app crashes with a null pointer like shown in the
>>> following...
>>> Maybe I need to configure orchestra or spring in any way to handle
>>> that request?
>>>
>>> thanks a lot for help ..
>>>
>>>
>>> cheers
>>>
>>> Filip
>>>
>>>
>>>
>>> [21:01:28] Nabil : 10.02.2009 20:27:52
>>> com.sun.faces.lifecycle.LifecycleImpl phase
>>> WARNUNG: executePhase(RESTORE_VIEW
>>> 1,org.apache.myfaces.orchestra.lib.jsf.orchestrafacescontextfactor...@108e435)
>>> threw exception
>>> java.lang.NullPointerException
>>> at
>>> com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:163)
>>>
>>> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
>>> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
>>> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
>>>
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>
>>> at org.ajax4jsf.webapp.BaseXMLFilter.doXmlFilter(BaseXMLFilter.java:177)
>>> at org.ajax4jsf.webapp.BaseFilter.handleRequest(BaseFilter.java:267)
>>> at
>>> org.ajax4jsf.webapp.BaseFilter.processUploadsAndHandleRequest(BaseFilter.java:380)
>>>
>>> at org.ajax4jsf.webapp.BaseFilter.doFilter(BaseFilter.java:507)
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>
>>> at
>>> de.lyth.huntersBase.util.SessionTimeoutFilter.doFilter(SessionTimeoutFilter.java:56)
>>>
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>
>>> at
>>> org.springframework.web.filter.RequestContextFilter.doFilterInternal(RequestContextFilter.java:83)
>>>
>>> at
>>> org.springframework.web.filter.OncePerRequestFilter.doFilter(OncePerRequestFilter.java:76)
>>>
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:235)
>>>
>>> at
>>> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
>>>
>>> at
>>> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:233)
>>>
>>> at
>>> org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
>>>
>>> at
>>> org.apache.catalina.authenticator.AuthenticatorBase.invoke(AuthenticatorBase.java:525)
>>>
>>> at
>>> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
>>>
>>> at
>>> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:102)
>>>
>>> at
>>> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
>>>
>>> at
>>> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:286)
>>>
>>> at
>>> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:844)
>>>
>>> at
>>> org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process(Http11Protocol.java:583)
>>>
>>> at
>>> org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>>> at java.lang.Thread.run(Thread.java:619)
>>> 10.02.2009 20:27:52 org.apache.catalina.core.StandardWrapperValve invoke
>>> SCHWERWIEGEND: Servlet.service() for servlet Faces Servlet threw
>>> exception
>>> java.lang.NullPointerException
>>> at
>>> com.sun.faces.lifecycle.RestoreViewPhase.execute(RestoreViewPhase.java:163)
>>>
>>> at com.sun.faces.lifecycle.LifecycleImpl.phase(LifecycleImpl.java:248)
>>> at com.sun.faces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:117)
>>> at javax.faces.webapp.FacesServlet.service(FacesServlet.java:244)
>>>

Reply via email to