Hi,
I have got an strange SocketException with my application which get data from a sql database, transforms these data and stores them in an xml database (eXist running as a standalone server). As you can see in the stdout.log file, 4 files are stored in eXist via 4 PUT request and all seems to work fine. The files are actually in the eXist database. But a SocketException is thrown (see prosper-3.9.RC1.log), and I don't understand why. Can anybody explain that error ? Thanks logs.zip |
Administrator
|
Olivier,
This error seems to occur when Orbeon sends data to the client (the browser). It seems to be an Ajax response. This usually happens when the client has closed a connection, for example if you close a window, or navigate to another page. -Erik On Tue, Jun 14, 2011 at 6:53 AM, Olivier Thery <[hidden email]> wrote: > Hi, > > I have got an strange SocketException with my application which get data > from a sql database, transforms these data and stores them in an xml > database (eXist running as a standalone server). > > As you can see in the stdout.log file, 4 files are stored in eXist via 4 PUT > request and all seems to work fine. > The files are actually in the eXist database. But a SocketException is > thrown (see prosper-3.9.RC1.log), and I don't understand why. > > Can anybody explain that error ? > > Thanks > http://orbeon-forms-ops-users.24843.n4.nabble.com/file/n3596609/logs.zip > logs.zip > > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/socket-write-error-with-Orbeon-3-9-tp3596609p3596609.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Erik,
Thanks for your answer. During the request nothing happens on the client (neither to close window nor to navigate to another page). The suggestion about Ajax gave me the idea to test with other browsers and I can see that this error occurs only with IE. I have tested it with Safari 5.0.5, Google Chrome 12, Firefox 4.0.1 and IE8.0. It works fine with the three first ones but not with the last (see logs2.zip). As you can see, all files stdout.log are identical, it seems that there is no http error. Have you a way to trace Ajax response with IE8 ? Olivier |
Administrator
|
I use HttpScoop on the Mac. We mention some tools here:
http://wiki.orbeon.com/forms/doc/developer-guide/admin/monitoring-http-requests -Erik On Thu, Jun 16, 2011 at 5:57 AM, Olivier Thery <[hidden email]> wrote: > Erik, > Thanks for your answer. > During the request nothing happens on the client (neither to close window > nor to navigate to another page). > The suggestion about Ajax gave me the idea to test with other browsers and I > can see that this error occurs only with IE. > I have tested it with Safari 5.0.5, Google Chrome 12, Firefox 4.0.1 and > IE8.0. It works fine with the three first ones but not with the last (see > http://orbeon-forms-ops-users.24843.n4.nabble.com/file/n3602386/logs2.zip > logs2.zip ). > As you can see, all files stdout.log are identical, it seems that there is > no http error. > > Have you a way to trace Ajax response with IE8 ? > > Olivier > > -- > View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/socket-write-error-with-Orbeon-3-9-tp3596609p3602386.html > Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com. > > > -- > You receive this message as a subscriber of the [hidden email] mailing list. > To unsubscribe: mailto:[hidden email] > For general help: mailto:[hidden email]?subject=help > OW2 mailing lists service home page: http://www.ow2.org/wws > > -- You receive this message as a subscriber of the [hidden email] mailing list. To unsubscribe: mailto:[hidden email] For general help: mailto:[hidden email]?subject=help OW2 mailing lists service home page: http://www.ow2.org/wws |
Free forum by Nabble | Edit this page |