-
We are developing an automatic testing tool and
include fipa-os as an case study. In our testing of
the package fipaos.agent.conversation.standard.
protocol, we found that the FIPA Iterated Contract Net
Iteration Protocol has not been implemented correctly
in 'FIPAIteratedContractNet.java'.
In this implementation, before issuing a revised 'cfp'
to a participant, the initiator...
2006-04-24 03:07:53 UTC by qiuxk
-
Hi!
I wanted to inform you that we have figured out a way to
have the FIPAOS running on jdk1.4 without any problem
and there were some bugs which have been identified
and the fixes have been implemented
The issues being:
1. Java Swing is not re-entrant.
2. Lists in AgentLoader modified by multiple threads
causing deadlocks.
3. Concurrent Modification of the synchronizedList.
2003-02-18 19:57:55 UTC by meera13
-
a.
2003-02-18 19:35:35 UTC by meera13
-
there seem to be a wrong condition in the
sendNotUnderstood(ACL origin_acl) method of Task:
if( tm._shutdown && owner != null )
{
return owner.sendNotUnderstood( orig_acl );
}
else
{
return false;
}
the not-understood will not be sent if the _tm does nto
shutdown.
2003-02-05 11:16:26 UTC by djouvin
-
Hi!
I am new to FIPA and need to get it working. I had a
question about the GUI which hangs and I have figured
out that it is because I try to kill the process and
shutdown the OS which actaully is unable to deregister
the DFAgent. So when I start the system again it reads
the persistent information from one of the files I think in
the database which is df... which is a binary...
2003-01-31 16:42:19 UTC by meera13
-
The FIPAAuctionDutch initializer generates an error at
line 81
"__after_cfp[10] = __after_cfp;"
I think this line should be removed.
(__after_cfp has no link toward other array/state, and
__after_cfp[10] does not exist)
best regards,
Denis.
2003-01-17 16:00:43 UTC by djouvin
-
alastairduncan committed patchset 1458 of module fipaos to the FIPA-OS Agent Toolkit CVS repository, changing 1 files.
2002-12-04 13:41:52 UTC by alastairduncan
-
tommoore committed patchset 1457 of module fipaos to the FIPA-OS Agent Toolkit CVS repository, changing 1 files.
2002-11-11 12:02:59 UTC by tommoore
-
millam committed patchset 1456 of module fipaos to the FIPA-OS Agent Toolkit CVS repository, changing 1 files.
2002-10-30 13:17:58 UTC by millam
-
alantreadway committed patchset 1455 of module fipaos to the FIPA-OS Agent Toolkit CVS repository, changing 1 files.
2002-10-25 10:40:54 UTC by alantreadway