l'agent SimpleAgent va lancer les deux agents AgentA et AgentB
---------------------------------------
----------------Seq1----------------
---------------------------------------
en attente de l agent Seq2
----------------Seq2----------------
envoi de la question= ..............
en attente de l agent Seq2
la reponse = ..............
envoi de la question= ..............
fin de l'agent
ERROR: Agent Seq1 died without being properly terminated !!!
State was 2
21 déc. 2010 19:37:04 jade.core.messaging.MessagingService boot
INFO: MTP addresses:
http://sweet-74721f200.lan:2211/acc
21 déc. 2010 19:37:04 jade.core.AgentContainerImpl joinPlatform
INFO: --------------------------------------
Agent container Container-1@192.168.1.64 is ready.
--------------------------------------------
*** Uncaught Exception for agent Seq1 ***
java.lang.RuntimeException: Inconsistent FSM. State: envoiQuestion event: 1
at jade.core.behaviours.FSMBehaviour.handleInconsistentFSM(FSMBehaviour.java:377)
at jade.core.behaviours.FSMBehaviour.scheduleNext(FSMBehaviour.java:369)
at jade.core.behaviours.CompositeBehaviour.action(CompositeBehaviour.java:96)
at jade.core.behaviours.Behaviour.actionWrapper(Behaviour.java:344)
at jade.core.Agent$ActiveLifeCycle.execute(Agent.java:1500)
at jade.core.Agent.run(Agent.java:1439)
at java.lang.Thread.run(Unknown Source)