<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
	<id>tag:old.nabble.com,2006:forum-2619</id>
	<title>Nabble - JADE (Java Agent DEvelopment Framework)</title>
	<updated>2009-12-18T10:07:38Z</updated>
	<link rel="self" type="application/atom+xml" href="http://old.nabble.com/JADE-(Java-Agent-DEvelopment-Framework)-f2619.xml" />
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JADE-%28Java-Agent-DEvelopment-Framework%29-f2619.html" />
	<subtitle type="html">JADE (Java Agent DEvelopment Framework) is a software framework fully implemented in Java language. It simplifies the implementation of multi-agent systems through a middle-ware that complies with the FIPA specifications and through a set of graphical tools that supports the debugging and deployment phases. The agent platform can be distributed across machines (which not even need to share the same OS) and the configuration can be controlled via a remote GUI. The configuration can be even changed at run-time by moving agents from one machine to another one, as and when required. JADE is completely implemented in Java language and the minimal system requirement is the version 1.4 of JAVA (the run time environment or the JDK). JADE (Java Agent DEvelopment Framework) home is &lt;a href=&quot;http://jade.tilab.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;.</subtitle>
	
<entry>
	<id>tag:old.nabble.com,2006:post-26847365</id>
	<title>RE: JadeGateway class</title>
	<published>2009-12-18T10:07:38Z</published>
	<updated>2009-12-18T10:07:38Z</updated>
	<author>
		<name>Caire Giovanni-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;MalformedURLException makes me think that RMI (Jade uses Java RMI for container-to-container communication) doesn't like &amp;quot;PC-42C.aero.polimi.it&amp;quot;.
&lt;br&gt;&lt;br&gt;I would suggest the following options:
&lt;br&gt;1) Try specifying the IP address instead of the name
&lt;br&gt;2) Try the automatic main detection:
&lt;br&gt;p.setProperty(Profile.DETECT_MAIN, &amp;quot;true&amp;quot;);
&lt;br&gt;3) Try using JADE-LEAP instead of pure JADE (just substitute the jade jar files with the JadeLeap jar file). JADE-LEAP doesn't use RMI.
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Giovanni
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26847365&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrea.brambilla@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26847365&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrea.brambilla@...&lt;/a&gt;]
&lt;br&gt;Sent: giovedì 17 dicembre 2009 16.25
&lt;br&gt;To: Caire Giovanni
&lt;br&gt;Cc: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26847365&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: [jade-develop] JadeGateway class
&lt;br&gt;&lt;br&gt;Thanks Giovanni for your prompt reply.
&lt;br&gt;I understood how to use the JadeGateway class and you are right, it
&lt;br&gt;looks very simple, however I am afraid I am missing something else.
&lt;br&gt;&lt;br&gt;I tried both:
&lt;br&gt;&lt;br&gt;JadeGateway.init(&amp;quot;macgateway.MACGateWayAgent&amp;quot;,null);
&lt;br&gt;&lt;br&gt;and
&lt;br&gt;&lt;br&gt;Properties p = new Properties();
&lt;br&gt;p.setProperty(&amp;quot;port&amp;quot;, &amp;quot;1099&amp;quot;);
&lt;br&gt;p.setProperty(&amp;quot;host&amp;quot;, &amp;quot;PC-42C.aero.polimi.it&amp;quot;);
&lt;br&gt;JadeGateway.init(&amp;quot;macgateway.MACGateWayAgent&amp;quot;,p);
&lt;br&gt;&lt;br&gt;but with no success, please find below the log and in attachment the
&lt;br&gt;correspondent jsp. (I have already checked that the path of GlassFish
&lt;br&gt;v3 Prelude Domain doesn't contain any space)
&lt;br&gt;&lt;br&gt;Thanks for the help,
&lt;br&gt;&lt;br&gt;Andrea
&lt;br&gt;&lt;br&gt;17-dic-2009 16.06.51 jade.core.Runtime beginContainer
&lt;br&gt;INFO: ----------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This is JADE 3.7 - revision 6154 of 2009/07/01 17:34:15
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;downloaded in Open Source, under LGPL restrictions,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at &lt;a href=&quot;http://jade.tilab.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/&lt;/a&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;17-dic-2009 16.06.52 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.management.AgentManagement initialized
&lt;br&gt;17-dic-2009 16.06.52 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.messaging.Messaging initialized
&lt;br&gt;17-dic-2009 16.06.52 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.mobility.AgentMobility initialized
&lt;br&gt;17-dic-2009 16.06.53 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.event.Notification initialized
&lt;br&gt;17-dic-2009 16.06.53 jade.core.AgentContainerImpl joinPlatform
&lt;br&gt;GRAVE: Communication failure while joining agent platform: RMI
&lt;br&gt;exception [nested java.rmi.ServerException: RemoteException occurred
&lt;br&gt;in server thread; nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.UnmarshalException: error unmarshalling arguments;
&lt;br&gt;nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.net.MalformedURLException: no protocol: and]
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: jade.core.IMTPException: RMI exception [nested
&lt;br&gt;java.rmi.ServerException: RemoteException occurred in server thread;
&lt;br&gt;nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.UnmarshalException: error unmarshalling arguments;
&lt;br&gt;nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.net.MalformedURLException: no protocol: and]
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.imtp.rmi.RMIIMTPManager$PlatformManagerAdapter.addNode(RMIIMTPManager.java:550)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.core.ServiceManagerImpl.addNode(ServiceManagerImpl.java:178)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.core.AgentContainerImpl.startNode(AgentContainerImpl.java:422)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:481)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.Runtime.createAgentContainer(Runtime.java:116)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.wrapper.gateway.JadeGateway.checkJADE(JadeGateway.java:132)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jsp.index_jsp._jspService(index_jsp.java
&lt;br&gt;from :71)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.jasper.servlet.JspServlet.service(JspServlet.java:366)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:431)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.preInvoke(StandardWrapperValve.java:462)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:139)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:186)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:142)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:242)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: Nested Exception:
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: java.rmi.ServerException: RemoteException occurred in server
&lt;br&gt;thread; nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.UnmarshalException: error unmarshalling arguments;
&lt;br&gt;nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.net.MalformedURLException: no protocol: and
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.Transport$1.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(Native Method)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.Transport.serviceCall(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown
&lt;br&gt;Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.imtp.rmi.ServiceManagerRMIImpl_Stub.addNode(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.imtp.rmi.RMIIMTPManager$PlatformManagerAdapter.addNode(RMIIMTPManager.java:547)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.core.ServiceManagerImpl.addNode(ServiceManagerImpl.java:178)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.core.AgentContainerImpl.startNode(AgentContainerImpl.java:422)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:481)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.Runtime.createAgentContainer(Runtime.java:116)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;jade.wrapper.gateway.JadeGateway.checkJADE(JadeGateway.java:132)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jsp.index_jsp._jspService(index_jsp.java
&lt;br&gt;from :71)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.jasper.servlet.JspServlet.service(JspServlet.java:366)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:431)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.preInvoke(StandardWrapperValve.java:462)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:139)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:186)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:142)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:242)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: Caused by: java.rmi.UnmarshalException: error unmarshalling
&lt;br&gt;arguments; nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.net.MalformedURLException: no protocol: and
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.Transport$1.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(Native Method)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.Transport.serviceCall(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown
&lt;br&gt;Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: Caused by: java.net.MalformedURLException: no protocol: and
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.URL.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.URL.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.URL.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.LoaderHandler.pathToURLs(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.LoaderHandler.loadClass(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.rmi.server.RMIClassLoader$2.loadClass(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.rmi.server.RMIClassLoader.loadClass(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at
&lt;br&gt;sun.rmi.server.MarshalInputStream.resolveClass(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readClassDesc(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readObject0(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readObject(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastRef.unmarshalValue(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 10 more
&lt;br&gt;17-dic-2009 16.06.56 org.apache.catalina.core.StandardWrapperValve log
&lt;br&gt;GRAVE: StandardWrapperValve[jsp]: PWC1406: Servlet.service() for
&lt;br&gt;servlet jsp threw exception
&lt;br&gt;jade.wrapper.ControllerException: JADE startup failed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at jade.wrapper.gateway.JadeGateway.checkJADE(JadeGateway.java:134)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jsp.index_jsp._jspService(index_jsp.java from :71)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:366)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:431)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.preInvoke(StandardWrapperValve.java:462)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:139)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:186)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:142)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:242)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Def. Quota Caire Giovanni &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26847365&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Using the JadeGateway is very simple:
&lt;br&gt;&amp;gt; At servlet/JSP initialization time you should call the init() method
&lt;br&gt;&amp;gt; specifying the properties to connect to the platform (typically main
&lt;br&gt;&amp;gt; container host and port).
&lt;br&gt;&amp;gt; Then whenever you need your servlet/JSP to interact with agents in
&lt;br&gt;&amp;gt; the platform you should call the execute() method. If you use
&lt;br&gt;&amp;gt; behaviours as parameters passed to the execute() method you don't
&lt;br&gt;&amp;gt; need to do anything more.
&lt;br&gt;&amp;gt; Look at the JadeGateway javadoc for details.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26847365&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
&lt;br&gt;&amp;gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26847365&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26847365&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrea.brambilla@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Sent: mercoledì 16 dicembre 2009 19.08
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26847365&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [jade-develop] JadeGateway class
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dear JADE experts,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am learning how to connect a JSP page with JADE agents and I wanted
&lt;br&gt;&amp;gt; to start with a very simple test (just activating the JadeGateway
&lt;br&gt;&amp;gt; through a GateWayAgent). However I keep on getting 'false' from the
&lt;br&gt;&amp;gt; method JadeGateway.isGatewayActive(). I am stuck with this blocking
&lt;br&gt;&amp;gt; issue so I cannot introduce any Servlet-Agent message exchange.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using the latest version of JADE, NetBeans IDE 6.7.1 (with
&lt;br&gt;&amp;gt; GlassFish v3 Prelude Domain). The main container is already up and
&lt;br&gt;&amp;gt; running on the standard port 1099 and same host when deploying the jsp.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I attach the index.jsp and the gateway agent I implemented.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance for any help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Andrea
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt; This message was sent using IMP, the Internet Messaging Program.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Questo messaggio e i suoi allegati sono indirizzati esclusivamente
&lt;br&gt;&amp;gt; alle persone indicate. La diffusione, copia o qualsiasi altra azione
&lt;br&gt;&amp;gt; derivante dalla conoscenza di queste informazioni sono rigorosamente
&lt;br&gt;&amp;gt; vietate. Qualora abbiate ricevuto questo documento per errore siete
&lt;br&gt;&amp;gt; cortesemente pregati di darne immediata comunicazione al mittente e
&lt;br&gt;&amp;gt; di provvedere alla sua distruzione, Grazie.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This e-mail and any attachments is confidential and may contain
&lt;br&gt;&amp;gt; privileged information intended for the addressee(s) only.
&lt;br&gt;&amp;gt; Dissemination, copying, printing or use by anybody else is
&lt;br&gt;&amp;gt; unauthorised. If you are not the intended recipient, please delete
&lt;br&gt;&amp;gt; this message and any attachments and advise the sender by return
&lt;br&gt;&amp;gt; e-mail, Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;This message was sent using IMP, the Internet Messaging Program.
&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26847365&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JadeGateway-class-tp26815720p26847365.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26842045</id>
	<title>Jade with JSP</title>
	<published>2009-12-18T03:14:25Z</published>
	<updated>2009-12-18T03:14:25Z</updated>
	<author>
		<name>Walison Jose de Deus</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
&lt;span class=&quot;Apple-style-span&quot; style=&quot;font-family: Arial, sans-serif; line-height: 22px; &quot;&gt;&lt;span title=&quot;OI desenvolvedores..&quot; style=&quot;background-color: rgb(255, 255, 255); &quot;&gt;HI developers ..&lt;br&gt;&lt;/span&gt;&lt;span title=&quot;Estou tendo problemas para rodar os exemplos relacionados aos agentes com páginas web(jsp)..&quot; style=&quot;background-color: rgb(255, 255, 255); &quot;&gt;I'm having trouble running the examples related to agents and web pages (jsp) ..&amp;nbsp;&lt;/span&gt;&lt;span title=&quot;Estou tendo problemas para configurar os diretórios dentro do servidor web.&quot; style=&quot;background-color: rgb(255, 255, 255); &quot;&gt;I'm having problems configuring the directories inside the web server.&lt;br&gt;&lt;/span&gt;&lt;span title=&quot;Se alguém poder me ajudar agradeço...&quot; style=&quot;background-color: rgb(255, 255, 255); &quot;&gt;If someone can help me thank ...&lt;br&gt;&lt;/span&gt;&lt;span title=&quot;Obrigado......&quot;&gt;Thanks ......&lt;/span&gt;&lt;/span&gt; 		 	   		  &lt;br /&gt;&lt;hr /&gt;Quer conexões de rede mais fácil? &lt;a href='http://www.microsoft.com/brasil/windows7/default.html?WT.mc_id=1539' target='_new' rel=&quot;nofollow&quot;&gt;Clique e conheça o Windows 7.&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26842045&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Jade-with-JSP-tp26842045p26842045.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26838591</id>
	<title>inform</title>
	<published>2009-12-17T19:24:36Z</published>
	<updated>2009-12-17T19:24:36Z</updated>
	<author>
		<name>eiei chaw</name>
	</author>
	<content type="html">&lt;p&gt;thank u&lt;/p&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26838591&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/inform-tp26838591p26838591.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26836537</id>
	<title>JADE with JSP</title>
	<published>2009-12-17T15:00:10Z</published>
	<updated>2009-12-17T15:00:10Z</updated>
	<author>
		<name>Walison Jose de Deus</name>
	</author>
	<content type="html">&lt;html&gt;
&lt;head&gt;

&lt;/head&gt;
&lt;body class='hmmessage'&gt;
&lt;span id=&quot;result_box&quot; class=&quot;long_text&quot;&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot; title=&quot;Olá, boa noite.&quot;&gt;Hello, good evening.&lt;br&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot; title=&quot;Estou tentando executar um agente em conjunto a uma página da web (jsp).&quot;&gt;I'm trying to run an agent together a web page (jsp). &lt;/span&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot; title=&quot;Mas não estou conseguindo configurar executar as configurações corretamente....&quot;&gt;But I can not run configure the settings correctly ....&lt;br&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot; title=&quot;Se alguem tiver por esse mesmo problema e poder me passar algumas dicas é de grande valia....&quot;&gt;If someone has the same problem and that I could spend a few tips is of great value ....&lt;br&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot; title=&quot;Boa Noite e obrigado....&quot;&gt;Good night and thank you ....&lt;/span&gt;&lt;/span&gt; 		 	   		  &lt;br /&gt;&lt;hr /&gt;Quer conexões de rede mais fácil? &lt;a href='http://www.microsoft.com/brasil/windows7/default.html?WT.mc_id=1539' target='_new' rel=&quot;nofollow&quot;&gt;Clique e conheça o Windows 7.&lt;/a&gt;&lt;/body&gt;
&lt;/html&gt;&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26836537&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JADE-with-JSP-tp26836537p26836537.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26829685</id>
	<title>RE: JadeGateway class</title>
	<published>2009-12-17T07:24:47Z</published>
	<updated>2009-12-17T07:24:47Z</updated>
	<author>
		<name>andrea.brambilla</name>
	</author>
	<content type="html">Thanks Giovanni for your prompt reply.
&lt;br&gt;I understood how to use the JadeGateway class and you are right, it &amp;nbsp;
&lt;br&gt;looks very simple, however I am afraid I am missing something else.
&lt;br&gt;&lt;br&gt;I tried both:
&lt;br&gt;&lt;br&gt;JadeGateway.init(&amp;quot;macgateway.MACGateWayAgent&amp;quot;,null);
&lt;br&gt;&lt;br&gt;and
&lt;br&gt;&lt;br&gt;Properties p = new Properties();
&lt;br&gt;p.setProperty(&amp;quot;port&amp;quot;, &amp;quot;1099&amp;quot;);
&lt;br&gt;p.setProperty(&amp;quot;host&amp;quot;, &amp;quot;PC-42C.aero.polimi.it&amp;quot;);
&lt;br&gt;JadeGateway.init(&amp;quot;macgateway.MACGateWayAgent&amp;quot;,p);
&lt;br&gt;&lt;br&gt;but with no success, please find below the log and in attachment the &amp;nbsp;
&lt;br&gt;correspondent jsp. (I have already checked that the path of GlassFish &amp;nbsp;
&lt;br&gt;v3 Prelude Domain doesn't contain any space)
&lt;br&gt;&lt;br&gt;Thanks for the help,
&lt;br&gt;&lt;br&gt;Andrea
&lt;br&gt;&lt;br&gt;17-dic-2009 16.06.51 jade.core.Runtime beginContainer
&lt;br&gt;INFO: ----------------------------------
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;This is JADE 3.7 - revision 6154 of 2009/07/01 17:34:15
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;downloaded in Open Source, under LGPL restrictions,
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;at &lt;a href=&quot;http://jade.tilab.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/&lt;/a&gt;&lt;br&gt;----------------------------------------
&lt;br&gt;17-dic-2009 16.06.52 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.management.AgentManagement initialized
&lt;br&gt;17-dic-2009 16.06.52 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.messaging.Messaging initialized
&lt;br&gt;17-dic-2009 16.06.52 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.mobility.AgentMobility initialized
&lt;br&gt;17-dic-2009 16.06.53 jade.core.BaseService init
&lt;br&gt;INFO: Service jade.core.event.Notification initialized
&lt;br&gt;17-dic-2009 16.06.53 jade.core.AgentContainerImpl joinPlatform
&lt;br&gt;GRAVE: Communication failure while joining agent platform: RMI &amp;nbsp;
&lt;br&gt;exception [nested java.rmi.ServerException: RemoteException occurred &amp;nbsp;
&lt;br&gt;in server thread; nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.UnmarshalException: error unmarshalling arguments; &amp;nbsp;
&lt;br&gt;nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.net.MalformedURLException: no protocol: and]
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: jade.core.IMTPException: RMI exception [nested &amp;nbsp;
&lt;br&gt;java.rmi.ServerException: RemoteException occurred in server thread; &amp;nbsp;
&lt;br&gt;nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.UnmarshalException: error unmarshalling arguments; &amp;nbsp;
&lt;br&gt;nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.net.MalformedURLException: no protocol: and]
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.imtp.rmi.RMIIMTPManager$PlatformManagerAdapter.addNode(RMIIMTPManager.java:550)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.core.ServiceManagerImpl.addNode(ServiceManagerImpl.java:178)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.core.AgentContainerImpl.startNode(AgentContainerImpl.java:422)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:481)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.Runtime.createAgentContainer(Runtime.java:116)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.wrapper.gateway.JadeGateway.checkJADE(JadeGateway.java:132)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jsp.index_jsp._jspService(index_jsp.java &amp;nbsp;
&lt;br&gt;from :71)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.jasper.servlet.JspServlet.service(JspServlet.java:366)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:431)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.preInvoke(StandardWrapperValve.java:462)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:139)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:186)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:142)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:242)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827)
&lt;br&gt;17-dic-2009 16.06.53
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: Nested Exception:
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: java.rmi.ServerException: RemoteException occurred in server &amp;nbsp;
&lt;br&gt;thread; nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.rmi.UnmarshalException: error unmarshalling arguments; &amp;nbsp;
&lt;br&gt;nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.net.MalformedURLException: no protocol: and
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.Transport$1.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(Native Method)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.Transport.serviceCall(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown &amp;nbsp;
&lt;br&gt;Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:255)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:233)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:142)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.imtp.rmi.ServiceManagerRMIImpl_Stub.addNode(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.imtp.rmi.RMIIMTPManager$PlatformManagerAdapter.addNode(RMIIMTPManager.java:547)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.core.ServiceManagerImpl.addNode(ServiceManagerImpl.java:178)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.core.AgentContainerImpl.startNode(AgentContainerImpl.java:422)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.core.AgentContainerImpl.joinPlatform(AgentContainerImpl.java:481)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at jade.core.Runtime.createAgentContainer(Runtime.java:116)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;jade.wrapper.gateway.JadeGateway.checkJADE(JadeGateway.java:132)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at org.apache.jsp.index_jsp._jspService(index_jsp.java &amp;nbsp;
&lt;br&gt;from :71)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.jasper.servlet.JspServlet.service(JspServlet.java:366)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:431)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.preInvoke(StandardWrapperValve.java:462)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:139)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:186)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
&lt;br&gt;17-dic-2009 16.06.54
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:142)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:242)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: Caused by: java.rmi.UnmarshalException: error unmarshalling &amp;nbsp;
&lt;br&gt;arguments; nested exception is:
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;java.net.MalformedURLException: no protocol: and
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastServerRef.dispatch(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.Transport$1.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.security.AccessController.doPrivileged(Native Method)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.transport.Transport.serviceCall(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport.handleMessages(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run0(Unknown &amp;nbsp;
&lt;br&gt;Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.lang.Thread.run(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: Caused by: java.net.MalformedURLException: no protocol: and
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.URL.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.URL.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.net.URL.&amp;lt;init&amp;gt;(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.LoaderHandler.pathToURLs(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.LoaderHandler.loadClass(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.rmi.server.RMIClassLoader$2.loadClass(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.rmi.server.RMIClassLoader.loadClass(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.55
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at &amp;nbsp;
&lt;br&gt;sun.rmi.server.MarshalInputStream.resolveClass(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readNonProxyDesc(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readClassDesc(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readOrdinaryObject(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readObject0(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at java.io.ObjectInputStream.readObject(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; at sun.rmi.server.UnicastRef.unmarshalValue(Unknown Source)
&lt;br&gt;17-dic-2009 16.06.56
&lt;br&gt;GRAVE: &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ... 10 more
&lt;br&gt;17-dic-2009 16.06.56 org.apache.catalina.core.StandardWrapperValve log
&lt;br&gt;GRAVE: StandardWrapperValve[jsp]: PWC1406: Servlet.service() for &amp;nbsp;
&lt;br&gt;servlet jsp threw exception
&lt;br&gt;jade.wrapper.ControllerException: JADE startup failed.
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at jade.wrapper.gateway.JadeGateway.checkJADE(JadeGateway.java:134)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jsp.index_jsp._jspService(index_jsp.java from :71)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:109)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:403)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:473)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:366)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at javax.servlet.http.HttpServlet.service(HttpServlet.java:847)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.ApplicationFilterChain.servletService(ApplicationFilterChain.java:431)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.preInvoke(StandardWrapperValve.java:462)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:139)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:186)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:96)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.web.PESessionLockingStandardPipeline.invoke(PESessionLockingStandardPipeline.java:98)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:187)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:142)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:719)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:657)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:651)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:1030)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.doService(CoyoteAdapter.java:325)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:242)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.v3.services.impl.ContainerMapper.service(ContainerMapper.java:180)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.invokeAdapter(DefaultProcessorTask.java:633)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.doProcess(DefaultProcessorTask.java:570)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProcessorTask.process(DefaultProcessorTask.java:827)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.DefaultProtocolFilter.execute(DefaultProtocolFilter.java:152)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.enterprise.v3.services.impl.GlassfishProtocolChain.executeProtocolFilter(GlassfishProtocolChain.java:71)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:103)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.DefaultProtocolChain.execute(DefaultProtocolChain.java:89)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.http.HttpProtocolChain.execute(HttpProtocolChain.java:76)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.ProtocolChainContextTask.doCall(ProtocolChainContextTask.java:67)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.SelectionKeyContextTask.call(SelectionKeyContextTask.java:56)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.processTask(WorkerThreadImpl.java:325)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;at &amp;nbsp;
&lt;br&gt;com.sun.grizzly.util.WorkerThreadImpl.run(WorkerThreadImpl.java:184)
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Def. Quota Caire Giovanni &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26829685&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;&amp;gt;:
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Using the JadeGateway is very simple:
&lt;br&gt;&amp;gt; At servlet/JSP initialization time you should call the init() method &amp;nbsp;
&lt;br&gt;&amp;gt; specifying the properties to connect to the platform (typically main &amp;nbsp;
&lt;br&gt;&amp;gt; container host and port).
&lt;br&gt;&amp;gt; Then whenever you need your servlet/JSP to interact with agents in &amp;nbsp;
&lt;br&gt;&amp;gt; the platform you should call the execute() method. If you use &amp;nbsp;
&lt;br&gt;&amp;gt; behaviours as parameters passed to the execute() method you don't &amp;nbsp;
&lt;br&gt;&amp;gt; need to do anything more.
&lt;br&gt;&amp;gt; Look at the JadeGateway javadoc for details.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26829685&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt; &amp;nbsp;
&lt;br&gt;&amp;gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26829685&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of &amp;nbsp;
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26829685&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrea.brambilla@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Sent: mercoledì 16 dicembre 2009 19.08
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26829685&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: [jade-develop] JadeGateway class
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Dear JADE experts,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am learning how to connect a JSP page with JADE agents and I wanted
&lt;br&gt;&amp;gt; to start with a very simple test (just activating the JadeGateway
&lt;br&gt;&amp;gt; through a GateWayAgent). However I keep on getting 'false' from the
&lt;br&gt;&amp;gt; method JadeGateway.isGatewayActive(). I am stuck with this blocking
&lt;br&gt;&amp;gt; issue so I cannot introduce any Servlet-Agent message exchange.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I am using the latest version of JADE, NetBeans IDE 6.7.1 (with
&lt;br&gt;&amp;gt; GlassFish v3 Prelude Domain). The main container is already up and
&lt;br&gt;&amp;gt; running on the standard port 1099 and same host when deploying the jsp.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; I attach the index.jsp and the gateway agent I implemented.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Thanks in advance for any help.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Best,
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Andrea
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; ----------------------------------------------------------------
&lt;br&gt;&amp;gt; This message was sent using IMP, the Internet Messaging Program.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; Questo messaggio e i suoi allegati sono indirizzati esclusivamente &amp;nbsp;
&lt;br&gt;&amp;gt; alle persone indicate. La diffusione, copia o qualsiasi altra azione &amp;nbsp;
&lt;br&gt;&amp;gt; derivante dalla conoscenza di queste informazioni sono rigorosamente &amp;nbsp;
&lt;br&gt;&amp;gt; vietate. Qualora abbiate ricevuto questo documento per errore siete &amp;nbsp;
&lt;br&gt;&amp;gt; cortesemente pregati di darne immediata comunicazione al mittente e &amp;nbsp;
&lt;br&gt;&amp;gt; di provvedere alla sua distruzione, Grazie.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt; This e-mail and any attachments is confidential and may contain &amp;nbsp;
&lt;br&gt;&amp;gt; privileged information intended for the addressee(s) only. &amp;nbsp;
&lt;br&gt;&amp;gt; Dissemination, copying, printing or use by anybody else is &amp;nbsp;
&lt;br&gt;&amp;gt; unauthorised. If you are not the intended recipient, please delete &amp;nbsp;
&lt;br&gt;&amp;gt; this message and any attachments and advise the sender by return &amp;nbsp;
&lt;br&gt;&amp;gt; e-mail, Thanks.
&lt;br&gt;&amp;gt;
&lt;br&gt;&amp;gt;
&lt;/div&gt;&lt;/div&gt;&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;This message was sent using IMP, the Internet Messaging Program.
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26829685&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;index.jsp&lt;/strong&gt; (767 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26829685/0/index.jsp&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JadeGateway-class-tp26815720p26829685.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26826523</id>
	<title>R: Debian command line arguments passing</title>
	<published>2009-12-17T03:15:58Z</published>
	<updated>2009-12-17T03:15:58Z</updated>
	<author>
		<name>Cancedda Paolo</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;&gt;
&lt;HTML&gt;&lt;HEAD&gt;
&lt;META http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;META content=&quot;MSHTML 6.00.6002.18130&quot; name=GENERATOR&gt;&lt;/HEAD&gt;
&lt;BODY&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;Under linux, the&amp;nbsp;simplest option is to quote the 
whole list of agent specifiers:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; java -cp jade.jar jade.Boot 
&quot;hello:HelloWorldAgent(arg1,arg2);anotherAgent:HelloWorldAgent(arg3,arg4)&quot;&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;Otherwise, you can simply escape parentheses and 
semicolons with backslashes:&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; java -cp jade.jar jade.Boot 
hello:HelloWorldAgent\(arg1,arg2)\;anotherAgent:HelloWorldAgent\(arg3,arg4\)&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;Note that, in the latter&amp;nbsp;case, you cannot&amp;nbsp;use 
spaces in the list, unless you escape them too.&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;Cheers&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;Paolo&lt;/SPAN&gt;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV dir=ltr align=left&gt;&lt;FONT face=Arial color=#0000ff size=2&gt;&lt;SPAN class=376565610-17122009&gt;&lt;/SPAN&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;&lt;BR&gt;
&lt;BLOCKQUOTE style=&quot;PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #0000ff 2px solid; MARGIN-RIGHT: 0px&quot;&gt;
  &lt;DIV class=OutlookMessageHeader lang=it dir=ltr align=left&gt;
  &lt;HR tabIndex=-1&gt;
  &lt;FONT face=Tahoma size=2&gt;&lt;B&gt;Da:&lt;/B&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26826523&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt; 
  [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26826523&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] &lt;B&gt;Per conto di &lt;/B&gt;Wae 
  Chan&lt;BR&gt;&lt;B&gt;Inviato:&lt;/B&gt; martedì 15 dicembre 2009 15.32&lt;BR&gt;&lt;B&gt;A:&lt;/B&gt; 
  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26826523&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;BR&gt;&lt;B&gt;Oggetto:&lt;/B&gt; [jade-develop] Debian command 
  line arguments passing&lt;BR&gt;&lt;/FONT&gt;&lt;BR&gt;&lt;/DIV&gt;
  &lt;DIV&gt;&lt;/DIV&gt;Hi all,&lt;BR&gt;&lt;BR&gt;I need some help here, i dont know how to pass 
  arguments in the command line in Debian, more specifically, i want to do this 
  &quot;Windows command&quot; in Debian:&lt;BR&gt;&lt;BR&gt;java jade.Boot hello:HelloWorldAgent(arg1 
  arg2)&lt;BR&gt;&lt;BR&gt;Ive tried [arg1 arg2]; &quot;arg1 arg2&quot;... but none of them works! 
  Thanks in advance!!!&lt;BR&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26826523&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Debian-command-line-arguments-passing-tp26795701p26826523.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26825974</id>
	<title>RE: JadeGateway class</title>
	<published>2009-12-17T02:26:05Z</published>
	<updated>2009-12-17T02:26:05Z</updated>
	<author>
		<name>Caire Giovanni-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Using the JadeGateway is very simple:
&lt;br&gt;At servlet/JSP initialization time you should call the init() method specifying the properties to connect to the platform (typically main container host and port).
&lt;br&gt;Then whenever you need your servlet/JSP to interact with agents in the platform you should call the execute() method. If you use behaviours as parameters passed to the execute() method you don't need to do anything more.
&lt;br&gt;Look at the JadeGateway javadoc for details.
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Giovanni 
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825974&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825974&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825974&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;andrea.brambilla@...&lt;/a&gt;
&lt;br&gt;Sent: mercoledì 16 dicembre 2009 19.08
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825974&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: [jade-develop] JadeGateway class
&lt;br&gt;&lt;br&gt;Dear JADE experts,
&lt;br&gt;&lt;br&gt;I am learning how to connect a JSP page with JADE agents and I wanted &amp;nbsp;
&lt;br&gt;to start with a very simple test (just activating the JadeGateway &amp;nbsp;
&lt;br&gt;through a GateWayAgent). However I keep on getting 'false' from the &amp;nbsp;
&lt;br&gt;method JadeGateway.isGatewayActive(). I am stuck with this blocking &amp;nbsp;
&lt;br&gt;issue so I cannot introduce any Servlet-Agent message exchange.
&lt;br&gt;&lt;br&gt;I am using the latest version of JADE, NetBeans IDE 6.7.1 (with &amp;nbsp;
&lt;br&gt;GlassFish v3 Prelude Domain). The main container is already up and &amp;nbsp;
&lt;br&gt;running on the standard port 1099 and same host when deploying the jsp.
&lt;br&gt;&lt;br&gt;I attach the index.jsp and the gateway agent I implemented.
&lt;br&gt;&lt;br&gt;Thanks in advance for any help.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;&lt;br&gt;Andrea
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;This message was sent using IMP, the Internet Messaging Program.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825974&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JadeGateway-class-tp26815720p26825974.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26825837</id>
	<title>RE: Starting sniffer when jade is run</title>
	<published>2009-12-17T02:12:30Z</published>
	<updated>2009-12-17T02:12:30Z</updated>
	<author>
		<name>Caire Giovanni-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Unfortunately I don't think the sniffer can be used, as it is, to do exactly what you need. However you could try the JavaSniffer add-on. This is a tool that can be connected to a platform and that provides functionality similar to those of the sniffer agent and even more sophisticated. Since it is an external tool and not an agent of course it survives to the shutdown of the platform --&amp;gt; This should solve your problem. 
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Giovanni
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Hussain, Adil [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825837&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adil.hussain02@...&lt;/a&gt;] 
&lt;br&gt;Sent: martedì 15 dicembre 2009 20.36
&lt;br&gt;To: Caire Giovanni; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825837&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: Starting sniffer when jade is run
&lt;br&gt;&lt;br&gt;Hi Caire (and anyone else that can help),
&lt;br&gt;&lt;br&gt;The sniffer.properties file does the job exactly (i.e. specifying agents to be sniffed that don't yet exist). Thanks so much. 
&lt;br&gt;&lt;br&gt;As for saving the sniffed messages in a file, the &amp;quot;WriteMessageList&amp;quot; button provided with Sniffer does do the job. However, thing is, my desired application is to run without a GUI. &amp;nbsp;Jade is to be loaded with no gui and a number of agents (included the sniffer) that run for a certain amount of time and then the entire agent platform is to be shut down (automatically).
&lt;br&gt;&lt;br&gt;Any idea (anyone) how I could save/retrieve all the messages sniffed (without any interaction with a GUI)? Could I perhaps somehow send a message to the Sniffer agent before it is killed to save the sniffed messages in a file? Or perhaps somehow (if not a bad idea!) extend the Sniffer agent class (the takedown method) to save the sniffed messages when killed?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Adil Hussain
&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26825837&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-sniffer-when-jade-is-run-tp26769050p26825837.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26823598</id>
	<title>Fwd: confirm 6acd5fb48d1baf05b3f27314972091f3bf8459ca</title>
	<published>2009-12-16T21:56:07Z</published>
	<updated>2009-12-16T21:56:07Z</updated>
	<author>
		<name>joel cosme</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;&lt;div class=&quot;gmail_quote&quot;&gt;---------- Forwarded message ----------&lt;br&gt;From: &lt;b class=&quot;gmail_sendername&quot;&gt;&lt;/b&gt; &lt;span dir=&quot;ltr&quot;&gt;&amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823598&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-request@...&lt;/a&gt;&amp;gt;&lt;/span&gt;&lt;br&gt;
Date: 2009/12/17&lt;br&gt;Subject: confirm 6acd5fb48d1baf05b3f27314972091f3bf8459ca&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823598&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grupodms@...&lt;/a&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Mailing list subscription confirmation notice for mailing list&lt;br&gt;

jade-develop&lt;br&gt;
&lt;br&gt;
We have received a request for subscription of your email address,&lt;br&gt;
&amp;quot;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823598&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;grupodms@...&lt;/a&gt;&amp;quot;, to the &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823598&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt; mailing&lt;br&gt;
list.  To confirm that you want to be added to this mailing list,&lt;br&gt;
simply reply to this message, keeping the Subject: header intact.  Or&lt;br&gt;
visit this web page:&lt;br&gt;
&lt;br&gt;
    &lt;a href=&quot;https://avalon.cselt.it/mailman/confirm/jade-develop/6acd5fb48d1baf05b3f27314972091f3bf8459ca&quot; target=&quot;_blank&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/confirm/jade-develop/6acd5fb48d1baf05b3f27314972091f3bf8459ca&lt;/a&gt;&lt;br&gt;

&lt;br&gt;
&lt;br&gt;
Or include the following line -- and only the following line -- in a&lt;br&gt;
message to &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823598&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-request@...&lt;/a&gt;:&lt;br&gt;
&lt;br&gt;
    confirm 6acd5fb48d1baf05b3f27314972091f3bf8459ca&lt;br&gt;
&lt;br&gt;
Note that simply sending a `reply&amp;#39; to this message should work from&lt;br&gt;
most mail readers, since that usually leaves the Subject: line in the&lt;br&gt;
right form (additional &amp;quot;Re:&amp;quot; text in the Subject: is okay).&lt;br&gt;
&lt;br&gt;
If you do not wish to be subscribed to this list, please simply&lt;br&gt;
disregard this message.  If you think you are being maliciously&lt;br&gt;
subscribed to the list, or have any other questions, send them to&lt;br&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823598&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-owner@...&lt;/a&gt;.&lt;br&gt;
&lt;/div&gt;&lt;br&gt;&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;GRUPO DMS - IEEE UPLA &lt;br&gt;porque el conocimiento no tiene limites - 2009&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26823598&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Fwd%3A-confirm-6acd5fb48d1baf05b3f27314972091f3bf8459ca-tp26823598p26823598.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26815720</id>
	<title>JadeGateway class</title>
	<published>2009-12-16T10:08:10Z</published>
	<updated>2009-12-16T10:08:10Z</updated>
	<author>
		<name>andrea.brambilla</name>
	</author>
	<content type="html">Dear JADE experts,
&lt;br&gt;&lt;br&gt;I am learning how to connect a JSP page with JADE agents and I wanted &amp;nbsp;
&lt;br&gt;to start with a very simple test (just activating the JadeGateway &amp;nbsp;
&lt;br&gt;through a GateWayAgent). However I keep on getting 'false' from the &amp;nbsp;
&lt;br&gt;method JadeGateway.isGatewayActive(). I am stuck with this blocking &amp;nbsp;
&lt;br&gt;issue so I cannot introduce any Servlet-Agent message exchange.
&lt;br&gt;&lt;br&gt;I am using the latest version of JADE, NetBeans IDE 6.7.1 (with &amp;nbsp;
&lt;br&gt;GlassFish v3 Prelude Domain). The main container is already up and &amp;nbsp;
&lt;br&gt;running on the standard port 1099 and same host when deploying the jsp.
&lt;br&gt;&lt;br&gt;I attach the index.jsp and the gateway agent I implemented.
&lt;br&gt;&lt;br&gt;Thanks in advance for any help.
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;&lt;br&gt;Andrea
&lt;br&gt;&lt;br&gt;----------------------------------------------------------------
&lt;br&gt;This message was sent using IMP, the Internet Messaging Program.
&lt;br&gt;&lt;br&gt;&lt;br /&gt;&lt;br&gt;package macgateway;
&lt;br&gt;&lt;br&gt;import jade.core.AID;
&lt;br&gt;import jade.core.behaviours.CyclicBehaviour;
&lt;br&gt;import jade.lang.acl.ACLMessage;
&lt;br&gt;import jade.wrapper.gateway.GatewayAgent;
&lt;br&gt;&lt;br&gt;&lt;br&gt;public class MACGateWayAgent extends GatewayAgent{
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; private BlackBoardBean board = null;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; protected void setup(){
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; super.setup();
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.out.println(&amp;quot;GateWay Agent is up and running.&amp;quot;);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; addBehaviour(new CyclicBehaviour(this){
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; public void action(){
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACLMessage msg = receive();
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if((msg!= null) &amp;&amp; (board!=null)){
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; board.setMessageContent(msg.getContent());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; releaseCommand(board);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }else block();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; });
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; protected void processCommand(java.lang.Object obj){
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; if(obj instanceof BlackBoardBean){
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; board = (BlackBoardBean)obj;
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACLMessage msg = new ACLMessage(ACLMessage.REQUEST);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.addReceiver(new AID(board.getReceiver(), AID.ISLOCALNAME));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.setContent(board.getMessageContent());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; send(msg);
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; 
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;&lt;br&gt;}
&lt;br&gt;&lt;br /&gt; &lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26815720&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;div class=&quot;small&quot;&gt;&lt;br/&gt;&lt;img src=&quot;http://old.nabble.com/images/icon_attachment.gif&quot; &gt; &lt;strong&gt;index.jsp&lt;/strong&gt; (549 bytes) &lt;a href=&quot;http://old.nabble.com/attachment/26815720/0/index.jsp&quot; target=&quot;_top&quot;&gt;Download Attachment&lt;/a&gt;&lt;/div&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JadeGateway-class-tp26815720p26815720.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26813731</id>
	<title>RE: Re: jade-develop Digest, Vol 83, Issue 11</title>
	<published>2009-12-16T08:10:33Z</published>
	<updated>2009-12-16T08:10:33Z</updated>
	<author>
		<name>Caire Giovanni-2</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=iso-8859-1&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;

&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=IT link=blue vlink=purple&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Jade is fully (and
solely) based on Java &lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=navy face=Wingdings&gt;&lt;span style='font-size:10.0pt;font-family:Wingdings;color:navy'&gt;à&lt;/span&gt;&lt;/font&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;
font-family:Arial;color:navy'&gt; If it is possible to create a Chrome plug-in that
uses java code then it should also be possible to create a plug-in that runs
one or more Jade agents. If this is the case I would suggest using JADE-LEAP
and in particular the split container execution mode (see the LEAP user Guide
for details) that does not require opening server sockets and other stuff that
may be prevented by the Chrome plug-in execution model.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Bye,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Giovanni&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span lang=EN-US style='font-size:12.0pt'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Tahoma'&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813731&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813731&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] &lt;b&gt;&lt;span style='font-weight:
bold'&gt;On Behalf Of &lt;/span&gt;&lt;/b&gt;bala krishnan&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Sent:&lt;/span&gt;&lt;/b&gt; martedì 15 dicembre 2009
6.01&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;To:&lt;/span&gt;&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813731&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; [jade-develop] Re:
jade-develop Digest, Vol 83, Issue 11&lt;/span&gt;&lt;/font&gt;&lt;span lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;Hi Everyone,&lt;br&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;
I would like to create an agent based system as a plugin for chrome...but i
doubt that whether i could provide the JADE container to the agents in the
plugin...is it possible? if so can you please explain how this could be done?&lt;br&gt;
thanks in advance....&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26813731&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-jade-develop-Digest%2C-Vol-83%2C-Issue-11-tp26789527p26813731.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26810204</id>
	<title>Problem with wsdl addon</title>
	<published>2009-12-16T04:13:41Z</published>
	<updated>2009-12-16T04:13:41Z</updated>
	<author>
		<name>hit_er</name>
	</author>
	<content type="html">Hello,
&lt;br&gt;&lt;br&gt;I am using the wsdl plugin, and when I call a specific ws, I get the following exception:
&lt;br&gt;&lt;i&gt;jade.content.onto.OntologyException: No schema found for class [Ljava.lang.String;&lt;/i&gt;&lt;br&gt;&lt;br&gt;which is thrown in the method:
&lt;br&gt;&lt;i&gt;convertObjToAbs&lt;/i&gt;&amp;nbsp;of &lt;i&gt;DynamicClient&lt;/i&gt;&amp;nbsp;class
&lt;br&gt;&lt;br&gt;and specifically at line:
&lt;br&gt;&lt;i&gt;absObject = typeOnto.fromObject(value);&lt;/i&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Can anybody help me solve this problem?&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/Jade-Plugins-Users-f23879.html&quot; embed=&quot;fixTarget[23879]&quot; target=&quot;_top&quot; &gt;Jade Plugins Users&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Problem-with-wsdl-addon-tp26810204p26810204.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809387</id>
	<title>Re: search in the interenet</title>
	<published>2009-12-16T02:56:37Z</published>
	<updated>2009-12-16T02:56:37Z</updated>
	<author>
		<name>dzieciou</name>
	</author>
	<content type="html">JADE agents are in Java
&lt;br&gt;there's lots of Java libraries for accessing Web APIs
&lt;br&gt;ask/search e.g. at the fora related to Amazon Web API for details
&lt;br&gt;&lt;br&gt;hth,
&lt;br&gt;Maciej
&lt;br&gt;&lt;br&gt;&lt;br&gt;h.al6air . pisze:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; so basically jade should be there (on a host) where an agent can jump 
&lt;br&gt;&amp;gt; to? it is not possible to go anywhere in the interent..ok.. this is a 
&lt;br&gt;&amp;gt; differnt story from the API.
&lt;br&gt;&amp;gt; sorry if i would bother you with one more question or actually an 
&lt;br&gt;&amp;gt; example of any agent using any API of website like expedia or amazon.
&lt;br&gt;&amp;gt; what methods of packages will the agent use in order to use what's in 
&lt;br&gt;&amp;gt; the API
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; thanks in advance
&lt;br&gt;&amp;gt; hal6air
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; On Wed, Dec 16, 2009 at 2:00 PM, Maciej Gawinecki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mgawinecki@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mgawinecki@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; h.al6air . pisze:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for example: you want to buy a book from online. the agent will
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; go get you offers (proposals) of the book..but in this senario
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; am assuming that the seller party, doesn't have an agent.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; This scenario is not realistic unless you assume that that the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; hosting machine of seller provide agent-platform (e.g. JADE) for
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; your visiting agent. Why not simply request data from the seller
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; insteading of sending the code/state of a mobile agent over the net?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; is it possible that an agent go get information from the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; interent, say google, and get back with information, not
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; necessarly an offer, a link to amazon.com &amp;lt;&lt;a href=&quot;http://amazon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://amazon.com/&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://amazon.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://amazon.com&lt;/a&gt;&amp;nbsp;&amp;lt;&lt;a href=&quot;http://amazon.com/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://amazon.com/&lt;/a&gt;&amp;gt;&amp;gt; with the book title
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; there is fine.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; you can realize this scenario without JADE agent at all. If you look
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; how to get information from Amazon, look for some screen-scraping
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; techniques or Web API of Amazon that will let you access Amazon's
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; data in a structured way.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; HTH,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Maciej
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hal6air
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; On Wed, Dec 16, 2009 at 1:08 PM, Maciej Gawinecki
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mgawinecki@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mgawinecki@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mgawinecki@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mgawinecki@...&lt;/a&gt;&amp;gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;what is the motivation/reason for such scenario?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;what would agent do it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Best,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Maciej
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;h.al6air . pisze:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;Hi,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;I want to create an agent that goes in the interent and
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; search
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;for a keyword and come back with links (for example). Is this
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;possible? I have been searching for an example of the
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; same but
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;no luck! =/
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; any suggestion?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; thanks in advance
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;hal6air
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;_______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;jade-develop mailing list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&amp;gt;&amp;gt;
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809387&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/search-in-the-interenet-tp26808045p26809387.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26809222</id>
	<title>RE: Help for beginner</title>
	<published>2009-12-16T02:40:39Z</published>
	<updated>2009-12-16T02:40:39Z</updated>
	<author>
		<name>Caire Giovanni-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;Can you be more specific please? What is the exact error you get. Do you see any stack trace printed on the standard output. In case can you provide it.
&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Giovanni &amp;nbsp;
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809222&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809222&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of Andrius Jurgutis
&lt;br&gt;Sent: martedì 15 dicembre 2009 8.49
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809222&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: [jade-develop] Help for beginner
&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;Hello everyone,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;I'am Jade beginner, so I need help.
&lt;br&gt;&amp;nbsp; &amp;nbsp;I do not understand, how to configuring MTPs from the graphical &amp;nbsp;
&lt;br&gt;management console. I completed the activities as described in
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot;Select a container from the GUI, click the right button of the &amp;nbsp;
&lt;br&gt;mouse and a popup menu appears. Choose the Install a new MTP option &amp;nbsp;
&lt;br&gt;and a dialog will be shown. Here the following information can be set:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* the container to install the new MTP on (if different from the &amp;nbsp;
&lt;br&gt;selected one)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* the fully qualified name of the class implementing the &amp;nbsp;
&lt;br&gt;jade.mtp.MTP interface, and (if it is supported by the chosen protocol)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* optionally the transport address that will be used to contact &amp;nbsp;
&lt;br&gt;the new MTP.
&lt;br&gt;&lt;br&gt;For example, in order to install a new HTTP endpoint on the default &amp;nbsp;
&lt;br&gt;local port by using the HTTP MTP, one should write &amp;nbsp;
&lt;br&gt;jamr.jademtp.http.MessageTransportProtocol as the class name and &amp;nbsp;
&lt;br&gt;nothing as the address. In order to use the transport on a different &amp;nbsp;
&lt;br&gt;port or a particular interface of the current machine you could &amp;nbsp;
&lt;br&gt;provide as the transport address a standard http url: &amp;nbsp;
&lt;br&gt;&lt;a href=&quot;http://mymachinename.org:8978&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mymachinename.org:8978&lt;/a&gt;&amp;nbsp;( where 8978 would be the port number on &amp;nbsp;
&lt;br&gt;which the transport will bind ).
&lt;br&gt;&lt;br&gt;Choosing Uninstall an MTP shows a dialog where the user can select &amp;nbsp;
&lt;br&gt;from a list one of the currently installed MTPs and remove it from the &amp;nbsp;
&lt;br&gt;platform. &amp;quot;
&lt;br&gt;&amp;nbsp; but I get an error message, I do not understand what I am doing wrong ?
&lt;br&gt;&lt;br&gt;&amp;nbsp; Thanks in advance
&lt;br&gt;&lt;br&gt;&amp;nbsp; Andrius
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809222&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26809222&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-jade-develop-Digest%2C-Vol-83%2C-Issue-11-tp26789527p26809222.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26808817</id>
	<title>Re: search in the interenet</title>
	<published>2009-12-16T02:00:53Z</published>
	<updated>2009-12-16T02:00:53Z</updated>
	<author>
		<name>dzieciou</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;h.al6air . pisze:
&lt;br&gt;&amp;gt; for example: you want to buy a book from online. the agent will go get 
&lt;br&gt;&amp;gt; you offers (proposals) of the book..but in this senario am assuming that 
&lt;br&gt;&amp;gt; the seller party, doesn't have an agent.
&lt;br&gt;&lt;br&gt;This scenario is not realistic unless you assume that that the hosting 
&lt;br&gt;machine of seller provide agent-platform (e.g. JADE) for your visiting 
&lt;br&gt;agent. Why not simply request data from the seller insteading of sending 
&lt;br&gt;the code/state of a mobile agent over the net?
&lt;br&gt;&lt;br&gt;&amp;gt; is it possible that an agent go get information from the interent, say 
&lt;br&gt;&amp;gt; google, and get back with information, not necessarly an offer, a link 
&lt;br&gt;&amp;gt; to amazon.com &amp;lt;&lt;a href=&quot;http://amazon.com&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://amazon.com&lt;/a&gt;&amp;gt; with the book title there is fine.
&lt;br&gt;&lt;br&gt;you can realize this scenario without JADE agent at all. If you look how to 
&lt;br&gt;get information from Amazon, look for some screen-scraping techniques or 
&lt;br&gt;Web API of Amazon that will let you access Amazon's data in a structured way.
&lt;br&gt;&lt;br&gt;HTH,
&lt;br&gt;Maciej
&lt;br&gt;&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; hal6air
&lt;br&gt;&amp;gt; On Wed, Dec 16, 2009 at 1:08 PM, Maciej Gawinecki &amp;lt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26808817&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mgawinecki@...&lt;/a&gt; 
&lt;br&gt;&amp;gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26808817&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;mgawinecki@...&lt;/a&gt;&amp;gt;&amp;gt; wrote:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; what is the motivation/reason for such scenario?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; what would agent do it?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Best,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Maciej
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; h.al6air . pisze:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; Hi,
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; I want to create an agent that goes in the interent and search
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; for a keyword and come back with links (for example). Is this
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; possible? I have been searching for an example of the same but
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; no luck! =/
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;any suggestion?
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;thanks in advance
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; hal6air
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; _______________________________________________
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; jade-develop mailing list
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26808817&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt; &amp;lt;mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26808817&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&amp;gt;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&amp;gt; 
&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26808817&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/search-in-the-interenet-tp26808045p26808817.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26808221</id>
	<title>Re: search in the interenet</title>
	<published>2009-12-16T01:08:33Z</published>
	<updated>2009-12-16T01:08:33Z</updated>
	<author>
		<name>dzieciou</name>
	</author>
	<content type="html">what is the motivation/reason for such scenario?
&lt;br&gt;&lt;br&gt;what would agent do it?
&lt;br&gt;&lt;br&gt;Best,
&lt;br&gt;Maciej
&lt;br&gt;&lt;br&gt;h.al6air . pisze:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; I want to create an agent that goes in the interent and search for a 
&lt;br&gt;&amp;gt; keyword and come back with links (for example). Is this possible? I have 
&lt;br&gt;&amp;gt; been searching for an example of the same but no luck! =/
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; any suggestion?
&lt;br&gt;&amp;gt; &amp;nbsp;
&lt;br&gt;&amp;gt; thanks in advance
&lt;br&gt;&amp;gt; hal6air
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; ------------------------------------------------------------------------
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; jade-develop mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26808221&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;&amp;gt; UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26808221&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/search-in-the-interenet-tp26808045p26808221.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26808045</id>
	<title>search in the interenet</title>
	<published>2009-12-16T00:50:28Z</published>
	<updated>2009-12-16T00:50:28Z</updated>
	<author>
		<name>hal6air</name>
	</author>
	<content type="html">&lt;div dir=&quot;ltr&quot;&gt;&lt;div&gt;Hi, &lt;/div&gt;
&lt;div&gt;I want to create an agent that goes in the interent and search for a keyword and come back with links (for example). Is this possible? I have been searching for an example of the same but no luck! =/ &lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;any suggestion?&lt;/div&gt;
&lt;div&gt; &lt;/div&gt;
&lt;div&gt;thanks in advance&lt;/div&gt;
&lt;div&gt;hal6air&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;/div&gt;&lt;/div&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26808045&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/search-in-the-interenet-tp26808045p26808045.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26806097</id>
	<title>Re: RE: JADE-LEAP Memory Leak?</title>
	<published>2009-12-15T19:53:26Z</published>
	<updated>2009-12-15T19:53:26Z</updated>
	<author>
		<name>Scott Musman</name>
	</author>
	<content type="html">&lt;br&gt;FWIW, we've been running regular JADE (not JADE Leap) 24/7 as a service
&lt;br&gt;that starts up when our machines boot. 
&lt;br&gt;&lt;br&gt;It's been a long time since we did any testing but we had similar
&lt;br&gt;concerns about memory growth and did some profiling to make sure that
&lt;br&gt;our agents were taking too many resources from what the computers were
&lt;br&gt;supposed to be doing. We noticed that memory would vary typically
&lt;br&gt;between 30-50 MB (similar to what Caire reports below) but it would be
&lt;br&gt;cyclic, growing a little, then shrinking back down in a timeframe that
&lt;br&gt;coincided with Java garbage collection events. Obviously I can't really
&lt;br&gt;know for sure that this is your problem, but my guess is that your
&lt;br&gt;observed memory growth is just the Java memory management system in
&lt;br&gt;operation. I'd conjecture that if you let it keep running, you'll see it
&lt;br&gt;grow and shrink within some modest bounds. &amp;nbsp;Obviously though, if it just
&lt;br&gt;grows and grows and never shrinks back, then you do have a problem.
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; - Scott
&lt;br&gt;&lt;br&gt;On Tue, 2009-12-15 at 15:39 +0000, &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt; wrote:
&lt;div class='shrinkable-quote'&gt;&lt;br&gt;&amp;gt; This is exactly it but using the arguments and creating just 1 agent. If you see the graph, the memory is still going up - albeit very slowly.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I'm talking KB/ byte accuracy here.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers, Chris
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Caire Giovanni [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;] 
&lt;br&gt;&amp;gt; Sent: 15 December 2009 09:21
&lt;br&gt;&amp;gt; To: Bridges CP Mr (PG/R - Electronic Eng); &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: RE: JADE-LEAP Memory Leak?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; As far as I have understood the test you are performing should be similar to the following one:
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; public class Test {
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; &amp;nbsp; public static final void main(String[] args) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; Properties pp = new Properties();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; pp.setProperty(&amp;quot;nomtp&amp;quot;, &amp;quot;true&amp;quot;);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; ProfileImpl p = new ProfileImpl(pp);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; long n = 0;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; try {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; ContainerController cc = Runtime.instance().createMainContainer(p);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; while (true) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AgentController ac = cc.createNewAgent(&amp;quot;Test-&amp;quot;+n, &amp;quot;examples.hello.HelloWorldAgent&amp;quot;, null);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ac.start();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n++;
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; catch (Throwable t) {
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; System.err.println(&amp;quot;Error creating agent &amp;quot;+n);
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; &amp;nbsp; t.printStackTrace();
&lt;br&gt;&amp;gt; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;gt; &amp;nbsp; }
&lt;br&gt;&amp;gt; }
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I run the above test up to the creation of 1.500.000 agents and I got no memory increment: the memory consumption ranges from ~20 MB up to 50MB.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Is your test different with respect to mine?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: lunedì 14 dicembre 2009 10.51
&lt;br&gt;&amp;gt; To: Caire Giovanni; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: RE: JADE-LEAP Memory Leak?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Giovanni,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The test literally just loads up the HelloWorld agent and terminates once that has loaded. The method probe I use tracks the amount of memory used as in my previous figure to each method invoked. You'll see that the memory used keeps on rising - so when does it stop?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Or after which classes/methods does the memory level off to stability?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Cheers, Chris
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: Caire Giovanni [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: 09 December 2009 16:48
&lt;br&gt;&amp;gt; To: Bridges CP Mr (PG/R - Electronic Eng); &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; Subject: RE: JADE-LEAP Memory Leak?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you please clarify what your test actually does?
&lt;br&gt;&amp;gt; Note that we have mission critical systems continuously running in the fields with hundreds of agents and we never experienced memory-leak problems.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Bye,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Giovanni
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; -----Original Message-----
&lt;br&gt;&amp;gt; From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt;]
&lt;br&gt;&amp;gt; Sent: martedì 8 dicembre 2009 15.03
&lt;br&gt;&amp;gt; To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;; Caire Giovanni
&lt;br&gt;&amp;gt; Subject: JADE-LEAP Memory Leak?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Hi Giovanni, JADE'ers,
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; I've been working with JADE-LEAP (and other agent middleware) for a
&lt;br&gt;&amp;gt; while now and have noticed that during experimentation, the memory
&lt;br&gt;&amp;gt; consumption keeps increasing. My setup is just startup a HelloWorld
&lt;br&gt;&amp;gt; agent in JRE 1.4 (or less for JADE-LEAP for CDC).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Can you please tell me where I'd find this recursive code? Or some
&lt;br&gt;&amp;gt; ideas?
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; The attachment is some published results on each middleware and the
&lt;br&gt;&amp;gt; memory used vs methods used (to fully load HelloWorld agent).
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Kind Regards, Chris
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Questo messaggio e i suoi allegati sono indirizzati esclusivamente alle persone indicate. La diffusione, copia o qualsiasi altra azione derivante dalla conoscenza di queste informazioni sono rigorosamente vietate. Qualora abbiate ricevuto questo documento per errore siete cortesemente pregati di darne immediata comunicazione al mittente e di provvedere alla sua distruzione, Grazie.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This e-mail and any attachments is confidential and may contain privileged information intended for the addressee(s) only. Dissemination, copying, printing or use by anybody else is unauthorised. If you are not the intended recipient, please delete this message and any attachments and advise the sender by return e-mail, Thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; Questo messaggio e i suoi allegati sono indirizzati esclusivamente alle persone indicate. La diffusione, copia o qualsiasi altra azione derivante dalla conoscenza di queste informazioni sono rigorosamente vietate. Qualora abbiate ricevuto questo documento per errore siete cortesemente pregati di darne immediata comunicazione al mittente e di provvedere alla sua distruzione, Grazie.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; This e-mail and any attachments is confidential and may contain privileged information intended for the addressee(s) only. Dissemination, copying, printing or use by anybody else is unauthorised. If you are not the intended recipient, please delete this message and any attachments and advise the sender by return e-mail, Thanks.
&lt;br&gt;&amp;gt; 
&lt;br&gt;&amp;gt; _______________________________________________
&lt;br&gt;&amp;gt; jade-develop mailing list
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=11&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&amp;gt; &lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;&amp;gt; UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&amp;gt; &lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;/div&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26806097&amp;i=12&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JADE-LEAP-Memory-Leak--tp26694348p26806097.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26800491</id>
	<title>RE: Starting sniffer when jade is run</title>
	<published>2009-12-15T11:35:45Z</published>
	<updated>2009-12-15T11:35:45Z</updated>
	<author>
		<name>Hussain, Adil</name>
	</author>
	<content type="html">Hi Caire (and anyone else that can help),
&lt;br&gt;&lt;br&gt;The sniffer.properties file does the job exactly (i.e. specifying agents to be sniffed that don't yet exist). Thanks so much. 
&lt;br&gt;&lt;br&gt;As for saving the sniffed messages in a file, the “WriteMessageList” button provided with Sniffer does do the job. However, thing is, my desired application is to run without a GUI. &amp;nbsp;Jade is to be loaded with no gui and a number of agents (included the sniffer) that run for a certain amount of time and then the entire agent platform is to be shut down (automatically).
&lt;br&gt;&lt;br&gt;Any idea (anyone) how I could save/retrieve all the messages sniffed (without any interaction with a GUI)? Could I perhaps somehow send a message to the Sniffer agent before it is killed to save the sniffed messages in a file? Or perhaps somehow (if not a bad idea!) extend the Sniffer agent class (the takedown method) to save the sniffed messages when killed?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Adil Hussain_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26800491&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-sniffer-when-jade-is-run-tp26769050p26800491.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26796765</id>
	<title>RE: JADE-LEAP Memory Leak?</title>
	<published>2009-12-15T07:39:05Z</published>
	<updated>2009-12-15T07:39:05Z</updated>
	<author>
		<name>C.P.Bridges</name>
	</author>
	<content type="html">This is exactly it but using the arguments and creating just 1 agent. If you see the graph, the memory is still going up - albeit very slowly.
&lt;br&gt;&lt;br&gt;I'm talking KB/ byte accuracy here.
&lt;br&gt;&lt;br&gt;Cheers, Chris
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Caire Giovanni [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;] 
&lt;br&gt;Sent: 15 December 2009 09:21
&lt;br&gt;To: Bridges CP Mr (PG/R - Electronic Eng); &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: JADE-LEAP Memory Leak?
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;As far as I have understood the test you are performing should be similar to the following one:
&lt;br&gt;&lt;br&gt;public class Test {
&lt;br&gt;&lt;br&gt;&amp;nbsp; public static final void main(String[] args) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; Properties pp = new Properties();
&lt;br&gt;&amp;nbsp; &amp;nbsp; pp.setProperty(&amp;quot;nomtp&amp;quot;, &amp;quot;true&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; ProfileImpl p = new ProfileImpl(pp);
&lt;br&gt;&amp;nbsp; &amp;nbsp; long n = 0;
&lt;br&gt;&amp;nbsp; &amp;nbsp; try {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ContainerController cc = Runtime.instance().createMainContainer(p);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; while (true) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AgentController ac = cc.createNewAgent(&amp;quot;Test-&amp;quot;+n, &amp;quot;examples.hello.HelloWorldAgent&amp;quot;, null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ac.start();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n++;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; catch (Throwable t) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; System.err.println(&amp;quot;Error creating agent &amp;quot;+n);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; t.printStackTrace();
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;I run the above test up to the creation of 1.500.000 agents and I got no memory increment: the memory consumption ranges from ~20 MB up to 50MB.
&lt;br&gt;&lt;br&gt;Is your test different with respect to mine?
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Giovanni
&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt;]
&lt;br&gt;Sent: lunedì 14 dicembre 2009 10.51
&lt;br&gt;To: Caire Giovanni; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: JADE-LEAP Memory Leak?
&lt;br&gt;&lt;br&gt;Hi Giovanni,
&lt;br&gt;&lt;br&gt;The test literally just loads up the HelloWorld agent and terminates once that has loaded. The method probe I use tracks the amount of memory used as in my previous figure to each method invoked. You'll see that the memory used keeps on rising - so when does it stop?
&lt;br&gt;&lt;br&gt;Or after which classes/methods does the memory level off to stability?
&lt;br&gt;&lt;br&gt;Cheers, Chris
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Caire Giovanni [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;]
&lt;br&gt;Sent: 09 December 2009 16:48
&lt;br&gt;To: Bridges CP Mr (PG/R - Electronic Eng); &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: JADE-LEAP Memory Leak?
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Can you please clarify what your test actually does?
&lt;br&gt;Note that we have mission critical systems continuously running in the fields with hundreds of agents and we never experienced memory-leak problems.
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Giovanni
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt;]
&lt;br&gt;Sent: martedì 8 dicembre 2009 15.03
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=9&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;; Caire Giovanni
&lt;br&gt;Subject: JADE-LEAP Memory Leak?
&lt;br&gt;&lt;br&gt;Hi Giovanni, JADE'ers,
&lt;br&gt;&lt;br&gt;I've been working with JADE-LEAP (and other agent middleware) for a
&lt;br&gt;while now and have noticed that during experimentation, the memory
&lt;br&gt;consumption keeps increasing. My setup is just startup a HelloWorld
&lt;br&gt;agent in JRE 1.4 (or less for JADE-LEAP for CDC).
&lt;br&gt;&lt;br&gt;Can you please tell me where I'd find this recursive code? Or some
&lt;br&gt;ideas?
&lt;br&gt;&lt;br&gt;The attachment is some published results on each middleware and the
&lt;br&gt;memory used vs methods used (to fully load HelloWorld agent).
&lt;br&gt;&lt;br&gt;Kind Regards, Chris
&lt;br&gt;&lt;br&gt;Questo messaggio e i suoi allegati sono indirizzati esclusivamente alle persone indicate. La diffusione, copia o qualsiasi altra azione derivante dalla conoscenza di queste informazioni sono rigorosamente vietate. Qualora abbiate ricevuto questo documento per errore siete cortesemente pregati di darne immediata comunicazione al mittente e di provvedere alla sua distruzione, Grazie.
&lt;br&gt;&lt;br&gt;This e-mail and any attachments is confidential and may contain privileged information intended for the addressee(s) only. Dissemination, copying, printing or use by anybody else is unauthorised. If you are not the intended recipient, please delete this message and any attachments and advise the sender by return e-mail, Thanks.
&lt;br&gt;&lt;br&gt;&lt;br&gt;Questo messaggio e i suoi allegati sono indirizzati esclusivamente alle persone indicate. La diffusione, copia o qualsiasi altra azione derivante dalla conoscenza di queste informazioni sono rigorosamente vietate. Qualora abbiate ricevuto questo documento per errore siete cortesemente pregati di darne immediata comunicazione al mittente e di provvedere alla sua distruzione, Grazie.
&lt;br&gt;&lt;br&gt;This e-mail and any attachments is confidential and may contain privileged information intended for the addressee(s) only. Dissemination, copying, printing or use by anybody else is unauthorised. If you are not the intended recipient, please delete this message and any attachments and advise the sender by return e-mail, Thanks.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26796765&amp;i=10&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JADE-LEAP-Memory-Leak--tp26694348p26796765.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26795701</id>
	<title>Debian command line arguments passing</title>
	<published>2009-12-15T06:31:58Z</published>
	<updated>2009-12-15T06:31:58Z</updated>
	<author>
		<name>Wae Chan</name>
	</author>
	<content type="html">Hi all,&lt;br&gt;&lt;br&gt;I need some help here, i dont know how to pass arguments in the command line in Debian, more specifically, i want to do this &amp;quot;Windows command&amp;quot; in Debian:&lt;br&gt;&lt;br&gt;java jade.Boot hello:HelloWorldAgent(arg1 arg2)&lt;br&gt;
&lt;br&gt;Ive tried [arg1 arg2]; &amp;quot;arg1 arg2&amp;quot;... but none of them works! Thanks in advance!!!&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795701&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Debian-command-line-arguments-passing-tp26795701p26795701.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26795502</id>
	<title>RE: Starting sniffer when jade is run</title>
	<published>2009-12-15T06:15:58Z</published>
	<updated>2009-12-15T06:15:58Z</updated>
	<author>
		<name>Caire Giovanni-2</name>
	</author>
	<content type="html">&lt;html xmlns:v=&quot;urn:schemas-microsoft-com:vml&quot; xmlns:o=&quot;urn:schemas-microsoft-com:office:office&quot; xmlns:w=&quot;urn:schemas-microsoft-com:office:word&quot; xmlns=&quot;http://www.w3.org/TR/REC-html40&quot;&gt;

&lt;head&gt;
&lt;meta http-equiv=Content-Type content=&quot;text/html; charset=us-ascii&quot;&gt;
&lt;meta name=Generator content=&quot;Microsoft Word 11 (filtered medium)&quot;&gt;
&lt;!--[if !mso]&gt;
&lt;style&gt;
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
&lt;/style&gt;
&lt;![endif]--&gt;


&lt;meta name=&quot;SKYPE_FRAMEID&quot; content=VFPEUAGBSX&gt;
&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapedefaults v:ext=&quot;edit&quot; spidmax=&quot;1026&quot; /&gt;
&lt;/xml&gt;&lt;![endif]--&gt;&lt;!--[if gte mso 9]&gt;&lt;xml&gt;
 &lt;o:shapelayout v:ext=&quot;edit&quot;&gt;
  &lt;o:idmap v:ext=&quot;edit&quot; data=&quot;1&quot; /&gt;
 &lt;/o:shapelayout&gt;&lt;/xml&gt;&lt;![endif]--&gt;
&lt;/head&gt;

&lt;body lang=IT link=blue vlink=purple ocsi=x&gt;

&lt;div class=Section1&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;Hi,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span style='font-size:
10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;The Sniffer can be
instructed to sniff agents before they are created by means of the sniffer.properties
files. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;In such file you can
specify, among others, the preload property indicating the name of the agents
you want to sniff. &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;E.g.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;preload=da0;da1&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Look at the jade.tools.sniffer.Sniffer
class javadoc &amp;nbsp;for details.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;As for saving the sniffed
messages in a file, the Sniffer provides the &amp;#8220;WriteMessageList&amp;#8221; button
that does exactly what you need.&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Bye,&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;Giovanni &lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=navy face=Arial&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Arial;color:navy'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div class=MsoNormal align=center style='text-align:center'&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span lang=EN-US style='font-size:12.0pt'&gt;

&lt;hr size=2 width=&quot;100%&quot; align=center tabindex=-1&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Tahoma;font-weight:bold'&gt;From:&lt;/span&gt;&lt;/font&gt;&lt;/b&gt;&lt;font size=2 face=Tahoma&gt;&lt;span lang=EN-US style='font-size:10.0pt;font-family:Tahoma'&gt;
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795502&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;
[mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795502&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] &lt;b&gt;&lt;span style='font-weight:
bold'&gt;On Behalf Of &lt;/span&gt;&lt;/b&gt;Hussain, Adil&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Sent:&lt;/span&gt;&lt;/b&gt; domenica 13 dicembre 2009
20.42&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;To:&lt;/span&gt;&lt;/b&gt; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795502&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;&lt;br&gt;
&lt;b&gt;&lt;span style='font-weight:bold'&gt;Subject:&lt;/span&gt;&lt;/b&gt; [jade-develop] Starting
sniffer when jade is run&lt;/span&gt;&lt;/font&gt;&lt;span lang=EN-US&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&lt;o:p&gt;&amp;nbsp;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 color=black face=Tahoma&gt;&lt;span style='font-size:
10.0pt;font-family:Tahoma;color:black'&gt;Hi all,&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma'&gt;I want run jade with a number of agents such that all
messages exchanged between the agents are sniffed.&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma'&gt;I know I can specify the sniffer agent to start with jade
as with&amp;nbsp;any other agent&amp;nbsp;but the problem is twofold:&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma'&gt;(1)&amp;nbsp;some of the other agents might be created before
the sniffer (and hence some messages will be missed)&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma'&gt;(2) I believe I can't tell sniffer to sniff an agent until
that agent exists (or by any other means except the gui).&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma'&gt;Is there a way that the sniffer agent can be made to be the
first agent to be created out of the list of agents I specify&amp;nbsp;to be
created?&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma'&gt;Is there a way I can specify to the sniffer as its
input&amp;nbsp;the names of the&amp;nbsp;agents it is to sniff, which might not exist
yet, but which should be sniffed as soon as they are created? How?&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma'&gt;Additionally, is it possible easily to output all messages
the sniffer has sniffed to standard output or a file in a meaningful way? How?&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma'&gt;Apologies for the numerous questions. Many thanks in
advance.&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=3 face=&quot;Times New Roman&quot;&gt;&lt;span style='font-size:
12.0pt'&gt;&amp;nbsp;&lt;o:p&gt;&lt;/o:p&gt;&lt;/span&gt;&lt;/font&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma'&gt;Regards,&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;div&gt;

&lt;p class=MsoNormal&gt;&lt;font size=2 face=Tahoma&gt;&lt;span style='font-size:10.0pt;
font-family:Tahoma'&gt;Adil Hussain&lt;/span&gt;&lt;/font&gt;&lt;o:p&gt;&lt;/o:p&gt;&lt;/p&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/div&gt;

&lt;/body&gt;

&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26795502&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-sniffer-when-jade-is-run-tp26769050p26795502.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26791870</id>
	<title>RE: JADE-LEAP Memory Leak?</title>
	<published>2009-12-15T01:20:52Z</published>
	<updated>2009-12-15T01:20:52Z</updated>
	<author>
		<name>Caire Giovanni-2</name>
	</author>
	<content type="html">Hi,
&lt;br&gt;&lt;br&gt;As far as I have understood the test you are performing should be similar to the following one:
&lt;br&gt;&lt;br&gt;public class Test {
&lt;br&gt;&lt;br&gt;&amp;nbsp; public static final void main(String[] args) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; Properties pp = new Properties();
&lt;br&gt;&amp;nbsp; &amp;nbsp; pp.setProperty(&amp;quot;nomtp&amp;quot;, &amp;quot;true&amp;quot;);
&lt;br&gt;&amp;nbsp; &amp;nbsp; ProfileImpl p = new ProfileImpl(pp);
&lt;br&gt;&amp;nbsp; &amp;nbsp; long n = 0;
&lt;br&gt;&amp;nbsp; &amp;nbsp; try {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; ContainerController cc = Runtime.instance().createMainContainer(p);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; while (true) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; AgentController ac = cc.createNewAgent(&amp;quot;Test-&amp;quot;+n, &amp;quot;examples.hello.HelloWorldAgent&amp;quot;, null);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ac.start();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; n++;
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; catch (Throwable t) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; System.err.println(&amp;quot;Error creating agent &amp;quot;+n);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; t.printStackTrace();
&lt;br&gt;&amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; }
&lt;br&gt;}
&lt;br&gt;&lt;br&gt;I run the above test up to the creation of 1.500.000 agents and I got no memory increment: the memory consumption ranges from ~20 MB up to 50MB.
&lt;br&gt;&lt;br&gt;Is your test different with respect to mine?
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Giovanni
&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791870&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791870&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt;] 
&lt;br&gt;Sent: lunedì 14 dicembre 2009 10.51
&lt;br&gt;To: Caire Giovanni; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791870&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: JADE-LEAP Memory Leak?
&lt;br&gt;&lt;br&gt;Hi Giovanni,
&lt;br&gt;&lt;br&gt;The test literally just loads up the HelloWorld agent and terminates once that has loaded. The method probe I use tracks the amount of memory used as in my previous figure to each method invoked. You'll see that the memory used keeps on rising - so when does it stop?
&lt;br&gt;&lt;br&gt;Or after which classes/methods does the memory level off to stability?
&lt;br&gt;&lt;br&gt;Cheers, Chris
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Caire Giovanni [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791870&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;] 
&lt;br&gt;Sent: 09 December 2009 16:48
&lt;br&gt;To: Bridges CP Mr (PG/R - Electronic Eng); &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791870&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: JADE-LEAP Memory Leak?
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Can you please clarify what your test actually does?
&lt;br&gt;Note that we have mission critical systems continuously running in the fields with hundreds of agents and we never experienced memory-leak problems.
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Giovanni
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791870&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791870&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt;]
&lt;br&gt;Sent: martedì 8 dicembre 2009 15.03
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791870&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;; Caire Giovanni
&lt;br&gt;Subject: JADE-LEAP Memory Leak?
&lt;br&gt;&lt;br&gt;Hi Giovanni, JADE'ers,
&lt;br&gt;&lt;br&gt;I've been working with JADE-LEAP (and other agent middleware) for a
&lt;br&gt;while now and have noticed that during experimentation, the memory
&lt;br&gt;consumption keeps increasing. My setup is just startup a HelloWorld
&lt;br&gt;agent in JRE 1.4 (or less for JADE-LEAP for CDC).
&lt;br&gt;&lt;br&gt;Can you please tell me where I'd find this recursive code? Or some
&lt;br&gt;ideas?
&lt;br&gt;&lt;br&gt;The attachment is some published results on each middleware and the
&lt;br&gt;memory used vs methods used (to fully load HelloWorld agent).
&lt;br&gt;&lt;br&gt;Kind Regards, Chris
&lt;br&gt;&lt;br&gt;Questo messaggio e i suoi allegati sono indirizzati esclusivamente alle persone indicate. La diffusione, copia o qualsiasi altra azione derivante dalla conoscenza di queste informazioni sono rigorosamente vietate. Qualora abbiate ricevuto questo documento per errore siete cortesemente pregati di darne immediata comunicazione al mittente e di provvedere alla sua distruzione, Grazie.
&lt;br&gt;&lt;br&gt;This e-mail and any attachments is confidential and may contain privileged information intended for the addressee(s) only. Dissemination, copying, printing or use by anybody else is unauthorised. If you are not the intended recipient, please delete this message and any attachments and advise the sender by return e-mail, Thanks.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26791870&amp;i=8&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JADE-LEAP-Memory-Leak--tp26694348p26791870.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26790921</id>
	<title>Help for beginner</title>
	<published>2009-12-14T23:48:31Z</published>
	<updated>2009-12-14T23:48:31Z</updated>
	<author>
		<name>Andrius Jurgutis</name>
	</author>
	<content type="html">&lt;br&gt;&amp;nbsp; &amp;nbsp;Hello everyone,
&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp;I'am Jade beginner, so I need help.
&lt;br&gt;&amp;nbsp; &amp;nbsp;I do not understand, how to configuring MTPs from the graphical &amp;nbsp;
&lt;br&gt;management console. I completed the activities as described in
&lt;br&gt;&amp;nbsp; &amp;nbsp;&amp;quot;Select a container from the GUI, click the right button of the &amp;nbsp;
&lt;br&gt;mouse and a popup menu appears. Choose the Install a new MTP option &amp;nbsp;
&lt;br&gt;and a dialog will be shown. Here the following information can be set:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* the container to install the new MTP on (if different from the &amp;nbsp;
&lt;br&gt;selected one)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* the fully qualified name of the class implementing the &amp;nbsp;
&lt;br&gt;jade.mtp.MTP interface, and (if it is supported by the chosen protocol)
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp;* optionally the transport address that will be used to contact &amp;nbsp;
&lt;br&gt;the new MTP.
&lt;br&gt;&lt;br&gt;For example, in order to install a new HTTP endpoint on the default &amp;nbsp;
&lt;br&gt;local port by using the HTTP MTP, one should write &amp;nbsp;
&lt;br&gt;jamr.jademtp.http.MessageTransportProtocol as the class name and &amp;nbsp;
&lt;br&gt;nothing as the address. In order to use the transport on a different &amp;nbsp;
&lt;br&gt;port or a particular interface of the current machine you could &amp;nbsp;
&lt;br&gt;provide as the transport address a standard http url: &amp;nbsp;
&lt;br&gt;&lt;a href=&quot;http://mymachinename.org:8978&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://mymachinename.org:8978&lt;/a&gt;&amp;nbsp;( where 8978 would be the port number on &amp;nbsp;
&lt;br&gt;which the transport will bind ).
&lt;br&gt;&lt;br&gt;Choosing Uninstall an MTP shows a dialog where the user can select &amp;nbsp;
&lt;br&gt;from a list one of the currently installed MTPs and remove it from the &amp;nbsp;
&lt;br&gt;platform. &amp;quot;
&lt;br&gt;&amp;nbsp; but I get an error message, I do not understand what I am doing wrong ?
&lt;br&gt;&lt;br&gt;&amp;nbsp; Thanks in advance
&lt;br&gt;&lt;br&gt;&amp;nbsp; Andrius
&lt;br&gt;&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26790921&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-jade-develop-Digest%2C-Vol-83%2C-Issue-11-tp26789527p26790921.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26789527</id>
	<title>Re: jade-develop Digest, Vol 83, Issue 11</title>
	<published>2009-12-14T21:00:34Z</published>
	<updated>2009-12-14T21:00:34Z</updated>
	<author>
		<name>bala krishnan-5</name>
	</author>
	<content type="html">Hi Everyone,&lt;br&gt;                        I would like to create an agent based system as a plugin for chrome...but i doubt that whether i could provide the JADE container to the agents in the plugin...is it possible? if so can you please explain how this could be done?&lt;br&gt;
thanks in advance....&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26789527&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Re%3A-jade-develop-Digest%2C-Vol-83%2C-Issue-11-tp26789527p26789527.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780436</id>
	<title>RE: How to shut down Jade when run without using the GUI?</title>
	<published>2009-12-14T08:14:31Z</published>
	<updated>2009-12-14T08:14:31Z</updated>
	<author>
		<name>Russell Mills</name>
	</author>
	<content type="html">Hi Adil,
&lt;br&gt;&lt;br&gt;Sorry, my fault on the getInstance. Sloppy cut-and-paste.
&lt;br&gt;&lt;br&gt;You must register the Codec Language and Ontology with the ContentManager before you call fillContent, like so:
&lt;br&gt;import jade.content.lang.sl.SLCodec;
&lt;br&gt;...
&lt;br&gt;Codec codec = new SLCodec();
&lt;br&gt;getContentManager().registerLanguage(codec);
&lt;br&gt;getContentManager().registerOntology(JADEManagementOntology.getInstance());
&lt;br&gt;&lt;br&gt;You can then use codec.getName() for the String necessary in msg.setLanguage().
&lt;br&gt;&lt;br&gt;If you're going to do multiple things with this Agent, I usually do it first thing in Agent::setup(). However, if the whole point is to kill the platform, your agent isn't going to achieve much later on.
&lt;br&gt;&lt;br&gt;This *should* work. :)
&lt;br&gt;&lt;br&gt;Russ
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Hussain, Adil [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780436&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;adil.hussain02@...&lt;/a&gt;]
&lt;br&gt;Sent: 14 December 2009 15:58
&lt;br&gt;To: Russell Mills; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780436&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: How to shut down Jade when run without using the GUI?
&lt;br&gt;&lt;br&gt;Hi Russ (and anyone that can help!),
&lt;br&gt;&lt;br&gt;I tried your code. It compiled but doesn't work. I get an exception &amp;quot;Unknown language fipa-sl&amp;quot;. Any idea what I can do to fix this and send a message to the AMS to shut down the agent platform (and kill all agents)?
&lt;br&gt;&lt;br&gt;Btw, I had to make a couple of changes to your code to make it compile (I changed to getOntology() to getInstance(), and added exception handling), as follows:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACLMessage msg = new ACLMessage(ACLMessage.REQUEST);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.addReceiver(getAMS());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.setLanguage(FIPANames.ContentLanguage.FIPA_SL);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.setOntology(JADEManagementOntology.getInstance().getName());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getContentManager().fillContent(msg,new Action(getAID(), new ShutdownPlatform()));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; send(msg);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; catch (Exception e) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e.printStackTrace();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Adil
&lt;br&gt;________________________________________
&lt;br&gt;From: Russell Mills [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780436&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;russell.mills@...&lt;/a&gt;]
&lt;br&gt;Sent: 14 December 2009 10:41
&lt;br&gt;To: Hussain, Adil; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780436&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: How to shut down Jade when run without using the GUI?
&lt;br&gt;&lt;br&gt;Hi Adil,
&lt;br&gt;&lt;br&gt;The class that you're looking for is the ShutdownPlatform Action in the JADEManagementOntology. You can send a Request message to the AMS with an instance of this in the content and the platform will shut down.
&lt;br&gt;&lt;br&gt;Code snippet (excluding error handling, assumes that you're inside an Agent rather than a Behaviour):
&lt;br&gt;&lt;br&gt;ACLMessage msg = new ACLMessage(ACLMessage.REQUEST); msg.addReceiver(getAMS()); msg.setLanguage(FIPANames.ContentLanguage.FIPA_SL);
&lt;br&gt;msg.setOntology(JADEManagementOntology.getOntology().getName());
&lt;br&gt;getContentManager().fillContent(msg,
&lt;br&gt;&amp;nbsp; &amp;nbsp; new Action(getAID(), new ShutdownPlatform())); send(msg);
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;&lt;br&gt;Russ
&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780436&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780436&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of Hussain, Adil
&lt;br&gt;Sent: 13 December 2009 19:41
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780436&amp;i=6&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: [jade-develop] How to shut down Jade when run without using the GUI?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I need to start up Jade with a number of agents such that everything closes (all agents die) naturally after a certain amount of time (say 20 seconds) the way it would if I was to shut the platform using the gui, but I need this to happen without the gui. How would I do this?
&lt;br&gt;&lt;br&gt;I am thinking of loading an additional agent when I start up jade whose sole function is to sleep for 20 seconds, then wake and shut down the agent platform (close/end everything). Is this the correct/best way to do shut down jade with a gui? If so, what would this additional agent need to do to shut down the agent platform?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Adil
&lt;br&gt;&lt;br&gt;RiskAware Limited. Registered in England. Company Number: 3812608. VAT Number: 740 891 815. Registered Address: 9th Floor, Colston Tower, Colston Street, Bristol, BS1 4XE.
&lt;br&gt;&lt;br&gt;The information in this email is intended solely for the addressee(s) and may contain privileged material. Access to this email by anyone else is unauthorised. Any review, retransmission, dissemination or any use of this information by persons or entities other than the intended recipient is strictly prohibited.
&lt;br&gt;&lt;br&gt;RiskAware Ltd reserves the right to monitor all outgoing and incoming e-mails.
&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780436&amp;i=7&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-shut-down-Jade-when-run-without-using-the-GUI--tp26769044p26780436.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26780239</id>
	<title>RE: How to shut down Jade when run without using the GUI?</title>
	<published>2009-12-14T07:58:16Z</published>
	<updated>2009-12-14T07:58:16Z</updated>
	<author>
		<name>Hussain, Adil</name>
	</author>
	<content type="html">Hi Russ (and anyone that can help!),
&lt;br&gt;&lt;br&gt;I tried your code. It compiled but doesn't work. I get an exception &amp;quot;Unknown language fipa-sl&amp;quot;. Any idea what I can do to fix this and send a message to the AMS to shut down the agent platform (and kill all agents)?
&lt;br&gt;&lt;br&gt;Btw, I had to make a couple of changes to your code to make it compile (I changed to getOntology() to getInstance(), and added exception handling), as follows:
&lt;br&gt;&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ACLMessage msg = new ACLMessage(ACLMessage.REQUEST);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.addReceiver(getAMS());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.setLanguage(FIPANames.ContentLanguage.FIPA_SL);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; msg.setOntology(JADEManagementOntology.getInstance().getName());
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; try {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; getContentManager().fillContent(msg,new Action(getAID(), new ShutdownPlatform()));
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; send(msg);
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; catch (Exception e) {
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; e.printStackTrace();
&lt;br&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; }
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Adil
&lt;br&gt;________________________________________
&lt;br&gt;From: Russell Mills [&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780239&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;russell.mills@...&lt;/a&gt;]
&lt;br&gt;Sent: 14 December 2009 10:41
&lt;br&gt;To: Hussain, Adil; &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780239&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: How to shut down Jade when run without using the GUI?
&lt;br&gt;&lt;br&gt;Hi Adil,
&lt;br&gt;&lt;br&gt;The class that you're looking for is the ShutdownPlatform Action in the JADEManagementOntology. You can send a Request message to the AMS with an instance of this in the content and the platform will shut down.
&lt;br&gt;&lt;br&gt;Code snippet (excluding error handling, assumes that you're inside an Agent rather than a Behaviour):
&lt;br&gt;&lt;br&gt;ACLMessage msg = new ACLMessage(ACLMessage.REQUEST);
&lt;br&gt;msg.addReceiver(getAMS());
&lt;br&gt;msg.setLanguage(FIPANames.ContentLanguage.FIPA_SL);
&lt;br&gt;msg.setOntology(JADEManagementOntology.getOntology().getName());
&lt;br&gt;getContentManager().fillContent(msg,
&lt;br&gt;&amp;nbsp; &amp;nbsp; new Action(getAID(), new ShutdownPlatform()));
&lt;br&gt;send(msg);
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;&lt;br&gt;Russ
&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780239&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780239&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of Hussain, Adil
&lt;br&gt;Sent: 13 December 2009 19:41
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780239&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: [jade-develop] How to shut down Jade when run without using the GUI?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I need to start up Jade with a number of agents such that everything closes (all agents die) naturally after a certain amount of time (say 20 seconds) the way it would if I was to shut the platform using the gui, but I need this to happen without the gui. How would I do this?
&lt;br&gt;&lt;br&gt;I am thinking of loading an additional agent when I start up jade whose sole function is to sleep for 20 seconds, then wake and shut down the agent platform (close/end everything). Is this the correct/best way to do shut down jade with a gui? If so, what would this additional agent need to do to shut down the agent platform?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Adil
&lt;br&gt;&lt;br&gt;RiskAware Limited. Registered in England. Company Number: 3812608. VAT Number: 740 891 815. Registered Address: 9th Floor, Colston Tower, Colston Street, Bristol, BS1 4XE.
&lt;br&gt;&lt;br&gt;The information in this email is intended solely for the addressee(s) and may contain privileged material. Access to this email by anyone else is unauthorised. Any review, retransmission, dissemination or any use of this information by persons or entities other than the intended recipient is strictly prohibited.
&lt;br&gt;&lt;br&gt;RiskAware Ltd reserves the right to monitor all outgoing and incoming e-mails.
&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26780239&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-shut-down-Jade-when-run-without-using-the-GUI--tp26769044p26780239.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775849</id>
	<title>RE: How to shut down Jade when run without using the GUI?</title>
	<published>2009-12-14T02:41:51Z</published>
	<updated>2009-12-14T02:41:51Z</updated>
	<author>
		<name>Russell Mills</name>
	</author>
	<content type="html">Hi Adil,
&lt;br&gt;&lt;br&gt;The class that you're looking for is the ShutdownPlatform Action in the JADEManagementOntology. You can send a Request message to the AMS with an instance of this in the content and the platform will shut down.
&lt;br&gt;&lt;br&gt;Code snippet (excluding error handling, assumes that you're inside an Agent rather than a Behaviour):
&lt;br&gt;&lt;br&gt;ACLMessage msg = new ACLMessage(ACLMessage.REQUEST);
&lt;br&gt;msg.addReceiver(getAMS());
&lt;br&gt;msg.setLanguage(FIPANames.ContentLanguage.FIPA_SL);
&lt;br&gt;msg.setOntology(JADEManagementOntology.getOntology().getName());
&lt;br&gt;getContentManager().fillContent(msg,
&lt;br&gt;&amp;nbsp; &amp;nbsp; new Action(getAID(), new ShutdownPlatform()));
&lt;br&gt;send(msg);
&lt;br&gt;&lt;br&gt;Hope this helps,
&lt;br&gt;&lt;br&gt;Russ
&lt;br&gt;________________________________
&lt;br&gt;&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775849&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775849&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop-bounces@...&lt;/a&gt;] On Behalf Of Hussain, Adil
&lt;br&gt;Sent: 13 December 2009 19:41
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775849&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: [jade-develop] How to shut down Jade when run without using the GUI?
&lt;br&gt;&lt;br&gt;&lt;br&gt;Hi all,
&lt;br&gt;&lt;br&gt;I need to start up Jade with a number of agents such that everything closes (all agents die) naturally after a certain amount of time (say 20 seconds) the way it would if I was to shut the platform using the gui, but I need this to happen without the gui. How would I do this?
&lt;br&gt;&lt;br&gt;I am thinking of loading an additional agent when I start up jade whose sole function is to sleep for 20 seconds, then wake and shut down the agent platform (close/end everything). Is this the correct/best way to do shut down jade with a gui? If so, what would this additional agent need to do to shut down the agent platform?
&lt;br&gt;&lt;br&gt;Regards,
&lt;br&gt;Adil
&lt;br&gt;&lt;br&gt;RiskAware Limited. Registered in England. Company Number: 3812608. VAT Number: 740 891 815. Registered Address: 9th Floor, Colston Tower, Colston Street, Bristol, BS1 4XE.
&lt;br&gt;&lt;br&gt;The information in this email is intended solely for the addressee(s) and may contain privileged material. Access to this email by anyone else is unauthorised. Any review, retransmission, dissemination or any use of this information by persons or entities other than the intended recipient is strictly prohibited.
&lt;br&gt;&lt;br&gt;RiskAware Ltd reserves the right to monitor all outgoing and incoming e-mails.
&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775849&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-shut-down-Jade-when-run-without-using-the-GUI--tp26769044p26775849.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26775283</id>
	<title>RE: JADE-LEAP Memory Leak?</title>
	<published>2009-12-14T01:50:49Z</published>
	<updated>2009-12-14T01:50:49Z</updated>
	<author>
		<name>C.P.Bridges</name>
	</author>
	<content type="html">Hi Giovanni,
&lt;br&gt;&lt;br&gt;The test literally just loads up the HelloWorld agent and terminates once that has loaded. The method probe I use tracks the amount of memory used as in my previous figure to each method invoked. You'll see that the memory used keeps on rising - so when does it stop?
&lt;br&gt;&lt;br&gt;Or after which classes/methods does the memory level off to stability?
&lt;br&gt;&lt;br&gt;Cheers, Chris
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: Caire Giovanni [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775283&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;giovanni.caire@...&lt;/a&gt;] 
&lt;br&gt;Sent: 09 December 2009 16:48
&lt;br&gt;To: Bridges CP Mr (PG/R - Electronic Eng); &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775283&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;Subject: RE: JADE-LEAP Memory Leak?
&lt;br&gt;&lt;br&gt;Hi,
&lt;br&gt;&lt;br&gt;Can you please clarify what your test actually does?
&lt;br&gt;Note that we have mission critical systems continuously running in the fields with hundreds of agents and we never experienced memory-leak problems.
&lt;br&gt;&lt;br&gt;Bye,
&lt;br&gt;&lt;br&gt;Giovanni
&lt;br&gt;&lt;br&gt;-----Original Message-----
&lt;br&gt;From: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775283&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt; [mailto:&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775283&amp;i=3&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;C.P.Bridges@...&lt;/a&gt;]
&lt;br&gt;Sent: martedì 8 dicembre 2009 15.03
&lt;br&gt;To: &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775283&amp;i=4&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;; Caire Giovanni
&lt;br&gt;Subject: JADE-LEAP Memory Leak?
&lt;br&gt;&lt;br&gt;Hi Giovanni, JADE'ers,
&lt;br&gt;&lt;br&gt;I've been working with JADE-LEAP (and other agent middleware) for a
&lt;br&gt;while now and have noticed that during experimentation, the memory
&lt;br&gt;consumption keeps increasing. My setup is just startup a HelloWorld
&lt;br&gt;agent in JRE 1.4 (or less for JADE-LEAP for CDC).
&lt;br&gt;&lt;br&gt;Can you please tell me where I'd find this recursive code? Or some
&lt;br&gt;ideas?
&lt;br&gt;&lt;br&gt;The attachment is some published results on each middleware and the
&lt;br&gt;memory used vs methods used (to fully load HelloWorld agent).
&lt;br&gt;&lt;br&gt;Kind Regards, Chris
&lt;br&gt;&lt;br&gt;Questo messaggio e i suoi allegati sono indirizzati esclusivamente alle persone indicate. La diffusione, copia o qualsiasi altra azione derivante dalla conoscenza di queste informazioni sono rigorosamente vietate. Qualora abbiate ricevuto questo documento per errore siete cortesemente pregati di darne immediata comunicazione al mittente e di provvedere alla sua distruzione, Grazie.
&lt;br&gt;&lt;br&gt;This e-mail and any attachments is confidential and may contain privileged information intended for the addressee(s) only. Dissemination, copying, printing or use by anybody else is unauthorised. If you are not the intended recipient, please delete this message and any attachments and advise the sender by return e-mail, Thanks.
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26775283&amp;i=5&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/JADE-LEAP-Memory-Leak--tp26694348p26775283.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26769050</id>
	<title>Starting sniffer when jade is run</title>
	<published>2009-12-13T11:42:11Z</published>
	<updated>2009-12-13T11:42:11Z</updated>
	<author>
		<name>Hussain, Adil</name>
	</author>
	<content type="html">&lt;html dir=&quot;ltr&quot;&gt;&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;

&lt;meta name=&quot;GENERATOR&quot; content=&quot;MSHTML 8.00.6001.18854&quot;&gt;
&lt;meta name=&quot;SKYPE_FRAMEID&quot; content=&quot;VFPEUAGBSX&quot;&gt;
&lt;/head&gt;
&lt;body ocsi=&quot;x&quot;&gt;
&lt;div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot; face=&quot;Tahoma&quot;&gt;Hi all,&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;I want run jade with a number of agents such that all messages exchanged between the agents are sniffed.&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;I know I can specify the sniffer agent to start with jade as with&amp;nbsp;any other agent&amp;nbsp;but the problem is twofold:&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;(1)&amp;nbsp;some of the other agents might be created before the sniffer (and hence some messages will be missed)&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;(2) I believe I can't tell sniffer to sniff an agent until that agent exists (or by any other means except the gui).&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;Is there a way that the sniffer agent can be made to be the first agent to be created out of the list of agents I specify&amp;nbsp;to be created?&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;Is there a way I can specify to the sniffer as its input&amp;nbsp;the names of the&amp;nbsp;agents it is to sniff, which might not exist yet, but which should be sniffed as soon as they are created? How?&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;Additionally, is it possible easily to output all messages the sniffer has sniffed to standard output or a file in a meaningful way? How?&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Tahoma&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;Apologies for the numerous questions. Many thanks in advance.&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Tahoma&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;Regards,&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;Adil Hussain&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26769050&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Starting-sniffer-when-jade-is-run-tp26769050p26769050.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26769044</id>
	<title>How to shut down Jade when run without using the GUI?</title>
	<published>2009-12-13T11:41:20Z</published>
	<updated>2009-12-13T11:41:20Z</updated>
	<author>
		<name>Hussain, Adil</name>
	</author>
	<content type="html">&lt;html dir=&quot;ltr&quot;&gt;&lt;head&gt;
&lt;meta http-equiv=&quot;Content-Type&quot; content=&quot;text/html; charset=iso-8859-1&quot;&gt;

&lt;meta name=&quot;GENERATOR&quot; content=&quot;MSHTML 8.00.6001.18854&quot;&gt;
&lt;meta name=&quot;SKYPE_FRAMEID&quot; content=&quot;VFPEUAGBSX&quot;&gt;
&lt;/head&gt;
&lt;body ocsi=&quot;x&quot;&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font color=&quot;#000000&quot; size=&quot;2&quot; face=&quot;Tahoma&quot;&gt;Hi all,&lt;/font&gt;&lt;/div&gt;
&lt;div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;I need to start up Jade with a number of agents such that everything closes (all agents die)&amp;nbsp;naturally after a certain amount of time (say 20 seconds)&amp;nbsp;the way it would if I was to shut the platform using the gui,
 but I need this to happen without the gui. How would I do this?&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;I am thinking of loading an additional agent when I start up jade whose sole function is to sleep for 20 seconds, then wake and&amp;nbsp;shut down the agent platform (close/end everything). Is this the correct/best way to
 do shut down jade with a gui? If so, what would this additional agent need to do to shut down the agent platform?&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;Tahoma&quot;&gt;&lt;/font&gt;&amp;nbsp;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;Regards,&lt;/font&gt;&lt;/div&gt;
&lt;div dir=&quot;ltr&quot;&gt;&lt;font size=&quot;2&quot; face=&quot;tahoma&quot;&gt;Adil&lt;/font&gt;&lt;/div&gt;
&lt;/div&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26769044&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/How-to-shut-down-Jade-when-run-without-using-the-GUI--tp26769044p26769044.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26757952</id>
	<title>CFP of ITMAS 2010 - First International Workshop on Infrastructures and Tools for Multiagent Systems</title>
	<published>2009-12-12T06:17:52Z</published>
	<updated>2009-12-12T06:17:52Z</updated>
	<author>
		<name>Bellifemine Fabio Luigi</name>
	</author>
	<content type="html">&lt;br&gt;&lt;br&gt;(Apologize for multiple copies)
&lt;br&gt;(Please, distribute it among potentially interested colleagues)
&lt;br&gt;&lt;br&gt;****************************************************************************************
&lt;br&gt;The 1st International Workshop on Infrastructures and Tools for &amp;nbsp;
&lt;br&gt;Multiagent Systems
&lt;br&gt;ITMAS 2010
&lt;br&gt;Web page: &lt;a href=&quot;http://itmas2010.gti-ia.dsic.upv.es&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://itmas2010.gti-ia.dsic.upv.es&lt;/a&gt;&lt;br&gt;&lt;br&gt;To be held with AAMAS 2010 (&lt;a href=&quot;http://www.cse.yorku.ca/AAMAS2010/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cse.yorku.ca/AAMAS2010/&lt;/a&gt;)
&lt;br&gt;10 - 14 May, 2010, Toronto, Canada
&lt;br&gt;****************************************************************************************
&lt;br&gt;&lt;br&gt;------------------------------
&lt;br&gt;DESCRIPTION
&lt;br&gt;------------------------------
&lt;br&gt;&lt;br&gt;ITMAS aims at bringing together leading researchers from both academia &amp;nbsp;
&lt;br&gt;and industry to discuss issues on the design and implementation of &amp;nbsp;
&lt;br&gt;infrastructures and tools for Multiagent Systems. When developing &amp;nbsp;
&lt;br&gt;applications based on Multiagent Systems, developers and users demand &amp;nbsp;
&lt;br&gt;infrastructures and tools which support essential features in &amp;nbsp;
&lt;br&gt;Multiagent Systems (such as agent organizations, mobility, etc.) and &amp;nbsp;
&lt;br&gt;facilitate the system design, management, execution and evaluation. &amp;nbsp;
&lt;br&gt;Agent infrastructures are usually built using other technologies such &amp;nbsp;
&lt;br&gt;as grid systems, service-oriented architectures, P2P networks, etc. In &amp;nbsp;
&lt;br&gt;this sense, the integration and interoperability of such technologies &amp;nbsp;
&lt;br&gt;in Multiagent Systems is also a challenging issue in the area of both &amp;nbsp;
&lt;br&gt;tools and infrastructures for Multiagent Systems. A long term goal is &amp;nbsp;
&lt;br&gt;the industrial development of infrastructures for building highly &amp;nbsp;
&lt;br&gt;scalable applications comprising pre-existing agents that must be &amp;nbsp;
&lt;br&gt;organized or orchestrated.
&lt;br&gt;&lt;br&gt;In order for Multiagent Systems to be included in real domains such as &amp;nbsp;
&lt;br&gt;industry, infrastructures and tools for Multiagent Systems should &amp;nbsp;
&lt;br&gt;provide efficiency, scalability, security, management, monitorization &amp;nbsp;
&lt;br&gt;and other features related to building real applications.
&lt;br&gt;&lt;br&gt;We encourage the submission of papers describing any kinds of &amp;nbsp;
&lt;br&gt;infrastructures and tools that are used to provide support for &amp;nbsp;
&lt;br&gt;Multiagent Systems. We are particularly interested in infrastrucutres &amp;nbsp;
&lt;br&gt;and tools that allow agent-based systems to be adopted by designers &amp;nbsp;
&lt;br&gt;and programmers both in academia and industry.
&lt;br&gt;&lt;br&gt;Specific topics for this workshop include, but are not limited to:
&lt;br&gt;* Agent Infrastructures
&lt;br&gt;* Agent Communication Technologies
&lt;br&gt;* Interoperability
&lt;br&gt;* Integration of technologies to support Multiagent Systems
&lt;br&gt;* Efficiency and Scalability Evaluation
&lt;br&gt;* Agent Infrastructure Benchmarks
&lt;br&gt;* Security, Privacy and Identity Management in Multiagent Systems
&lt;br&gt;* Secure Infrastructures and Tools for Multiagent Systems
&lt;br&gt;* Infrastructures and tools supporting Social and Organizational Models
&lt;br&gt;* Infrastructures and tools supporting Trust and Reputation Models
&lt;br&gt;* Infrastructures and tools supporting Intelligent Virtual Environments
&lt;br&gt;* Infrastructures and tools supporting Electronic Institutions
&lt;br&gt;* Design, Management and Monitoring tools for Multiagent Systems
&lt;br&gt;* Information Retrieval Tools for Multiagent Systems
&lt;br&gt;* Semantic Web Tools for Multiagent Systems
&lt;br&gt;* Mobile Agent Technologies
&lt;br&gt;* Industry implementations of Multiagent Systems
&lt;br&gt;* Experiences using Infrastructures and Tools for Multiagent Systems
&lt;br&gt;* Infrastructures and Tools for Biomedical Multiagent Systems
&lt;br&gt;&lt;br&gt;---------------------------------
&lt;br&gt;IMPORTANT DATES
&lt;br&gt;---------------------------------
&lt;br&gt;Paper Sumbission Deadline: FEBRUARY, 2, 2010 Paper Acceptance &amp;nbsp;
&lt;br&gt;Notification: MARCH 2, 2010 Camera-ready copies due: MARCH 12, 2010
&lt;br&gt;Workshop Date: MAY 10/11, 2010
&lt;br&gt;&lt;br&gt;---------------------------------
&lt;br&gt;ORGANIZING COMMITTEE
&lt;br&gt;---------------------------------
&lt;br&gt;* Vicent Botti (Universitat Politècnica de València, Spain)
&lt;br&gt;* Ana Garcia-Fornes (Universitat Politècnica de València, Spain)
&lt;br&gt;* Jomi F. Hübner (Federal University of Santa Catarina, Brazil)
&lt;br&gt;* Andrea Omicini (Alma Mater Studiorum-Università di Bologna, Italy)
&lt;br&gt;* Juan A. Rodríguez-Aguilar (IIIA-CSIC, Spain)
&lt;br&gt;&lt;br&gt;---------------------------------
&lt;br&gt;PROGRAM COMMITTEE
&lt;br&gt;---------------------------------
&lt;br&gt;* Juan M. Alberola (Universitat Politècnica de València, Spain)
&lt;br&gt;* Makoto Amamiya (Kyushu University, Japan)
&lt;br&gt;* Matteo Baldoni (Univtalyersità degli Studi di Torino, Italy)
&lt;br&gt;* Fabio Bellifemine (Telecom Italia, Italy)
&lt;br&gt;* Juan A. Botía (University of Murcia, Spain)
&lt;br&gt;* Vicent Botti (Universitat Politècnica de València, Spain)
&lt;br&gt;* Frances Brazier (Vrije Universiteit, Netherlands)
&lt;br&gt;* Nadia Erdogan (I.staurkeynbul Teknik Üniversitesi, Turkey)
&lt;br&gt;* Agustin Espinosa (Universitat Politècnica de València, Spain)
&lt;br&gt;* Jomi F. Hübner (Federal University of Santa Catarina, Brazil)
&lt;br&gt;* Ana Garcia-Fornes (Universitat Politècnica de València, Spain)
&lt;br&gt;* Kamalakar Karlapalem (International Institute of Information &amp;nbsp;
&lt;br&gt;Technology, India)
&lt;br&gt;* Yasuhiko Kitamura (Kwansei Gakuin University, Japan)
&lt;br&gt;* Abder Koukam (University of Technology UTBM, France)
&lt;br&gt;* Michal Laclavik (Slovak Academy of Sciences, Slovak Republic)
&lt;br&gt;* Pavlos Moraitis (Paris Descartes University, France)
&lt;br&gt;* Andrea Omicini (Alma Mater Studiorum-Università di Bologna, Italy)
&lt;br&gt;* Sascha Ossowski (University Rey Juan Carlos, Spain)
&lt;br&gt;* Marcin Paprzycki (WSM and IBS PAN, Poland)
&lt;br&gt;* Michal Pechoucek (Agent Technology Center, Czech Republic)
&lt;br&gt;* Juan A. Rodriguez-Aguilar (IIIA-CSIC, Spain)
&lt;br&gt;* Murat Sensoy (University of Aberdeen, UK)
&lt;br&gt;* Carles Sierra (IIIA-CSIC, Spain)
&lt;br&gt;* Michael Shumacher (University of Applied Sciences Western, &amp;nbsp;
&lt;br&gt;Switzerland)
&lt;br&gt;* Jose M. Such (Universitat Politècnica de València, Spain)
&lt;br&gt;* Pavel Vrba (Rockwell Automation Research Center, Czech Republic)
&lt;br&gt;* Danny Weyns (Katholieke Universiteit Leuven, Belgium)
&lt;br&gt;&lt;br&gt;---------------------------------
&lt;br&gt;SUBMISSION and REVIEW DETAILS
&lt;br&gt;---------------------------------
&lt;br&gt;Papers will be peer-reviewed by at least 3 reviewers from the Program &amp;nbsp;
&lt;br&gt;Committee. Criteria for the selection of papers will include: high &amp;nbsp;
&lt;br&gt;quality, clear presentation, novelty of research, relevance to the &amp;nbsp;
&lt;br&gt;topics, coverage of relevant state of the art and the practical &amp;nbsp;
&lt;br&gt;implementation of the infrastructures and tools presented.
&lt;br&gt;&lt;br&gt;Submissions must follow the AAMAS 2010 paper format (&lt;a href=&quot;http://www.cse.yorku.ca/AAMAS2010/#content&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.cse.yorku.ca/AAMAS2010/#content&lt;/a&gt;&amp;nbsp;
&lt;br&gt;=authors_instructions) and should be a maximum of 8 pages.
&lt;br&gt;&lt;br&gt;Papers must be submitted in pdf format via the conference management &amp;nbsp;
&lt;br&gt;system, available at:
&lt;br&gt;&lt;a href=&quot;http://www.easychair.org/conferences/?conf=itmas2010&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://www.easychair.org/conferences/?conf=itmas2010&lt;/a&gt;&lt;br&gt;&lt;br&gt;We are negotiating the publication of extended versions of selected &amp;nbsp;
&lt;br&gt;papers as a volume for a special issue of the Engineering Applications &amp;nbsp;
&lt;br&gt;of Artificial Intelligence Journal which is ranked with a 1.397 JCR &amp;nbsp;
&lt;br&gt;Impact Factor (year 2008).
&lt;br&gt;&lt;br&gt;--------------------------
&lt;br&gt;CONTACT
&lt;br&gt;--------------------------
&lt;br&gt;Ana Garcia-Fornes (agarcia(at)dsic(dot)upv(dot)es)
&lt;br&gt;&lt;br&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26757952&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;br&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/CFP-of-ITMAS-2010---First-International-Workshop-on-Infrastructures-and-Tools-for-Multiagent-Systems-tp26757952p26757952.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728820</id>
	<title>Re: Communication in JADE</title>
	<published>2009-12-10T07:07:49Z</published>
	<updated>2009-12-10T07:07:49Z</updated>
	<author>
		<name>Basileios Trigonakis</name>
	</author>
	<content type="html">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.01 Transitional//EN&quot;&gt;
&lt;html&gt;
&lt;head&gt;
  &lt;meta content=&quot;text/html; charset=ISO-8859-1&quot; http-equiv=&quot;Content-Type&quot;&gt;
&lt;/head&gt;
&lt;body text=&quot;#000000&quot; bgcolor=&quot;#ffffff&quot;&gt;
Hello,&lt;br&gt;
&lt;br&gt;
If you mean that you want to run them with a tool &lt;b&gt;inside&lt;/b&gt;
eclipse, then you can use &lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://disi.unitn.it/~dnguyen/ejade/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://disi.unitn.it/~dnguyen/ejade/&lt;/a&gt; eclipse
plugin.&lt;br&gt;
&lt;br&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://disi.unitn.it/~dnguyen/ejade/&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://disi.unitn.it/~dnguyen/ejade/&lt;/a&gt;&lt;br&gt;
&lt;br&gt;
On 12/10/2009 04:01 PM, alassane abou diallo wrote:
&lt;blockquote cite=&quot;mid:fa88b31f0912100701q7d2e2c91ic02f1e3dc8f7ef1b@mail.gmail.com&quot; type=&quot;cite&quot;&gt;Hello,&lt;br&gt;
I created two agents in eclipse. I would like to know how to run&lt;br&gt;
in eclipse these two agents so that communication can pass.&lt;br&gt;
Thank you.&lt;br clear=&quot;all&quot;&gt;
  &lt;br&gt;
-- &lt;br&gt;
Cordialement,&lt;br&gt;
Alassane Abou DIALLO&lt;br&gt;
  &lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728820&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Alassane.Abou.Diallo@...&lt;/a&gt;&lt;br&gt;
06 18 22 96 49&lt;br&gt;
  &lt;pre wrap=&quot;&quot;&gt;
&lt;fieldset class=&quot;mimeAttachmentHeader&quot;&gt;&lt;/fieldset&gt;
_______________________________________________
jade-develop mailing list
&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728820&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;
UNSUBSCRIBE INSTRUCTIONS AT 
&lt;a class=&quot;moz-txt-link-freetext&quot; href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;br&gt;
&lt;br&gt;
&lt;pre class=&quot;moz-signature&quot; cols=&quot;72&quot;&gt;-- 
Vasileios Trigonakis

MSc. Student, Software Engineering of Distributed Systems,
	Royal Institute of Technology, Sweden
Diploma, Electrical &amp;amp; Computer Engineering,
	National Techical University of Athens, Greece
&lt;/pre&gt;
&lt;/body&gt;
&lt;/html&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728820&amp;i=2&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Communication-in-JADE-tp26728705p26728820.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728705</id>
	<title>Communication in JADE</title>
	<published>2009-12-10T07:01:57Z</published>
	<updated>2009-12-10T07:01:57Z</updated>
	<author>
		<name>alassane abou diallo</name>
	</author>
	<content type="html">Hello,&lt;br&gt;I created two agents in eclipse. I would like to know how to run&lt;br&gt;in eclipse these two agents so that communication can pass.&lt;br&gt;Thank you.&lt;br clear=&quot;all&quot;&gt;&lt;br&gt;-- &lt;br&gt;Cordialement,&lt;br&gt;Alassane Abou DIALLO&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728705&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Alassane.Abou.Diallo@...&lt;/a&gt;&lt;br&gt;
06 18 22 96 49&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728705&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Communication-in-JADE-tp26728705p26728705.html" />
</entry>

<entry>
	<id>tag:old.nabble.com,2006:post-26728327</id>
	<title>Communication in JADE</title>
	<published>2009-12-10T06:40:34Z</published>
	<updated>2009-12-10T06:40:34Z</updated>
	<author>
		<name>alassane abou diallo</name>
	</author>
	<content type="html">&lt;span id=&quot;result_box&quot; class=&quot;medium_text&quot;&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot; title=&quot;Bonjour,&quot;&gt;Hello,&lt;br&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot; title=&quot;j&amp;#39;ai créé deux agents en eclipse.&quot;&gt;I created two agents in eclipse. &lt;/span&gt;&lt;span style=&quot;background-color: rgb(235, 239, 249);&quot; title=&quot;J&amp;#39;aimerai savoir comment exécuter&quot;&gt;I would like to know how to run&lt;br&gt;
&lt;/span&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot; title=&quot;en eclipse ces deux agents afin que la communication puisse&quot;&gt;in eclipse these two agents so that communication can &lt;/span&gt;&lt;span title=&quot;passer.&quot;&gt;pass.&lt;br&gt;&lt;/span&gt;&lt;span style=&quot;background-color: rgb(255, 255, 255);&quot; title=&quot;Merci.&quot;&gt;Thank you.&lt;/span&gt;&lt;/span&gt;&lt;br clear=&quot;all&quot;&gt;
&lt;br&gt;-- &lt;br&gt;Cordialement,&lt;br&gt;Alassane Abou DIALLO&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728327&amp;i=0&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;Alassane.Abou.Diallo@...&lt;/a&gt;&lt;br&gt;06 18 22 96 49&lt;br&gt;
&lt;br /&gt;_______________________________________________
&lt;br&gt;jade-develop mailing list
&lt;br&gt;&lt;a href=&quot;http://old.nabble.com/user/SendEmail.jtp?type=post&amp;post=26728327&amp;i=1&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;jade-develop@...&lt;/a&gt;
&lt;br&gt;&lt;a href=&quot;https://avalon.cselt.it/mailman/listinfo/jade-develop&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;https://avalon.cselt.it/mailman/listinfo/jade-develop&lt;/a&gt;&lt;br&gt;UNSUBSCRIBE INSTRUCTIONS AT 
&lt;br&gt;&lt;a href=&quot;http://jade.tilab.com/community-mailinglist.htm&quot; target=&quot;_top&quot; rel=&quot;nofollow&quot;&gt;http://jade.tilab.com/community-mailinglist.htm&lt;/a&gt;&lt;p&gt;From forum: &lt;a href=&quot;http://old.nabble.com/JADE---Dev-f2620.html&quot; embed=&quot;fixTarget[2620]&quot; target=&quot;_top&quot; &gt;JADE - Dev&lt;/a&gt;&lt;/p&gt;</content>
	<link rel="alternate" type="text/html" href="http://old.nabble.com/Communication-in-JADE-tp26728327p26728327.html" />
</entry>

</feed>
