JADE - Java Agent DEvelopment framework

learn more… | top users | synonyms

-1
votes
0answers
9 views

Managing traffic congestion in Urban Areas using Multi-agent systems [closed]

My Final year project of my engineering degree is Managing traffic congestion in Urban Areas using Multi-agent systems. I have read a lot of journals which have already implemented this idea using ...
-1
votes
0answers
15 views

Stock Market Simulation with JADE [closed]

Anyone has used a simple Stock Market Simulation with JADE framework. I’m looking for sample code to get some idea about the market dynamic simulation with multi-agent platforms. Can anyone point ...
0
votes
1answer
24 views

Do Ajent systems developed in Jade must be distributed?

I am hoping to build a system where Agents take a search query from a mobile application and search in a semantically stored information and give a result set. I am planning to built the middle ware ...
0
votes
1answer
42 views

agent based programming using native programming language

so basically I am interested in building an agent-based simulation of a battleground. There are a lot of frameworks for agent-based models such as JADE, etc.. but due to certain constraint, I can ...
0
votes
2answers
43 views

Setting the classpath java error

I am trying to follow this tutorial to be able to use Jade (Java Agent Development Framework). I am pretty new with java. I have a problem with this command: (I am using Mac OSx) java -cp ...
0
votes
1answer
54 views

Communication between JADE agents AND siemens S7 1200 PLC

i would like to learn how I can make my agents communicate with a PLC(siemens S7 1200). Basically the agents are created in JADE and make a decision kind of a true and false decision which they are to ...
3
votes
2answers
151 views

Jade: java.lang.OutOfMemoryError: Java Heap Space

I've been using jade (Java Agent Development Framework) for creating a network based messaging system. So far, I notice that jade was running without issues but one fine day, I get this message, ...
2
votes
1answer
172 views

What is the difference between actors (Akka) and agents (JADE) in distributed systems?

