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 components with dataview grid  each row used ModalWindow
compenent, when refresh dataview data, the server side throws 
ClientAbortException error, but dataview row displayed, then  when click on
the  dataview row's ajaxlink to pop-up ModelWindow, the browser display 404
page.

IE9 runing compatibility mode has also ClientAbortException.

server side error stack


wicket ajax debug message




--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abort-socket-write-error-with-1-5-tp3920880p3927132.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

2011-10-21 Thread Chris Colman
I suspect that will be our problem too. With simple quickstart the pages
do not take very long to render and so impossible to click links fast
enough such that you can click on one before the last link has completed
rendering - maybe we could add a delay in the rendering somewhere or do
a big 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 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: http://apache-
>wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abor
t-
>socket-write-error-with-1-5-tp3920880p3924906.html
>Sent from the Users forum mailing list archive at Nabble.com.
>
>-
>To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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: 
http://apache-wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abort-socket-write-error-with-1-5-tp3920880p3924906.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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  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:
> 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 problem exist.
ticket + quickstart please
>
>
>
>
>
> --
> View this message in context: 
> http://apache-wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abort-socket-write-error-with-1-5-tp3920880p3924240.html
> Sent from the Users forum mailing list archive at Nabble.com.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
> For additional commands, e-mail: users-h...@wicket.apache.org
>
>



-- 
Martin Grigorov
jWeekend
Training, Consulting, Development
http://jWeekend.com

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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

2011-10-20 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-
>alternative-options-td3896443.html
>
>i have test by wicket 1.5.2 take 2 version, the problem exist.
>
>
>
>
>
>--
>View this message in context: http://apache-
>wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abor
t-
>socket-write-error-with-1-5-tp3920880p3924240.html
>Sent from the Users forum mailing list archive at Nabble.com.
>
>-
>To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
>For additional commands, e-mail: users-h...@wicket.apache.org


-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 problem exist.





--
View this message in context: 
http://apache-wicket.1842946.n4.nabble.com/Occasional-Software-caused-connection-abort-socket-write-error-with-1-5-tp3920880p3924240.html
Sent from the Users forum mailing list archive at Nabble.com.

-
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org



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 [mailto:chr...@stepaheadsoftware.com]
>Sent: Thursday, 20 October 2011 3:30 PM
>To: users@wicket.apache.org
>Subject: Occasional "Software caused connection abort: socket write
error"
>with 1.5
>
>Occasionally over the last few days/weeks testing our 1.5 migration
I've
>seen the following exception.
>I'm wondering if anyone has any idea of what's causing it or have seen
>something similar. We've never seen it before with Wicket 1.4
>
>It only happens when I click a link while it is still processing the
>previous request. i.e. quickly clicking links on the site's main menu
>will usually cause this to occur within about 10 seconds. If I wait
>until each request has completed before clicking the next link it
>*never* occurs.
>
>I tried the rapid clicking on our Wicket 1.4 version of the app and the
>exception never occurs.
>
>2011/10/20 12:21:29.436 ERROR - EServerContext - Exception
>thrown while servicing HTTP request: ClientAbortException:
>java.net.SocketException: Software caused connection abort: socket
write
>error
>2011/10/20 12:21:29.436 ERROR - EServerContext - The
>following might help:
>ClientAbortException:  java.net.SocketException: Software caused
>connection abort: socket write error
>at
>org.apache.catalina.connector.OutputBuffer.doFlush(OutputBuffer.java:31
9
>)
>at
>org.apache.catalina.connector.OutputBuffer.flush(OutputBuffer.java:288)
>at
>org.apache.catalina.connector.Response.flushBuffer(Response.java:548)
>at
>org.apache.catalina.connector.ResponseFacade.flushBuffer(ResponseFacade
.
>java:279)
>at
>org.apache.wicket.protocol.http.WicketFilter.processRequest(WicketFilte
r
>.java:205)
>at
>org.apache.wicket.protocol.http.WicketFilter.doFilter(WicketFilter.java
:
>218)
>at
>com.sas.av.ui.wicket.templates.original.PagebloomFilter.doFilter(Pagebl
o
>omFilter.java:96)
>at
>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
a
>tionFilterChain.java:235)
>at
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
t
>erChain.java:206)
>at
>com.sas.framework.expojo.servlet.ExpojoServletFilter.doFilter(ExpojoSer
v
>letFilter.java:201)
>at
>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
a
>tionFilterChain.java:235)
>at
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
t
>erChain.java:206)
>at
>com.sas.util.web.StaticResponseHeaderFilter.doFilter(Unknown Source)
>at
>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
a
>tionFilterChain.java:235)
>at
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
t
>erChain.java:206)
>at
>com.sas.av.model.context.UrlRedirectorFilter.doFilter(UrlRedirectorFilt
e
>r.java:77)
>at
>org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Applic
a
>tionFilterChain.java:235)
>at
>org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFil
t
>erChain.java:206)
>at
>org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperVal
v
>e.java:233)
>at
>org.apache.catalina.core.StandardContextValve.invoke(StandardContextVal
v
>e.java:191)
>at
>org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.jav
a
>:128)
>at
>org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.jav
a
>:102)
>at
>org.apache.catalina.valves.AccessLogValve.invoke(AccessLogValve.java:56
8
>)
>at
>org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve
.
>java:109)
>at
>org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:
2
>86)
>at
>org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:8
4
>5)
>at
>org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.process
(
>Http11Protocol.java:583)
>at
>org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:447)
>at java.lang.Thread.run(Thread.java:619)
>Caused by: java.net.SocketException: Software caused connection abort:
>socket write error
>at java.net.SocketOutputStream.socketWrite0(Native Method)
>at
>java.net.SocketOutputStream.socketWrite(SocketOutputStream.java:92)
>at
>java.net.SocketOutputStream.write(SocketOutputStream.java:136)
>at
>org.apache.coyote.http11.InternalOutputBuffer.realWriteBytes(InternalOu
t
>putBuffer.java:740)
>at
>org.apache.tomcat.util.buf.ByteChunk.flushBuffer(ByteChunk