Chinaunix

标题: jboss集群配置出错 [打印本页]

作者: simulalily    时间: 2015-08-11 10:06
标题: jboss集群配置出错
我用jboss eap 6.4版本配置集群,配置了两个group,分别是my-group-1,my-group-2,配置如下:
Name:
main-server-group
Profile:
full
Socket Binding:
full-sockets


Name:
other-server-group
Profile:
full-ha
Socket Binding:
full-ha-sockets

然后配置了四个server,在Server Configurations页面中的配置如下:
Name:
master-server-8080
Auto Start?:
true
Server Group:
my-group-1
Socket Binding:
full-sockets
Port Offset:
0

Name:
master-server-8081
Auto Start?:
true
Server Group:
my-group-1
Socket Binding:
full-sockets
Port Offset:
1

Name:
master-server-8082
Auto Start?:
true
Server Group:
my-group-2
Socket Binding:
full-ha-sockets
Port Offset:
2

Name:
master-server-8083
Auto Start?:
true
Server Group:
my-group-2
Socket Binding:
full-ha-sockets
Port Offset:
3

运行/usr/local/jboss-eap-6.4/bin/domain.sh,报错:ERROR [org.hornetq.core.server] (Old I/O server worker (parentId: 311286136, [id: 0x128dd978, /10.10.10.121:5447]))

HQ224018: Failed to create session: HornetQException[errorType=CLUSTER_SECURITY_EXCEPTION message=HQ119099: Unable to

authenticate cluster user: HORNETQ.CLUSTER.ADMIN.USER]

请问是什么原因?




欢迎光临 Chinaunix (http://bbs.chinaunix.net/) Powered by Discuz! X3.2