Need some help here. I see some errors like this in the logs:
mod_jk.log
[Sun Feb 10 19:22:49 2008] [info] jk_handler::mod_jk.c (1971): Service error=0 for worker=mailpa
[Sun Feb 10 19:23:28 2008] [info] jk_open_socket::jk_connect.c (444): connect to 10.49.1.40:8009 failed with errno=111
[Sun Feb 10 19:23:28 2008] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (10.49.1.40:8009) with (errno=111)
[Sun Feb 10 19:23:28 2008] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Sun Feb 10 19:23:28 2008] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=1
[Sun Feb 10 19:23:28 2008] [info] jk_open_socket::jk_connect.c (444): connect to 10.49.1.40:8009 failed with errno=111
[Sun Feb 10 19:23:28 2008] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (10.49.1.40:8009) with (errno=111)
[Sun Feb 10 19:23:28 2008] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Sun Feb 10 19:23:28 2008] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=2
[Sun Feb 10 19:23:28 2008] [info] jk_open_socket::jk_connect.c (444): connect to 10.49.1.40:8009 failed with errno=111
[Sun Feb 10 19:23:28 2008] [info] ajp_connect_to_endpoint::jk_ajp_common.c (889): Failed opening socket to (10.49.1.40:8009) with (errno=111)
[Sun Feb 10 19:23:28 2008] [info] ajp_send_request::jk_ajp_common.c (1248): Error connecting to the Tomcat process.
[Sun Feb 10 19:23:28 2008] [info] ajp_service::jk_ajp_common.c (1749): Sending request to tomcat failed, recoverable operation attempt=3
[Sun Feb 10 19:23:28 2008] [error] ajp_service::jk_ajp_common.c (1758): Error connecting to tomcat. Tomcat is probably not started or is listening on th
e wrong port. worker=mailpa failed
and
This is in access_log reflecting attempts to access webmail:
10.49.1.40 - - [10/Feb/2008:20:44:28 -0500] "GET /sis/indexer?fn=add&uid=0c400000ee98b274-04.1.94.01&pdref=00011c2cbec0dffc&dref=00014aec8e30ae5f&indexid=2801310a-472b89ee-478c1ee8-2b920&flags=unseen,unflagged,unanswered,undeleted,undraft,unlabel1,unlabel2,unlabel3,unlabel4,unlabel5,unlabel6,unlabel7,unlabel8,unjunk,unnonjunk,unforwarded HTTP/1.1" 404 988 "-" "-"
10.49.1.40 - - [10/Feb/2008:20:44:38 -0500] "GET /sis/indexer?fn=add&uid=0c400000ee98b274-04.1.94.01&pdref=00011c2cbec0dffc&dref=00014aec8e30ae5f&indexid=2801310a-472b89ee-478c1ee8-2b920&flags=unseen,unflagged,unanswered,undeleted,undraft,unlabel1,unlabel2,unlabel3,unlabel4,unlabel5,unlabel6,unlabel7,unlabel8,unjunk,unnonjunk,unforwarded HTTP/1.1" 404 988 "-" "-"
I can access the basic Apache page via https, but the tomcat to apache part is not working, thus SAC and Webmail are not.
I found some info on ssl and am wondering if I need to do something with the key somewhere after the upgrade. We access SAC and Webmail ONLY over SSL. I saw another thread where it was mentioned that tomcat can't communicate over ssl.. and I see several new include files in the connector conf files dated today.
An example:
/etc/opt/scalix-tomcat/connector/jk
[root@mailpa jk]# ls -alt
total 48
-rw-r--r-- 1 root root 21 Feb 10 19:27 app-mailpa.api.conf
-rw-r--r-- 1 root root 21 Feb 10 19:27 app-mailpa.caa.conf
-rw-r--r-- 1 root root 21 Feb 10 19:27 app-mailpa.res.conf
-rw-r--r-- 1 root root 21 Feb 10 19:27 app-mailpa.sac.conf
-rw-r--r-- 1 root root 21 Feb 10 19:27 app-mailpa.sis.conf
-rw-r--r-- 1 root root 25 Feb 10 19:27 app-mailpa.webmail.conf
-rw-r--r-- 1 root root 36 Feb 10 19:22 workers.conf
drwxr-xr-x 2 root root 4096 Dec 29 20:44 .
drwxr-xr-x 4 root root 4096 Dec 29 20:44 ..
-rw-r--r-- 1 root root 1099 Dec 19 01:56 instance-mailpa.conf
-rw-r--r-- 1 root root 507 Dec 19 00:31 instance-mailpa.conf.bak
-rw-r--r-- 1 root root 19 Nov 2 16:38 app-mailpa.m.conf
more app-mailpa.webmail.conf
JkMount /webmail* mailpa
I stopped all services and did an lsof -i: 8009, found nothing there. This is what is there after restart:
httpd 1511 apache 13u IPv4 50158766 TCP mailpa.ourdomain.com:49972->mailpa.profitpointinc.com:8009 (ESTABLISHED)
(several more like this)
java 3370 root 14u IPv4 50158092 TCP mailpa.ourdomain.com:8009 (LISTEN)
(several more to other ports like the above)
It's just the apache-tomcat-scalix communication that is not working now.
smtpd and imap seem to be working fine after upgrade.
This version *did* change the JRE from 1.5_0_11 to 1.5_0_13 or something like that...
Any ideas? The corporate webmail is down till this is fixed. Please help!