Is there any substantial difference in the concepts of Akka actors and Jade agents ? From what I know both implement system distribution by creating independent entities (with chunks of system ...
0
votes
1answer
61 views

JADE: Scheduling behaviours

I am teaching myself JADE and was wondering whether there is an easy way to schedule behaviours in such a way that one agent behaviour won't be executed until all other agents have previously finished ...
0
votes
0answers
42 views

JADE migration error

I'm using IPMS with Jade for inter-platform agent migration. I'm using Jade 4.0 with IPMS 1.2, i have Problem when agent move to remote machine, i can't solve this problem ...
-4
votes
1answer
86 views

Which Agent-Based framework for Java is preferable? [closed]

I am researching agent based frameworks for Java and want one that is simple and easy to implement. Google search uncovered jade, wade, and jac.
0
votes
0answers
64 views

How to encode a recursive content in Java Agent DEvelopment Framework?

I have the next code: Person john = new Person(“John”); Person bill = new Person(“Bill”); john.addChildren(bill); bill.setFather(john); and try to call getContentManager().fillContent(message, ...
1
vote
1answer
608 views

Sample Application for Multi Agent Systems using Jade?

Could you guide me in any example or sample application with documentation describing how to develop a simple multi agent software?
0
votes
1answer
84 views

JADE agents using up heap space too quickly

The issue I am faced with is that when running a set of jade agents solving a simple problem the jvm runs out of heap space within 90s of operation depending on the amount of agents running. The goal ...
0
votes
1answer
112 views

Not able to receive ACLMessage in android via JADE

I'm currently using Topic based communication using JADE. I'm able to register a JADE agent using jade.core.messaging.TopicManagementFEService thereby connecting to the main-container in the same ...
0
votes
0answers
32 views

what are the methods names or how to use these in jade framework ? Action,Goal,Motivation?

i have developed a simple agent model in z-eves so i want 2 know how to implement this in jade.. i just want to know what are the method names of these or how jade implements them .. just 1 line ...
1
vote
3answers
94 views

Convert from String[] to String and again to String[]

In my JADE program, one agent needs to send an ACL message to another agent. For the agent sending the message (agent1) it stores a String[] array of values that it has to send. However, in order to ...
0
votes
0answers
59 views

Got exception while using Java JADE

I got exception while using JADE. I have 2 agents one is sender and other is receiver. When I start Sender agent it successfully sent message to receiver in Eclipse But when I start Receiver agent I ...
1
vote
1answer
93 views

Call JADE Agent from Java Servlets?

Can any one please tell me how would I call JADE Agent from Java Servlet ? Should I use JADEGatewayAgent ?
2
votes
1answer
152 views

JADE-LEAP congurations in Eclipse?

I have 2 questions regarding JADE LEAP and WURFL repository as I am new in JADE. 1- Can any one tell me how do I configure JADE LEAP in Eclipse. I downloaded JADE-LEAP addOn but didn't know how I ...
1
vote
0answers
367 views

How to run Jade agents in two containers (from two consoles)

I'm new in Jade and study Jade Primer. I'm using the latest version Jade v4.2. I'm trying to set up two behaviours, each coded to receive messages. I should run them in two separated windows, but it ...
0
votes
0answers
69 views

How to re-create jade front end agent?

I created a JADE Leap Agent in local host. So, a FE (front end) Agent and a BE (Back End) Agent is created. Now if I kill the front end agent using Ctrl+C option on cmd, its BE Agent receives the ...
0
votes
1answer
469 views

jade.Boot class not found ubuntu10.10

I know this is an old question, but I have spend any hours on this and now in desperation turn to ask for help. The problem: I cant run > java jade.Boot -gui Terminal: ...
0
votes
1answer
261 views

NoClassDefFoundError in Jade Agents?

I created two agents and it runs well. but when I add Ontology class and registered the ontology I can't create the agents... I got following errors.. Jun 1, 2012 8:56:55 AM jade.core.BaseService ...
2
votes
1answer
222 views

The Java code is not working to create an agent (JADE)

I have this simple java code: public class AnAgent extends Agent { protected void setup() { System.out.println("Hello "+getAID().getName()+". I am ready. You?"); } } I read ...
-1
votes
1answer
1k views

How can I add JADE to Eclipse and make a program using JADE? [closed]

I want programming in jade for first time.How i can add JADE in eclipse and use it? I want to add JADE to eclipse, but I cannot add it to libraries in Eclipse.
0
votes
1answer
131 views

How to make agent as stationary and create new agent and add parameter on it and move it to Romote?

I am programming in Jade for the first time. And I want some help for the problem of mobility of agent. To make agent as stationary mobility by Jade, should I extends jade.core.Agent or another ...
0
votes
1answer
96 views

How to create Agent and migrate it to Remot host?

I am looking to create Multi-agent systems based focused crawling. I have seen different mobile framworks such as Aglet, JADE, etc,. My work is want to create a number of agent at resident Local host ...
1
vote
1answer
155 views

FIPA ACL implementation for Erlang

Hio i'm currently preparing some research in multi-agent systems using the concurrent language erlang and i would like to ask, if an implementation / framework for the FIPA ACL (Agent communication ...
0
votes
1answer
179 views

Launch Jade agents using swing

i have coded a database update software which allows me to deploy a jade mobile agent in order to update the database. In order for it to run, i need to launch it using the AMS gui. I wanted to be ...
0
votes
1answer
277 views

interact jade agents with jsp pages

I want to interact jade agents with jsp pages which are available on my localhost. Everywhere I found agent communication when they are in LAN. My problem is that I want to interact and call the jsp ...
0
votes
1answer
245 views

JADE ACLMessage InReplyTo and ReplyWith

I am trying to create a JADE message with ACLMessage reqMsg = new ACLMessage(ACLMessage.REQUEST); Basically, there are fields in this message that I can populate as I see in the API ...
1
vote
1answer
77 views

java.lang.ClassCastException while trying to print container id in jade

I have a code for finding the list of containers from the ams in jade using queryPlatformAction method. I am getting a problem for typecasting the container id while putting the sop statement at the ...
0
votes
2answers
1k views

JADE cannot find agent

I'm new to JADE and am having a bit of trouble loading agents. I created a new IntelliJ project and added "jade.jar" and "commons-codec-1.3.jar" (I'm using JADE 4.1.1) in "Dependencies" and ticked ...
1
vote
1answer
401 views

Agent's behaviour in Multi-agent systems?

I have request agent and several resource agents in my project. I created a agent application and when I run this application every time I got one result. thats mean I call methods step by step ...
0
votes
0answers
900 views

Application was not properly initialized at startup, could not find Factory: javax.faces.application.ApplicationFactory

I'm working on a webapp which combines PrimeFaces 1.1 and RichFaces 3.3.3 in a JBoss 4.2.3 server, so this application uses JSF 1.2. Inside this app I have a webpage where I combine different ...
0
votes
1answer
870 views

Getting a list of all JADE containers

I want to get a list of all containers in the current platform. This question is similar, but the answer is obsolete and the method is by querying to the AMS agent. Is there any simpler way out than ...
0
votes
1answer
115 views

Strange Error in transporting a Mobile Agent

I have written a code for Mobility of an Agent. It works fine with a Wireless (via Router) Link But when I created an Ad-Hoc Wireless Connection with my friend's laptop it failed. This is the error ...
1
vote
1answer
217 views

Connecting JADE with WAMP

Hi Java Agent DEvelopment Framework developers! I want to use WAMP with JADE, can I do that, simple because I am well averse with WAMP. Or does JADE recommend only Java related technologies to be ...
0
votes
0answers
70 views

How to retrieve Java file values in JADE file?

I'm a beginner in JADE, and I have a problem in running the file. I need to retrieve the values from Java file to a JADE file and then run the JADE file. Something like static block in Java? Does ...
0
votes
2answers
684 views

Jade jar in java + code

I am a beginner in JADE programming and I'm having problems running the JADE code in Java. Can someone help me in this?? I am using eclipse and I've added the jade jars, but when I try to run the ...
1
vote
1answer
268 views

How to interface JADE with any other Front End?

I am working on a project which uses JADE over a network. Visit http://jade.tilab.com for more details. However, I want the JADE to interface with some normal GUI, say HTML. My aime is that I want ...
0
votes
2answers
328 views

JADE IPMS Inter-Platform Agent Migration

I'm using IPMS with Jade for inter-platform agent migration. I'm using Jade 3.6 with IPMS 1.2. I have enabled the services on both slave1 (the original platform) and on slave2 (the target platform). ...
1
vote
3answers
2k views

Java Eclipse - How do I change the classpath?

I copied an Eclipse project from my PC (eclipse is on drive D) to the laptop (eclipse is on drive c) but when I try to deploy the agents I have in my project I keep getting the following error: The ...
2
votes
1answer
609 views

How to use JADE to create an agent to search webservices

I first heard of JADE many months back but never got the opportunity to try it. I did a simple google search to find out the way JADE is being used. I got this and since then I really wanted to know ...
1
vote
1answer
288 views

Can't send ACLMessage to remote agent

I use JADE to create an agent system. I have created two program: a server and a client. Server: Runtime runtime = Runtime.instance(true); Profile profile = new ProfileImpl(); ...
1
vote
1answer
973 views

Jboss 5.1 GA Automatic Shutdown

I have deployed my application on Jboss 5.1 GA. In my application I am using only one RestFul web service and JADE components. I am running 2 jboss servers on base linux machine. 1) Jboss 4.0.1 on ...
2
votes
1answer
186 views

Merge or update persistence objects

I've got a hibernate interfaced mysql database with a load of different types of objects, some of which are periodically retrieved and altered by other pieces of code, which are operating in JADE ...
5
votes
1answer
659 views

Stop a JADE system (Java agents)

I run JADE embedded in a Java program, i.e. not with java jade.Boot .... Now I wanted to stop the JADE system, but I have found no nice way to do that. I can exit the whole program using ...
1
vote
1answer
647 views

Jade DispatcherException problem when using remote Containers

I have two virtual machines in a private cloud, and I want to execute Jade both of them. They can access each other without problems. I started in one of them the Main Container, and in the other a ...

1 2