Subject: RE: [jade-develop] Exception in thread
From: Bellifemine Fabio (Fabio.Bellifemine@TILAB.COM)
Date: Tue Jul 30 2002 - 10:54:27 MET DST
JADE source includes the idl interface defined by FIPA that represent
the IIOP-based MTP.
This interface is already compiled in the release that we distribute via
the Web.
Probably you have executed idlj (idl to java), created the new java
classes that represent the IDL interface, compiled with one version of
JDK and executed with another version of JDK.
If you use JDK1.2, then it is better you do not execute idlj and you
use, instead, the java classes distributed with JADE (there infact a
known bug in that version of idlj).
If you use JDK1.3 or JDK1.4, then you can rexecute idlj (by using idlj
for JDK1.3 or 1.4), but then remind both to compile and execute JADE by
using JDK1.3 or higher. The generated java classes are no more
compatible with JDK1.2
As you probably know already, the command 'java -version' tells you
which version of java you are using.
Hope this helps.
-----Original Message-----
From: Saadat ALHASHMI(CMS) [mailto:S.Alhashmi@shu.ac.uk]
Sent: 30 July 2002 01:40
To: jade-develop@sharon.cselt.it
Subject: [jade-develop] Exception in thread
Hi,
my jade environment was working suddenly it started giving this message
please let me know what's wrong with it
Cheers
C:\jade>java jade.Boot -gui
This is JADE 2.6 - 2002/07/19 09:32:33
downloaded in Open Source, under LGPL restrictions,
at http://jade.cselt.it/
Exception in thread "main" java.lang.NoClassDefFoundError:
org/omg/CosNaming/Nam
ingContextOperations
at
jade.mtp.iiop.MessageTransportProtocol.activate(MessageTransportProto
col.java:190)
at jade.core.FullAcc.addMTP(FullAcc.java:326)
at
jade.core.AgentContainerImpl.installMTP(AgentContainerImpl.java, Comp
iled Code)
at jade.core.FullAcc.initialize(FullAcc.java, Compiled Code)
at
jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java, Co
mpiled Code)
at jade.core.Runtime.createMainContainer(Runtime.java:95)
at jade.Boot.<init>(Boot.java:175)
at jade.Boot.main(Boot.java:68)
_______________________________________________
jade-develop mailing list
jade-develop@sharon.cselt.it
http://sharon.cselt.it/mailman/listinfo/jade-develop
UNSUBSCRIBE INSTRUCTIONS AT http://jade.cselt.it/mailing.htm#unsubscribe
====================================================================
CONFIDENTIALITY NOTICE
This message and its attachments are addressed solely to the persons
above and may contain confidential information. If you have received
the message in error, be informed that any use of the content hereof
is prohibited. Please return it immediately to the sender and delete
the message. Should you have any questions, please contact us by
replying to MailAdmin@tilab.com. Thank you
====================================================================
This archive was generated by hypermail 2a22 : Tue Jul 30 2002 - 10:55:04 MET DST