<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "IceFaces "User Session Expired", pls HELP ME!"]]></title>
		<link>http://www.icefaces.org/JForum/posts/list/22.page</link>
		<description><![CDATA[Latest messages posted in the topic "IceFaces "User Session Expired", pls HELP ME!"]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ I have IceFaces app with Seam...anythink i do i get following error "User Session Expired"!
No errors on jboss console, and trying to resolve it since few days and cant do it!
Can U help me with it?
First, in witch cases those problem is thrown, I cant find case where is my fall!
Example:
I have simple app, with menu on left and dataTabe connected to dataPaginator.
Menu is simple form and list of 5 elements like, persons name "Tom, mark, ann,..." when i click on Tom's name (<s:link...) data table  shows me list of strings and here is problem when i change page in datapaginator "User sesion expired" is thrown.
And here is most intresting think! This is thrown randomly, sometimes when i clicking on tom everythink works fine.....sometimes those error is thrown when i click 2,6,20 time on menu, sometimes on ann's name, sometimes on mark's name...
Can anyone tell me why is this thrown?

I readed this is problem with "dynamic form's" but when I remove form in menu this cant resolve it.
I added 
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
	&lt;application&gt;
	 &lt;variable-resolver&gt;
		org.jboss.seam.jsf.SeamVariableResolver
	 &lt;/variable-resolver&gt;
	 &lt;locale-config /&gt;
	&lt;/application&gt;	
</pre>
		</div>
This doesn't resolve it too.

Maybe my Seam/IceFaces app libs combination makes this problem.
In booking example all icefaces libs are ing web-inf/lib, for me this cant load libs and made somethik different, I copied all icefaces libs to ear file and delcared them in application.xml.

I also added "true" to jboss  \server\default\deploy\jbossweb-tomcat55.sar\META-INF
jboss-service.xml 

changed faces-config.xml and web.xml like in booking example, changed all facelets files instead icefacelets.jar
PLEASE HELP ME TO RESOLVE IT!
Desperate Gabcia:(

P.S. Sorry for my english]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#15602</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#15602</link>
				<pubDate><![CDATA[Thu, 4 Jan 2007 02:34:13]]> GMT</pubDate>
				<author><![CDATA[ Gabcia]]></author>
			</item>
			<item>
				<title>IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ HI again:
I made some different example and this simple app throws "user session expired" error to!

Look on my page!:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
Main Page
&lt;s:link value="ONE" action="#{homeAction.testOne}"/&gt;			
&lt;s:link value="TWO" action="#{homeAction.testTwo}"/&gt;


&lt;ice:form&gt;
	&lt;ice:panelGrid styleClass="contentLayoutGridStyle" columns="1" border="0"&gt;			
        &lt;ice:panelTabSet tabPlacement="top" styleClass="componentPanelTabSetLayout"&gt;	    				     
        &lt;ice:panelTab label="Panel A"&gt;AAA&lt;/ice:panelTab&gt;
        &lt;ice:panelTab label="Panel B"&gt;BBB&lt;/ice:panelTab&gt;
        &lt;ice:panelTab label="Panel C"&gt;CCC&lt;/ice:panelTab&gt;	
        &lt;ice:panelTab label="Panel D"&gt;DDD&lt;/ice:panelTab&gt;	
        &lt;/ice:panelTabSet&gt;      		        
	&lt;/ice:panelGrid&gt;
&lt;/ice:form&gt;
</pre>
		</div>

and my links
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
@Stateful
@Name&#40;"homeAction"&#41;
@Scope&#40;ScopeType.SESSION&#41;
public class HomeAction implements HomeConsole {
	public HomeAction&#40;&#41; {}

	@PersistenceContext
	private EntityManager em;

	@SuppressWarnings&#40;"unchecked"&#41;
	public String testOne&#40;&#41; {
		System.out.println&#40;"TestONE"&#41;;
		try {
			Query questionsListQuery = em.createQuery&#40;"FROM Category c"&#41;;
			List&lt;Category&gt; questionsListSize = questionsListQuery.getResultList&#40;&#41;;
			System.out.println&#40;"Query Size:"  + questionsListSize.size&#40;&#41;&#41;;
		}
		catch&#40;EJBException e&#41; { e.printStackTrace&#40;&#41;; }
		return "/home.xhtml";
	}
	public String testTwo&#40;&#41; {
		System.out.println&#40;"TestTWO"&#41;;
		return "/home.xhtml";
	}
	@Destroy @Remove
	public void destroy&#40;&#41; { System.out.println&#40;"homeAction - destroy"&#41;; }	
}
</pre>
		</div>	  

