ErrNo=61

2003-01-22 Thread Ravindra K. Bhat
Hi: My ModJK log shows the following error: (I have Tomcat 4.0.6 w/ Apache 2.0.43 on NT)... [Wed Jan 22 08:57:20 2003] [jk_connect.c (177)]: jk_open_socket, connect() failed errno = 61 [Wed Jan 22 08:57:20 2003] [jk_ajp_common.c (626)]: In jk_endpoint_t::ajp_connect_to_endpoint, failed errno

Failed ErrNO=61

2003-01-22 Thread Ravindra K. Bhat
Hi, Any ideas on how to solve the following error in Mod_jk.log: [Wed Jan 22 08:57:20 2003] [jk_connect.c (177)]: jk_open_socket, connect() failed errno = 61 [Wed Jan 22 08:57:20 2003] [jk_ajp_common.c (626)]: In jk_endpoint_t::ajp_connect_to_endpoint, failed errno = 61 Thanks Ravi

Re: Failed ErrNO=61

2003-01-22 Thread Nikola Milutinovic
Ravindra K. Bhat wrote: Hi, Any ideas on how to solve the following error in Mod_jk.log: [Wed Jan 22 08:57:20 2003] [jk_connect.c (177)]: jk_open_socket, connect() failed errno = 61 [Wed Jan 22 08:57:20 2003] [jk_ajp_common.c (626)]: In jk_endpoint_t::ajp_connect_to_endpoint, failed errno

jk_open_socket, connect() failed errno = 61

2002-07-16 Thread Ashish Kulkarni
Hi, I am working with tomcat4.0.4 and apache 2.0.39, and using jk_mod to connect them. The intresting thing is even after getting this error, my tomcat and apache are working together... i can access all the servlets from apache port. so do i neglect this error, or else how can i fix it. I have

RE: jk_open_socket, connect() failed errno = 61

2002-07-16 Thread Koes, Derrick
I've experienced the same. It would be nice to have some resolution so I can sleep at night. -Original Message- From: Ashish Kulkarni [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 4:33 PM To: Tomcat Users List Subject: jk_open_socket, connect() failed errno = 61 Hi, I am

Tomcat with IIS: errno = 61

2001-09-10 Thread Albert
)]: Into jk_open_socket [jk_connect.c (115)]: jk_open_socket, try to connect socket = 1268 [jk_connect.c (124)]: jk_open_socket, after connect ret = -1 [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61 [jk_ajp12_worker.c (134)]: In jk_endpoint_t::service, sd = -1 [jk_ajp12_worker.c (152

What is errno = 61 and how to resolve it?

2001-04-30 Thread Philippe Roy
I get an errno = 61 in my mod_jk.log and can't find any documentation that may explain what this is about. Could someone give me an idea.

RE: What is errno = 61 and how to resolve it?

2001-04-30 Thread Darrell Porter
errno 61 is Connection refused. Attached is a comma-delimited list of errno's for future reference... I hope this gets you started... Darrell Name,Number,Explanation EJUSTRETURN,-2,don't modify regs - just return ERESTART,-1,restart syscall EPERM,1,Operation not permitted ENOENT,2