SocketException: Invalid argument

2005-10-11 Thread Luis Torres
Hello everyone, I have a question regarding an error I'm seeing more every day in my catalina.out 11/10/2005 12:08:34 PM org.apache.tomcat.util.net.TcpWorkerThread runIt GRAVE: Remote Host /10.49.156.64 SocketException: Invalid argument It happens with diverse IP addresses, both inside our

ssl SocketException: Software caused connection abort: recv failed

2005-05-09 Thread Fco Javier Jiemnez
Host /192.168.0.1 SocketException: Software caused connection abort: recv failed If I use http in 8080, there isn't error but if I use https 8443 appears the error. I uncomment server.xml to enable ssl mode in Tomcat(default port 8443) and y generate self-signed certificate with keytool

RE: SocketException: Too many open files

2005-02-02 Thread Randall Svancara
: SocketException: Too many open files I'm running some simple but fast-pounding test programs against our Tomcat server from a machine on the same network, and we've been tuning our database, etc, based on this. But right now, I'm seeing a new one coming out of our Java code whenever we try

SocketException: Too many open files

2005-02-01 Thread Stephen Charles Huey
I'm running some simple but fast-pounding test programs against our Tomcat server from a machine on the same network, and we've been tuning our database, etc, based on this. But right now, I'm seeing a new one coming out of our Java code whenever we try to open a URL: java.net.SocketException:

Re: SocketException: Too many open files

2005-02-01 Thread Remy Maucherat
On Tue, 01 Feb 2005 17:29:51 -0600, Stephen Charles Huey [EMAIL PROTECTED] wrote: I'm running some simple but fast-pounding test programs against our Tomcat server from a machine on the same network, and we've been tuning our database, etc, based on this. But right now, I'm seeing a new one

Re: SocketException: Too many open files

2005-02-01 Thread Stephen Charles Huey
List tomcat-user@jakarta.apache.org Date: Wed, 2 Feb 2005 00:52:56 +0100 Subject: Re: SocketException: Too many open files On Tue, 01 Feb 2005 17:29:51 -0600, Stephen Charles Huey [EMAIL PROTECTED] wrote: I'm running some simple but fast-pounding test programs against our Tomcat server from

Re: SocketException: Too many open files

2005-02-01 Thread QM
On Tue, Feb 01, 2005 at 05:29:51PM -0600, Stephen Charles Huey wrote: : java.net.SocketException: Too many open files : [snip] : We're opening lots of these, and it appears we're opening more than a : maximum number of connections to the internet. Is there a way to bump : this up? Or maybe

SocketException: Broken pipe

2005-01-13 Thread Cédric Buschini
Hi there, I got a problem with a Tomcat 5.5.6 server and Java (jdk and jre 1.5.0_01) on a Debian R3. On my server, there is a JAVA application which is supposed to connect to a C++ client appliction through sockets. But it doesn't establish!! From the logs (catalina.out) I got :

Re: SocketException: Broken pipe

