Author |
Message
|
kishoreraju |
Posted: Wed Mar 08, 2006 1:48 am Post subject: Config manager error |
|
|
Disciple
Joined: 30 Sep 2004 Posts: 156
|
Hi
Presenltly i am working with MB 6.0
I have my config mgr , broker and toolkit are on the same windows mechine.
when i am trying to connet the configuration manager from toolkit it is giving following exception ( it is not new a configuration . i am using the same configuration and manager from 2 months .Suddenly today i got this error.i tried by changing configuration proxy and queue manager log page size like that to make it work) can any one help on this.
b6config ) Unexpected exception in ConfigurationManager class 'initialize' method; exception text: ''java.lang.NoSuchFieldError: msgToken'', ''msgToken''.
An exception was caught by the ConfigurationManager class 'initialize' method while the Configuration Manager was being started or stopped. The exception text is: 'java.lang.NoSuchFieldError: msgToken', 'msgToken'.
Retry the operation. If the exception still occurs, contact your IBM support center. |
|
Back to top |
|
 |
mqmatt |
Posted: Wed Mar 08, 2006 2:59 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
|
Back to top |
|
 |
kishoreraju |
Posted: Sat Mar 11, 2006 1:42 am Post subject: Solved(config Manager Error) |
|
|
Disciple
Joined: 30 Sep 2004 Posts: 156
|
Thanks for your help.
its working by changing the classpath... |
|
Back to top |
|
 |
jbanoop |
Posted: Fri Mar 24, 2006 10:50 pm Post subject: |
|
|
Chevalier
Joined: 17 Sep 2005 Posts: 401 Location: SC
|
Hi Matt,
Is this an issue with config mgr for version 5 of WBIMB or is this specific to version 6 ? The reason why I am asking this is i remember doing a default MQ install (ver 5.3) (in which I believe the jars would not be added in <mq install>/java/lib ) an still being able to work with configuration manager and the broker. Do correct me if i am wrong.
Regards,
Anoop |
|
Back to top |
|
 |
mqmatt |
Posted: Mon Mar 27, 2006 3:53 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Hi Anoop,
I haven't tried it, although I suspect that the same problem will occur if you try and use MQ v6 with MB v5, because MB v5 also contains embedded copies of the MQ v5.3 classes.
If so, the fix for MB v5 might be a touch more complicated; I seem to remember that the v5 Config Manager appends the user's classpath to the classes from the MB installation (i.e. the JARs in the broker's 'classes' directory take precedence over anything you've got installed on the system), which means that installing the Java component of MQ v6 will have no effect; you would need to replace the MQ JARs in the broker's classes directory with the MQ v6 ones.
Hope that makes sense; I'm a bit confused now
-Matt |
|
Back to top |
|
 |
rehab_desoki |
Posted: Thu Aug 10, 2006 3:39 am Post subject: I have this Problem also |
|
|
Novice
Joined: 25 Oct 2005 Posts: 18
|
I have this Problem also when i start the windows although the classes of mq are in the CLASSPATH
My CLASSPATH :
C:\Program Files\IBM\WebSphere MQ\Java\lib\providerutil.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mqjms.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\ldap.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jta.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jndi.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\jms.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\connector.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\fscontext.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib\com.ibm.mq.jar;C:\Program Files\IBM\WebSphere MQ\lib\com.ibm.mqetclient.jar;.;C:\PROGRA~1\IBM\SQLLIB\java\db2java.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc.jar;C:\PROGRA~1\IBM\SQLLIB\java\sqlj.zip;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cisuz.jar;C:\PROGRA~1\IBM\SQLLIB\java\db2jcc_license_cu.jar;C:\PROGRA~1\IBM\SQLLIB\bin;C:\PROGRA~1\IBM\SQLLIB\java\common.jar;C:\Program Files\IBM\DistHub\v2\classes\dhbbroker.jar;C:\Program Files\IBM\DistHub\v2\classes\dhcore.jar;C:\Program Files\IBM\DistHub\v2\classes\3xport.jar;C:\Program Files\IBM\DistHub\v2\classes\rmm.jar;D:\Program Files\IBM\DistHub\v2\classes\dhbbroker.jar;D:\Program Files\IBM\DistHub\v2\classes\dhcore.jar;D:\Program Files\IBM\DistHub\v2\classes\3xport.jar;D:\Program Files\IBM\DistHub\v2\classes\rmm.jar
and I cant make a connection from Config manager from the broker toolkit and get the following error
BIP0889E An exception occured while communicating with the Configuration Manager on Trial_QM
Reason:
Websphere Studion is experiencing problems communicating with the configuration Manager on Trial1_QM
Ensure the configuration manager is available if so, do the following:
1)Select the windows > Preferences
2)Select the Broker Administration > Configuration Manager Proxy Pereferences
.............
any body can help me please |
|
Back to top |
|
 |
mqmatt |
Posted: Thu Aug 10, 2006 4:00 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Remove the spaces in your CLASSPATH as it causes problems. For instance, change "Program Files" to "progra~1". |
|
Back to top |
|
 |
|