[jboss-user] [Tomcat, HTTPD, Servlets & JSP] - httpd error : Failed opening socket to jboss server

aarai do-not-reply at jboss.com
Fri Nov 21 13:26:58 EST 2008


We have separate Apache and Jboss boxes. I keep getting the error below:
ajp_service::jk_ajp_common.c (1796): processing worker1 with 2 retries
[Fri Nov 21 13:04:40 2008][11877:5472] [debug] jk_open_socket::jk_connect.c (335): socket TCP_NODELAY set to On
[Fri Nov 21 13:04:40 2008][11877:5472] [debug] jk_open_socket::jk_connect.c (433): trying to connect socket 11 to 10.x.x.x.x:38009
[Fri Nov 21 13:04:40 2008][11877:5472] [info] jk_open_socket::jk_connect.c (451): connect to 10.x.x.x.x:38009 failed (errno=13)
[Fri Nov 21 13:04:40 2008][11877:5472] [info] ajp_connect_to_endpoint::jk_ajp_common.c (876): Failed opening socket to (10.x.x.x.x:38009) (errno=13)
[Fri Nov 21 13:04:40 2008][11877:5472] [info] ajp_send_request::jk_ajp_common.c (1273): (worker1) error connecting to the backend server (errno=13)


____________-

My worker.properties file is :

# Define list of workers that will be used

# for mapping requests
#worker.list=loadbalancer,status
worker.list=worker1
# Define Node1

# modify the host as your host IP or DNS name.
worker.worker1.port=38009
worker.worker1.host=10.x.x.x
worker.worker1.type=ajp13
#worker.node1.lbfactor=1
#worker.node1.cachesize=10


I have checked the port 38009 of jboss and it is running. I can even telnet from the apache server to the jboss server on port 38009
telnet 10.x.x.x 38009
Trying 10.x.x.x...
Connected to XXX.company.com (10.x.x.x).
Escape character is '^]'. 


I apologize for double post, I think this is the right forum for this post, could admins please delete the post here:

http://www.jboss.com/index.html?module=bb&op=viewtopic&t=146094

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4191384#4191384

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4191384



More information about the jboss-user mailing list