Author |
Message
|
chirayu |
Posted: Tue Dec 13, 2011 5:42 am Post subject: BIP2308E,BIP4041E,BIP2241E MB 7002 while deploying on EG |
|
|
Apprentice
Joined: 04 May 2011 Posts: 30
|
Message broker version MB7002
Platform Linux x86_64 (64bit)
MQ version 7.1
I hav created a broker and EG, but while creating EG I have got following error in /var/log/messages:
Dec 13 07:49:20 webservices2 WebSphere Broker v7002[8026]: (TESTBRK.EG1)[1]BIP2308E: File '/opt/ibm/mqsi/7.0/lil/imbdfjps.lil' could not be loaded; operating system return code '/opt/ibm/mqsi/7.0/lil/imbdfjps.lil: undefined symbol: lpiSPIRequestWork'. : TESTBRK.77a06536-3401-0000-0080-c15d5edf73f0: /build/S700_P/src/DataFlowEngine/MessageServices/Unix/ImbLibrary.cpp: 102: ImbLibraryBase::ImbLibraryBase: :
but mqsilist shows that broker and EG to be in running status.
I tried deploying normal flow1 (without Publish node) : it got successfully deployed
but while deploying normal flow2 (with Publish node) : it is giving following error while mqsideploy:
The broker was asked to deploy a message flow which contained properties that were not recognized by the broker. This typically results from a message flow requiring a version or type of node that is not supported by the broker installation.
Check that the message flow is only using properties or nodes that are supported on the broker. Check that all necessary user-defined extensions are installed and that they are of a version that is compatible with the message flow.
BIP2241E: A Loadable Implementation Library (.lil, .jar, or .par) is not found for message flow node type 'ComIbmPSServiceNode' in message flow 'com.bt.oneit.ip.men.MENMQPublisher'.
The broker received an instruction to create a message flow node of type 'ComIbmPSServiceNode', in message flow 'com.bt.oneit.ip.men.MENMQPublisher'. The broker cannot create nodes of this type because an implementation library for this node type does not exist in the LIL path.
and in /var/log/messages error is :
Dec 13 07:55:16 webservices2 WebSphere Broker v7002[8026]: (TESTBRK.EG1)[4]BIP4041E: Execution group 'EG1' received an invalid configuration message. See the following messages for details of the error. : TESTBRK.77a06536-3401-0000-0080-c15d5edf73f0: /build/S700_P/src/DataFlowEngine/ImbConfigurationNode.cpp: 402: ImbConfigurationNode::evaluate: ComIbmConfigurationNode: ConfigurationNode
I have set MQSI_LILPATH to MQSI_LILPATH=/opt/ibm/mqsi/7.0/lil:/opt/ibm/mqsi/7.0/jplugin
Please let me know if I have miss any other setting |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Dec 13, 2011 5:51 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
You're really using MQ 7.1? Or is that 7.0.1.x?
Also try FP 3 of Broker 7, not FP 2. |
|
Back to top |
|
 |
chirayu |
Posted: Tue Dec 13, 2011 6:11 am Post subject: |
|
|
Apprentice
Joined: 04 May 2011 Posts: 30
|
yes MQ 7.1.0.0
is error related to MB version? |
|
Back to top |
|
 |
mqjeff |
Posted: Tue Dec 13, 2011 6:15 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
chirayu wrote: |
yes MQ 7.1.0.0
is error related to MB version? |
It might be. I don't know if 7.0.0.2 is officially supported on MQ 7.1. You might need to be at a later FP for that, or it might not be supported for Broker v7 at all.
Even Broker v8 doesn't list that mq 7.1 is specifically supported, at least not yesterday when I looked. It only says that 7.0.1 *and later* is supported. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Dec 13, 2011 6:17 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
chirayu wrote: |
is error related to MB version? |
It's certainly worth a PMR to get definitive information. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
chirayu |
Posted: Tue Dec 13, 2011 10:44 pm Post subject: |
|
|
Apprentice
Joined: 04 May 2011 Posts: 30
|
i have same version setup on windows machine (32bit) and it has worked successfully.. without any errors..
so thought it might be related to OS bit version..
any thoughts..? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Dec 14, 2011 5:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
chirayu wrote: |
any thoughts..? |
PMR  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
chirayu |
Posted: Sun Jan 01, 2012 10:01 pm Post subject: |
|
|
Apprentice
Joined: 04 May 2011 Posts: 30
|
Solution:
This is know issue when running with MQ 7.1. Currently the supported version for MQ is 7.0.1.
Support for 7.1 will be later on but there is a work around for this issue and that is set the following environment variable before starting the broker:
MQSI_PRELOAD=/opt/mqm/lib64/libmqz_r.so |
|
Back to top |
|
 |
hal |
Posted: Tue Jul 31, 2012 2:06 pm Post subject: |
|
|
Acolyte
Joined: 07 Dec 2005 Posts: 67 Location: New York City, New York
|
Just ran into the same issue when running WebSphere Message Broker 8 with WebSphere MQ 7.1 on RedHat LINUX. Adding the MQSI_PRELOAD environment variable got rid of the errors. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Aug 01, 2012 4:45 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
hal wrote: |
Just ran into the same issue when running WebSphere Message Broker 8 with WebSphere MQ 7.1 on RedHat LINUX. Adding the MQSI_PRELOAD environment variable got rid of the errors. |
Bear in mind that this is still not a supported environment. |
|
Back to top |
|
 |
hal |
Posted: Wed Aug 01, 2012 5:24 am Post subject: |
|
|
Acolyte
Joined: 07 Dec 2005 Posts: 67 Location: New York City, New York
|
|
Back to top |
|
 |
mqjeff |
Posted: Wed Aug 01, 2012 5:30 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
That means LATER FIXPACKS OF 7.0.x, not 7.1 or 7.5.
Neither 7.1 nor 7.5 are officially supported, as far as I know. At the time of this writing. |
|
Back to top |
|
 |
hal |
Posted: Mon Aug 20, 2012 4:28 am Post subject: |
|
|
Acolyte
Joined: 07 Dec 2005 Posts: 67 Location: New York City, New York
|
|
Back to top |
|
 |
|