-
Notifications
You must be signed in to change notification settings - Fork 189
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
MQ Client to Work with ARM MQ_Server container #558
Comments
There isn't an MQ container image for arm64, but the "no install" binaries are available for you to build your own image. Can you please provide a bit more information about what you've done? What libraries are missing? Are there log messages? |
- I have my ACE toolkit on a Mac mini system running on an M1 processor.
- I have a MQ server running on a docker container.
- Connecting to Queue Manager using MQ Explorer installed within the ACE
toolkit is successful.
- Now while deploying a simple MQ message flow with MQInput node to an
Integration server it failed with -
Begin running task [Deploying 'App' to integration server 'TEST_SERVER']
The BAR file '/<filepath>/GeneratedBarFiles/Appproject.generated.bar'
has been deployed to integration server 'TEST_SERVER' but there were one or
more failures which may mean the deployed resources will be unable to
execute.
The task did not complete successfully: The deployment was partially
successful. Check error messages for explanation.
BIP9320E: Message Flow 'TestFlow', 'TestFlow' encountered a failure and
could not start.
BIP2684E: A component was configured to use IBM MQ, but the required MQ
libraries are not available.
BIP9333W: Application 'App' has been created but contains errors which
has prevented some resources from starting.
BIP1096E: The source 'Appproject.generated.bar' has been deployed but
there were one or more failures which may mean the deployed resources will
be unable to execute.
…On Tue, Apr 16, 2024 at 10:16 PM Arthur Barr ***@***.***> wrote:
There isn't an MQ container image for arm64, but the "no install" binaries
are available for you to build your own image. Can you please provide a bit
more information about what you've done? What libraries are missing? Are
there log messages?
—
Reply to this email directly, view it on GitHub
<#558 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZWBMGJ6JNFQNEKYPIAJQSDY5VIU3AVCNFSM6AAAAABGJGMF6SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDANJZGUZDAMBSGE>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
Regards,
Kiruthigeshwar.N
(+919943393773)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As found recently, MQ server container image is available for ARM64 processor. Which I implemented and tested successfully on my Mac mini M1 machine. But while trying to connect from my ACE toolkit, applications don't work due missing MQ client libraries.
Does anyone know of solution for this scenario already. Or if there is a workaround
The text was updated successfully, but these errors were encountered: