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

Migration failure: Aborting migration: Timeout to receive migration response has expired

我是 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);

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

 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