[JBoss JIRA] (MODCLUSTER-717) address="::1" on the tomcat10 connector returns 503
by Jean-Frederic Clere (Jira)
[ https://issues.redhat.com/browse/MODCLUSTER-717?page=com.atlassian.jira.p... ]
Jean-Frederic Clere commented on MODCLUSTER-717:
------------------------------------------------
[Fri Apr 03 15:57:55.177426 2020] [:debug] [pid 184793:tid 139899800983296] mod_manager.c(2968): manager_handler STATUS (/) processing: "JVMRoute=22124d11-d760-3867-b2a4-2a5eb4464d08&Load=88"
[Fri Apr 03 15:57:55.177452 2020] [:debug] [pid 184793:tid 139899800983296] mod_manager.c(1956): Processing STATUS
[Fri Apr 03 15:57:55.177506 2020] [:debug] [pid 184793:tid 139899800983296] mod_proxy_cluster.c(244): Created: reusing worker for ajp://[0:0:0:0:0:0:0:1]:8009
[Fri Apr 03 15:57:55.177532 2020] [:debug] [pid 184793:tid 139899800983296] mod_proxy_cluster.c(244): Created: reusing worker for ajp://[0:0:0:0:0:0:0:1]:8009
[Fri Apr 03 15:57:55.177545 2020] [:debug] [pid 184793:tid 139899800983296] mod_proxy_cluster.c(1950): proxy_cluster_isup: Can't find worker for 1. Check balancer names.
[Fri Apr 03 15:57:55.177559 2020] [:debug] [pid 184793:tid 139899800983296] mod_manager.c(3012): manager_handler STATUS OK
[Fri Apr 03 15:57:55.177571 2020] [filter:trace2] [pid 184793:tid 139899800983296] mod_filter.c(185): [client 127.0.0.1:35832] Content-Type condition for 'deflate' did not match
[Fri Apr 03 15:57:56.629418 2020] [authz_core:debug] [pid 184794:tid 139899809376000] mod_authz_core.c(843): [client ::1:53496] AH01628: authorization result: granted (no directives)
[Fri Apr 03 15:57:56.629548 2020] [:debug] [pid 184794:tid 139899809376000] mod_proxy_cluster.c(1800): proxy: byrequests balancer skipping BAD worker
[Fri Apr 03 15:57:56.629557 2020] [:debug] [pid 184794:tid 139899809376000] mod_proxy_cluster.c(1800): proxy: byrequests balancer skipping BAD worker
[Fri Apr 03 15:57:56.629564 2020] [:debug] [pid 184794:tid 139899809376000] mod_proxy_cluster.c(1899): proxy: byrequests balancer FAILED
[Fri Apr 03 15:57:56.629569 2020] [:error] [pid 184794:tid 139899809376000] proxy: CLUSTER: (balancer://mycluster). All workers are in error state
The weird thing is that it works with IPV4...
> address="::1" on the tomcat10 connector returns 503
> ---------------------------------------------------
>
> Key: MODCLUSTER-717
> URL: https://issues.redhat.com/browse/MODCLUSTER-717
> Project: mod_cluster
> Issue Type: Bug
> Reporter: Jean-Frederic Clere
> Assignee: Radoslav Husar
> Priority: Major
>
> When having in server.xml
> +++
> <Connector protocol="AJP/1.3"
> port="8009"
> address="::1"
> secret="adelina"
> redirectPort="8443" />
> +++
> The mod_cluster_manager reports Status: OK but any request to httpd return 503.
> Using mod_cluster master and mod_proxy_cluster master (and httpd trunk).
--
This message was sent by Atlassian Jira
(v7.13.8#713008)