https://bz.apache.org/bugzilla/show_bug.cgi?id=61766

--- Comment #5 from Christopher Schultz <ch...@christopherschultz.net> ---
(In reply to Devidutta Panda from comment #4)
> Created attachment 35530 [details]
> Detailed Logs
> 
> [Tue Nov 07 08:41:27.910 2017] [20408:5952] [info] 
> jk_open_socket::jk_connect.c (626): connect to 172.17.8.12:8009 failed 
> (errno=60)
> [Tue Nov 07 08:41:27.910 2017] [20408:5952] [info] 
> ajp_connect_to_endpoint::jk_ajp_common.c (1008): Failed opening socket to 
> (172.17.8.12:8009) (errno=60)
> [Tue Nov 07 08:41:27.910 2017] [20408:5952] [error] 
> ajp_send_request::jk_ajp_common.c (1630): (jvm2) connecting to backend 
> failed. Tomcat is probably not started or is listening on the wrong port 
> (errno=60)
> [Tue Nov 07 08:41:27.910 2017] [20408:5952] [info] 
> ajp_service::jk_ajp_common.c (2607): (jvm2) sending request to tomcat failed 
> (recoverable), because of error during request sending (attempt=1)

What OS is this?

errno=60 on Linux is "device is not a stream"
errno=60 on MacOS is "Operation timed out"

I don't have any other machines handy right now to get others.

If errno=0 is "operation timed out" than there you have it: your network is
unreachable for some reason. Software firewall, perhaps?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to