Java Mailing List Archive

http://www.junlu.com/

Google
Google
Mailing List
Home
Forum Home
JBoss - Java Application Server
Tomcat - JSP/Servlet container
Struts - A MVC web framework
iText - An open source PDF Java Library
JDOM - JDOM XML Parser
J2EE - A mailing list for Java(tm) 2 Platform, Enterprise Edition
JSP - A mailing list about Java Server Pages specification and reference
J2EE Pattern - An interest list for Sun Java Center J2EE Pattern Catalog
Servlet - A mailing list for discussion about Sun Microsystem's Java Servlet API Technology
Struts & Hibernate
Subjects
JSP editor plugin for eclipse ?
org apache jasper JasperException: Unable to compile class for JSP
Tomcat: Connection reset by peer: socket write error
Cannot retrieve definition for form bean null
Struts Tiles Tutorial (free Struts training)
Where do I download Tomcat 4 0 6?
Data Access Object (DAO) pattern, example DAO 's
Where to download Tomcat v 4 1 24 from?
Tomcat 5 0 16 Requested resource not available
Oracle Connection Pooling in 3 2 2
Servlet : Session invalidate
Servlet action is currently unavailable
Tomcat/Struts Unicode Encoding/Decoding problems
Tomcat and webapplication specific java library path
Running a Simple JMS Example
Mapping in workers2 properties
org apache jasper JasperException
Cannot find message resources under key org apache struts action
   MESSAGE
problem with html:text bean throwing exception
Cannot find message resources under key org apache struts action MESSAGE
invalid direct reference problem with solution
Tool for jsp debug Try Sysdeo Eclipse Plugin
Tomcat 5 Cannot load JDBC driver class 'null ' SQL state: null
weblogic ejbc
java properties file
Jboss 3 2 3 Coyote Can 't re
Tomcat 5, Apache2 and mod jk2 integration problem
JBoss example problem new to J2EE
url string for connecting jboss to oracle
Value attribute of <html:checkbox
javax servlet ServletException: BeanUtils populate
HTTP Status 404 The requested resource is not available
5 0 18: Windows XP Pro vs Windows 2000
 
- STATE_SAVING_METHOD=server and Conversation!! HELP!!

- STATE_SAVING_METHOD=server and Conversation!! HELP!!

2007-08-09       - By rmemoria

 Back
Hi,

I'm using JBOSS 4.0.5GA + SEAM 1.2.1GA and STATE_SAVING_METHOD=server (web.xml)
due to low band width.

Ok.... I have a s:link in a page like that:

<s:link value="Edit" view="/useredit.xhtml" propagation="begin" />
It starts the conversation and open the page useredit.xhtml.

If from the browser I refresh the page (F5) I get the following error:

anonymous wrote : 15:47:29,109 ERROR [SeamPhaseListener] uncaught exception
 | java.lang.IllegalStateException Source code of java.lang.IllegalStateException: long-running conversation already active
 |   at org.jboss.seam.core.Manager.handleConversationPropagation(Manager.java
:510)
 |   at org.jboss.seam.jsf.AbstractSeamPhaseListener.afterRestoreView
(AbstractSeamPhaseListener.java:63)
 |   at org.jboss.seam.jsf.SeamPhaseListener.afterPhase(SeamPhaseListener.java
:95)
 |   at org.apache.myfaces.lifecycle.PhaseListenerManager
.informPhaseListenersAfter(PhaseListenerManager.java:89)
 |   at org.apache.myfaces.lifecycle.LifecycleImpl Source code of org.apache.myfaces.lifecycle.LifecycleImpl(LifecycleImpl
.java:181)
 |   at org.apache.myfaces.lifecycle.LifecycleImpl Source code of org.apache.myfaces.lifecycle.LifecycleImpl(LifecycleImpl.java
:66)
 |   at javax.faces.webapp.FacesServlet Source code of javax.faces.webapp.FacesServlet(FacesServlet.java:137)
 |   at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:252)
 |   at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:173)
 |   at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java
:63)
 |   at org.jboss.seam.web.ExceptionFilter.doFilter(ExceptionFilter.java:57)
 |   at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java
