From issues at jboss.org Tue Apr 11 07:08:00 2017 Content-Type: multipart/mixed; boundary="===============3554011976630642413==" MIME-Version: 1.0 From: Bogdan Sikora (JIRA) To: mod_cluster-issues at lists.jboss.org Subject: [mod_cluster-issues] [JBoss JIRA] (MODCLUSTER-580) EnableWsTunnel enables only ws comunication Date: Tue, 11 Apr 2017 07:08:00 -0400 Message-ID: In-Reply-To: JIRA.12687204.1491908822000@Atlassian.JIRA --===============3554011976630642413== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Bogdan Sikora created MODCLUSTER-580: ---------------------------------------- Summary: EnableWsTunnel enables only ws comunication Key: MODCLUSTER-580 URL: https://issues.jboss.org/browse/MODCLUSTER-580 Project: mod_cluster Issue Type: Bug Affects Versions: 1.3.5.Final Reporter: Bogdan Sikora Assignee: Jean-Frederic Clere WebSocket configuration for apache httpd (EnableWsTunnel) balancer enables = only ws communication, but undertow as balancer enables both http and ws. = {noformat} # mod_proxy_balancer should be disabled when mod_cluster is used LoadModule proxy_cluster_module modules/mod_proxy_cluster.so LoadModule cluster_slotmem_module modules/mod_cluster_slotmem.so LoadModule manager_module modules/mod_manager.so LoadModule advertise_module modules/mod_advertise.so MemManagerFile /mnt/hudson_workspace/mod_cluster/jbcs-httpd24-2.4/httpd/cac= he/mod_cluster ServerName dev89:2080 EnableWsTunnel = LogLevel warn Listen 10.19.70.244:8747 Require all granted ServerAdvertise on EnableMCPMReceive SetHandler mod_cluster-manager Require all granted AdvertiseGroup 224.0.5.244:55918 AdvertiseBindAddress 10.19.70.244:55918 KeepAliveTimeout 60 MaxKeepAliveRequests 0 ServerAdvertise on AdvertiseFrequency 5 ManagerBalancerName qacluster = {noformat} Worker joins with = {noformat}

Node jboss-eap-7.1 (ws://10.19.70.244:8080):

{noformat} and all http comunication ends with = {noformat} 500 Internal Server Error

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator at = Administrator(a)localhost to inform them of the time this error occurred, and the actions you performed just before this error.

More information about this error may be available in the server error log.


Apache/2.4.23 (Red Hat) Server at 10.19.70.244 Port 2080
{noformat} And log message = {noformat} [Sat Apr 08 16:21:29.335633 2017] [proxy:warn] [pid 12680] [client 10.19.70= .244:55922] AH01144: No protocol handler was valid for the URL /clusterbenc= h/jvmroute. If you are using a DSO version of mod_proxy, make sure the prox= y submodules are included in the configuration using LoadModule. {noformat} -- This message was sent by Atlassian JIRA (v7.2.3#72005) --===============3554011976630642413==--