Connection « IceFaces « JSF Q&A





1. Server Connection dies out with ICEFaces with long request    stackoverflow.com

I have long HTTP request ( generating large Excel file - about 60K records or so) which takes like 5 minutes to complete. The wheel with icefaces shows connection is dead ...

2. How to prevent the IceFaces "Connection is lost" problem    stackoverflow.com

I'm using IceFaces 1.8.2 with Tomcat 6 On a irregular basis I get the message "Connection is lost" with the option to reload the page. This is not acceptable for a public ...

3. Request missing 'ice.session' required parameter. Dropping connection...    icefaces.org

I'm getting this error in the server logs using internet explorer but not in firefox 3. I have a simple search page with 2 fields that should be calling the search() method in the backing bean but instead this error gets logged repeatedly until I browse away from the site, and the singular commandButton on that page won't do anything. I ...

4. Network Connection Interrupted    icefaces.org

8. Can multiple windows share single server connection    icefaces.org

I am currently evaluating different tools and technologies for a new project, where a web application will have multiple open windows from the same client connected to the server. The windows are closely linked, can interact, and will reflect the same data in different views. Thus from the application main window, that is displayed at startup, it will be possible to ...





10. Connection management connection lost    icefaces.org

11. Icefaces 1.8RC2 - Connection Popup - After page load    icefaces.org

Greetings, I started using 1.8 RC2 for development, but have observed that within a few seconds of opening a page, I get the user session expired popup? I have set all the context parameters and still it seems not to be corrected? The time out is shorter than any of the values! session timeout = 30 min connectionTimeout = 1800000 heartbeatTimeout ...

15. connection status handling    icefaces.org

16. Request missing 'ice.session' required parameter. Dropping connection...    icefaces.org

Does the 'keep alive' configuration of Ajax Push connexions (by default 300 000 ms) must be equal to HTTP keepalive parameter in glassfish server ? Since i grow up the keepalive parameter of glassfish to 120 seconds and fix the number of threads 'keepalive' to 1 in glassfish configuration, this message is still not appeared ... Thanks for confirmation ...





19. Recommendation needed for a webapp (connection related)    icefaces.org

Hi. I have built a multi-user web app which uses iceFaces and a mysql database. It is expected that many users will be logged on simultaneously to this web-application. My question is simple. Do I need to use connection pooling? Or do I simply use one single connection to the database? Right now I am using a single connection. Would this ...

20. Managing Connection Status style    icefaces.org

22. Network connection interrupted in ICEFACES app when using with other app in Rich Faces    icefaces.org

Hi All, We have developed ICEfaces application that works great in standalone mode (when access the application independently from browser). But when this application is initiated from another JSF application (developed in rich faces) using window.open javascript then in IE6/7 the ICEFaces application does not behave normally and i get network connection interrupted message very frequently. This works fine in Firefox... ...

24. Request missing 'ice.session' required parameter. Dropping connection...    icefaces.org

Hello, I'm using Icefaces 1.8.2. I'm facing a problem that results in a great amount of calls to the http://.../block/receive-updated-views (looks line an infinite loop) Looking at debug log, I can read : "DEBUG - Request missing 'ice.session' required parameter. Dropping connection..." very many times. The situation is the following : => I have a commandButton that calls a method on ...

26. Differences between Session Expired and Connection Lost    icefaces.org

What are the differences between 'Session Expired' and 'Connection Lost'?? Are these database related or Client-server communications related?? What types of errors cause each?? Is there a way to get more info on what is causing them?? The server log suggests database errors, but is sot overly helpful in identifying the location of the error within the code.

27. Network Connection Interrupted    icefaces.org

All, I get this Network connection Interrupted after some 1 minute or so. After doing some research online I found that we have to turn the synchronous update to true. Even though I added the below fragment in the web.xml i still get the Network connection interrupted message. Please Advice on what needs to be done. com.icesoft.faces.synchronousUpdate true Thanks ...

30. Connection disconnected problem    icefaces.org

Hi, I am new to Icefaces, but am quite impressed with the way the components have been developed but I am getting an issue with the connection i.e very now and then the connection is disconnected, I have used the connection status component so in between surfing the page the connection gets disconnected and then i have to refresh the page, ...

32. Open connections    icefaces.org

33. Network Connection Interrupted    icefaces.org

34. Lost Connection when Idle    icefaces.org

38. Pop up - Network Connection Interrupted - How to?    icefaces.org

Ice Faces has a great pop up displaying the Network Connection Interrupted dialog box with the Reload button that I am sure everyone is aware of. This is a great popup as it always appears in the middle of the screen and looks great. How can I create a Ice Faces popup of my own that looks and acts EXACTLY like ...

39. Lost Connection in WAS 6.1    icefaces.org

40. Proxy Server Connection Issues    icefaces.org

