ibm mq/flume/cloudera-cannot/home/user/jndi目录

kpbpu008  于 2021-06-04  发布在  Flume
关注(0)|答案(0)|浏览(238)

我正在尝试将ibm mq docker映像(windows)连接到flume(cloudera vm)我的步骤:
启动cloudera vm(ip=10.0.2.15)
运行ibm mq docker docker run \ --env LICENSE=accept \ --env MQ_QMGR_NAME=QM1 \ --publish 1414:1414 \ --publish 9443:9443 \ --detach \ ibmcom/mq 以及 docker volume create qm1data 登录docker
docker exec -it MyDockerName /bin/bash cd /opt/mqm/java/bin/ 那就跑吧

./JMSAdmin -> "DEFINE QCF(confact) QMGR(QM1) tran(client) chan(DEV.ADMIN.SVRCONN) host(10.0.2.15) port(1414) DEFINE Q(DEV.QUEUE.1) QUEUE(DEV.QUEUE.1) QMGR(QM1) END" -v

那就跑吧 ./JMSAdmin 我有以下错误:

....
Starting IBM MQ classes for Java(tm) Message Service Administration

JNDI initialization failed, please check your JNDI settings and service.
The name '"/home/user/JNDI-Directory"' cannot be resolved
For additional information on the cause of this problem run with the -v argument

有什么建议吗?我是ibm mq的新手。

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题