Author |
Message
|
JYama |
Posted: Wed Aug 23, 2006 5:47 pm Post subject: Unable to start a configmgr on AIX 5.3 |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Hi all,
I'm in trouble with mqsistart.
When I issued mqsistart command, I got BIP1002S in my syslog.
It said ''java.lang.NoClassDefFoundError: com/ibm/mq/MQException'、'com/ibm/mq/MQException'; WMBCM.agent: /build/S000_P/src/DataFlowEngine/NativeTrace/ImbNativeTrace.cpp: 711: ConfigurationManager.initialize: WMBCM: WMBCM'
As a solution, I added some MQ jar files (ex.com.ibm.mq.jar) to the classpath, but the situation didn't change.
I have completely no idea what's going on.
Does anybody know the solution?
I'm using WMBv6.0.0.0 on AIX and I built a configuration manager on AIX.
Many thanks in advance.
Yama |
|
Back to top |
|
 |
wschutz |
Posted: Wed Aug 23, 2006 5:59 pm Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Are you running mqsiprofile before you issue the start command? _________________ -wayne |
|
Back to top |
|
 |
JYama |
Posted: Wed Aug 23, 2006 8:25 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Quote: |
Are you running mqsiprofile before you issue the start command? |
Yes, I am.
In addition to mqsiprofile, I'm also running db2profile. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Aug 23, 2006 8:29 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
JYama wrote: |
In addition to mqsiprofile, I'm also running db2profile. |
You may need to check that some entries like path, classpath, library path are in fact cumulative and not overwriting one another.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
JYama |
Posted: Wed Aug 23, 2006 9:50 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Quote: |
You may need to check that some entries like path, classpath, library path are in fact cumulative and not overwriting one another. |
Thank you very much for your help.
OK, I'll try it.
I'm alternatively thinking building a configmgr on Windows may be another idea instead of an configmgr on AIX.
Cheers
Yama |
|
Back to top |
|
 |
wschutz |
Posted: Thu Aug 24, 2006 1:54 am Post subject: |
|
|
 Jedi Knight
Joined: 02 Jun 2005 Posts: 3316 Location: IBM (retired)
|
Well ... "com/ibm/mq/MQException.class" is in com.ibm.mq.jar, so is that in the classpath?
btw...it needs to be in the classpath of the environment of the service userid that you are running the broker in, ie: mqsiusr, or whatever you set on the mqsicreate command. To be clear, that user must run mqsiprofile in its environment .... _________________ -wayne |
|
Back to top |
|
 |
JYama |
Posted: Thu Aug 24, 2006 5:26 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 281
|
Quote: |
Well ... "com/ibm/mq/MQException.class" is in com.ibm.mq.jar, so is that in the classpath? |
Yes, it is in the classpath.
Also I recently installed FP2(v6.0.0.2) but my configmgr didn't start successfully.
However, I can successfully start a broker on my AIX.
What's wrong?
As a temporary solution, I built a configmgr on my Windows and it's working without any troubles. |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 24, 2006 5:42 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You won't be getting errors complaining about a DataFlowEngine if the ConfigMgr can't start, I'm pretty sure.
So either you are not diagnosing your ConfigMgr problem correctly, or you're trying ot have us diagnose two completely separate problems as if they were one.
Start simple.
Stop every broker component on the machine.
Stop MQ.
Clear your logs.
Start your queue manager.
Make sure it starts up fine.
Start your configmgr.
See what the log says. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|