Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Agent container exits running mqft.sh due to missing file #2

Open
liz72703 opened this issue Aug 16, 2019 · 1 comment
Open

Agent container exits running mqft.sh due to missing file #2

liz72703 opened this issue Aug 16, 2019 · 1 comment

Comments

@liz72703
Copy link

docker run --env MQ_QMGR_NAME=QM1 --env MQ_QMGR_HOST=172.17.0.2 --env MQ_QMGR_PORT=1414 --env MQ_QMGR_CHL=MFT.SVRCONN --env MFT_AGENT_NAME=AGENTSRC -d --name=AGENTSRC mftagentredist

CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
f525f28f30b0 mftagentredist "mqft.sh" 10 seconds ago Exited (1) 9 seconds ago AGENTSRC

Docker log:

Setting up FTE Environment for this Agent :
cp: cannot stat '/usr/local/bin/MQMFTCredentials.xml': No such file or directory

@KiranDarbha
Copy link
Contributor

Thanks for reporting it. Dockerfile was copying the .xml file to /tmp location instead of /usr/local/bin. We will get this fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants