Author |
Message
|
abiram8 |
Posted: Wed Jun 12, 2002 11:11 am Post subject: IVTRun -nojndi |
|
|
 Master
Joined: 27 Mar 2002 Posts: 207 Location: India
|
Platform Windows NT
When ver I give the command
IVTRun -nojndi
I get following error
Exception in thread "main" java.lang.NoClassDefFoundError: Files\IBM\MQSeries"\trace
I have Given the proper Classpath & Path as given in the Doccument
D:\Program Files\IBM\MQSeries\Java\Lib
D:\Program Files\Ibm\MQSeries\Java\lib\com.ibm.mq.jar;
D:\Program Files\Ibm\MQSeries\Java\lib\connector.jar;
D:\Program Files\Ibm\MQSeries\Java\lib\com.ibm.mqjms.jar;
D:\Program Files\ibm\MQSeries\Java\lib\jms.jar;
d:\Program Files\ibm\MQSeries\Java\lib\jndi.jar;
D:\Program Files\Ibm\MQSeries\Java\lib\jta.jar;
D:\Program Files\Ibm\MQSeries\Java\lib\ldap.jar;
d:\ProgramFiles\Ibm\MQSeries\Java\lib\providerutil.jar;
D:\Program Files\Ibm\MQSeries\Java\lib\com.ibm.mqiiop.jar;
d:\Program Files\Ibm\MQSeries\Java\lib\mqbind.jar;
d:\Program Files\JavaSoft\Jre\1.3.1\bin;
d:\Program Files\JavaSoft\Jre\1.3.1\lib;
c:\jdk1.3\lib;
Can any one let me know why I get this Error |
|
Back to top |
|
 |
nimconsult |
Posted: Thu Jun 13, 2002 2:24 am Post subject: |
|
|
 Master
Joined: 22 May 2002 Posts: 268 Location: NIMCONSULT - Belgium
|
The script IVTRun also assumes that you have set an environment variable named MQ_JAVA_INSTALL_PATH, set to the installation directory of Java for MQ Series.
Either set this variable or edit the IVTRun.bat according to your needs.
I hope that this will solve your problem
Regards, _________________ Nicolas Maréchal
Senior Architect - Partner
NIMCONSULT Software Architecture Services (Belgium)
http://www.nimconsult.be |
|
Back to top |
|
 |
abiram8 |
Posted: Thu Jun 13, 2002 7:00 am Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 207 Location: India
|
Hi,
As doccumentr shows that the setting of the MQ_JAVA_INSTALL_PATH is not a mandatory but any how I have set to the same
D:\Programe Files\IBM\MQSeries\Java
Then also I could not get the Solutions
Can you suggest me the diffrent
Thanks |
|
Back to top |
|
 |
yatheen |
Posted: Thu Jun 13, 2002 11:57 pm Post subject: Re: IVTRun -nojndi |
|
|
Newbie
Joined: 27 Mar 2002 Posts: 2 Location: INDIA
|
Hi !
I got same problem,but I solved like this.
1. set path C:\Prgram Files\IBM\MQSeries\Java\lib;
2. Through Command Line promt go to C:\Prgram Files\IBM\MQSeries\Java\lib---and then give IVTRun -nojndi command.
it will run.
Bye
A Y YAdav
abiram8 wrote: |
Platform Windows NT
When ver I give the command
IVTRun -nojndi
I get following error
Exception in thread "main" java.lang.NoClassDefFoundError: Files\IBM\MQSeries"\trace
I have Given the proper Classpath & Path as given in the Doccument
D:\Program Files\IBM\MQSeries\Java\Lib
D:\Program Files\Ibm\MQSeries\Java\lib\com.ibm.mq.jar;
D:\Program Files\Ibm\MQSeries\Java\lib\connector.jar;
D:\Program Files\Ibm\MQSeries\Java\lib\com.ibm.mqjms.jar;
D:\Program Files\ibm\MQSeries\Java\lib\jms.jar;
d:\Program Files\ibm\MQSeries\Java\lib\jndi.jar;
D:\Program Files\Ibm\MQSeries\Java\lib\jta.jar;
D:\Program Files\Ibm\MQSeries\Java\lib\ldap.jar;
d:\ProgramFiles\Ibm\MQSeries\Java\lib\providerutil.jar;
D:\Program Files\Ibm\MQSeries\Java\lib\com.ibm.mqiiop.jar;
d:\Program Files\Ibm\MQSeries\Java\lib\mqbind.jar;
d:\Program Files\JavaSoft\Jre\1.3.1\bin;
d:\Program Files\JavaSoft\Jre\1.3.1\lib;
c:\jdk1.3\lib;
Can any one let me know why I get this Error |
|
|
Back to top |
|
 |
abiram8 |
Posted: Fri Jun 14, 2002 11:12 pm Post subject: |
|
|
 Master
Joined: 27 Mar 2002 Posts: 207 Location: India
|
Hi,
I have tried using the PATH Given by you but Iam getting the same Error
I have installed the MQ Pub-sub on
D:\Program Files\IBM\MQSeries\Java\bin
I gave the Same PATH applied but did not work
Can you give me few more solutions
Thanks
R.Abiram |
|
Back to top |
|
 |
vanvught |
Posted: Mon Jun 17, 2002 2:40 am Post subject: |
|
|
 Apprentice
Joined: 02 Jul 2001 Posts: 35 Location: The Netherlands
|
Hi,
I am using the following setup:
echo off
set classpath=C:\PROGRA~1\IBM\MQSeries\java\lib\com.ibm.mq.jar
set classpath=%classpath%;C:\PROGRA~1\IBM\MQSeries\java\lib\com.ibm.mqjms.jar
set classpath=%classpath%;C:\PROGRA~1\IBM\MQSeries\java\lib\jms.jar
set classpath=%classpath%;C:\PROGRA~1\IBM\MQSeries\java\lib\jndi.jar
set classpath=%classpath%;C:\PROGRA~1\IBM\MQSeries\java\lib\providerutil.jar
set classpath=%classpath%;C:\PROGRA~1\IBM\MQSeries\java\lib\ldap.jar
set classpath=%classpath%;C:\PROGRA~1\IBM\MQSeries\java\lib\jta.jar
set classpath=%classpath%;C:\PROGRA~1\IBM\MQSeries\java\lib\fscontext.jar
set path=%path%;C:\PROGRA~1\IBM\MQSeries\java\bin
set classpath=%classpath%;.
echo on
and releases:
MQSeries classes for Java version V5.2.0.1
MQSeries classes for Java Message Service (JMS) V5.200
Hope this helps. |
|
Back to top |
|
 |
|