Author |
Message
|
jmudau |
Posted: Tue Apr 12, 2005 1:58 am Post subject: Error Creating Configuration manager |
|
|
Novice
Joined: 12 Apr 2005 Posts: 14
|
I have MQSeries 5.3 ,WMQI 2.1 and DB2 71 on WINDOWS 2000.
I am having a problem creating a configuration manager and i get the error below :
BIP8055E: Unable to load a java class or method
This command attemps to use a java class or method but was unable to run a class or method,ensure that the required java archives(jar files) are in the brokers classes directory.
Please help. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Apr 12, 2005 3:43 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Do you have java installed on this machine?
Did you install the Java API for MQ, when you installed MQ? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
_dave_ |
Posted: Tue Apr 12, 2005 4:03 am Post subject: |
|
|
Apprentice
Joined: 08 Apr 2005 Posts: 33 Location: IBM Hursley
|
Hi,
BIP8055 is written to the system log when a particular class cannot be located. This is done after the creation of the JVM, so my guess is that Java is available else we would also see a JVM initialisation error.
The two main classes required here are config.jar and bipbroker.jar. Can you check the <product install>/classes directory that both of these Jar files exist?
The BIP8055 error message normally outputs the name of the class it is unable to find, did you see that? |
|
Back to top |
|
 |
jmudau |
Posted: Tue Apr 12, 2005 5:48 am Post subject: |
|
|
Novice
Joined: 12 Apr 2005 Posts: 14
|
The error was
Unable to load java class or method 'Trace.turn TraceOn'.
I have checked the classes config.jar and bipbroker.jar ,they both exist under the </product install> /classes directory. |
|
Back to top |
|
 |
_dave_ |
Posted: Tue Apr 12, 2005 6:05 am Post subject: |
|
|
Apprentice
Joined: 08 Apr 2005 Posts: 33 Location: IBM Hursley
|
Hi,
Trace.traceTurnedOn() only appeared in v5. My guess is that the jars you are picking up are the old v2.1 jars, not the new v5 jars.
Please can you check your classpath and search for bipbroker.jar?
Thanks. |
|
Back to top |
|
 |
_dave_ |
Posted: Tue Apr 12, 2005 8:26 am Post subject: |
|
|
Apprentice
Joined: 08 Apr 2005 Posts: 33 Location: IBM Hursley
|
Just thought, you won't be able to check your classpath as it is generated by WMQI when the command runs. I still think though that you must be picking up an old version of bipbroker.jar. |
|
Back to top |
|
 |
jmudau |
Posted: Tue Apr 12, 2005 11:50 pm Post subject: Problem Solved |
|
|
Novice
Joined: 12 Apr 2005 Posts: 14
|
The reason why i was having this problem is due to a conflict in v 2.1 and v5.What i did is unistall both and reintsalled v 2.1.It is now working.
Thanks for the assistance,really appreciate it. |
|
Back to top |
|
 |
_dave_ |
Posted: Wed Apr 13, 2005 12:15 am Post subject: |
|
|
Apprentice
Joined: 08 Apr 2005 Posts: 33 Location: IBM Hursley
|
|
Back to top |
|
 |
|