43. Connection lost    icefaces.org

We are facing the same problem on JBoss 4.0.5 + IceFaces 1.6 (MyFaces). The connection gets lost, but not on all computers, just on those that are "farther". Farther means possibly a different domain ... or belonging to different security constraints. So on my development machine, or on another one which is directly connected to me, everything is ok, but on ...

46. Network connection interrupted    icefaces.org

Hello everybody. we are getting this error "Network connection interrupted" continuosly in our Web application. Do you know which can be the reason? Our application has database queries and trees (and a lot of iceface components, too), but we are not able to find where the error is. One more thing...although we obtain this error several time (almost everytime we push ...

47. Connection in trouble    icefaces.org

48. Connection is undefined in IE6    icefaces.org

Once I got this error, nothing worked in IE6 such as tree, buttons, links, or table sort column . Can this happen because of redirect? After a successful login, layout.jspx is rendered and then i started to get this error. How do I make sure that all the required javascripts are loaded properly. Do you know any way to do so? ...

50. Connection is undefined in IE6    icefaces.org

52. connection status handling    icefaces.org

Hi I recently read somewhere on this forum that if you use: to feed back the connection status to the user, this disables (or overrides) the "connection-lost / reload" inbuilt iceFaces popup. This is quite annoying because i want to show the connection status to the user (in particular when loading), but i also want the 'reload' dialogue to ...

53. Connection reset by peer    icefaces.org

rododendro Joined: 08/09/2007 00:00:00 Messages: 11 Offline Hi, I'm leading the development of project with 200+ pages implemented with Icefaces, which I consider really powerful and productive. Recently we've changed the main page implementation from jsp static include Code: to dynamic Code: in accord to this topic http://www.icefaces.org/JForum/posts/list/6038.page and we successfully solved the performance problem. All works fine ...

54. Connection Reset By Peer, AGAIN    icefaces.org

55. Network Connection Interrupted    icefaces.org

Hi everyone... Long time listener, first time caller here... ;-) I've been having a problem with the network connection in our web application. Occasionally the user will receive the "Network Connection Interrupted" pop-up, and they are forced to hit the page refresh button. It doesn't seem to happen in response to a particular user action, and it's fairly intermittent for the ...

57. Network Connection Interrupted    icefaces.org

Hi all, i'm new to icefaces and i want to provide a faces-site, which allows the user to upload a file. This file shall be processed immediately when the fileupload is complete and the user shall be informed about the progress by showing some state-messages. Everything works fine so far - despite a little problem, which i'm not able to solve. ...

58. connection lost issue    icefaces.org

hello i'm using icefaces 1.6 with tomcat 6.0.14 i'm having trouble with keeping the connection alive. in firebug console i get this messages: [window.async-connection.heartbeat] pong losticefaces-d2d.js (line 1045) [window] connection in trouble [window.async-connection] receive broadcast failed TypeError: _2e5.contentAsDOM() has no properties message=_2e5.contentAsDOM() has no properties [window.async-connection] retry to connect...icefaces-d2d.js (line 1041) [window.async-connection] closing previous connection...icefaces-d2d.js (line 1041) [window.async-connection.blocking] [8616683] : connection ...

60. Connection reset by peer    icefaces.org

63. Connection Status Positioning    icefaces.org

.iceOutConStat { position: relative; right: 20px; top: 0px; width: 80px; height: 20px; } .iceOutConStatDisconnect { background-image: url(../images/indicator_inactive.gif); background-position: 0px 0px; background-repeat: no-repeat; } .iceOutConStatCaution { background-image: url(../images/indicator_inactive.gif); background-position: 0px 0px; background-repeat: no-repeat; } .iceOutConStatActv { background-image: url(../images/indicator.gif); background-position: 0px 0px; background-repeat: no-repeat; } .iceOutConStatInactv { background-image: url(../images/indicator_inactive.gif); background-position: 0px 0px; background-repeat: no-repeat; }

64. Tomcat 6 connection management    icefaces.org

65. icefaces connection timedout whenever browser back button clicked.    icefaces.org

Hi, I am using liferay 4.4.2 and icefaces 1.7. I downloaded icefaces plugin portlet and uploaded to liferay. I am able to get the icefaces portlet successfully and navigate without problem. I navigated to other pages/tabs in liferay and then clicked browser back button. Now i am getting icefaces connection timedout popup and i need to reload the browser again. Is ...

67. Network Connection Interrupted with ICEFaces 1.7.1    icefaces.org

I have deployed two icefaces applications into the same domain on glassfish v2ur2. Both applications use the same cas-server for the authentication. The problem is that only the last deployed application works normally: the first deployed application broke on every ajax request. Both applications have the com.icesoft.faces.concurrentDOMViews set to true and com.icesoft.faces.synchronousUpdate set true. Sometimes I get a "Session Expired" popup ...