ibm-messaging / mq-container

Container images for IBM® MQ
Apache License 2.0
247 stars 186 forks source link

amqzfu-dll missing in MQ Advanced image #579

Open DanielTamil opened 2 days ago

DanielTamil commented 2 days ago

Discussed in https://github.com/ibm-messaging/mq-container/discussions/578

Originally posted by **DanielTamil** September 17, 2024 Hi, I used the noninstall image from fix central for containers, the image was built succesfully and running well as single instance. However with native HA , having 3 replica , i get the below error. Any help would be appreciated. thanks! `2024-09-13T12:24:27.160Z /opt/mqm/bin/strmqm: exit status 71 2024-09-13T12:24:27.040Z AMQ5775I: Successfully applied automatic configuration INI definitions. [CommentInsert1(INI)] 2024-09-13T12:24:27.110Z AMQ6174I: The dynamically loadable shared library '/opt/mqm/lib64/amqzfu.dll' could not be loaded. The system returned error number '2' and error message 'No such file or directory'. [ArithInsert1(24948), ArithInsert2(2), CommentInsert1(/opt/mqm/lib64/amqzfu.dll), CommentInsert2(No such file or directory), CommentInsert3(64)] 2024-09-13T12:24:27.110Z AMQ5520W: The system could not load the module 'amqzfu.dll' for the installable service 'AuthorizationService' component 'MQSeries.Unix.auth.service'. The system return code was 24948.`
arthurbarr commented 2 days ago

This is curious, because DLLs are a Windows technology and shouldn't be used in a Linux container. I think you may need to raise a support case with IBM for this, attaching more details of which files you have used to build the image, and what your configuration is (especially the INI files).

DanielTamil commented 2 days ago

Okay , thanks for the suggestion. I can raise a support request, shall update here any resolution from them.