RE: Occasional Software caused connection abort: socket write error with 1.5

2011-10-21 Thread Chris Colman
I haven't tested other browsers but the problem is occurring for me on FireFox 7.0.1. my application has same problem, but it only throw socket error when IE 6 - 8 brower, chrome and IE9 has no the problem. here is my question: http://apache-wicket.1842946.n4.nabble.com/Is-there-ModalWindow-

RE: Occasional Software caused connection abort: socket write error with 1.5

2011-10-21 Thread nhsoft.yhw
You tried google chrome browser? chrome browser I found no problem. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abort-socket-write-error-with-1-5-tp3920880p3924517.html Sent from the Users forum mailing list archive at

Re: Occasional Software caused connection abort: socket write error with 1.5

2011-10-21 Thread Martin Grigorov
On Fri, Oct 21, 2011 at 6:29 AM, nhsoft.yhw nhsoft@gmail.com wrote: my application has same problem, but it only throw socket error when IE 6 - 8 brower,  chrome and IE9 has no the problem. here is my question:

Re: Occasional Software caused connection abort: socket write error with 1.5

2011-10-21 Thread nhsoft.yhw
I try to reproduce the problem to create quickStart demo, but this error problem only in my real application occurs, My situation is that only use IE 6 7 8 visits the page with modalwindow will throw be connection problem. I will try to reproduce later. -- View this message in context:

RE: Occasional Software caused connection abort: socket write error with 1.5

2011-10-21 Thread Chris Colman
database access to make the rendering process take longer. -Original Message- From: nhsoft.yhw [mailto:nhsoft@gmail.com] Sent: Friday, 21 October 2011 9:41 PM To: users@wicket.apache.org Subject: Re: Occasional Software caused connection abort: socket write error with 1.5 I try

RE: Occasional Software caused connection abort: socket write error with 1.5

2011-10-21 Thread nhsoft.yhw
I do not think so. My application is upgraded from wicket 1.4.18 to 1.5.x, in wicket1.4.x using IE6, IE7, IE8 browser is normal, 'ClientAbortException error' appeared after the upgrade to wicket1.5.1, and use Chrome browser or IE9 is no problem both wicket 1.4.x and 1.5.x. Only some of the

RE: Occasional Software caused connection abort: socket write error with 1.5

2011-10-20 Thread Chris Colman
I have discovered that this only occurs when running our app inside IntelliJ. When we run it in tomcat directly, outside any IDE, I can't get the problem to occur. Hopefully the problem will not appear at all when running on the production server. -Original Message- From: Chris Colman

RE: Occasional Software caused connection abort: socket write error with 1.5

2011-10-20 Thread nhsoft.yhw
my application has same problem, but it only throw socket error when IE 6 - 8 brower, chrome and IE9 has no the problem. here is my question: http://apache-wicket.1842946.n4.nabble.com/Is-there-ModalWindow-alternative-options-td3896443.html i have test by wicket 1.5.2 take 2 version, the