IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

Programmation par agent Java Discussion :

Eclipse Jade


Sujet :

Programmation par agent Java

  1. #1
    Membre à l'essai
    Inscrit en
    Janvier 2010
    Messages
    31
    Détails du profil
    Informations forums :
    Inscription : Janvier 2010
    Messages : 31
    Points : 12
    Points
    12
    Par défaut Eclipse Jade
    Bonjour tout le monde je viens solliciter votre aide dans un problème qui me gène. Je vient de commencer a apprendre a développer via Jade eclipse alors j'ai suivi le tuto suivant. Mais j'ai toujours une erreur à la fin lors de l’exécution.

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
     
    16 avr. 2012 13:05:15 jade.Boot parseCmdLineArgs
    ATTENTION: WARNING: ignoring command line argument smith:firstAgent.HelloWorldAgent occurring after agents specification
    16 avr. 2012 13:05:15 jade.Boot parseCmdLineArgs
    ATTENTION: Note that agent specifications must be separated by a semicolon character ";" without spaces
    16 avr. 2012 13:05:16 jade.core.Runtime beginContainer
    INFO: ----------------------------------
        This is JADE 4.1.1 - revision 6532 of 2011/11/18 16:21:34
        downloaded in Open Source, under LGPL restrictions,
        at http://jade.tilab.com/
    ----------------------------------------
    Retrieving CommandDispatcher for platform null
    16 avr. 2012 13:05:17 jade.imtp.leap.LEAPIMTPManager initialize
    INFO: Listening for intra-platform commands on address:
    - jicp://192.168.1.22:1099
     
    16 avr. 2012 13:05:18 jade.core.BaseService init
    INFO: Service jade.core.management.AgentManagement initialized
    16 avr. 2012 13:05:18 jade.core.BaseService init
    INFO: Service jade.core.messaging.Messaging initialized
    16 avr. 2012 13:05:18 jade.core.BaseService init
    INFO: Service jade.core.resource.ResourceManagement initialized
    16 avr. 2012 13:05:18 jade.core.BaseService init
    INFO: Service jade.core.mobility.AgentMobility initialized
    16 avr. 2012 13:05:18 jade.core.BaseService init
    INFO: Service jade.core.event.Notification initialized
    16 avr. 2012 13:05:20 jade.mtp.http.HTTPServer <init>
    INFO: HTTP-MTP Using XML parser com.sun.org.apache.xerces.internal.parsers.SAXParser
    16 avr. 2012 13:05:20 jade.core.messaging.MessagingService boot
    INFO: MTP addresses:
    http://192.168.1.22:7778/acc
    16 avr. 2012 13:05:20 jade.core.AgentContainerImpl startBootstrapAgents
    ATTENTION: Cannot create an agent with no name. Class was jade.boot
    16 avr. 2012 13:05:20 jade.core.AgentContainerImpl joinPlatform
    INFO: --------------------------------------
    Agent container Main-Container@192.168.1.22 is ready.
    --------------------------------------------
    merci pour votre aide

  2. #2
    Membre régulier
    Homme Profil pro
    Développeur Java
    Inscrit en
    Décembre 2008
    Messages
    89
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 37
    Localisation : France, Hauts de Seine (Île de France)

    Informations professionnelles :
    Activité : Développeur Java
    Secteur : Services à domicile

    Informations forums :
    Inscription : Décembre 2008
    Messages : 89
    Points : 108
    Points
    108
    Par défaut
    Pourrais tu nous mettre la partie de code en question stp ?

  3. #3
    Futur Membre du Club
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Décembre 2019
    Messages
    12
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Madagascar

    Informations professionnelles :
    Activité : Développeur informatique
    Secteur : Enseignement

    Informations forums :
    Inscription : Décembre 2019
    Messages : 12
    Points : 8
    Points
    8
    Par défaut
    Bonjour,
    j'ai eu le même problème :
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
     
    déc. 09, 2020 9:48:56 AM jade.Boot parseCmdLineArgs
    AVERTISSEMENT: WARNING: ignoring command line argument haja:agentA.HelloWorldAgent occurring after agents specification
    déc. 09, 2020 9:48:56 AM jade.Boot parseCmdLineArgs
    AVERTISSEMENT: Note that agent specifications must be separated by a semicolon character ";" without spaces
    déc. 09, 2020 9:48:56 AM jade.core.Runtime beginContainer
    INFOS: ----------------------------------
        This is JADE 4.5.0 - revision 6825 of 23-05-2017 10:06:04
        downloaded in Open Source, under LGPL restrictions,
        at http://jade.tilab.com/
    ----------------------------------------
    déc. 09, 2020 9:48:57 AM jade.imtp.leap.LEAPIMTPManager initialize
    INFOS: Listening for intra-platform commands on address:
    - jicp://192.168.43.169:1099
     
    déc. 09, 2020 9:48:58 AM jade.core.BaseService init
    INFOS: Service jade.core.management.AgentManagement initialized
    déc. 09, 2020 9:48:58 AM jade.core.BaseService init
    INFOS: Service jade.core.messaging.Messaging initialized
    déc. 09, 2020 9:48:58 AM jade.core.BaseService init
    INFOS: Service jade.core.resource.ResourceManagement initialized
    déc. 09, 2020 9:48:58 AM jade.core.BaseService init
    INFOS: Service jade.core.mobility.AgentMobility initialized
    déc. 09, 2020 9:48:58 AM jade.core.BaseService init
    INFOS: Service jade.core.event.Notification initialized
    déc. 09, 2020 9:48:58 AM jade.mtp.http.HTTPServer <init>
    INFOS: HTTP-MTP Using XML parser com.sun.org.apache.xerces.internal.jaxp.SAXParserImpl$JAXPSAXParser
    déc. 09, 2020 9:48:58 AM jade.core.messaging.MessagingService boot
    INFOS: MTP addresses:
    http://PCHaja:7778/acc
    déc. 09, 2020 9:48:58 AM jade.core.AgentContainerImpl startBootstrapAgents
    AVERTISSEMENT: Cannot create an agent with no name. Class was jade.boot
    déc. 09, 2020 9:48:58 AM jade.core.AgentContainerImpl joinPlatform
    INFOS: --------------------------------------
    Agent container Main-Container@192.168.43.169 is ready.
    --------------------------------------------
    voici le contenu de l'onglet argument de run confugurations d'eclipse
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
     
    -gui jade.boot  smith:agentA.HelloWorldAgent
    j'ai déjà mis à jour le classpath.
    Merci d'avance

Discussions similaires

  1. Création d'un agent Jade avec Eclipse
    Par Djug dans le forum Programmation par agent
    Réponses: 174
    Dernier message: 06/10/2015, 02h38
  2. Programmation agent mobile sous Eclipse/Jade
    Par raouf_dz dans le forum Programmation par agent
    Réponses: 1
    Dernier message: 21/07/2012, 11h36
  3. Jade et Eclipse
    Par hindoini dans le forum Eclipse Java
    Réponses: 1
    Dernier message: 15/08/2009, 11h27
  4. communication entre agents sous eclipse utilisant la plateforme JADE
    Par ASSOUMA2007 dans le forum Programmation par agent
    Réponses: 2
    Dernier message: 24/12/2008, 12h29

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo