You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Cesare Vairetti <cv...@mcgestioni.it> on 2007/04/13 14:52:38 UTC

jakarta connection

Hi everybody,

I have a web site running IIS6 and a Jakarta connector to link a section of
our web site to an internal tomcat 5.5 server.

On our web site we use an applet java program that use a servlet running on
tomcat to make some query.

For a while the applet running good, then the log of the Jakarta connector
tell me these line, and everything stop to work:

 

[Fri Apr 13 12:39:22 2007] [3692:0768] [error] jk_isapi_plugin.c (1117):
service() failed

 

[Fri Apr 13 12:39:22 2007] [3860:3172] [info]  jk_connect.c (451): connect
to 172.21.10.137:8009 failed (errno=61)

 

[Fri Apr 13 12:39:22 2007] [3860:3172] [info]  jk_ajp_common.c (876): Failed
opening socket to (172.21.10.137:8009) (errno=61)

 

[Fri Apr 13 12:39:22 2007] [3860:3172] [info]  jk_ajp_common.c (1273):
(ajp13w) error connecting to the backend server (errno=61)

 

[Fri Apr 13 12:39:22 2007] [3860:3172] [info]  jk_ajp_common.c (1930):
(ajp13w) sending request to tomcat failed,  recoverable operation attempt=2

 

[Fri Apr 13 12:39:22 2007] [3860:3172] [error] jk_ajp_common.c (1942):
(ajp13w) Connecting to tomcat failed. Tomcat is probably not started or is
listening on the wrong port

 

 

Please anybody as some good advices? I really don’t know what else do.

 

Thanks a lot it will be very appreciated

 

Cesare

 


--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 269.4.0/759 - Release Date: 12/04/2007
19.58



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 269.4.0/759 - Release Date: 12/04/2007
19.58
 

Re: jakarta connection

Posted by Martin Gainty <mg...@hotmail.com>.
error 61 is no Data
I would suggest looking at all your forms and setup default values (numeric 
for numeric data fields, alphanumeric for alphanumeric fields) for each 
field

M--
This email message and any files transmitted with it contain confidential
information intended only for the person(s) to whom this email message is
addressed.  If you have received this email message in error, please notify
the sender immediately by telephone or email and destroy the original
message without making a copy.  Thank you.

----- Original Message ----- 
From: "Cesare Vairetti" <cv...@mcgestioni.it>
To: <us...@tomcat.apache.org>
Sent: Friday, April 13, 2007 8:52 AM
Subject: jakarta connection


Hi everybody,

I have a web site running IIS6 and a Jakarta connector to link a section of
our web site to an internal tomcat 5.5 server.

On our web site we use an applet java program that use a servlet running on
tomcat to make some query.

For a while the applet running good, then the log of the Jakarta connector
tell me these line, and everything stop to work:



[Fri Apr 13 12:39:22 2007] [3692:0768] [error] jk_isapi_plugin.c (1117):
service() failed



[Fri Apr 13 12:39:22 2007] [3860:3172] [info]  jk_connect.c (451): connect
to 172.21.10.137:8009 failed (errno=61)



[Fri Apr 13 12:39:22 2007] [3860:3172] [info]  jk_ajp_common.c (876): Failed
opening socket to (172.21.10.137:8009) (errno=61)



[Fri Apr 13 12:39:22 2007] [3860:3172] [info]  jk_ajp_common.c (1273):
(ajp13w) error connecting to the backend server (errno=61)



[Fri Apr 13 12:39:22 2007] [3860:3172] [info]  jk_ajp_common.c (1930):
(ajp13w) sending request to tomcat failed,  recoverable operation attempt=2



[Fri Apr 13 12:39:22 2007] [3860:3172] [error] jk_ajp_common.c (1942):
(ajp13w) Connecting to tomcat failed. Tomcat is probably not started or is
listening on the wrong port





Please anybody as some good advices? I really don’t know what else do.



Thanks a lot it will be very appreciated



Cesare




--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 269.4.0/759 - Release Date: 12/04/2007
19.58



-- 
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.5.446 / Virus Database: 269.4.0/759 - Release Date: 12/04/2007
19.58



---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: jakarta connection

Posted by Rashmi Rubdi <ra...@gmail.com>.
On 4/13/07, Cesare Vairetti <cv...@mcgestioni.it> wrote:
>
> [Fri Apr 13 12:39:22 2007] [3860:3172] [error] jk_ajp_common.c (1942):
> (ajp13w) Connecting to tomcat failed. Tomcat is probably not started or is
> listening on the wrong port
>

It could be possible that something in your code is causing a memory
leak or other fatal errors that might cause Tomcat to shut down.

Check the Tomcat log folders to see if there any additional clues.

-Rashmi

---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org