Author |
Message
|
lancelotlinc |
Posted: Fri Oct 04, 2013 3:44 am Post subject: |
|
|
Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
smdavies99 wrote: |
lancelotlinc wrote: |
Whomever installed your IIB should be kept far away from any of your other applications as their depth of knowledge is questionable. |
Should it be
'Whoever CONFIGURED your broker should be....'
configuring the broker with the right username etc is what's wrong. AFAIK, they don't need to reinstall |
That depends. Often the file folder ownership for files is also goofed up when this happens. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
|
mqsiman |
Posted: Fri Oct 04, 2013 9:13 am Post subject: |
|
|
Novice
Joined: 01 Oct 2013 Posts: 12
|
lancelotlinc wrote: |
smdavies99 wrote: |
lancelotlinc wrote: |
Whomever installed your IIB should be kept far away from any of your other applications as their depth of knowledge is questionable. |
Should it be
'Whoever CONFIGURED your broker should be....'
configuring the broker with the right username etc is what's wrong. AFAIK, they don't need to reinstall |
That depends. Often the file folder ownership for files is also goofed up when this happens. |
Like I said in my first post, we're all new to Broker/IIB development. Could running the broker as mqm be causing my error though? |
|
Back to top |
|
|
lancelotlinc |
Posted: Fri Oct 04, 2013 9:55 am Post subject: |
|
|
Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
mqsiman wrote: |
lancelotlinc wrote: |
smdavies99 wrote: |
lancelotlinc wrote: |
Whomever installed your IIB should be kept far away from any of your other applications as their depth of knowledge is questionable. |
Should it be
'Whoever CONFIGURED your broker should be....'
configuring the broker with the right username etc is what's wrong. AFAIK, they don't need to reinstall |
That depends. Often the file folder ownership for files is also goofed up when this happens. |
Like I said in my first post, we're all new to Broker/IIB development. Could running the broker as mqm be causing my error though? |
No telling what else is wrong, since the very basic concepts were not followed during the install. _________________ http://leanpub.com/IIB_Tips_and_Tricks
Save $20: Coupon Code: MQSERIES_READER |
|
Back to top |
|
|
smdavies99 |
Posted: Fri Oct 04, 2013 10:05 am Post subject: |
|
|
Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
lancelotlinc wrote: |
No telling what else is wrong, since the very basic concepts were not followed during the install. |
I beg to differ. I did an install of IB9 onto a CentOS 6.4 system earlier today.
Configuring the broker using the mqm user ID didn't work.
Changing the use to another one who is a member of the mqbrkrs and mqm groups worked.
It was nothing to do with the installation. On Linux this is done using RPM under the covers so unless you mess up the file/directory ownerships post install they are correct. _________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
|
mqsiman |
Posted: Fri Oct 04, 2013 12:03 pm Post subject: |
|
|
Novice
Joined: 01 Oct 2013 Posts: 12
|
We noticed one more thing.
Every time we run mqsicvp DEVBROKER -n MDMDB
the following is logged to the /var/log/messages file
Oct 4 14:58:44 myserverhostname IIB[27439]: IBM Integration Bus v9000 (DEVBROKER) [Thread 27439] (Msg 1/1) BIP2801E: Unable to load implementation file '/opt/ibm/IE02/2.0.1/lib/libodbcinterface.so', rc=/opt/ibm/IE02/2.0.1/lib/libodbcinterface.so: wrong ELF class: ELFCLASS32. |
|
Back to top |
|
|
fjb_saper |
Posted: Fri Oct 04, 2013 12:15 pm Post subject: |
|
|
Grand High Poobah
Joined: 18 Nov 2003 Posts: 20729 Location: LI,NY
|
mqsiman wrote: |
We noticed one more thing.
Every time we run mqsicvp DEVBROKER -n MDMDB
the following is logged to the /var/log/messages file
Oct 4 14:58:44 myserverhostname IIB[27439]: IBM Integration Bus v9000 (DEVBROKER) [Thread 27439] (Msg 1/1) BIP2801E: Unable to load implementation file '/opt/ibm/IE02/2.0.1/lib/libodbcinterface.so', rc=/opt/ibm/IE02/2.0.1/lib/libodbcinterface.so: wrong ELF class: ELFCLASS32. |
Wrong ELF class means that you are trying to load a 32 bit library into a 64 bit process, or vice versa.
Something might be wrong with your library path (LD_LIBRARY_PATH?). _________________ MQ & Broker admin |
|
Back to top |
|
|
mqsiman |
Posted: Fri Oct 04, 2013 2:50 pm Post subject: |
|
|
Novice
Joined: 01 Oct 2013 Posts: 12
|
fjb_saper wrote: |
mqsiman wrote: |
We noticed one more thing.
Every time we run mqsicvp DEVBROKER -n MDMDB
the following is logged to the /var/log/messages file
Oct 4 14:58:44 myserverhostname IIB[27439]: IBM Integration Bus v9000 (DEVBROKER) [Thread 27439] (Msg 1/1) BIP2801E: Unable to load implementation file '/opt/ibm/IE02/2.0.1/lib/libodbcinterface.so', rc=/opt/ibm/IE02/2.0.1/lib/libodbcinterface.so: wrong ELF class: ELFCLASS32. |
Wrong ELF class means that you are trying to load a 32 bit library into a 64 bit process, or vice versa.
Something might be wrong with your library path (LD_LIBRARY_PATH?). |
This may be happening because we installed the Linux x_86_64 version of IIB9 but the x_86 version of IIB9 ODBC Database Extender. However there is no download for Linux x_86_64 IIB9 Database Extender on the IBM site. |
|
Back to top |
|
|
smdavies99 |
Posted: Sat Oct 05, 2013 1:53 am Post subject: |
|
|
Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
Did you install a downloaded version of IE02 OR the one that comes packaged inside the Broker Runtime 64bit kit?
inside the
Code: |
integrationbus.amd64_linux_2.rt.tar/integrationbus_runtime1/
|
directory I see a directory labelled IE02
This contains
Code: |
ie02.pdf 67,510 bytes
install-ie02.bin 70,833,416 bytes
|
_________________ WMQ User since 1999
MQSI/WBI/WMB/'Thingy' User since 2002
Linux user since 1995
Every time you reinvent the wheel the more square it gets (anon). If in doubt think and investigate before you ask silly questions. |
|
Back to top |
|
|
mqsiman |
Posted: Mon Oct 07, 2013 7:17 am Post subject: |
|
|
Novice
Joined: 01 Oct 2013 Posts: 12
|
smdavies99 wrote: |
Did you install a downloaded version of IE02 OR the one that comes packaged inside the Broker Runtime 64bit kit?
inside the
Code: |
integrationbus.amd64_linux_2.rt.tar/integrationbus_runtime1/
|
directory I see a directory labelled IE02
This contains
Code: |
ie02.pdf 67,510 bytes
install-ie02.bin 70,833,416 bytes
|
|
I downloaded IE02 separately from IBM. After your post, we looked around and found the 64 bit installler on the box, then uninstalled the 32 bit and isntalled the 64 bit. The issue is now resolved. Thank you everyone for your help. Hopefully someone else will benefit from this thread as well. |
|
Back to top |
|
|
deecee |
Posted: Thu Dec 17, 2015 9:02 am Post subject: |
|
|
Acolyte
Joined: 11 Sep 2014 Posts: 51
|
Hello,
I am facing the same issue currently.
Was this problem rectified? If so, could you please tell me how it was. |
|
Back to top |
|
|
Vitor |
Posted: Thu Dec 17, 2015 9:37 am Post subject: |
|
|
Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
deecee wrote: |
Was this problem rectified? If so, could you please tell me how it was. |
mqsiman wrote: |
I downloaded IE02 separately from IBM. After your post, we looked around and found the 64 bit installler on the box, then uninstalled the 32 bit and isntalled the 64 bit |
_________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
|
|