Hello, could you help me with this, I'm starting JADE now, and I'm trying to start two agents, however it gives the following exception:
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:320)
at jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:494)
at jade.core.Runtime.createMainContainer(Runtime.java:159)
at jade.Boot.main(Boot.java:89)
The run configuration is as follows:
Main Class:
jade.Boot
Arguments:
-gui -agents vendedor: examples.bookTrading.BookSellerAgent; comprador: examples.bookTrading.BookBuyerAgent