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

Services Web Java Discussion :

[AXIS]Probleme avec deploy.wsdd


Sujet :

Services Web Java

  1. #1
    Membre régulier
    Profil pro
    Inscrit en
    Septembre 2004
    Messages
    117
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2004
    Messages : 117
    Points : 80
    Points
    80
    Par défaut [AXIS]Probleme avec deploy.wsdd
    Bonjour voila lorsque je fais :

    java –cp %axis_libs% org.apache.axis.client.AdminClient deploy.wsdd


    j'ai l'erreure suivante :

    Exception in thread "main" java.lang.NoClassDefFoundError: Files\Apache

    J'utilise la version 1_4 d'axis et tomcatv 5.5.20

    edit:mon fichier deploy.wsdd se trouve dans %CATALINA_HOME%\webapps\axis\

    est ce bien ici qu'il doit se trouver ?

  2. #2
    Membre averti Avatar de supernova
    Profil pro
    Développeur informatique
    Inscrit en
    Juillet 2005
    Messages
    447
    Détails du profil
    Informations personnelles :
    Localisation : France, Moselle (Lorraine)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juillet 2005
    Messages : 447
    Points : 415
    Points
    415
    Par défaut
    Bonjour,


    Il doit surement manquer des librairies sous common/lib (c'est bien Tomcat ton serveur d'appli ?)
    Il est difficile d’attraper un chat noir dans une pièce sombre. Surtout lorsqu'il n’y est pas.

  3. #3
    Membre régulier
    Profil pro
    Inscrit en
    Septembre 2004
    Messages
    117
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2004
    Messages : 117
    Points : 80
    Points
    80
    Par défaut
    oui j'utilises Tomcat 5.5 et voici ce que contient common/lib:

    19/04/2006 08:11 55ÿ932 activation.jar
    22/04/2006 18:56 33ÿ202 axis-ant.jar
    22/04/2006 18:56 1ÿ599ÿ570 axis.jar
    22/04/2006 18:56 71ÿ442 commons-discovery-0.2.jar
    12/09/2006 16:10 112ÿ341 commons-el.jar
    22/04/2006 18:56 38ÿ015 commons-logging-1.0.4.jar
    12/09/2006 16:10 1ÿ213ÿ732 jasper-compiler-jdt.jar
    12/09/2006 16:10 407ÿ730 jasper-compiler.jar
    12/09/2006 16:10 76ÿ923 jasper-runtime.jar
    22/04/2006 18:56 31ÿ191 jaxrpc.jar
    12/09/2006 16:10 50ÿ501 jsp-api.jar
    22/04/2006 18:56 352ÿ668 log4j-1.2.8.jar
    22/04/2006 18:56 921 log4j.properties
    19/04/2006 08:13 356ÿ519 mail.jar
    12/09/2006 16:10 154ÿ109 naming-factory-dbcp.jar
    12/09/2006 16:10 31ÿ983 naming-factory.jar
    12/09/2006 16:10 47ÿ730 naming-resources.jar
    22/04/2006 18:56 18ÿ979 saaj.jar
    12/09/2006 16:10 97ÿ703 servlet-api.jar
    12/10/2006 03:18 7ÿ049ÿ368 tools.jar
    22/04/2006 18:56 126ÿ771 wsdl4j-1.5.1.jar
    17/12/2006 13:05 413ÿ902 xmlsec.jar

    quelle serait les librairies manquantes ?

  4. #4
    Membre averti Avatar de supernova
    Profil pro
    Développeur informatique
    Inscrit en
    Juillet 2005
    Messages
    447
    Détails du profil
    Informations personnelles :
    Localisation : France, Moselle (Lorraine)

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juillet 2005
    Messages : 447
    Points : 415
    Points
    415
    Par défaut
    Voici les librairies sous common/lib sur mon serveur, il n'y en a surement plus qu'il n'en faut, mais ca fonctionne :

    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
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
    99
    100
    101
    102
    103
    104
    105
    106
    107
    108
    109
    110
    111
    112
    113
    114
    115
    116
    117
    118
    119
    120
    121
    122
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
    133
    134
    135
    136
    137
    138
    139
    140
    141
    142
    143
    144
    145
    146
    147
    148
    149
    150
    151
    152
    153
    154
    155
    156
    157
    158
    159
    160
    161
    162
    163
    164
    165
    166
    167
    168
    169
    170
    171
    172
    173
    174
    175
    176
    177
    178
    179
    180
    181
    182
    183
    184
    185
    186
    187
    188
    189
    activation.jar
    admin-tool.jar
    ant.jar
    ant-antlr.jar
    ant-apache-bcel.jar
    ant-apache-bsf.jar
    ant-apache-log4j.jar
    ant-apache-regexp.jar
    ant-apache-resolver.jar
    ant-commons-logging.jar
    ant-commons-net.jar
    ant-icontract.jar
    ant-jai.jar
    ant-javamail.jar
    ant-jdepend.jar
    ant-jmf.jar
    ant-jsch.jar
    ant-junit.jar
    ant-launcher.jar
    ant-netrexx.jar
    ant-nodeps.jar
    ant-starteam.jar
    ant-stylebook.jar
    ant-swing.jar
    ant-trax.jar
    ant-vaj.jar
    ant-weblogic.jar
    ant-xalan1.jar
    ant-xslp.jar
    axiom-api-1.2.jar
    axiom-api-LICENSE.txt
    axiom-dom-1.2.jar
    axiom-dom-LICENSE.txt
    axiom-impl-1.2.jar
    axiom-impl-LICENSE.txt
    axis.jar
    axis-1.3-1.jar
    axis2-0.9.jar
    axis2-adb-1.1.jar
    axis2-adb-codegen-1.1.jar
    axis2-codegen-1.1.jar
    axis2-java2wsdl-1.1.jar
    axis2-jibx-1.1.jar
    axis2-kernel-1.1.jar
    axis2-LICENSE.txt
    axis2-saaj-1.1.jar
    axis2-soapmonitor-1.1.jar
    axis2-spring-1.1.jar
    axis2-tools-1.1.jar
    axis2-xmlbeans-1.1.jar
    axis-ant.jar
    axis-wsdl4j-1.2.jar
    batik-all-1.5b2.jar
    bsf-2.2.jar
    commons-beanutils.jar
    commons-beanutils-bean-collections.jar
    commons-beanutils-core.jar
    commons-beanutils-core-1.7.jar
    commons-cli-1.0.jar
    commons-codec-1.3.jar
    commons-codec-1.3-1.jar
    commons-codec-LICENSE.txt
    commons-collections.jar
    commons-collections.LICENSE
    commons-collections-2.1.jar
    commons-collections-3.1.jar
    commons-dbcp.jar
    commons-dbcp.LICENSE
    commons-digester-1.7.jar
    commons-discovery.jar
    commons-discovery.LICENSE
    commons-discovery-0.2.jar
    commons-discovery-0.3-1.jar
    commons-el.jar
    commons-fileupload-1.0.jar
    commons-fileupload-1.1.1.jar
    commons-fileupload-LICENSE.txt
    commons-httpclient-2.0.2.jar
    commons-httpclient-20020423.jar
    commons-httpclient-3.0.1.jar
    commons-httpclient-3.0-RC4-1.jar
    commons-httpclient-LICENSE.txt
    commons-io-1.2.jar
    commons-jexl-1.0.jar
    commons-jxpath-1.0.jar
    commons-jxpath-1.2.jar
    commons-lang-2.1.jar
    commons-logging.jar
    commons-logging.LICENSE
    commons-logging-1.0.3.jar
    commons-logging-1.0.4.jar
    commons-logging-1.0.4-1.jar
    commons-logging-1.0.jar
    commons-logging-1.1.jar
    commons-logging-api.jar
    commons-logging-LICENSE.txt
    commons-pool.jar
    commons-pool.LICENSE
    EnteteXMLBeans.jar
    hsqldb-1.7.1.jar
    imap.jar
    jaas.jar
    jakarta-bcel-20040329.jar
    jakarta-httpcore-4.0-alpha2.jar
    jakarta-httpcore-LICENSE.txt
    jakarta-poi-1.5.0-dev-20020408.jar.jar
    jakarta-regexp-1.2.jar
    jakarta-regexp-1.4.jar
    jasper-compiler.jar
    jasper-compiler-jdt.jar
    jasper-runtime.jar
    javacApi-0.9.jar
    javacImpl-0.9.jar
    jaxb-api.jar
    jaxb-impl.jar
    jaxb-libs.jar
    jaxb-xjc.jar
    jaxen-1.1-beta-10.jar
    jaxen-LICENSE.txt
    jaxp-api.jar
    jax-qname.jar
    jaxr-ebxml.jar
    jaxrpc.jar
    jaxrpc-1.1-1.jar
    jcert.jar
    jcs-1.2.5-dev-20050313.jar
    jnet.jar
    jsf-api.jar
    jsf-impl.jar
    jsp-api.jar
    jsr173_1.0_api.jar
    jsr173_api.jar
    jsse.jar
    log4j.properties
    log4j-1.2.12.jar
    log4j-1.2.12-1.jar
    log4j-1.2.8.jar
    log4j-1.2.8.LICENSE
    logkit-20020529.jar
    mail-1.4.jar
    mailapi.jar
    namespace.jar
    naming-factory.jar
    naming-factory-dbcp.jar
    naming-resources.jar
    relaxngDatatype.jar
    resolver.jar
    saaj.jar
    saaj-1.2-1.jar
    saaj-coms.jar
    sax.jar
    sjsxp.jar
    smtp.jar
    wsdl4j.jar
    wsdl4j.LICENSE
    wsdl4j-1.5.1.jar
    wsdl4j-1.5.1-1.jar
    wsdl4j-1.6.1.jar
    wsdl4j-LICENSE.txt
    wsi-client.jar
    wstx-asl-3.0.1.jar
    wstx-LICENSE.txt
    xalan.jar
    xalan-2.3.1.jar
    xalan-2.7.0.jar
    xbean.jar
    xbean_xpath.jar
    xbean-2.0.0-beta1.jar
    xbean-2.2.0.jar
    xbean-LICENSE.txt
    xercesImpl.jar
    xercesImpl-2.0.0.jar
    xercesImpl-2.7.1.jar
    xercesImpl-2.8.1.jar
    xercesImpl-LICENSE.txt
    xml-apis.jar
    xml-apis-1.3.02.jar
    xml-apis-1.3.03.jar
    xml-apis-LICENSE.txt
    xml-commons-resolver-1.1.jar
    xmldb-api-20011111.jar
    xmlpublic.jar
    XmlSchema-1.2.jar
    XmlSchema-LICENSE.txt
    xmlsec-1.2.1.jar
    xmlsecSamples-1.2.1.jar
    xmlsecTests-1.2.1.jar
    xsdlib.jar
    xsom.jar
    Il est difficile d’attraper un chat noir dans une pièce sombre. Surtout lorsqu'il n’y est pas.

  5. #5
    Membre régulier
    Profil pro
    Inscrit en
    Septembre 2004
    Messages
    117
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2004
    Messages : 117
    Points : 80
    Points
    80
    Par défaut
    Ok merci,
    Par ailleur serait il possible que tu fasses un .zip de tes librairies?

  6. #6
    Membre régulier
    Profil pro
    Inscrit en
    Septembre 2004
    Messages
    117
    Détails du profil
    Informations personnelles :
    Localisation : France

    Informations forums :
    Inscription : Septembre 2004
    Messages : 117
    Points : 80
    Points
    80
    Par défaut
    Bon bein j'ai finalement abandonné les web service en java.

    Je fais mon WS sous dotNET

  7. #7
    Membre éclairé
    Avatar de karami
    Profil pro
    Inscrit en
    Juin 2005
    Messages
    343
    Détails du profil
    Informations personnelles :
    Localisation : Maroc

    Informations forums :
    Inscription : Juin 2005
    Messages : 343
    Points : 668
    Points
    668
    Par défaut
    Citation Envoyé par ludovic85
    Bon bein j'ai finalement abandonné les web service en java.

    Je fais mon WS sous dotNET
    Bonjour

    T'es sùr d'avoir verifier les lib axis, utilise le lien "activate" sur la page "axis" pour verifier l'existance des libs. tu trouvera la lib qui peux manquer dans le dossier axis sur mon tuto ( c'est souvent "activation.jar"):
    http://karamimed.developpez.com/j2ee/tutoriels/axis/
    y'a un petit prob sur le site mnt!!!
    Plus nombreux sont les problèmes auxquels on réfléchit , plus on risque de n'en comprendre aucun .
    Pas de questions techniques en privé

Discussions similaires

  1. Réponses: 0
    Dernier message: 11/03/2010, 14h09
  2. [Axis]Probleme avec server-config.wsdd
    Par Rtitoun dans le forum Tomcat et TomEE
    Réponses: 1
    Dernier message: 15/07/2008, 14h40
  3. probleme avec WSDL2Java AXIS
    Par zette dans le forum Services Web
    Réponses: 2
    Dernier message: 07/02/2007, 23h15
  4. [Axis][Débutant]Activation du deploy.wsdd via .bat
    Par Mélissa dans le forum Services Web
    Réponses: 9
    Dernier message: 10/01/2007, 11h18
  5. [axis 2.0][sandesha 1.0] problem avec l'exemple echostring
    Par mlequim dans le forum Services Web
    Réponses: 1
    Dernier message: 30/05/2006, 13h05

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