Shouldn't that start automatically? Oh, so the main issue is that my tomcat
is not starting at all. Seems that the installation did not ensure that
tomcat starts at bootup.  Thanks. 

-----Original Message-----
From: Vinu Varghese [mailto:[EMAIL PROTECTED] 
Sent: Friday, November 02, 2007 5:45 PM
To: Tomcat Users List
Subject: Re: Failure to start tomcat

Did you start Tomcat prior to Httpd ?, Just see catalina.out in logs 
folder of Tomcat installation

Gaurav Agarwal wrote:
> Nothing has been recorded in tomcat's log for this duration
>
> -----Original Message-----
> From: Vinu Varghese [mailto:[EMAIL PROTECTED] 
> Sent: Friday, November 02, 2007 5:38 PM
> To: Tomcat Users List
> Subject: Re: Failure to start tomcat
>
> Hi,
>  What does the tomcat log say ?
>
> Gaurav Agarwal wrote:
>   
>> Dear All,
>>
>>  
>>
>> I have installed Tomcat (using vinstall) on a NTT/Verio FreeBSD server 
>> and am unable to start it. I checked out various mod_jk.log and found 
>> these errors. Any idea what is wrong with this? I have searched the 
>> internet like mad but couldn't find anything wrong with the settings.
>>
>>  
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> jk_open_socket::jk_connect.c (432): trying to connect socket 24 to 
>> 127.0.0.1:8009
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> jk_open_socket::jk_connect.c (450): connect to 127.0.0.1:8009 failed 
>> with errno=61
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> ajp_connect_to_endpoint::jk_ajp_common.c (872): Failed opening socket 
>> to (127.0.0.1:8009) with (errno=61)
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> ajp_send_request::jk_ajp_common.c (1247): (ajp13) error connecting to 
>> the backend server (errno=61)
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> ajp_service::jk_ajp_common.c (1867): (ajp13) sending request to tomcat 
>> failed,  recoverable operation attempt=1
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> jk_open_socket::jk_connect.c (334): socket TCP_NODELAY set to On
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> jk_open_socket::jk_connect.c (432): trying to connect socket 24 to 
>> 127.0.0.1:8009
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> jk_open_socket::jk_connect.c (450): connect to 127.0.0.1:8009 failed 
>> with errno=61
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> ajp_connect_to_endpoint::jk_ajp_common.c (872): Failed opening socket 
>> to (127.0.0.1:8009) with (errno=61)
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> ajp_send_request::jk_ajp_common.c (1247): (ajp13) error connecting to 
>> the backend server (errno=61)
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> ajp_service::jk_ajp_common.c (1867): (ajp13) sending request to tomcat 
>> failed,  recoverable operation attempt=2
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [error] 
>> ajp_service::jk_ajp_common.c (1879): (ajp13) Connecting to tomcat 
>> failed. Tomcat is probably not started or is listening on the wrong port
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> ajp_done::jk_ajp_common.c (2194): recycling connection pool slot=0 for 
>> worker ajp13
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  jk_handler::mod_jk.c 
>> (2063): Service error=0 for worker=ajp13
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> map_uri_to_worker::jk_uri_worker_map.c (513): Attempting to map URI 
>> '/error/HTTP_SERVICE_UNAVAILABLE.html.var' from 2 maps
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> map_uri_to_worker::jk_uri_worker_map.c (525): Attempting to map 
>> context URI '/*.jsp'
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> map_uri_to_worker::jk_uri_worker_map.c (525): Attempting to map 
>> context URI '/*'
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> map_uri_to_worker::jk_uri_worker_map.c (539): Found a wildchar match 
>> ajp13 -> /*
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] jk_handler::mod_jk.c 
>> (1920): Into handler jakarta-servlet worker=ajp13 r->proxyreq=0
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> wc_get_worker_for_name::jk_worker.c (111): found a worker ajp13
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> wc_get_name_for_type::jk_worker.c (287): Found worker type 'ajp13'
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> init_ws_service::mod_jk.c (568): Service protocol=HTTP/1.1 method=GET 
>> host=(null) addr=122.167.151.137 name=innovit1.securesites.net port=80 
>> auth=(null) user=(null) laddr=198.66.140.63 raddr=122.167.151.137
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> ajp_get_endpoint::jk_ajp_common.c (2251): acquired connection pool slot=0
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> ajp_marshal_into_msgb::jk_ajp_common.c (547): ajp marshaling done
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> ajp_service::jk_ajp_common.c (1734): processing ajp13 with 2 retries
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> jk_open_socket::jk_connect.c (334): socket TCP_NODELAY set to On
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [debug] 
>> jk_open_socket::jk_connect.c (432): trying to connect socket 24 to 
>> 127.0.0.1:8009
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> jk_open_socket::jk_connect.c (450): connect to 127.0.0.1:8009 failed 
>> with errno=61
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> ajp_connect_to_endpoint::jk_ajp_common.c (872): Failed opening socket 
>> to (127.0.0.1:8009) with (errno=61)
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> ajp_send_request::jk_ajp_common.c (1247): (ajp13) error connecting to 
>> the backend server (errno=61)
>>
>> [Fri Nov 02 12:43:11 2007] [67847:0000] [info]  
>> ajp_service::jk_ajp_common.c (1867): (ajp13) sending request to tomcat 
>> failed,  recoverable operation attempt=1
>>
>>  
>>
>>  
>>
>>  
>>
>> Regards,
>>
>> Gaurav Agarwal                                                          
>>
>>                        
>>
>> Sr. Manager - Business Development                                       
>>
>> Mobile Number (Mumbai): 9920036823                   Innoviti Embedded 
>> Solutions Pvt Ltd
>>
>> Mobile Number (Bglore): 9739261069                                     
>> Website: www.innoviti.com <http://www.innoviti.com/>
>>
>> Landline (Bglore): 080 - 41482608
>>
>>  
>>
>>
>>
>>                                                 
>>                                                                        
>>
>>
>>  
>>
>>     
>
>   

-- 
........................................
<signature>
   <full-name> Vinu Varghese </full-name>
   <company-email> [EMAIL PROTECTED] </company-email>
   <company-website> www.x-minds.org </company-website>
   <big-words>
    Success always occurs in private, and failure in full view.
    </big-words>
   <company-name-big>
\/      ._ _   o  ._    _|   _
/\  ~~  | | |  |  | |  (_|  _\

    </company-name-big>
</signature>



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

Reply via email to