Subject: [jade-develop] Jade Security / Ping Agent access
From: Ralph Grove (groverf@jmu.edu)
Date: Tue Mar 11 2003 - 19:48:35 MET
We're running Jade 2_61 with the security add-on. The PingAgent works
fine when access from within the platform, but when we try to access it
using the test suite at agentcities.net, it fails with the following
error message (in jade.log):
Permissions to execute agent-receive-from on
none/tester01047408225523@paris.agentcities.net are not owned.
AuthException: Permissions to execute agent-receive-from on
none/tester01047408225523@paris.agentcities.net are not owned.
We've added the following permissions to make the PingAgent available
for messages, but they don't seem to work outside of the platform:
grant principal jade.security.impl.PrincipalImpl "" {
permission jade.security.impl.AgentPermission "/ping",
"send-to,receive-from"; };
grant principal jade.security.impl.PrincipalImpl "/ping" {
permission jade.security.impl.AgentPermission "",
"send-to,receive-from"; };
Does the security add-on prevent communication with agents outside of
the platform, or is there another permission that's necessary?
Thanks,
-- Ralph Grove groverf@jmu.edu_______________________________________________ jade-develop mailing list jade-develop@sharon.cselt.it http://sharon.cselt.it/mailman/listinfo/jade-develop UNSUBSCRIBE INSTRUCTIONS AT http://jade.cselt.it/mailing.htm#unsubscribe
This archive was generated by hypermail 2a22 : Tue Mar 11 2003 - 19:51:38 MET