:49)
 |   at org.jboss.seam.debug.hot.HotDeployFilter.doFilter(HotDeployFilter.java
:60)
 |   at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java
:49)
 |   at org.jboss.seam.web.RedirectFilter.doFilter(RedirectFilter.java:45)
 |   at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java
:49)
 |   at org.jboss.seam.web.MultipartFilter.doFilter(MultipartFilter.java:79)
 |   at org.jboss.seam.web.SeamFilter$FilterChainImpl.doFilter(SeamFilter.java
:49)
 |   at org.jboss.seam.web.SeamFilter.doFilter(SeamFilter.java:84)
 |   at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:202)
 |   at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:173)
 |   at org.ajax4jsf.framework.ajax.xmlfilter.BaseXMLFilter.doXmlFilter
(BaseXMLFilter.java:96)
 |   at org.ajax4jsf.framework.ajax.xmlfilter.BaseFilter.doFilter(BaseFilter
.java:220)
 |   at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:202)
 |   at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:173)
 |   at com.rmemoria.utils.NoCacheFilter.doFilter(NoCacheFilter.java:40)
 |   at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:202)
 |   at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:173)
 |   at org.jboss.web.tomcat.filters.ReplyHeaderFilter.doFilter
(ReplyHeaderFilter.java:96)
 |   at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:202)
 |   at org.apache.catalina.core.ApplicationFilterChain Source code of org.apache.catalina.core.ApplicationFilterChain
(ApplicationFilterChain.java:173)
 |   at org.apache.catalina.core.StandardWrapperValve Source code of org.apache.catalina.core.StandardWrapperValve
(StandardWrapperValve.java:213)
 |   at org.apache.catalina.core.StandardContextValve Source code of org.apache.catalina.core.StandardContextValve
(StandardContextValve.java:178)
 |   at org.jboss.web.tomcat.security.SecurityAssociationValve Source code of org.jboss.web.tomcat.security.SecurityAssociationValve
(SecurityAssociationValve.java:175)
 |   at org.apache.catalina.authenticator.AuthenticatorBase Source code of org.apache.catalina.authenticator.AuthenticatorBase
(AuthenticatorBase.java:432)
 |   at org.jboss.web.tomcat.security.JaccContextValve.invoke(JaccContextValve
.java:74)
 |   at org.apache.catalina.core.StandardHostValve Source code of org.apache.catalina.core.StandardHostValve(StandardHostValve
.java:126)
 |   at org.apache.catalina.valves.ErrorReportValve Source code of org.apache.catalina.valves.ErrorReportValve(ErrorReportValve
.java:105)
 |   at org.jboss.web.tomcat.tc5.jca.CachedConnectionValve.invoke
(CachedConnectionValve.java:156)
 |   at org.apache.catalina.core.StandardEngineValve Source code of org.apache.catalina.core.StandardEngineValve(StandardEngineValve
.java:107)
 |   at org.apache.catalina.connector.CoyoteAdapter Source code of org.apache.catalina.connector.CoyoteAdapter(CoyoteAdapter.java
:148)
 |   at org.apache.coyote.http11.Http11Processor Source code of org.apache.coyote.http11.Http11Processor(Http11Processor.java
:869)
 |   at org.apache.coyote.http11.Http11BaseProtocol Source code of org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler
.processConnection(Http11BaseProtocol.java:664)
 |   at org.apache.tomcat.util.net.PoolTcpEndpoint Source code of org.apache.tomcat.util.net.PoolTcpEndpoint
(PoolTcpEndpoint.java:527)
 |   at org.apache.tomcat.util.net.MasterSlaveWorkerThread Source code of org.apache.tomcat.util.net.MasterSlaveWorkerThread
(MasterSlaveWorkerThread.java:112)
 |   at java.lang.Thread Source code of java.lang.Thread(Unknown Source)

Is there any workaround for this problem (different from changing STATE_SAVING
_METHOD to client) ????

Regards,
Ricardo

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic
&p=4072690#4072690

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode
=reply&p=4072690
__ ____ ____ ____ ____ ____ ____ ____ ____ ____
jboss-user mailing list
jboss-user@(protected)
https://lists.jboss.org/mailman/listinfo/jboss-user

©2008 junlu.com - Jax Systems, LLC, U.S.A.