ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » IVTRun -nojndi

Post new topic  Reply to topic
 IVTRun -nojndi « View previous topic :: View next topic » 
Author Message
abiram8
PostPosted: Wed Jun 12, 2002 11:11 am    Post subject: IVTRun -nojndi Reply with quote

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
View user's profile Send private message Send e-mail
nimconsult
PostPosted: Thu Jun 13, 2002 2:24 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail Visit poster's website
abiram8
PostPosted: Thu Jun 13, 2002 7:00 am    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
yatheen
PostPosted: Thu Jun 13, 2002 11:57 pm    Post subject: Re: IVTRun -nojndi Reply with quote

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
Quote:
Back to top
View user's profile Send private message Send e-mail Yahoo Messenger
abiram8
PostPosted: Fri Jun 14, 2002 11:12 pm    Post subject: Reply with quote

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
View user's profile Send private message Send e-mail
vanvught
PostPosted: Mon Jun 17, 2002 2:40 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » IVTRun -nojndi
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.