Details
-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: EE-3.3.0.GA_P01, 4.0.BETA
-
Fix Version/s: EE-3.3.0.GA_P02, 4.0
-
Component/s: Push Library
-
Labels:None
-
Environment:Portal portlet Liferay 6.2 Push
Description
When testing the chat-portlet example on Liferay, I noticed a problem with Push in that when the page is left to idle, the push connection breaks.
When running the corresponding chat sample as a plain servlet app on Tomcat, I don't see the same behaviour.
When running the corresponding chat sample as a plain servlet app on Tomcat, I don't see the same behaviour.
Activity
| Field | Original Value | New Value |
|---|---|---|
| Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] |
| Fix Version/s | EE-3.3.0.GA_P02 [ 11370 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #41244 | Thu May 29 11:01:42 MDT 2014 | deryk.sinotte | |
| Files Changed | ||||
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/http/standard/FixedSizeContentHandler.java
|
| Fix Version/s | 4.0 [ 11383 ] |
| Affects Version/s | 4.0.BETA [ 10971 ] |
| Environment | Portal portlet Liferay Push | Portal portlet Liferay 6.2 Push |
| Status | Open [ 1 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Repository | Revision | Date | User | Message |
| ICEsoft Public SVN Repository | #41310 | Thu Jun 05 15:38:33 MDT 2014 | deryk.sinotte | |
| Files Changed | ||||
DEL
/icepush/trunk/icepush/core/src/main/java/org/icepush/http/standard/FixedSizeContentHandler.java
ADD
/icepush/trunk/icepush/core/src/main/java/org/icepush/http/standard/ContentTypeContentHandler.java
MODIFY
/icepush/trunk/icepush/core/src/main/java/org/icepush/http/standard/FixedXMLContentHandler.java
|
| Resolution | Fixed [ 1 ] | |
| Status | Resolved [ 5 ] | Reopened [ 4 ] |
| Assignee | Jack Van Ooststroom [ jack.van.ooststroom ] | Deryk Sinotte [ deryk.sinotte ] |
| Status | Reopened [ 4 ] | Resolved [ 5 ] |
| Resolution | Fixed [ 1 ] |
| Status | Resolved [ 5 ] | Closed [ 6 ] |

The behaviour I was seeing:
The chat-portlet works fine while I'm actively using it. But when I let it sit without interacting, it starts logging the following:
If I start using the portlet again it stops but if I let it idle long enough, it logs the following:
Then Push is no longer responsive.