package test;
import jade.core.Agent;
public class Hello extends Agent {
/**
*
*/
private static final long serialVersionUID = 1L;
protected void setup() {
System.out.println("Hello,My name is:"+getLocalName());
}
public void doDelete() {
// TODO Auto-generated method stub
super.doDelete();
}
}
IDE:Eclipse 导入jade.jar
问题:
Not possible to launch JADE on a remote host (127.0.1.1)
No ICP active 异常
2011-1-26 11:47:31 jade.core.Runtime beginContainer
信息: ----------------------------------
This is JADE snapshot - revision 6357 of 2010/07/06 16:27:34
downloaded in Open Source, under LGPL restrictions,
at http://jade.tilab.com/
----------------------------------------
Retrieving CommandDispatcher for platform null
2011-1-26 11:47:31 jade.imtp.leap.CommandDispatcher addICP
警告: Error adding ICP jade.imtp.leap.JICP.JICPPeer@ab50cd[Error: Not possible to launch JADE on a remote host (127.0.1.1)
. Check the -host and -local-host options.].
2011-1-26 11:47:31 jade.core.AgentContainerImpl joinPlatform
严重: Communication failure while joining agent platform: No ICP active
jade.core.IMTPException: No ICP active
at jade.imtp.leap.LEAPIMTPManager.initialize(LEAPIMTPManager.java:138)
at jade.core.AgentContainerImpl.init(AgentContainerImpl.java:316)
at jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:482)
at jade.core.Runtime.createMainContainer(Runtime.java:165)
at jade.Boot.main(Boot.java:89)
2011-1-26 11:47:31 jade.core.Runtime$1 run
信息: JADE is closing down now.
解决办法:

参数二:

说明:windows xp下,我没有设置-host 127.0.0.1 也可以运行 见: http://mmscau.iteye.com/blog/484211
运行

本文记录了在尝试于远程主机上启动JADE时遇到的问题及解决方案。主要错误为Not possibletolaunch JADE on a remote host和No ICP active。文中详细介绍了异常堆栈跟踪,并提供了解决方案。
1504

被折叠的 条评论
为什么被折叠?



