无法验证集群用户:HORNETQ.CLUSTER.ADMIN.USER
Unable to authenticate cluster user: HORNETQ.CLUSTER.ADMIN.USER
我在 WildFly-8.2 中遇到以下错误。0.Final 域模式。当我启动第二个节点时出现此错误。
ERROR [org.hornetq.core.server] (default I/O-1) HQ224018: Failed to create session: HornetQClusterSecurityException[errorType=CLUSTER_SECURITY_EXCEPTION message=HQ119099: Unable to authenticate cluster user: HORNETQ.CLUSTER.ADMIN.USER]
这是通过添加解决的
${jboss.messaging.cluster.password:@password@} 到 standalone.xml.
中的子系统
我在 WildFly-8.2 中遇到以下错误。0.Final 域模式。当我启动第二个节点时出现此错误。
ERROR [org.hornetq.core.server] (default I/O-1) HQ224018: Failed to create session: HornetQClusterSecurityException[errorType=CLUSTER_SECURITY_EXCEPTION message=HQ119099: Unable to authenticate cluster user: HORNETQ.CLUSTER.ADMIN.USER]
这是通过添加解决的 ${jboss.messaging.cluster.password:@password@} 到 standalone.xml.
中的子系统