Thank you all,

The problem is now resolved.
In fact I use the first page " home.jsf " which activates an action (a javascript which presses on a button) and thus passes in " / stylesheets / desktop / welcome.jsf " if I am in "desktop" mode or " / stylesheets / mobile / welcome.jsf " if I am in "mobile" mode. The fact of indicating " < redirect / > " in "navigation-rules" resolved my problem.

I hope not to have made you lose too much time.

Le 27/10/2010 22:48, Michael Freedman a écrit :
Can you give us some additional details?

  1. Can you confirm that /stylesheets/desktop/welcome.jsf is a valid
     viewId/view you have provided in the app?  I.e. its not a
     resource/stylesheet referenced in the markup of a view?
  2. Describe the various steps you take before this problem occurs ...
     something like:
         * Hit portal page:  portlet renders view /xxxx.jsf
         * Invoke action in portlet results in rendering view /xxxx.jsf
         * At this point I (do something?/do nothing?) in then shortly
           the (page?/portlet?) auto rerenders and generates the error
           message.
  3. Does this problem only occur in uPortal?  I.e. since uPortal seems
to use the pluto portlet container can you reproduce on Apache Pluto?
  4. Have you enabled trace logging in Faces?  If not can you?  Can you
     send me the logged results?
  5. Can you reproduce in a simplified test case that you can submit
     with a JIRA bug?

-Mike-

On 10/26/2010 12:16 AM, Yves Deschamps wrote:
I am using

IE 8.0
Faces 1.2.9
Portlet-Bridge 1.0.0
Trinidad 1.2.13
uPortal 3.1.2

Thanks

Le 25/10/2010 23:00, Scott O'Bryan a écrit :
Which version of IE, Faces, Bridge, and Trinidad are you using?

On 10/25/2010 10:17 AM, Yves Deschamps wrote:
Hi All,

I have this issue in IE, not in Firefox ? The portlet it's Ok but a few seconds later, it's down without action !

javax.faces.application.ViewExpiredException: /stylesheets/desktop/welcome.jsfNo saved view state could be found for the view identifier: /stylesheets/desktop/welcome.jsf at org.apache.myfaces.lifecycle.RestoreViewExecutor.execute(RestoreViewExecutor.java:88) at org.apache.myfaces.lifecycle.LifecycleImpl.executePhase(LifecycleImpl.java:103) at org.apache.myfaces.lifecycle.LifecycleImpl.execute(LifecycleImpl.java:76) at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRender(BridgeImpl.java:636) at org.apache.myfaces.portlet.faces.bridge.BridgeImpl.doFacesRequest(BridgeImpl.java:545) at javax.portlet.faces.GenericFacesPortlet.doBridgeDispatch(GenericFacesPortlet.java:506) at javax.portlet.faces.GenericFacesPortlet.doRenderDispatchInternal(GenericFacesPortlet.java:461) at javax.portlet.faces.GenericFacesPortlet.doView(GenericFacesPortlet.java:231) at javax.portlet.GenericPortlet.doDispatch(GenericPortlet.java:247) at javax.portlet.faces.GenericFacesPortlet.doDispatch(GenericFacesPortlet.java:202)
    at javax.portlet.GenericPortlet.render(GenericPortlet.java:175)
at org.apache.pluto.core.PortletServlet.dispatch(PortletServlet.java:208) at org.apache.pluto.core.PortletServlet.doGet(PortletServlet.java:139)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:617)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290) at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206) at org.apache.catalina.core.ApplicationDispatcher.invoke(ApplicationDispatcher.java:646) at org.apache.catalina.core.ApplicationDispatcher.doInclude(ApplicationDispatcher.java:551) at org.apache.catalina.core.ApplicationDispatcher.include(ApplicationDispatcher.java:488) at org.apache.pluto.core.DefaultPortletInvokerService.invoke(DefaultPortletInvokerService.java:167) at org.apache.pluto.core.DefaultPortletInvokerService.render(DefaultPortletInvokerService.java:101) at org.apache.pluto.core.PortletContainerImpl.doRender(PortletContainerImpl.java:172) at org.jasig.portal.channels.portlet.SpringPortletChannelImpl.render(SpringPortletChannelImpl.java:553) at org.jasig.portal.channels.portlet.CSpringPortletAdaptor.renderCharacters(CSpringPortletAdaptor.java:197) at org.jasig.portal.ChannelRenderer$Worker.execute(ChannelRenderer.java:607)
    at org.jasig.portal.utils.threading.BaseTask.run(BaseTask.java:27)
    at sun.reflect.GeneratedMethodAccessor212.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:616)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:307) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:182) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:149) at org.springframework.orm.jpa.JpaInterceptor.invoke(JpaInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:171) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:204)
    at org.jasig.portal.$Proxy60.run(Unknown Source)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:334)
    at java.util.concurrent.FutureTask.run(FutureTask.java:166)
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603)
    at java.lang.Thread.run(Thread.java:636)






Reply via email to