Author |
Message
|
KAK |
Posted: Mon Apr 07, 2014 9:20 pm Post subject: Multinstance Queuemanagers and Brokers for High Availabilty |
|
|
Novice
Joined: 24 May 2013 Posts: 12
|
When I am entering the mqsilist command,I got the following error .Can anybody help me.......
===========================================
BIP8075E: A Java exception was caught from class 'com/ibm/broker/config/util/MQSIList.main'. The text is 'java.lang.ClassCastException: com.ibm.broker.config.proxy.ConfigManagerProxyLoggedException incompatible with com.ibm.broker.config.proxy.ConfigManagerProxyLoggedMQException'.
A Java exception was caught via the JNI.
Check preceding messages for related errors and retry the operation. If the exception still occurs, contact your IBM support center.
Thanks&Regards......... |
|
Back to top |
|
 |
smdavies99 |
Posted: Mon Apr 07, 2014 10:10 pm Post subject: |
|
|
 Jedi Council
Joined: 10 Feb 2003 Posts: 6076 Location: Somewhere over the Rainbow this side of Never-never land.
|
We will need a lot more detail from you about this problem before we can really help you here.
Version? Including fixpack
Platform?
How you created the broker & queue manager?
Does the QMGR failover correctly if you are in an active passive setup?
Which system were you on when you entered the command? _________________ 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 |
|
 |
KAK |
Posted: Mon Apr 07, 2014 10:57 pm Post subject: |
|
|
Novice
Joined: 24 May 2013 Posts: 12
|
smdavies99 wrote: |
We will need a lot more detail from you about this problem before we can really help you here.
Version? Including fixpack
Platform?
How you created the broker & queue manager?
Does the QMGR failover correctly if you are in an active passive setup?
Which system were you on when you entered the command? |
I am using RHEL 6.2 X86_64 on Vmware workstation
I installed websphere mq v 7.1.0.3 and Message broker v7.0+fixpack 7.0.0.5 in my Rhel 6.2
The Queuemanager is correctly swithover from node1 to node2 |
|
Back to top |
|
 |
Esa |
Posted: Mon Apr 07, 2014 11:40 pm Post subject: |
|
|
 Grand Master
Joined: 22 May 2008 Posts: 1387 Location: Finland
|
KAK wrote: |
The Queuemanager is correctly swithover from node1 to node2 |
But the broker obviously is not? |
|
Back to top |
|
 |
asterix20 |
Posted: Wed Apr 01, 2015 7:15 am Post subject: |
|
|
Newbie
Joined: 04 Mar 2011 Posts: 6
|
I've got same.
RHEL 6.6 x86_64 on esxi
IIB 9.0.0.2
Is any solution - how to find cause and resolve the error? |
|
Back to top |
|
 |
Vitor |
Posted: Wed Apr 01, 2015 7:56 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
asterix20 wrote: |
Is any solution - how to find cause and resolve the error? |
As above - the failover is incomplete. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
asterix20 |
Posted: Wed Apr 01, 2015 8:39 am Post subject: |
|
|
Newbie
Joined: 04 Mar 2011 Posts: 6
|
Found the error
It was not an incomplete failover, because I got this error just after start instance only on one node.
Checked /var/log/messages and found there error message
Code: |
rsb-ascmosiib1 IIB[22109]: IBM Integration Bus v9002 (MB2) [Thread 22154] (Msg 1/1) BIP2111E: Message broker internal error: diagnostic information 'ImbUuid::ImbUuid() reported 'Failed to create a UUID' with values... '1''. |
And solution was that I need to add hostname to /etc/hosts
http://www.mqseries.net/phpBB/viewtopic.php?p=367849#367849 |
|
Back to top |
|
 |
Vitor |
Posted: Wed Apr 01, 2015 8:56 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
asterix20 wrote: |
Found the error
It was not an incomplete failover, because I got this error just after start instance only on one node.
Checked /var/log/messages and found there error message
Code: |
rsb-ascmosiib1 IIB[22109]: IBM Integration Bus v9002 (MB2) [Thread 22154] (Msg 1/1) BIP2111E: Message broker internal error: diagnostic information 'ImbUuid::ImbUuid() reported 'Failed to create a UUID' with values... '1''. |
And solution was that I need to add hostname to /etc/hosts
http://www.mqseries.net/phpBB/viewtopic.php?p=367849#367849 |
Okay, incomplete failover configuration.... _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Wed Apr 01, 2015 9:02 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Also, simply for future readers.
A broker does not normally shut down simply because the queue manager it is bound to stops.
So if you want the broker to fail over when the queue manager fails over - you must configure things to fail the broker when the queue manager goes down. |
|
Back to top |
|
 |
|