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

Error creating directory structure: AMQ6173E: No CCSID found for codeset ANSI_X3.4-1968 when trying to run this container under VMWare 16 Pro vctl #487

Open
MQSystems opened this issue Dec 10, 2021 · 0 comments

Comments

@MQSystems
Copy link

VMWare 16 offers a new utility called vctl to run docker containers directly under VMWare Workstation or Fusion.

for more details see: https://github.com/VMwareFusion/vctl-docs

vctl pull ibmcom/mq and
when I start the container using:
vctl run --env LICENSE=accept --env MQ_QMGR_NAME=QM1 --publish 4414:1414 --publish 9443:9443 ibmcom/mq

INFO container mq-f9f9 started
2021-12-10T15:55:29.845Z CPU architecture: amd64
2021-12-10T15:55:29.849Z Linux kernel version: 4.19.191-4.ph3-esx
2021-12-10T15:55:29.854Z Base image: Red Hat Enterprise Linux 8.5 (Ootpa)
2021-12-10T15:55:29.854Z Running as user ID 1001 with primary group 0
2021-12-10T15:55:29.854Z Capabilities (bounding set): chown,dac_override,fowner,fsetid,kill,setgid,setuid,setpcap,net_bind_service,net_raw,sys_chroot,mknod,audit_write,setfcap
2021-12-10T15:55:29.854Z seccomp enforcing mode: disabled
2021-12-10T15:55:29.854Z Process security attributes: unconfined
2021-12-10T15:55:29.855Z No volume detected. Persistent messages may be lost
2021-12-10T15:55:30.682Z Using queue manager name: QM1
2021-12-10T15:55:32.023Z Created directory structure under /var/mqm
2021-12-10T15:55:32.023Z Image created: 2021-11-12T16:26:21+00:00
2021-12-10T15:55:32.023Z Image tag: ibm-mqadvanced-server-dev:9.2.4.0-r1.20211112161954.1f6d37a-amd64
2021-12-10T15:55:33.281Z Error Getting MQ version:
2021-12-10T15:55:34.304Z Error Getting MQ build: AMQ6173E: No CCSID found for codeset ANSI_X3.4-1968.
AMQ7047E: An unexpected error was encountered by a command. Reason code is 0.
2021-12-10T15:55:35.462Z Error Getting MQ license: AMQ6173E: No CCSID found for codeset ANSI_X3.4-1968.
AMQ7047E: An unexpected error was encountered by a command. Reason code is 0.
2021-12-10T15:55:35.462Z MQ version:
2021-12-10T15:55:35.462Z MQ level: AMQ6173E: No CCSID found for codeset ANSI_X3.4-1968.
AMQ7047E: An unexpected error was encountered by a command. Reason code is 0.
2021-12-10T15:55:35.462Z MQ license: AMQ6173E: No CCSID found for codeset ANSI_X3.4-1968.
AMQ7047E: An unexpected error was encountered by a command. Reason code is 0.
2021-12-10T15:55:39.582Z Creating queue manager QM1
2021-12-10T15:55:39.584Z Starting web server
2021-12-10T15:55:41.676Z Error comparing MQ versions for oa,rc: 0
2021-12-10T15:55:43.260Z Error 2 starting web server: /opt/mqm/bin/../web/bin/server: line 751: =true: command not found
export AMQ_ADDITIONAL_JSON_LOG="1"
export AMQ_DIAGNOSTIC_MSG_SEVERITY="1"
export AMQ_WEBKEYSTORE="default.p12"
export AMQ_WEBKEYSTOREPW="1ZGMlfb6mW1A"
export AMQ_WEBTRUSTSTOREREF="MQWebKeyStore"
export HOME="/"
export INVOKED="/opt/mqm/bin/../web/bin/server"
export LANG="en_US.UTF-8"
export LD_LIBRARY_PATH="/opt/mqm/lib64"
export LICENSE="accept"
export LOG_FORMAT="basic"
export MQS_PERMIT_UNKNOWN_ID="true"
export MQWEB_LTPA_SUFFIX="1639151742369706639"
export MQ_ADMIN_PASSWORD="passw0rd"
export MQ_APP_PASSWORD="passw0rd"
export MQ_CONNAUTH_USE_HTP="true"
export MQ_DEV="true"
export MQ_ENABLE_EMBEDDED_WEB_SERVER="1"
export MQ_GENERATE_CERTIFICATE_HOSTNAME="localhost"
export MQ_GRACE_PERIOD="30"
export MQ_OVERRIDE_DATA_PATH="/mnt/mqm/data"
export MQ_OVERRIDE_INSTALLATION_NAME="Installation1"
export MQ_QMGR_NAME="QM1"
export MQ_USER_NAME="mqm"
export OLDPWD
export PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/mqm/bin"
export PWD="/"
export SHLVL="2"
export container="oci"
which: no java in (/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/mqm/bin)
dirname: missing operand
Try 'dirname --help' for more information.
dirname: missing operand
Try 'dirname --help' for more information.
/opt/mqm/bin/../web/bin/server: line 851: java: command not found

2021-12-10T15:55:43.260Z Error starting web server: exit status 2
2021-12-10T15:55:43.664Z Error 71 creating queue manager: AMQ6173E: No CCSID found for codeset ANSI_X3.4-1968.
AMQ6173E: No CCSID found for codeset ANSI_X3.4-1968.
AMQ8101S: IBM MQ error (893) has occurred.

2021-12-10T15:55:43.679Z /opt/mqm/bin/crtmqm: exit status 71

JEFFLUFC added a commit that referenced this issue Jul 27, 2023
…iable-definitions-vrmf-933

Alter MQ Version definitions to handle multiple digit VRMF values (v9.3.3)
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

1 participant