-
Notifications
You must be signed in to change notification settings - Fork 41
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
Deployment error on IBM Z, air-gapped system #113
Comments
Thank you for looking into this. Would you have any suggestions on how we could build everything manually? |
Not something I've tried or will spend any time on experimenting with, but I might suggest something like |
In your extensive documentation, you mention We are using In your experience, would you see this as a possible solution? |
Unlikely that MQTT would help - it's a pub/sub model. The other alternative is the MQ REST messaging interface but suitability of that would depend on exact messaging requirements including things like formats and transactionality. And since you imply using message properties, it's very unlikely that would be flexible enough. |
Can we raise an RFE or an issue to enable support for Z and P architecture for this module. We need this to support the MQ capabilities of our product on multiple platforms. Manually compiling may be unreliable it will be great if the module supports all native platforms for consumption. |
The key prereq that needs "compiling" for other platforms is the ffi-napi component that links to the native C libraries. That's not something that can be provided directly here, but instead you can lobby in the ffi-napi repo for more platforms. Though I know people have asked for s390x to be integrated already without a lot of success - perhaps you can submit a PR there to assist. |
Hi mq-mqi-nodejs team
We have a node.js application that makes use of mq-mqi-nodejs. As mentioned in the title, not having an internet connection in an air-gapped environment as well as the target architecture which is s390x has added some additional complexity. The issue rises once we try to build our docker image.
Version of mq-mqi-nodejs:
0.9.16
Part of the relevant Dockerfile:
Part of the error logs, errors occur on step
RUN npm install --only=prod
:Lastly, the same error appears when using
9.2.0.0-IBM-MQC-UbuntuLinuxS390X.tar.gz
. It contains.deb
installation files that we are able to install on Z-Linux using:The text was updated successfully, but these errors were encountered: