我们正在运行带有mq 5.1.1的Glassfish 4.1.1(Payara(。它是具有负载均衡器和群集的 HA 设置。
玻璃鱼运行正常。问题是 MQ 无法启动。
我认为远程 MQ 正在启动。我可以做 imqcmd 列表 bkr -b,我得到了成功的结果。
但是,当我做imqcmd list bkr(或imqcmd list jmx,没有-b主机名(时,我得到:
Host Primary Port
-------------------------
localhost 7676
WARNING: [C4003]: Error occurred on connection creation [localhost:7676]. - cause: java.net.SocketException: Connection reset
Error while connecting to the broker on host 'localhost' and port '7676'.
我想摆脱错误,并查看我的网络 ip 而不是本地主机。
同样 GF 服务器.log给出这个:
[2017-04-12T11:54:46.516-0400] [Payara 4.1] [SEVERE] [rardeployment.start_failed] [javax.enterprise.resource.resourceadapter.com.sun.enterprise.connectors] [tid: _ThreadID=42 _ThreadName=admin-listener(2)] [timeMillis: 1492012486516] [levelValue: 1000] [[
RAR6035 : Resource adapter start failed.
javax.resource.spi.ResourceAdapterInternalException: java.security.PrivilegedActionException: javax.resource.spi.ResourceAdapterInternalException: MQJMSRA_RA4001: start:Aborting:Exception starting EMBEDDED broker=Broker failed to start
at com.sun.enterprise.connectors.jms.system.ActiveJmsResourceAdapter.startResourceAdapter(ActiveJmsResourceAdapter.java:557)
at com.sun.enterprise.connectors.ActiveOutboundResourceAdapter.init(ActiveOutboundResourceAdapter.java:130)
...
Caused by: java.lang.RuntimeException: Broker failed to start
at com.sun.messaging.jmq.jmsclient.runtime.impl.BrokerInstanceImpl.start(BrokerInstanceImpl.java:205)
at com.sun.messaging.jms.blc.EmbeddedBrokerRunner.start(EmbeddedBrokerRunner.java:331)
at com.sun.messaging.jms.blc.LifecycleManagedBroker.start(LifecycleManagedBroker.java:457)
... 92 more
Caused by: java.io.IOException: [B3297]: Unable to make directory <mydirectory>/imq/instances/imqbroker/etc
at com.sun.messaging.jmq.jmsserver.Broker.initializePasswdFile(Broker.java:376)
我想知道它无法制作的目录配置在哪里。
我已经调试了好几天了。我需要知道在哪里为嵌入式代理配置 ip。我还需要知道在哪里设置 jmxrmi 网址。
任何帮助将不胜感激。谢谢!
我找到了这个问题的解决方案。我们在 Glassfish 应用程序目录中有一个指向 openmq 应用程序目录的断开符号链接。在域启动时,Glassfish找不到mq,因此无法启动嵌入式代理。一旦我们修复了符号链接,嵌入式代理就会在 glassfish 域启动(asadmin start-domain(时启动。
我知道嵌入式代理没有启动,因为"imq"文件夹没有在
检查那些损坏的符号链接!!