迁移失败:中止迁移:接收迁移响应的超时已过期

时间:2015-02-15 18:24:16

标签: java agents-jade

我是JADE的新手,在尝试将移动代理发送到远程端时我收到错误MIGRATION FAILURE。即使在网上搜索后我也无法弄清楚是什么导致了这样的错误。请对此进行排序。

这就是我尝试发送移动代理的方式

AID remoteAMS = new AID("ams@192.168.2.7:12345/JADE", AID.ISGUID);
remoteAMS.addAddresses("http://vishnu-PC:7778/acc");                             
PlatformID destination = new PlatformID(remoteAMS);
agent.doMove(destination);

1 个答案:

答案 0 :(得分:0)

嘿,在搜索了自己之后,社区没有帮助我通过以下方式找到自己: -

 IPMS version required was 1.2 for JADE 4.3.2

使用cmd为我想要发送移动代理的平台设置以下命令

 -services     jade.core.mobility.AgentMobilityService;jade.core.migration.InterPlatformMobilityService -accept-foreign-agents true