Jboss集群:mod_cluster mod_cluster_proxy.so导致apache崩溃

Jboss集群:mod_cluster mod_cluster_proxy.so导致apache崩溃,apache,jboss,jboss7.x,cluster-computing,mod-cluster,Apache,Jboss,Jboss7.x,Cluster Computing,Mod Cluster,我正在尝试以独立模式创建JBoss7.1.1集群(一台机器上有两个实例,端口偏移量为100)。我使用apache(2.2.22版)和mod_cluster(1.2.0版)进行负载平衡。当我打开这两个JBoss时,我可以看到集群视图用这两个节点进行了更新。但是,我在Jboss中遇到了以下错误: ERROR [org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler] (ContainerBackgroundProcessor[StandardEngine

我正在尝试以独立模式创建JBoss7.1.1集群(一台机器上有两个实例,端口偏移量为100)。我使用apache(2.2.22版)和mod_cluster(1.2.0版)进行负载平衡。当我打开这两个JBoss时,我可以看到集群视图用这两个节点进行了更新。但是,我在Jboss中遇到了以下错误:

ERROR [org.jboss.modcluster.mcmp.impl.DefaultMCMPHandler]  (ContainerBackgroundProcessor[StandardEngine[jboss.web]]) Error [MEM: MEM: Can't read  node: {4}] sending command STATUS to proxy 127.0.0.1/127.0.0.1:6666, configuration will be reset
在Apache日志中,我有以下内容:

[notice] Parent: child process exited with status 255 -- Restarting.
[notice] Advertise initialized for process 4924
[notice] Apache/2.2.22 (Win64) PHP/5.3.13 mod_cluster/1.2.0.Final configured --   resuming normal operations
[notice] Server built: May 13 2012 19:41:17
[notice] Parent: Created child process 2000
[notice] Child 2000: Child process is running
[notice] Child 2000: Acquired the start mutex.
[notice] Child 2000: Starting 64 worker threads.
[notice] Child 2000: Starting thread to listen on port 6666.
[notice] Child 2000: Starting thread to listen on port 80.
[notice] Child 2000: Starting thread to listen on port 80.
[warn] manager_handler STATUS error: MEM: Can't read node
apache似乎正在崩溃,原因是模块mod_cluster_proxy.so出现故障。我可以从windows事件日志中找到它。以下是我在事件日志中看到的内容:

Faulting application name: httpd.exe, version: 2.2.22.0, time stamp: 0x4faff1ba
Faulting module name: mod_proxy.so, version: 2.2.21.0, time stamp: 0x4f3494b7
Exception code: 0xc0000005
Fault offset: 0x0000000000003115
Faulting process id: 0x12b4
Faulting application start time: 0x01cf4735c4635dbb
有谁能帮我解决这个问题吗?我必须使用不同版本的mod_cluster吗?我需要对配置进行任何更改吗?以下是我的配置:

standalone-ha.xml

<subsystem xmlns="urn:jboss:domain:modcluster:1.0">
        <mod-cluster-config advertise-socket="modcluster" proxy-list="127.0.0.1:6666">
            <dynamic-load-provider>
                <load-metric type="busyness"/>
            </dynamic-load-provider>
        </mod-cluster-config>
</subsystem>

apache中的httpd.conf:

Listen 127.0.0.1:6666
<VirtualHost 127.0.0.1:6666>
<Directory />
 Order deny,allow
 Deny from all
 Allow from 127.0.0
</Directory>

KeepAliveTimeout 300
MaxKeepAliveRequests 0    
AdvertiseFrequency 5
ManagerBalancerName mycluster
EnableMCPMReceive

<Location /mod_cluster-manager>
   SetHandler mod_cluster-manager
   Order deny,allow
   Deny from all
   Allow from 127.0.0
   AllowDisplay On
</Location>

</VirtualHost>
听127.0.0.1:6666
命令拒绝,允许
全盘否定
允许从127.0.0开始
保持超时300
MaxKeepAliverRequests 0
广告频率5
ManagerBlancerName mycluster
启用接收
SetHandler mod_群集管理器
命令拒绝,允许
全盘否定
允许从127.0.0开始
允许显示

请告诉我如何解决此问题。

不,这绝对不是配置错误。请试用,并继续关注1.2.9和1.3.x版本

编辑:为社区构建的最新和最伟大的构建是