that is all i got!
When I run application and switch tabs everythinks is ok, when i click any of link few times and go to switch tab, "USER SESSION..." is thrown.
By the way, there is no eror with el, link "testOne" excecute query also fine, and there is no error on console!

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#15603</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#15603</link>
				<pubDate><![CDATA[Thu, 4 Jan 2007 04:07:09]]> GMT</pubDate>
				<author><![CDATA[ Gabcia]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Hi, i have the same Problem. 
did you solve the problem]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19617</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19617</link>
				<pubDate><![CDATA[Tue, 8 May 2007 15:08:00]]> GMT</pubDate>
				<author><![CDATA[ lices]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ I would be interested to know if you are experiencing this same problem with the DR4 version of Icefaces and jboss-seam1.2.1GA   A lot of work has been done on the icefaces framwork and components to integrate well with Seam and we'd like to keep track of any issues that have been resolved with the upgrades.
Thanks.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19670</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19670</link>
				<pubDate><![CDATA[Wed, 9 May 2007 15:12:19]]> GMT</pubDate>
				<author><![CDATA[ judy.guglielmin]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Presently i am working with jboss seam1.1.6 GA, therefore  don´t say anything about this. 


yesterday I resolved my problem, but i don´t know the reason for this problem. 

Later i want to use jboss-seam 1.2.1GA, so i say more about this

And sorry for my bad english ]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19700</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19700</link>
				<pubDate><![CDATA[Thu, 10 May 2007 02:56:12]]> GMT</pubDate>
				<author><![CDATA[ lices]]></author>
			</item>
			<item>
				<title>IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ <p></p>

		<cite>Gabcia wrote:</cite><br>
		<blockquote>I have IceFaces app with Seam...anythink i do i get following error "User Session Expired"!
No errors on jboss console, and trying to resolve it since few days and cant do it!&nbsp;
		</blockquote>

I don't use Seam or JBoss, I run Tomcat and I have the exact same problem.  What is weird is that I have the problem on a PC and don't have it on my laptop... same Tomcat version, same ICEFaces version 1.6.0DR4.

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19706</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19706</link>
				<pubDate><![CDATA[Thu, 10 May 2007 06:12:02]]> GMT</pubDate>
				<author><![CDATA[ kexkey]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ I have  a simple Application. i have got a textfield and a button. if i click this button it shold be insert something in the Database. but it had be requiered a lot. so i got the ERROR User Session Expiered". My problem was on my Entity manager, which used for inserting in the  database

I improve it and then it was ok. I dont get this "ERROR User Session Expiered" again.

My idea is perhaps that you have another problem in your code, so appers this following ERROR "User Session Expiered". 

but i dont know really 100%



]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19707</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19707</link>
				<pubDate><![CDATA[Thu, 10 May 2007 07:51:19]]> GMT</pubDate>
				<author><![CDATA[ lices]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ I can't seem to recreate this problem.  Using seam1.2.1GA and icefaces DR4 you might want to try using icefaces-seam-gen to generate your configuration files.  This will set up your entity manager properly as well as everything else. 

The icefaces-seam-gen will reverse engineer the data from your tables into pages that edit, view, search your tables (using the efficient Seam framework for database access). ]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19725</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19725</link>
				<pubDate><![CDATA[Thu, 10 May 2007 11:21:14]]> GMT</pubDate>
				<author><![CDATA[ judy.guglielmin]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ <p></p>

		<cite>lices wrote:</cite><br>
		<blockquote>My idea is perhaps that you have another problem in your code, so appers this following ERROR "User Session Expiered".&nbsp;
		</blockquote>

Well I am getting the problem with the component-showcase sample that comes with ICEFaces...

Weird that it works on one PC and not on another one though...

In the log file, I get:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>javax.servlet.ServletException: Session expired
	at com.icesoft.faces.webapp.http.servlet.SessionDispatcher.service&#40;SessionDispatcher.java:38&#41;
	at com.icesoft.faces.webapp.http.servlet.PathDispatcher$Matcher.serviceOnMatch&#40;PathDispatcher.java:52&#41;
	at com.icesoft.faces.webapp.http.servlet.PathDispatcher.service&#40;PathDispatcher.java:29&#41;
	at com.icesoft.faces.webapp.http.servlet.MainServlet.service&#40;MainServlet.java:59&#41;
	at javax.servlet.http.HttpServlet.service&#40;HttpServlet.java:802&#41;
...
</pre>
		</div>

...when I access http://machinename:8080/component-showcase/

]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19739</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19739</link>
				<pubDate><![CDATA[Thu, 10 May 2007 12:52:23]]> GMT</pubDate>
				<author><![CDATA[ kexkey]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ are you talking about component-showcase that comes in the samples directory of the icefaces bundle? or the seam-comp-showcase that is bundled separately?]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19765</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19765</link>
				<pubDate><![CDATA[Fri, 11 May 2007 08:24:31]]> GMT</pubDate>
				<author><![CDATA[ judy.guglielmin]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ <p></p>

		<cite>judy.guglielmin wrote:</cite><br>
		<blockquote>are you talking about component-showcase that comes in the samples directory of the icefaces bundle? or the seam-comp-showcase that is bundled separately?&nbsp;
		</blockquote>

My point was I have the same problem, running the component-showcase *without* Seam... So I guess the problem is not necessarily related to Seam.

:)
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19767</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19767</link>
				<pubDate><![CDATA[Fri, 11 May 2007 08:43:14]]> GMT</pubDate>
				<author><![CDATA[ kexkey]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Which type of server are you running on.  have you gotten rid of all the temporary files?   Did you try downloading the ear file and just deploying it (there is one on our download site for seam-comp-showcase)? (make sure the server has ejb3 capability).  Were you using exploded files?  ]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19773</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19773</link>
				<pubDate><![CDATA[Fri, 11 May 2007 08:54:49]]> GMT</pubDate>
				<author><![CDATA[ judy.guglielmin]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Now I'm the one that wasn't clear....the seam-component-showcase needs ejb3.  (the bin bundle for this has the seam-component-ear that you can just deploy to an ejb3 enabled server)
The regular component-showcase can be deployed to Tomcat, but has to be compiled and packaged from source.  
Hope this is clear....]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19776</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19776</link>
				<pubDate><![CDATA[Fri, 11 May 2007 09:16:09]]> GMT</pubDate>
				<author><![CDATA[ judy.guglielmin]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ <p></p>

		<cite>judy.guglielmin wrote:</cite><br>
		<blockquote>Which type of server are you running on.  have you gotten rid of all the temporary files?   Did you try downloading the ear file and just deploying it (there is one on our download site for seam-comp-showcase)? (make sure the server has ejb3 capability).  Were you using exploded files?  &nbsp;
		</blockquote>

Sorry, I was not clear.  I deployed the component-showcase.war in Tomcat and the problem happened.  I didn't deploy it in JBoss or another EJB container.  So I thought the problem might not be related to Seam and wanted to share this information with you.
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19775</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19775</link>
				<pubDate><![CDATA[Fri, 11 May 2007 09:23:46]]> GMT</pubDate>
				<author><![CDATA[ kexkey]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Hello everyone,

I have the same problem.

I was trying some of the tutorial samples with ICEfaces v1.6.0 DR#4, but they did absolutely nothing. (For example, a table with a paginator never reloaded after clicking on the "next page" button.) No error message appeared on the browser but on the server output file there was the next: 
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>com.icesoft.faces.webapp.http.servlet.MainSessionBoundServlet$2 run
WARNING: &#91;1&#93; views have accumulated updates</pre>
		</div>


After trying many things, I noticed that when the context parameters <i>com.icesoft.faces.concurrentDOMViews</i> and <i>om.icesoft.faces.synchronousUpdate</i> are set to <i>false</i>, I get the next error message: "Network Connection Interrupted
To reconnect click the Reload button on the browser or click the button below".
There is no stacktrace but I get the next messages on the server output file:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
com.icesoft.faces.webapp.http.core.ReceivePing service
WARNING: could not get a valid queue for 1
</pre>
		</div>


Then I downloaded the last release (ICEfaces v1.5.3) and the "User Session Expired" message appears.

I deployed the component-showcase and the address sample that comes with the ICEfaces v1.6.0 DR#4 package and those applications worked just fine.

I have checked the code and the xml config. files (web, faces-config) over and over and don't know what is happening.

I am using Tomcat 5.0.25 with Java 1.4.2_04-b05.

Can anyone help me please?
Thank you.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19867</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19867</link>
				<pubDate><![CDATA[Mon, 14 May 2007 15:13:39]]> GMT</pubDate>
				<author><![CDATA[ Kraderif]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ I forgot ... on  ICEfaces 1.6.0 DR4, on the Javascript consolse of Mozilla, the next error appears:

<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
Error: &#91;Exception... "Component returned failure code: 0x80040111 &#40;NS_ERROR_NOT_AVAILABLE&#41; &#91;nsIXMLHttpRequest.status&#93;"  nsresult: "0x80040111 &#40;NS_ERROR_NOT_AVAILABLE&#41;"  location: "JS frame :: http://localhost:8080/JSF%20-%20ICEFaces/xmlhttp/1179173110078/icefaces-d2d.js :: anonymous :: line 1106"  data: no&#93;
Source File: http://localhost:8080/JSF%20-%20ICEFaces/xmlhttp/1179173110078/icefaces-d2d.js
Line: 1106
</pre>
		</div>

That line is this one:
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>if&#40;this.isComplete&#40;&#41;&#41;{
this.logger.debug&#40;"&#91;"+this.identifier+"&#93; : receive &#91;"+this.request.status+"&#93; "+this.request.statusText&#41;;
}</pre>
		</div>


Hope that helps for something.
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19870</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19870</link>
				<pubDate><![CDATA[Mon, 14 May 2007 15:46:51]]> GMT</pubDate>
				<author><![CDATA[ Kraderif]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ just to confirm ....you are using DR4 and creating the component-showcase application (there are 2 versions for regular component-showcase that come in the samples directory of our DR4 release) Problems with this are normally reported on the General questions part of the forum.

The seam-component-showcase is bundled separately and are dealt with on this forum.   It also requires JDK1.5 and an ejb3 container(since seam uses annotations and session beans).  If you can give us some more details as to which product you are having problems with, that would be great.  (which browser are you using and what version perhaps?)]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19869</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19869</link>
				<pubDate><![CDATA[Mon, 14 May 2007 15:49:43]]> GMT</pubDate>
				<author><![CDATA[ judy.guglielmin]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ I am so sorry, I am not using JBoss, I am using Tomcat 5.025. I arrived here using the search tool and I just saw the "User Session Expired" thread title, didn't notice this was a JBoss section :(

I was a bit unclear on my first message, I will try to explain it better:

- I tried to create my own paginator example (and some others too) with DR4. They didn't work.
- I installed the component-showcase and the address demo that come with DR4 zip file. Those worked fine.
- I changed my own paginator to 1.5.3 release. Didn't work either.

I am using Mozilla Firefox 2, but also tested with Internet Explorer 6 and the same thing happens.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19871</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19871</link>
				<pubDate><![CDATA[Mon, 14 May 2007 15:57:52]]> GMT</pubDate>
				<author><![CDATA[ Kraderif]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ The component-showcase has an example of the paginator with an ice:dataTable which you stated worked fine.  Perhaps you could attach your source for your facelet or jsp as well as the backing bean?  We could make assumptions that your configuration files are setup as per the component-showcase (for DR4) for all required components or you could attach them as well.  You may want to start with the source code from component-showcase as a base and then modify to want you are trying to do.]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#19877</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#19877</link>
				<pubDate><![CDATA[Mon, 14 May 2007 17:31:22]]> GMT</pubDate>
				<author><![CDATA[ judy.guglielmin]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ The exception is thrown in a section of code that is trying to find a dispatch handler to handle a request. Dispatch handlers are created for a user when a new session is created, and the appropriate HttpSessionListener is notified. In the past we've had problems with this when: 

a) the correct listener is not specified in web.xml. I believe the correct format is now: 
<span class="genmed"><b>Code:</b></span><br>
		<div style="overflow: auto; width: 100%;">
		<pre>
&lt;listener&gt;
&lt;listener-class&gt;com.icesoft.faces.util.event.servlet.ContextEventRepeater&lt;/listener-class&gt;
&lt;/listener&gt;
</pre>
		</div>

b) the hashtable containing the dispatchers was keyed by the Session object, which worked for JBoss, but not for Websphere. It currently is keyed by Session id. I can't say for sure if this works in Tomcat, it should, but I will try to duplicate this. 

c) If you are running the web application, and you redeploy with the browser still pointed at the server, it may be making heartbeat requests and blocking requests (depending on the application) to a session that no longer is valid, in which case the exception is valid. ]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#20018</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#20018</link>
				<pubDate><![CDATA[Wed, 16 May 2007 14:35:40]]> GMT</pubDate>
				<author><![CDATA[ greg.dick]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ I had the same problem with a very simple page (label + button).  The problem disappeared as soon as i enabled cookies for localhost. ;->]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#23578</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#23578</link>
				<pubDate><![CDATA[Mon, 6 Aug 2007 09:18:21]]> GMT</pubDate>
				<author><![CDATA[ knob-creek]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ I had the same problem with jboss 4.2.1(without seam) someone have a solution?]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#25200</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#25200</link>
				<pubDate><![CDATA[Thu, 20 Sep 2007 13:46:18]]> GMT</pubDate>
				<author><![CDATA[ marcos9981773]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Hi Marcos,
    If you're still seeing these errors after including the ContextEventListener, as Greg mentioned, and you're not seeing any functional impact on your application, the javascript errors are probably harmless. Usually you can get rid of them by restarting Firefox/Mozilla.

Philip]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#25269</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#25269</link>
				<pubDate><![CDATA[Mon, 24 Sep 2007 10:13:29]]> GMT</pubDate>
				<author><![CDATA[ philip.breau]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Looks like this problem dates back to January '07. Is there a workaround to turn this stupid thing off?

I am running Liferay 4.3.1 on Tomcat 5.5 with Liferay deployed in webapps/ROOT and the 'sample-icefaces-sun-portlet' keeps displaying the "User Session Expired" dialog. The portlet is unusable. I'm using Firefox 2.0.0.7 on OS X 10.4.

I tried the things mentioned on this forum thread (allowing cookies for localhost, restarting the browser, making sure the <listener> entry in web.xml is correct). Still does it.

It seems to be related to class reloading somehow. I added reloadable="true" to the META-INF/context.xml file so Tomcat would reload classes if they change.

If I restart Tomcat, I can use the job app form several times with no problem. I then modified JobApplication.java to change the message that gets displayed (I was doing this just to confirm the class was getting reloaded). About 30 seconds after the recompile, the "User Session Expired" dialog popups up without me doing anything.

Is there some kind of option to disable this thing?

Hope this helps,
Phil]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#25504</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#25504</link>
				<pubDate><![CDATA[Thu, 27 Sep 2007 20:47:58]]> GMT</pubDate>
				<author><![CDATA[ pgrimm]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Hi sbergonzi,

Please re-post your message in the General Help forum and then we can look into it. This forum is only for Seam-related inquiries.

Thanks.
Philip]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#25701</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#25701</link>
				<pubDate><![CDATA[Wed, 3 Oct 2007 14:07:57]]> GMT</pubDate>
				<author><![CDATA[ philip.breau]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ I am also experiencing this issue (Weblogic 10, Icefaces 1.6, MyFaces 1.2).  Listener info is in the web.xml.  I'm getting this error, the class is defined in the icefaces.jar file which is in the WEB-INF/lib directory.

2007-10-03 15:06:15,374 WARN : com.icesoft.faces.webapp.http.servlet.SessionDispatcher - java.lang.ExceptionInInitializerError
2007-10-03 15:06:15,384 WARN : com.icesoft.faces.webapp.http.servlet.SessionDispatcher - java.lang.NoClassDefFoundError
<Oct 3, 2007 3:06:15 PM EDT> <Error> <HTTP> <BEA-101017> <[weblogic.servlet.internal.WebAppServletContext@1d849ae - appName: '_appsdir_SimpleTest_dir', name: 'SimpleTest', context-path: '/SimpleTest'] Root cause of ServletException.
javax.servlet.ServletException: Session expired
]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#25700</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#25700</link>
				<pubDate><![CDATA[Wed, 3 Oct 2007 14:09:36]]> GMT</pubDate>
				<author><![CDATA[ sbergonzi]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Hello all...

Not sure if this helps anyone, but I had the same problem without Seam on JBoss 4.0.2/Tomcat 5.5 and fixed it by opening the content.xml file located in the root of the jbossweb-tomcat55.sar, and changing the cookies attribute from false to true. After making the change, I cleared my browser cache and bounced my JBoss instance. I also bumped my timeout to a ridiculous number just to make sure that wasn't the issue. The xml from my content.xml is below. 

A lot of people have been posting the same issue so I figured I put this out there on how I solved my particular instance of this very, very annoying problem. I hope it helps you all. 

For the record I am using Icefaces v1.70/MyEcliplse 6.0/JBoss 4.0.2-Tomcat 5.5/MyFaces 1.1.5/J2EE 1.4

<Context cookies="true" crossContext="true">
<Manager className="org.apache.catalina.session.StandardManager"
      pathname="" />
</Context>

Take it easy...]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#34377</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#34377</link>
				<pubDate><![CDATA[Wed, 7 May 2008 14:23:01]]> GMT</pubDate>
				<author><![CDATA[ wilkerd1]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Check this:

http://jira.icefaces.org//browse/ICE-2152

<blockquote>
Mike Lawrence [08/Oct/07 01:21 PM]
Adding emptySessionPath="true" attribute to the connector element in the tomcat conf/server.xml file seems to fix this problem 
&nbsp;
		</blockquote>]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#37293</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#37293</link>
				<pubDate><![CDATA[Thu, 3 Jul 2008 07:11:45]]> GMT</pubDate>
				<author><![CDATA[ mirage]]></author>
			</item>
			<item>
				<title>Re:IceFaces &quot;User Session Expired&quot;, pls HELP ME!</title>
				<description><![CDATA[ Saludos, greetings

Try with 
<ice:outputConnectionStatus  activeLabel="false"/>

And add to web.xml

	<session-config>
		<session-timeout>90000</session-timeout>
	</session-config>

bye]]></description>
				<guid isPermaLink="true">http://www.icefaces.org/JForum/posts/list/3305.page#43301</guid>
				<link>http://www.icefaces.org/JForum/posts/list/3305.page#43301</link>
				<pubDate><![CDATA[Tue, 25 Nov 2008 08:00:24]]> GMT</pubDate>
				<author><![CDATA[ scarsix06d]]></author>
			</item>
	</channel>
</rss>