Hi,
Cannot get my install to render the CF Admin pages succesfully, keep getting a 503 - Service temporarily unavailable.
Log files all look clean with the exception of the Tomcat log file which gives a load of the below:
[Mon May 21 21:54:30 2012] [3457:47024938890000] [info] init_jk::mod_jk.c (3299)
: mod_jk/1.2.32 () initialized
[Mon May 21 21:54:30 2012] [3458:47024938890000] [info] init_jk::mod_jk.c (3299)
: mod_jk/1.2.32 () initialized
[Mon May 21 22:02:54 2012] [3461:47024938890000] [error] jk_open_socket::jk_conn
ect.c (448): socket() failed (errno=22)
[Mon May 21 22:02:54 2012] [3461:47024938890000] [info] ajp_connect_to_endpoint:
:jk_ajp_common.c (1027): Failed opening socket to (127.0.0.1:8012) (errno=22)
[Mon May 21 22:02:54 2012] [3461:47024938890000] [error] ajp_send_request::jk_aj
p_common.c (1649): (cfusion) connecting to backend failed. Tomcat is probably no
t started or is listening on the wrong port (errno=22)
[Mon May 21 22:02:54 2012] [3461:47024938890000] [info] ajp_service::jk_ajp_comm
on.c (2629): (cfusion) sending request to tomcat failed (recoverable), because o
f error during request sending (attempt=1)
[Mon May 21 22:02:54 2012] [3461:47024938890000] [error] jk_open_socket::jk_conn
ect.c (448): socket() failed (errno=22)
[Mon May 21 22:02:54 2012] [3461:47024938890000] [info] ajp_connect_to_endpoint:
:jk_ajp_common.c (1027): Failed opening socket to (127.0.0.1:8012) (errno=22)
[Mon May 21 22:02:54 2012] [3461:47024938890000] [error] ajp_send_request::jk_aj
p_common.c (1649): (cfusion) connecting to backend failed. Tomcat is probably no
t started or is listening on the wrong port (errno=22)
To confirm some of my settings:
[root@web-dev4 1]# sestatus
SELinux status: disabled
[root@web-dev4 1]# service iptables status
Firewall is stopped.
[root@web-dev4 1]# more /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
127.0.0.1 localhost.localdomain localhost web-dev4
::1 localhost6.localdomain6 localhost6
[root@web-dev4 1]# hostname
web-dev4
[root@web-dev4 1]# telnet localhost 8012
Trying 127.0.0.1...
Connected to localhost.localdomain (127.0.0.1).
Escape character is '^]'.
Connection closed by foreign host.
Really have no ideas at this point, installation repeated a few times, looks all clean. Anybody?
Thanks