Re: Broken pipe exception with every request!

2004-07-28 Thread Michael Mehrle
; <[EMAIL PROTECTED]> Sent: Wednesday, July 28, 2004 5:50 AM Subject: RE: Broken pipe exception with every request! Hi, As the error message hints, a common cause for this exception is the client closing the browser while you're generating the page. People do that often when they run into

RE: Broken pipe exception with every request!

2004-07-28 Thread Shapira, Yoav
should try to make it a very simple and quick page (preferably a static one). Yoav Shapira Millennium Research Informatics >-Original Message- >From: Michael Mehrle [mailto:[EMAIL PROTECTED] >Sent: Tuesday, July 27, 2004 4:35 PM >To: Tomcat Users List >Subject: Broken

Re: Broken pipe exception with every request!

2004-07-27 Thread Claudio Carvalho
Hi, Does anybody know how to hide the JDBCRealm password from server.xml? Thanks Claudio. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Broken pipe exception with every request!

2004-07-27 Thread Michael Mehrle
I got up this morning and noticed that my production server was down. So, I checked tomcat's log and found a whole bunch of these: 2004-07-27 08:09:31 [EMAIL PROTECTED]: Exception Processing ErrorPage[errorCo de=404, location=/404.jsp] ClientAbortException: java.net.SocketException: Broken pipe

RE: Broken pipe exception

2003-12-19 Thread Shapira, Yoav
Howdy, Then perhaps as someone else suggested, look for a bug in the applet. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Markus Brigl [mailto:[EMAIL PROTECTED] >Sent: Friday, December 19, 2003 11:03 AM >To: Tomcat Users List >Subject: Re: Broken

Re: Broken pipe exception

2003-12-19 Thread Markus Brigl
- From: Markus Brigl [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 4:06 AM To: [EMAIL PROTECTED] Subject: Broken pipe exception Hi I received the following exception! We are using Tomcat 4.1.18, jre1.3.1_09 and explorer 6.0.2 The exception happens always if I'm adding elements to a

Re: Broken pipe exception

2003-12-19 Thread Tim Funk
The applet might be buggy and close the connection before the entire response is received. (Just a theory) -Tim Markus Brigl wrote: Hi, the client is an applet and the browser hasn't been closed! Could it be the applet goes in timeout? Because after this error on server side the applet throw

RE: Broken pipe exception

2003-12-19 Thread Shapira, Yoav
s. >> >>Yoav Shapira >>Millennium ChemInformatics >> >> >> >> >>>-Original Message- >>>From: Markus Brigl [mailto:[EMAIL PROTECTED] >>>Sent: Friday, December 19, 2003 4:06 AM >>>To: [EMAIL PROTECTED] >>&g

Re: Broken pipe exception

2003-12-19 Thread Markus Brigl
should try upgrading to tomcat 4.1.29 or 5.0.16 and see what happens. Yoav Shapira Millennium ChemInformatics -Original Message- From: Markus Brigl [mailto:[EMAIL PROTECTED] Sent: Friday, December 19, 2003 4:06 AM To: [EMAIL PROTECTED] Subject: Broken pipe exception Hi I received the

RE: Broken pipe exception

2003-12-19 Thread Shapira, Yoav
d see what happens. Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Markus Brigl [mailto:[EMAIL PROTECTED] >Sent: Friday, December 19, 2003 4:06 AM >To: [EMAIL PROTECTED] >Subject: Broken pipe exception > >Hi I received the following exception! &

RE: Broken pipe exception

2003-12-19 Thread Edson Alves Pereira
TECTED] > Responder:Tomcat Users List > Enviada: sexta-feira, 19 de dezembro de 2003 9:35 > Para: Tomcat Users List > Assunto: Re: Broken pipe exception > > We use Versant 6.0.5 patch 10! > Do you think the problem is connected to the database? > Thank'

Re: Broken pipe exception

2003-12-19 Thread Markus Brigl
19 de dezembro de 2003 6:06 Para: [EMAIL PROTECTED] Assunto: Broken pipe exception Hi I received the following exception! We are using Tomcat 4.1.18, jre1.3.1_09 and explorer 6.0.2 The exception happens always if I'm adding elements to a table and I'm refreshing the data from s

RE: Broken pipe exception

2003-12-19 Thread Edson Alves Pereira
Which database are you using? > -- > De: Markus Brigl[SMTP:[EMAIL PROTECTED] > Responder:Tomcat Users List > Enviada: sexta-feira, 19 de dezembro de 2003 6:06 > Para: [EMAIL PROTECTED] > Assunto: Broken pipe exception > > Hi

Broken pipe exception

2003-12-19 Thread Markus Brigl
Hi I received the following exception! We are using Tomcat 4.1.18, jre1.3.1_09 and explorer 6.0.2 The exception happens always if I'm adding elements to a table and I'm refreshing the data from server. The size of this list doesn't matter because I happens just with short lists: 2003-12-12 15:56

Re: IE 6 causes broken pipe exception

2003-09-20 Thread Chris Rolfe
on 9/20/03 11:07 AM, Anton Tagunov wrote: > Hello Chris! > > CR> IE 6 is sending two GET requests for each .mp3 file. I haven't tested the > CR> behavior on IE 5.x or other plugin-handled mime types. [snip] > CR> So, two questions for the karmically kind: > > CR> 1) Any bright ideas on a workaro

Re: IE 6 causes broken pipe exception

2003-09-20 Thread Anton Tagunov
ta-sniffing intended to CR> get just the header information. Tomcat 4.x starts sending the content data, CR> but IE resets/drops the connection after 30-50k (100-500 ms), generating a CR> "Broken pipe" exception. CR> IE then sends a second request for the content using: CR>

IE 6 causes broken pipe exception

2003-09-20 Thread Chris Rolfe
), generating a "Broken pipe" exception. IE then sends a second request for the content using: user-agent=Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0) which completes. [see Microsoft Knowledge Base Articles: KB 293792, KB 254337, KB 310388. Note: KB 310388 describes a fix for mu