We have deployed a ping agent which is deployed over Amazon EC2 instance in the cloud and we want to communicate to it by means of a local agent but i am getting an error message when i send an ACL message to the cloud agent by local agent as below:
((action
(agent-identifier
:name da1@10.99.2.165:1099/JADE
:addresses (sequence http ://Shahrukh:7778/acc)) (ACLMessage))
(MTS-error
(agent-identifier
:name ping@platform1:1098/JADE
:addresses
(sequence http://ip.120-10-228-29-245.ec2.internal:7778/acc))
(internal-error "Foreign agent unreachable: No valid address contained within the AID ping@platform1:1098/JADE")))
Does any one know why is it so??