Author |
Message
|
paustin_ours |
Posted: Thu Nov 19, 2020 4:31 am Post subject: ACE independent integration server |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
I have started an independent integration server on one of my VMs. I deloyed a very basic test flow that only has an MQ input node and an MQ output node. nothing else. There is no local qmgr. Set it for client connection.
I get the below error when i deploy
BIP2684E: A component was configured to use IBM MQ, but the required MQ libraries are not available.
i created a shared-classes folder in my work directory and added mq client jars and also added other jars
below are all the jars i current have
com.ibm.mq.allclient.jar com.ibm.mq.jar com.ibm.mq.pcf.jar fscontext.jar
com.ibm.mq.commonservices.jar com.ibm.mq.jmqi.jar com.ibm.mq.tools.ras.jar jms.jar
com.ibm.mq.headers.jar com.ibm.mqjms.jar com.ibm.mq.traceControl.jar providerutil.jar
the integration server dont seem to be picking up the client jars.
initially i only had the client jar, just fyi.
any thoughts on how to make it recognize jars?
also tried adding to classpath, did not help |
|
Back to top |
|
 |
fjb_saper |
Posted: Thu Nov 19, 2020 5:07 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Install the full MQ Client. I believe you will need the C / C++ libraries for MQ.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
paustin_ours |
Posted: Thu Nov 19, 2020 9:18 am Post subject: |
|
|
Yatiri
Joined: 19 May 2004 Posts: 667 Location: columbus,oh
|
that was it. installed MQ client and it works now. |
|
Back to top |
|
 |
davobr |
Posted: Sun Feb 06, 2022 12:41 am Post subject: |
|
|
Newbie
Joined: 06 Feb 2022 Posts: 4
|
I have the same problem but on mac, i have installed 9.2.4.0-IBM-MQ-DevToolkit-MacX64 and i still have the same error
Result of dspmqver
Name: IBM MQ
Version: 9.2.4.0
Level: p924-L211105.DE
BuildType: IKAP - (Production)
Platform: IBM MQ for macOS
Mode: 64-bit
O/S: Darwin 21.2.0
InstName: MQNI92L21110500D
InstDesc: IBM MQ V9.2.4.0 (Unzipped)
Primary: N/A
InstPath: /opt/mqm
DataPath: /Users/david/IBM/MQ/data
MaxCmdLevel: 924 |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Feb 06, 2022 5:48 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Other than posting here that you have the same issue, what else have you done? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
davobr |
Posted: Sun Feb 06, 2022 6:12 am Post subject: |
|
|
Newbie
Joined: 06 Feb 2022 Posts: 4
|
i tried the following actions but i did not have any successful result
- add the paths /opt/mqm/bin and /opt/mqm/samp/bin in the the /etc/paths.
- set the environment variables LD_LIBRARY_PATH y DYLD_LIBRARY_PATH with the value /opt/mqm/lib64e
- add the /opt/mqm/lib64 path in MQSI_LIBRARY environment variable.
I have compared my setup on Windows vm which works after installing IBM-MQC-Redist-Win64.zip and realized that it uses bin64 folder to start flows using MQ nodes. |
|
Back to top |
|
 |
bruce2359 |
Posted: Sun Feb 06, 2022 8:23 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
Did you try FJ’s suggestion above?
fjb_saper wrote: |
Install the full MQ Client. I believe you will need the C / C++ libraries for MQ.  |
_________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
davobr |
Posted: Mon Feb 07, 2022 7:28 pm Post subject: |
|
|
Newbie
Joined: 06 Feb 2022 Posts: 4
|
Yes, i have installed 9.2.4.0-IBM-MQ-DevToolkit-MacX64, is there exists another option for mac? |
|
Back to top |
|
 |
|