2005-01-13 Thread Cédric Buschini
Hi again Sorry to insist but it 's quiet important. I running out of ideas to solve my problem.. :'( Is there a way to allow/denied access using sockets Cédric Hi there, I got a problem with a Tomcat 5.5.6 server and Java (jdk and jre 1.5.0_01) on a Debian R3. On my server, there is a JAVA

Re: SocketException

2004-11-13 Thread Bill Barker
Hollerman Geralyn M [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Peter Crowther wrote: SEVERE: Remote Host /xxx.xxx.xxx.xxx SocketException: Invalid argument Hmm. An EINVAL from the socket layer. Are you running UNIX or Windows? Depending on which, I'd get hold of a system

SocketException

2004-11-12 Thread Hollerman Geralyn M
As I have mentioned in the past, I am still getting this error in my catalina.out: Nov 12, 2004 5:03:19 AM org.apache.tomcat.util.net.TcpWorkerThread runIt SEVERE: Remote Host /xxx.xxx.xxx.xxx SocketException: Invalid argument This is the complete text of the error - no stack trace, nothing

RE: SocketException

2004-11-12 Thread Peter Crowther
From: Hollerman Geralyn M [mailto:[EMAIL PROTECTED] SEVERE: Remote Host /xxx.xxx.xxx.xxx SocketException: Invalid argument Hmm. An EINVAL from the socket layer. Are you running UNIX or Windows? Depending on which, I'd get hold of a system call tracer (Unix) or TDImon (Windows), monitor

Re: SocketException

2004-11-12 Thread agidden
throughput 5 to 7 times.) Al G - Original Message - From: Hollerman Geralyn M [EMAIL PROTECTED] Date: Friday, November 12, 2004 8:28 am Subject: SocketException As I have mentioned in the past, I am still getting this error in my catalina.out: Nov 12, 2004 5:03:19 AM

RE: SocketException

2004-11-12 Thread agidden
Ok then. If you take the time to measure the throughput on a good Windows 2000 server you may find that on a good day you are only getting about 2Mbps. By default, many of the network drivers are setup this way, but you can do something about it. 1. Open the properties of your 'local area

RE: SocketException

2004-11-12 Thread Hollerman Geralyn M
Peter Crowther wrote: SEVERE: Remote Host /xxx.xxx.xxx.xxx SocketException: Invalid argument Hmm. An EINVAL from the socket layer. Are you running UNIX or Windows? Depending on which, I'd get hold of a system call tracer (Unix) or TDImon (Windows), monitor until you got the error, and then look

SocketException: Software caused connection abort: recv failed

2004-09-10 Thread Antony Paul
Hi , I am getting this error when SSL is enabled. Sep 10, 2004 11:14:30 AM org.apache.tomcat.util.net.TcpWorkerThread runIt SEVERE: Remote Host /192.168.4.66 SocketException: Software caused connection abort: recv failed This is on console. What may be the cause for it ?. Tomcat 4.1.30 Java

SocketException

2004-09-01 Thread Hollerman Geralyn M
I am getting this error in catalina.out: Sep 1, 2004 12:41:43 PM org.apache.tomcat.util.net.TcpWorkerThread runIt SEVERE: Remote Host /xxx.xxx.xxx.xxx SocketException: Invalid argument (this is the entire message) I am running Tomcat 5.0.16, going against a MySQL 4.0.17 database; JDK 1.4.2_05

Re: SocketException

2004-09-01 Thread Hollerman Geralyn M
Hollerman Geralyn M wrote: I am getting this error in catalina.out: Sep 1, 2004 12:41:43 PM org.apache.tomcat.util.net.TcpWorkerThread runIt SEVERE: Remote Host /xxx.xxx.xxx.xxx SocketException: Invalid argument (this is the entire message) I am running Tomcat 5.0.16, going against a MySQL 4.0.17

SocketException: Connection reset - Tomcat 5.0.27

2004-08-24 Thread alan sparago
When using Tomcat 5.0.27 the following error shows up in the catalina.log file; SEVERE: Remote Host 12.159.66.150 SocketException: Connection reset org.apache.tomcat.util.net.TcpWorkerThread runIt The ip address 12.159.66.150 is a load balancer that front-ends Tomcat and checks periodically

SEVERE: Remote Host 12.159.66.150 SocketException: Connection reset

2004-08-14 Thread alan sparago
When using Tomcat 5.0.27 the following error shows up in the catalina.log file; SEVERE: Remote Host 12.159.66.150 SocketException: Connection reset org.apache.tomcat.util.net.TcpWorkerThread runIt The ip address 12.159.66.150 is a load balancer that front-ends Tomcat and checks every 5 secs

Urgent attention needed to solve mysterious SocketException error

2004-08-05 Thread Adrian G. Klingel
I'm running Tomcat 5.0.25 in our DMZ. The server crashes every day. I see thousands and thousands of lines like this in Catalina.out: Aug 5, 2004 10:50:31 AM org.apache.tomcat.util.net.TcpWorkerThread runIt SEVERE: Remote Host /xx.xx.xx.1 SocketException: Invalid argument That IP (obfuscated

RE: Urgent attention needed to solve mysterious SocketException error

2004-08-05 Thread Ralph Einfeldt
) to say anything about the context where the problem is occuring. -Original Message- From: Adrian G. Klingel [mailto:[EMAIL PROTECTED] Sent: Thursday, August 05, 2004 5:27 PM To: [EMAIL PROTECTED] Subject: Urgent attention needed to solve mysterious SocketException error I'm running

SocketException while writing to Outputstream

2004-07-27 Thread Sreejith
Hi all, I am running Tomcat 4.1.27 on JDK 1.4.2, Win2k. I am getting a SocketException (Software caused connection abort) while writing to Outputstream. Searched the net but couldn't find an useful answer. What could be the issue? Any hint would be greatly appreciated Given below

RE: SocketException while writing to Outputstream

2004-07-27 Thread Shapira, Yoav
PROTECTED] Subject: SocketException while writing to Outputstream Hi all, I am running Tomcat 4.1.27 on JDK 1.4.2, Win2k. I am getting a SocketException (Software caused connection abort) while writing to Outputstream. Searched the net but couldn't find an useful answer. What could be the issue? Any

SocketException and NullPointerException

2004-03-22 Thread Hollerman Geralyn M
org.apache.tomcat.util.net.TcpWorkerThread runIt SEVERE: Remote Host /xxx.xxx.xxx.xxx SocketException: Invalid argument This one shows up somewhat sporadically - some days there will be several, other days, none. The second looks like StandardWrapperValve[uPortal]: Servlet.service() for servlet uPortal threw

Tomcat 4.1.29 - IE SocketException - [ERROR] PoolTcpEndpoint - -Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080]

2004-01-22 Thread See Yam Lim
Hi List, I can only trigger this exception consistently under IE 6.0 browser. When using Mozilla 1.4 problem does not occur at all. It is on FreeBSD 4.6 and I am using JDK 1.3.1. [ERROR] PoolTcpEndpoint - -Endpoint ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8080] ignored

SocketException - JK2, Tomcat 4.1.29, IIS 5.1

2004-01-08 Thread Frank Febbraro
When accessing pages on my Tomcat server via IIS and isapi_redirector2.dll I get the following errors on every page request. The errors below are for a simple page invokation like http://localhost/asis/index.jsp Each page is returned successfully, but there are reams of errors generated. Thanks

Re: SocketException - JK2, Tomcat 4.1.29, IIS 5.1

2004-01-08 Thread Frank Febbraro
: SocketException - JK2, Tomcat 4.1.29, IIS 5.1 When accessing pages on my Tomcat server via IIS and isapi_redirector2.dll I get the following errors on every page request. The errors below are for a simple page invokation like http://localhost/asis/index.jsp Each page is returned successfully

Session Timeout / SocketException / Coyote

2003-07-17 Thread christian . schuster
.Http11Protocol$Http11ConnectionHandler processConnection INFO: SocketException reading request, ignored I also have the problem that my web application just hangs after this but it does not by the same action and the server has still a valid session. So, can my hanging application be connected to this Socket

Re: HTTP10Interceptor: SocketException

2003-06-27 Thread Bill Barker
Robert Irwin [EMAIL PROTECTED] wrote in message news:[EMAIL PROTECTED] Thanks Bill, Followed the directions(thanks), no love... Same problem, HTTP10Interceptor: SocketException 6 times on close of browser. Well, part of the instructions were to comment out the HTTP10Interceptor

HTTP10Interceptor: SocketException

2003-06-26 Thread Robert Irwin
Hello all, and any help please! Tomcat 3.3 on w2k server App throws the following when clients close browser window! ANy help??? (yes, 6 or more times!) HTTP10Interceptor: SocketException reading request, ignored HTTP10Interceptor: SocketException reading request, ignored HTTP10Interceptor

RE: HTTP10Interceptor: SocketException

2003-06-26 Thread Filip Hanik
that is ok, it was trying to read a socket (blocking io) and the socket got closed Filip -Original Message- From: Robert Irwin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 4:36 PM To: [EMAIL PROTECTED] Subject: HTTP10Interceptor: SocketException Hello all, and any help

Re: HTTP10Interceptor: SocketException

2003-06-26 Thread Bill Barker
throws the following when clients close browser window! ANy help??? (yes, 6 or more times!) HTTP10Interceptor: SocketException reading request, ignored HTTP10Interceptor: SocketException reading request, ignored HTTP10Interceptor: SocketException reading request, ignored HTTP10Interceptor

Re: HTTP10Interceptor: SocketException

2003-06-26 Thread Robert Irwin
:17 PM Subject: RE: HTTP10Interceptor: SocketException that is ok, it was trying to read a socket (blocking io) and the socket got closed Filip -Original Message- From: Robert Irwin [mailto:[EMAIL PROTECTED] Sent: Thursday, June 26, 2003 4:36 PM To: [EMAIL PROTECTED] Subject

Re: HTTP10Interceptor: SocketException

2003-06-26 Thread Robert Irwin
Thanks Bill, Followed the directions(thanks), no love... Same problem, HTTP10Interceptor: SocketException 6 times on close of browser. Would it be worth trying the 3.3.2 build? Even though it's still a dev release? Thanks, truck - Original Message - From: Bill Barker [EMAIL PROTECTED

SocketException: Software caused connection abort

2003-06-16 Thread Nibu-SP Thomas
Hi, Pls help me resolve the below problem with tomcat 3.2 on solaris 8. I'm getting this error very often after I upgraded to solaris 8 thanks in advance ... java.net.SocketException: Software caused connection abort at java.net.PlainSocketImpl.socketAccept(Native Method) at

Slightly OT: SocketException with MySQL

2003-04-01 Thread Geoff Peters
I am using Tomcat 4.1.18, MySQL 3.23, newest driver, running on Linux 7.3. Problem is similar to others who have posted on this subject, just want some advice (can't seem to get a definite answer). I'm not using connection pooling. If I walk away and leave the server running for several

Tomcat 4.1.x and SocketException

2002-12-18 Thread Luc Foisy
At the bottom of this mail is the output of a context specific log, it shows an error that happens when I continuously click on a link that loads another jsp page ( hoping to simulate high volume traffic ) I have been able to reproduce this on 4.1.12LE and 4.1.17LE but not on 3.2.4 versions of

RE: Tomcat 4.1.x and SocketException

2002-12-18 Thread Luc Foisy
Just tested this in RedHat 8.0 so its not likely related to the OS Is it bad form for me to beg for help?? :) Please please oh please!! -Original Message- From: Luc Foisy Sent: Wednesday, December 18, 2002 10:36 AM To: [EMAIL PROTECTED] Subject: Tomcat 4.1.x and SocketException

Re: SocketException

2002-12-03 Thread Ram Kochhar
4.1.9. Thanks. Ram Kochhar - Original Message - From: Paul Campbell [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 02, 2002 10:32 PM Subject: Re: SocketException I have jdk1.4 and tomcat 4.1 and it runs with out a problem. Did you make some changes

Re: SocketException

2002-12-03 Thread maninder s batth
PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Monday, December 02, 2002 10:32 PM Subject: Re: SocketException I have jdk1.4 and tomcat 4.1 and it runs with out a problem. Did you make some changes to a config file? Did you invoke some servlet, of jsp that led to the exception

SocketException

2002-12-02 Thread Ram Kochhar
Hi, I have installed tomcat 4.1 and I get the following SocketException error when I try to start the server. I will appreciate any help. I have a stand alone machine with no modem or network card with jdk1.4.Thanks Ram Kochhar [EMAIL PROTECTED] D:\Tomcat 4.1\bincatalina.bat run Using

Re: SocketException

2002-12-02 Thread Paul Campbell
tomcat 4.1 and I get the following SocketException error when I try to start the server. I will appreciate any help. I have a stand alone machine with no modem or network card with jdk1.4.Thanks Ram Kochhar [EMAIL PROTECTED] D:\Tomcat 4.1\bincatalina.bat run Using CATALINA_BASE: d:\tomcat~1.1

Tomcat 4.1.12 on W2K (SP3) - SocketException: Socket operation on nonsocket

2002-09-25 Thread Checkley, Ian [IBM GSA]
org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler processConnection INFO: SocketException reading request, ignored -- To unsubscribe, e-mail: mailto:[EMAIL PROTECTED] For additional commands, e-mail: mailto:[EMAIL PROTECTED]

Message in logs: Http10Interceptor: SocketException readingrequest, ignored

2002-09-11 Thread Carlos J. Ramos
We have this estrange message in tomcat logs, it seems not to be quite important, because everything seems to work fine... did anybody knows the meaning of this message? 2002-09-09 17:55:18 - Http10Interceptor: SocketException reading request, ignored Thanks in advance

Re: Message in logs: Http10Interceptor: SocketException readingrequest, ignored

2002-09-11 Thread Bill Barker
message in tomcat logs, it seems not to be quite important, because everything seems to work fine... did anybody knows the meaning of this message? 2002-09-09 17:55:18 - Http10Interceptor: SocketException reading request, ignored Thanks in

FW: SocketException (Invalid arg) on Solaris

2002-07-05 Thread Folbrecht, Paul
I'll try this just once more- does anybody have any idea at all? -Original Message- From: Folbrecht, Paul [mailto:[EMAIL PROTECTED]] Sent: Wednesday, July 03, 2002 6:20 PM To: Tomcat-User@Jakarta. Apache. Org (E-mail) Subject: SocketException (Invalid arg) on Solaris Running Tomcat

SocketException on closed socket causing memory leak

2002-07-04 Thread Chris
Using Tomcat 3.2.1/Sun's JRE 1.3.1_03 If a user makes two requests very quickly so the first request's socket connection is closed, a subsequent forward of the request results in a java.net.SocketException. Well and good, I catch the exception. Realizing that no response is possible, I log the

SocketException (Invalid arg) on Solaris

2002-07-03 Thread Folbrecht, Paul
Running Tomcat 4.0.1 with JBoss 2.4.4 on Solaris 8 with Sun JDK 1.31. We see this problem on a very sporadic basis - it appears from the trace that perhaps Socket.setTcpNoDelay() isn't supported by this JDK, and Tomcat is not prepared to handle that. Anyway, there is a SocketException

Http10Interceptor: SocketException reading request, ignored

2002-03-04 Thread Chris Gokey
Hi... Tomcat 3.3 has been behaving flawlessly for us recently until today, suddenly we are getting: Http10Interceptor: SocketException reading request, ignored Any idea why one would get this error? We recently had a publication go out regarding our system, so our load is probably higher than

RMI error (SocketException: socket write error) on Tomcat 4.0, NT4/Win2K

2001-12-19 Thread Tee Chee Han
Hi, -- Environment -- I am running Tomcat 4.0.1 on NT4 with JDK1.3.0. -- Error Symptom -- I have a servlet that makes RMI calls to an RMI server process (non EJB) on the same machine. It used to work fine on Tomcat 3.2.3 and Tomcat 3.3 but when we switched to

Re: RMI error (SocketException: socket write error) on Tomcat 4.0, NT4/Win2K

2001-12-19 Thread RSEQUEIRA
Please respond to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RMI error (SocketException: socket write error) on Tomcat 4.0, NT4/Win2K Hi, -- Environment -- I am running Tomcat 4.0.1 on NT4 with JDK1.3.0. -- Error Symptom -- I

Re: RMI error (SocketException: socket write error) on Tomcat 4.0, NT4/Win2K

2001-12-19 Thread Tee Chee Han
to Tomcat Users List [EMAIL PROTECTED] To: [EMAIL PROTECTED] cc: Subject: RMI error (SocketException: socket write error) on Tomcat 4.0, NT4/Win2K Hi, -- Environment -- I am running Tomcat 4.0.1 on NT4 with JDK1.3.0. -- Error Symptom -- I

Help needed: SocketException killing Tomcat 4.0.1 !?

2001-12-10 Thread Guillaume Mathe
anything - a wait loop would be useful though...) Crash test procedure: - Open a browser and call the servlet. (with a img src=servlet / ) - BEFORE the servlet has finished encoding the JPEG, click on STOP, BACK, or a link going elsewhere. Result: - A SocketException: connection reset by peer

SocketException killing Tomcat 4.0.1 - more

2001-12-10 Thread Guillaume Mathe
Hi again, I forgot a detail in my first post: When it dies catalina causes exception c026H in module kernel32.dll. Regards, Guillaume Mathe Smartinnov -- To unsubscribe: mailto:[EMAIL PROTECTED] For additional commands: mailto:[EMAIL PROTECTED] Troubles with the list: mailto:[EMAIL

RE: Help needed: SocketException killing Tomcat 4.0.1 !?

2001-12-10 Thread Brian Adams
sounds like the sam problem I had when using mod_webapp I reconfigured it for good old jk_mod and all is well. B -Original Message- From: Guillaume Mathe [mailto:[EMAIL PROTECTED]] Sent: Monday, December 10, 2001 2:32 AM To: [EMAIL PROTECTED] Subject: Help needed: SocketException

Not in FAQ: SocketException killing Tomcat 4.0.1...

2001-12-07 Thread Guillaume Mathe
a BufferedOutputStream. Test procedure: - Open a browser and call the servlet. - BEFORE the servlet has finished encoding the JPEG, click on STOP, BACK, or a link going elsewhere. Result: - A SocketException: connection reset by peer shows up, as expected. - The exception is thrown by out.close() ('out' being

SocketException: software caused connection abort

2001-09-10 Thread Mapoteca Rio
Hi all, I have been experiencing the problem below using Tomcat 3.1 (+ Apache 1.3.12 using mod_jserv) under Solaris 8 and jdk 1.3.1. java.net.SocketException: Software caused connection abort at java.net.PlainSocketImpl.socketAccept(Native Method) at

SocketException : Software caused connection abort

2001-09-05 Thread Mapoteca Rio
Hi all, I have been experiencing the problem below using Tomcat 3.1 (+ Apache 1.3.12 using mod_jserv) under Solaris 8 and jdk 1.3.1. java.net.SocketException: Software caused connection abort at java.net.PlainSocketImpl.socketAccept(Native Method) at

RE: ContextManager: SocketException reading request, ignored

2001-08-23 Thread Dan R. Labonte
Any ideas? So I was receiving the out of Buffer errors and the census was for me to upgrade to Tomcat 3.2.3, which I did. So far so good, no Buffer errors as of yet. I do have two new issues now: 1. I'm receiving this error often: $2001-08-21 15:56:29 - ContextManager: SocketException reading

Re: ContextManager: SocketException reading request, ignored

2001-08-23 Thread Brett M. Bergquist
: SocketException reading request, ignored Any ideas? So I was receiving the out of Buffer errors and the census was for me to upgrade to Tomcat 3.2.3, which I did. So far so good, no Buffer errors as of yet. I do have two new issues now: 1. I'm receiving this error often: $2001-08-21 15:56

RE: ContextManager: SocketException reading request, ignored

2001-08-23 Thread Dan R. Labonte
Brett, I thank you for your expertise... Shutdown smoothly! You get 100pts. for your effort. Dan -Original Message- From: Brett M. Bergquist [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 1:24 PM To: [EMAIL PROTECTED] Subject: Re: ContextManager: SocketException reading

Re: ContextManager: SocketException reading request, ignored

2001-08-23 Thread Brett M. Bergquist
: SocketException reading request, ignored Brett, I thank you for your expertise... Shutdown smoothly! You get 100pts. for your effort. Dan -Original Message- From: Brett M. Bergquist [mailto:[EMAIL PROTECTED]] Sent: Thursday, August 23, 2001 1:24 PM To: [EMAIL PROTECTED] Subject: Re

RE: ContextManager: SocketException reading request, ignored

2001-08-23 Thread Dan R. Labonte
: SocketException reading request, ignored No problem Dan. I've received much help from others and am happy to contribute where I can. BTW, what does 100pts get me :) - Original Message - From: Dan R. Labonte [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Thursday, August 23, 2001 1:35 PM

ContextManager: SocketException reading request, ignored

2001-08-22 Thread Dan R. Labonte
So I was receiving the out of Buffer errors and the census was for me to upgrade to Tomcat 3.2.3, which I did. So far so good, no Buffer errors as of yet. I do have two new issues now: 1. I'm receiving this error often: $2001-08-21 15:56:29 - ContextManager: SocketException reading request

ContextManager: SocketException reading request

2001-07-25 Thread Don Wee
Can someone help here? I just start to use Tomcat with Apache on NetWare server. And sometimes when the servlet reads html form request, tomcat shows the "ContextManager: SocketException reading request". Please see the following for detail message. The environment I'm using is T

SocketException 10055

2001-06-13 Thread Pavel Drasil
Hello, I have been using Tomcat for some time (with Win95) and everything was OK. But yesterday I ran some program that misconfigured my system somehow and now I can't start Tomcat - it ends with a SocketException: listen failed (code=10055) message. Don't you know what that code means and what

Re: SocketException

2001-05-27 Thread Enrique Cea
Now I'm sure that the exception comes before the init method of the servlet. Also I have tried to connect to ser servlet using IExplorer and get an This URL doesn't support GET method but the servlet do the init method, so I'm thinking that there is problem with the way I connect to the

ArrayIndexOutOfBoundsException SocketException

2001-05-10 Thread Metodi Mladenov
Hi, I am new to Tomcat. I am trying to start iton Linux but I am receiving the following errors: [metodim@p200lxmm bin]$ ./startup.shGuessing TOMCAT_HOME from tomcat.sh to ./..Setting TOMCAT_HOME to ./..Using classpath:

Http10Interceptor: SocketException reading request,

2001-04-13 Thread Danny Angus
I've noticed that: 2001-04-12 13:58:07 - Http10Interceptor: SocketException reading request, ignored looks like it might be accompanied by a step up in memory use (linux rh6, JVM=jre1.3.0_02,java -server option), and that memory use doesn't come down with load. is this a bug?

SocketException with Tomcat 3.2.1

2001-03-27 Thread joeri
Dear all, We are using Tomcat 3.2.1 with Microsoft IIS4 and IE5. After upgrading from Tomcat version 3.1 to version 3.2.1, we are receiving the SocketException and messages described below. We are trying to import a JavaScript-file, generated by Tomcat (via JSP), in an HTML-file. Each time

RE: SocketException with Tomcat 3.2.1

2001-03-27 Thread Ignacio J. Ortega
. Ortega -Mensaje original- De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Enviado el: martes 27 de marzo de 2001 14:04 Para: [EMAIL PROTECTED] Asunto: SocketException with Tomcat 3.2.1 Dear all, We are using Tomcat 3.2.1 with Microsoft IIS4 and IE5. After upgrading from

Context Manager - SocketException

2001-02-12 Thread Amir Nuri
Hi Does Anyone knows why what this exception means ???, and why do i get it ??? (I'm useing tomcat3.2) ContextManager: SocketException reading request, ignored - java.net.SocketException: Connection reset by peer at java.net.PlainSocketImpl.socketAvailable(Native Method

Context Manager - SocketException

2001-02-12 Thread Amir Nuri
Hi Does Anyone knows why what this exception means ???, and why do i get it ??? (I'm useing tomcat3.2) ContextManager: SocketException reading request, ignored - java.net.SocketException: Connection reset by peer at java.net.PlainSocketImpl.socketAvailable(Native Method