On Tue, 12 Nov 2002, Koes, Derrick wrote:

> This might help.
>
> 
>http://www.faqchest.com/prgm/tomcat-l/tmct-01/tmct-0104/tmct-010470/tmct01043017_27782.html

Note that errno's are system dependent -- although the interpretation
of the 61 matches in this case (i.e. what's on the above page --
"Connection refused" -- and what's in the log below).  A better way to
check errno's is to look for the errno.h file on your system, if you
have one -- it's likely in /usr/include or /usr/include/sys.  I'm on
an AIX system, and I have a lot of 79's in my mod_jk.log, and that's
what's "Connection refused" according to my errno.h file.


> -----Original Message-----
> From: Turner, John [mailto:JTurner@;AAS.com]
> Sent: Tuesday, November 12, 2002 3:40 PM
> To: 'Tomcat Users List'
> Subject: RE: mod_jk.log entries
>
>
> The reference would be the source code.
>
> John
>
>
> > -----Original Message-----
> > From: Chad Cannell [mailto:ccannell@;elogex.com]
> > Sent: Tuesday, November 12, 2002 3:38 PM
> > To: Tomcat Users List
> > Subject: RE: mod_jk.log entries
> >
> >
> > Is there an error reference guide or chart. I need to look into the
> > folowing errors:
> >
> > I am seeing a lot of chatter in my mod_jk.log:
> >
> > [jk_ajp13_worker.c (326)]: Error ajp13_process_callback - write failed
> > [jk_uri_worker_map.c (335)]:
> > jk_uri_worker_map_t::uri_worker_map_close,NULL parameter
> > [jk_uri_worker_map.c (185)]: In
> > jk_uri_worker_map_t::uri_worker_map_free, NULL parameters
> > [jk_ajp13_worker.c (326)]: Error ajp13_process_callback - write failed
> > [jk_ajp13_worker.c (204)]: connection_tcp_get_message: Error -
> > jk_tcp_socket_recvfull failed
> > [jk_ajp13_worker.c (622)]: Error reading request
> > [jk_connect.c (143)]: jk_open_socket, connect() failed errno = 61
> > [jk_ajp13_worker.c (174)]: In jk_endpoint_t::connect_to_tomcat, failed
> > errno = 61
> > [jk_ajp13_worker.c (587)]: Error connecting to the Tomcat process.
> >
> >
> > Can anyone help me dicepher these and are they critical?
> >
>

Milt Epstein
Research Programmer
Integration and Software Engineering (ISE)
Campus Information Technologies and Educational Services (CITES)
University of Illinois at Urbana-Champaign (UIUC)
[EMAIL PROTECTED]


--
To unsubscribe, e-mail:   <mailto:tomcat-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-user-help@;jakarta.apache.org>

Reply via email to