Author |
Message
|
narendrach |
Posted: Fri Sep 29, 2006 3:39 am Post subject: Configuration Manager Problem |
|
|
Voyager
Joined: 29 Jun 2005 Posts: 78
|
Hi
Environment is MQ5 CSD7
MB 5 Fixpac 6
i am facing a Problem with my configuration Manager startup
it is showing status of the configuration Manager as started in Services
But in TaskManager, i can find the service in taskmanager .after some time it automatically disappering in taskmanager
and i can't able to connect the configuration Manager from ToolKit
and i found this Message in Event Viewer
( ConfigMgr ) Java exception caught via the JNI from the ConfigurationManager.initialize class: exception text 'java.lang.VerifyError: (class: com/ibm/broker/config/XMLDecoder, method: getDocument signature: (Ljava/lang/String;)Lorg/w3c/dom/Document;) Incompatible object argument for method call'.
This may be an internal error, possibly due to a faulty installation, however review of the exception text may indicate a solution. In particular, if (on NT) the text indicates that mqjbnd02 cannot be found then this suggests that your PATH environment variable has not been set up correctly following WebSphere Business Integration classes for Java installation.
i have set all the PATH and every thing correctely,
and i also set the path of mqjbnd02.dll in my PATH..
here is my PATH
C:\Program Files\IBM\WebSphere Business Integration Message Brokers\classes\config.jar;C:\Program Files\IBM\WebSphere MQ\Java\lib;%SystemRoot%\system32;%SystemRoot%;%SystemRoot%\System32\Wbem;C:\DominoData;H:\DominoData;C:\Program Files\Lotus Notes;c:\orant\bin;C:\PROGRA~1\COMPUT~1\SCANEN~1;C:\PROGRA~1\COMPUT~1\ETRUST~1;C:\PROGRA~1\FileNET\IDM;C:\PROGRA~1\FileNET\Shared;C:\Program Files\FileNET\VW;C:\Program Files\FileNET\FNSW\CLIENT\BIN;C:\Program Files\FileNET\FNSW\CLIENT\SHOBJ;C:\CA_APPSW;C:\PROGRA~1\IBM\SQLLIB\BIN;C:\PROGRA~1\IBM\SQLLIB\FUNCTION;C:\PROGRA~1\IBM\SQLLIB\SAMPLES\REPL;C:\Program Files\IBM\WebSphere MQ\bin;C:\Program Files\IBM\WebSphere MQ\tools\c\samples\bin;C:\PROGRA~1\COMPUT~1\INOCUL~1;C:\orant;C:\Program Files\Rational\ClearCase\bin;C:\Program Files\Rational\common;C:\oracle\ora90\bin;C:\Program Files\Oracle\jre\1.1.8\bin;%ANT_HOME%\bin;C:\Program Files\IBM\WebSphere Business Integration Message Brokers\bin _________________ Narendra CH |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Sep 29, 2006 4:22 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Not sure if it's the cause of your problem, but you shouldn't have JAR files nor spaces in your PATH. Suggest removing them (replacing the directory names with DOS equivalents, such as progra~1) and trying again. |
|
Back to top |
|
 |
narendrach |
Posted: Fri Sep 29, 2006 6:15 am Post subject: |
|
|
Voyager
Joined: 29 Jun 2005 Posts: 78
|
HI,
tried it no change
same problem _________________ Narendra CH |
|
Back to top |
|
 |
mqmatt |
Posted: Fri Sep 29, 2006 7:34 am Post subject: |
|
|
 Grand Master
Joined: 04 Aug 2004 Posts: 1213 Location: Hursley, UK
|
Looks like the CM is somehow picking up an invalid XML parser.
Sounds like a PMR, but what's the value of the CLASSPATH variable in your broker environment? |
|
Back to top |
|
 |
narendrach |
Posted: Mon Oct 02, 2006 2:25 am Post subject: |
|
|
Voyager
Joined: 29 Jun 2005 Posts: 78
|
Hi matt,
This is 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 Business Integration Message Brokers\bin;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:\BrokerPlugins\xercesImpl.jar;C:\BrokerPlugins\xml-apis.jar;C:\jdk1.3\lib;C:\BrokerPlugins\activation.jar;C:\BrokerPlugins\smtp.jar;C:\BrokerPlugins\mailapi.jar;C:\BrokerPlugins\AcifCommon.jar;
This are Broker
Install Path = C:/Program Files/IBM/WebSphere Business Integration Message Brokers
Working Path = C:/Program Files/IBM/WebSphere Business Integration Message Brokers _________________ Narendra CH |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon Oct 02, 2006 2:42 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Change all of those C:\Program Files\IBM\Websphere MQ and C:\Program Files\IBM\WebSphere Business Integration Message Broker\ entries to short paths, not long paths. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|