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

Struts 1 Java Discussion :

Faire tourner Struts 1.2 sous JBoss AS 7, possible?


Sujet :

Struts 1 Java

  1. #1
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut Faire tourner Struts 1.2 sous JBoss AS 7, possible?
    J'essaie de déployer une application web se basant sur struts 1.2 dans jboss AS 7. Seulement, jboss as 7 ne reconnais pas les taglib et me lance des joyeux classnotfoundexception. Cette même application fonctionne très bien, par exemple, dans jetty Une idée de ce que je rate?

    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
    16:30:08,463 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015003: Found xwiki.war in deployment directory. To trigger deployment create a file called xwiki.war.dodeploy
    16:30:08,479 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015876: Starting deployment of "xwiki.war"
    16:30:15,670 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xerces-2.5.0.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/batik-rasterizer-1.7.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,670 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xalan-2.6.0.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/batik-rasterizer-1.7.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,686 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry fop-0.94.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/batik-rasterizer-1.7.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,686 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry batik-js.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/batik-rasterizer-1.7.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,686 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry emory-util-io.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/emory-util-classloader-2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,702 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry emory-util-security.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/emory-util-classloader-2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,702 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry emory-util-io.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/emory-util-security-2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,702 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry avalon-framework-4.2.0.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,702 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry batik-all-1.7.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,702 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-io-1.3.1.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,702 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-logging-1.0.4.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,702 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry fop-hyph.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,702 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry serializer-2.7.0.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,702 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry servlet-2.2.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,702 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xalan-2.7.0.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,717 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl-2.7.1.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,733 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry iText-toolbox.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/itext-2.1.5.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,733 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry iText-toolbox-2.1.5.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/itext-2.1.5.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,733 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb-api.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jaxb-impl-2.1.12.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,733 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jaxb-impl-2.1.12.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,748 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jsr173_1.0_api.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jaxb-impl-2.1.12.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,748 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jaxb1-impl.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jaxb-impl-2.1.12.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,748 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-io-1.4.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jodconverter-core-3.0-beta-4-xwiki-20110822.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,748 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-cli-1.1.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jodconverter-core-3.0-beta-4-xwiki-20110822.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,748 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry sigar-1.6.5.132.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jodconverter-core-3.0-beta-4-xwiki-20110822.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,748 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry json-20090211.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jodconverter-core-3.0-beta-4-xwiki-20110822.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,748 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry ridl.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/juh-3.2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,748 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jurt.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/juh-3.2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,764 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry ../../lib/ in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/juh-3.2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,764 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry ../bin/ in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/juh-3.2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,764 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry ridl.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jurt-3.2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,764 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry unoloader.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jurt-3.2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,764 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry ../../lib/ in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jurt-3.2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,764 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry ../bin/ in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/jurt-3.2.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,764 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry activation.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/mail-1.4.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,780 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jakarta-oro.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/radeox-1.0-b2.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,780 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-logging.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/radeox-1.0-b2.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,780 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry picocontainer.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/radeox-1.0-b2.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,780 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-beanutils.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,780 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-digester.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,780 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-fileupload.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,780 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-logging.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,780 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry commons-validator.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,795 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry jakarta-oro.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,795 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xercesImpl.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/xalan-2.5.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,795 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-1) Class Path entry xml-apis.jar in "/D:/applications/application servers/jboss-as-7.1.1.Final/standalone/deployments/xwiki.war/WEB-INF/lib/xalan-2.5.1.jar"  does not point to a valid jar for a Class-Path reference.
    16:30:15,889 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-8) JBAS015893: Encountered invalid class name 'org.xmlpull.mxp1.MXParser,org.xmlpull.mxp1_serializer.MXSerializer' for service type 'org.xmlpull.v1.XmlPullParserFactory'
    16:30:15,904 INFO  [org.jboss.as.pojo] (MSC service thread 1-8) JBAS017000: Found legacy bean/pojo namespace: urn:jboss:bean-deployer:2.0 - might be missing some xml features (potential exceptions).
    16:30:16,310 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-4) MSC00001: Failed to start service jboss.deployment.unit."xwiki.war".POST_MODULE: org.jboss.msc.service.StartException in service jboss.deployment.unit."xwiki.war".POST_MODULE: Failed to process phase POST_MODULE of deployment "xwiki.war"
            at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
            at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
            at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
            at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) [rt.jar:1.7.0_04]
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) [rt.jar:1.7.0_04]
            at java.lang.Thread.run(Unknown Source) [rt.jar:1.7.0_04]
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: java.lang.ClassNotFoundException: org.apache.struts.taglib.MessageTag from [Module "deployment.xwiki.war:main" from Service Module Loader]
            at org.jboss.as.jaxrs.deployment.JaxrsComponentDeployer.deploy(JaxrsComponentDeployer.java:65)
            at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
            ... 5 more
    Caused by: java.lang.ClassNotFoundException: org.apache.struts.taglib.MessageTag from [Module "deployment.xwiki.war:main" from Service Module Loader]
            at org.jboss.modules.ModuleClassLoader.findClass(ModuleClassLoader.java:190)
            at org.jboss.modules.ConcurrentClassLoader.performLoadClassUnchecked(ConcurrentClassLoader.java:468)
            at org.jboss.modules.ConcurrentClassLoader.performLoadClassChecked(ConcurrentClassLoader.java:456)
            at org.jboss.modules.ConcurrentClassLoader.performLoadClass(ConcurrentClassLoader.java:398)
            at org.jboss.modules.ConcurrentClassLoader.loadClass(ConcurrentClassLoader.java:120)
            at org.jboss.as.jaxrs.deployment.JaxrsComponentDeployer.deploy(JaxrsComponentDeployer.java:63)
            ... 6 more

  2. #2
    Expert éminent sénior
    Avatar de tchize_
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Avril 2007
    Messages
    25 481
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 44
    Localisation : Belgique

    Informations professionnelles :
    Activité : Ingénieur développement logiciels
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Avril 2007
    Messages : 25 481
    Points : 48 806
    Points
    48 806
    Par défaut
    bon ben finalement, c'est le war en question qui embarquait des vieux tlds pointant sur des vieilles classes struts n'existant plus. Les autre container s'en foutaient, jboss rallait. J'ai viré les tlds coupables

  3. #3
    Membre du Club
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Août 2006
    Messages
    229
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Août 2006
    Messages : 229
    Points : 60
    Points
    60
    Par défaut
    Bonjour monsieur,

    Je suis confronté au même problème. Pourrais-tu m'expliqué ta procedure.
    J'utilise xwiki-enterprise-web-4.1

    Voici les erreur que genère JBoss AS7 :

    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
     
    WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb-api.jar in "/content/xwikiweb.war/WEB-INF/lib/jaxb-impl-2.1.12.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:02,898 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/content/xwikiweb.war/WEB-INF/lib/jaxb-impl-2.1.12.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:02,900 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jsr173_1.0_api.jar in "/content/xwikiweb.war/WEB-INF/lib/jaxb-impl-2.1.12.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:02,902 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jaxb1-impl.jar in "/content/xwikiweb.war/WEB-INF/lib/jaxb-impl-2.1.12.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,006 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jakarta-oro.jar in "/content/xwikiweb.war/WEB-INF/lib/radeox-1.0-b2.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,022 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry commons-logging.jar in "/content/xwikiweb.war/WEB-INF/lib/radeox-1.0-b2.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,023 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry picocontainer.jar in "/content/xwikiweb.war/WEB-INF/lib/radeox-1.0-b2.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,040 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry activation.jar in "/content/xwikiweb.war/WEB-INF/lib/mail-1.4.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,044 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry emory-util-io.jar in "/content/xwikiweb.war/WEB-INF/lib/emory-util-security-2.1.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,047 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry avalon-framework-4.2.0.jar in "/content/xwikiweb.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,071 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry batik-all-1.7.jar in "/content/xwikiweb.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,072 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry commons-io-1.3.1.jar in "/content/xwikiweb.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,075 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry commons-logging-1.0.4.jar in "/content/xwikiweb.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,083 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry fop-hyph.jar in "/content/xwikiweb.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,084 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry serializer-2.7.0.jar in "/content/xwikiweb.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,087 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry servlet-2.2.jar in "/content/xwikiweb.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,088 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xalan-2.7.0.jar in "/content/xwikiweb.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,090 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xercesImpl-2.7.1.jar in "/content/xwikiweb.war/WEB-INF/lib/fop-1.0.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,094 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry emory-util-io.jar in "/content/xwikiweb.war/WEB-INF/lib/emory-util-classloader-2.1.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:03,110 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry emory-util-security.jar in "/content/xwikiweb.war/WEB-INF/lib/emory-util-classloader-2.1.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:04,279 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry commons-beanutils.jar in "/content/xwikiweb.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:04,282 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry commons-digester.jar in "/content/xwikiweb.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:04,286 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry commons-fileupload.jar in "/content/xwikiweb.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:04,291 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry commons-logging.jar in "/content/xwikiweb.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:04,298 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry commons-validator.jar in "/content/xwikiweb.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:04,307 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry jakarta-oro.jar in "/content/xwikiweb.war/WEB-INF/lib/struts-1.2.9.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:04,328 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry xml-apis.jar in "/content/xwikiweb.war/WEB-INF/lib/serializer-2.7.1.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:04,344 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry ridl.jar in "/content/xwikiweb.war/WEB-INF/lib/jurt-3.2.1.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:04,353 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-2) Class Path entry unoloader.jar in "/content/xwikiweb.war/WEB-INF/lib/jurt-3.2.1.jar"  does not point to a valid jar for a Class-Path reference.
    08:55:33,636 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."xwikiweb.war".STRUCTURE: org.jboss.msc.service.StartException in service jboss.deployment.unit."xwikiweb.war".STRUCTURE: Failed to process phase STRUCTURE of deployment "xwikiweb.war"
    	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
    	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.6.0_24]
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.6.0_24]
    	at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_24]
    Caused by: java.lang.IllegalArgumentException: Given parent is not an ancestor of this virtual file
    	at org.jboss.vfs.VirtualFile.getPathNameRelativeTo(VirtualFile.java:116)
    	at org.jboss.vfs.VirtualFile.getPathNameRelativeTo(VirtualFile.java:122)
    	at org.jboss.vfs.VirtualFile.getPathNameRelativeTo(VirtualFile.java:110)
    	at org.jboss.as.server.deployment.module.ManifestClassPathProcessor.createAdditionalModule(ManifestClassPathProcessor.java:193) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    	at org.jboss.as.server.deployment.module.ManifestClassPathProcessor.handlingExistingClassPathEntry(ManifestClassPathProcessor.java:185) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    	at org.jboss.as.server.deployment.module.ManifestClassPathProcessor.deploy(ManifestClassPathProcessor.java:162) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    	... 5 more
     
    08:55:34,505 INFO  [org.jboss.as] (MSC service thread 1-1) JBAS015951: Admin console listening on <a href="http://127.0.0.1:9990" target="_blank">http://127.0.0.1:9990</a>
    08:55:34,531 ERROR [org.jboss.as] (MSC service thread 1-1) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 109700ms - Started 136 of 212 services (1 services failed or missing dependencies, 74 services are passive or on-demand)
    08:55:34,636 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) JBAS015877: Stopped deployment xwikiweb.war in 32594ms
    Merci d'avance pour ton aide!

  4. #4
    Membre du Club
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Août 2006
    Messages
    229
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Côte d'Ivoire

    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Août 2006
    Messages : 229
    Points : 60
    Points
    60
    Par défaut
    Après suppression taglib générant les warning j'obtiens le message d'erreur suivant :
    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
     
    S015876: Starting deployment of "xwikiweb.war"
    11:47:38,590 ERROR [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) JBAS015052: Did not receive a response to the deployment operation within the allowed timeout period [60 seconds]. Check the server configuration file and the server logs to find more about the status of the deployment.
    11:47:39,366 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 2) JBAS015870: Deploy of deployment "xwikiweb.war" was rolled back with failure message Operation cancelled
    11:48:17,991 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) MSC00001: Failed to start service jboss.deployment.unit."xwikiweb.war".PARSE: org.jboss.msc.service.StartException in service jboss.deployment.unit."xwikiweb.war".PARSE: Failed to process phase PARSE of deployment "xwikiweb.war"
    	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:119) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    	at org.jboss.msc.service.ServiceControllerImpl$StartTask.startService(ServiceControllerImpl.java:1811) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
    	at org.jboss.msc.service.ServiceControllerImpl$StartTask.run(ServiceControllerImpl.java:1746) [jboss-msc-1.0.2.GA.jar:1.0.2.GA]
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1110) [rt.jar:1.6.0_24]
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:603) [rt.jar:1.6.0_24]
    	at java.lang.Thread.run(Thread.java:679) [rt.jar:1.6.0_24]
    Caused by: org.jboss.as.server.deployment.DeploymentUnitProcessingException: JBAS018014: Failed to parse XML descriptor "/content/xwikiweb.war/WEB-INF/jboss-web.xml" at [4,1]
    	at org.jboss.as.web.deployment.JBossWebParsingDeploymentProcessor.deploy(JBossWebParsingDeploymentProcessor.java:77)
    	at org.jboss.as.server.deployment.DeploymentUnitPhaseService.start(DeploymentUnitPhaseService.java:113) [jboss-as-server-7.1.1.Final.jar:7.1.1.Final]
    	... 5 more
    Caused by: javax.xml.stream.XMLStreamException: ParseError at [row,col]:[4,1]
    Message: Unexpected element 'class-loading' encountered
    	at org.jboss.metadata.parser.util.MetaDataElementParser.unexpectedElement(MetaDataElementParser.java:108)
    	at org.jboss.metadata.parser.jbossweb.JBossWebMetaDataParser.parse(JBossWebMetaDataParser.java:211)
    	at org.jboss.as.web.deployment.JBossWebParsingDeploymentProcessor.deploy(JBossWebParsingDeploymentProcessor.java:69)
    	... 6 more
     
    11:48:19,822 INFO  [org.jboss.as] (MSC service thread 1-1) JBAS015951: Admin console listening on http://127.0.0.1:9990
    11:48:19,838 ERROR [org.jboss.as] (MSC service thread 1-1) JBAS015875: JBoss AS 7.1.1.Final "Brontes" started (with errors) in 116613ms - Started 137 of 213 services (1 services failed or missing dependencies, 74 services are passive or on-demand)
    11:48:23,876 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) JBAS015877: Stopped deployment xwikiweb.war in 44497ms
    J'ai toujours besoin de votre aide.

  5. #5
    Membre à l'essai
    Homme Profil pro
    Développeur Java
    Inscrit en
    Décembre 2014
    Messages
    6
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : Maroc

    Informations professionnelles :
    Activité : Développeur Java

    Informations forums :
    Inscription : Décembre 2014
    Messages : 6
    Points : 10
    Points
    10
    Par défaut est ce qu'il y a une configuration spécificique pour faire tourner Struts 1 sur JBOSS 7 ?
    est ce qu'il y a une configuration spécificique pour faire tourner Struts 1 sur JBOSS 7 ?

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. Réponses: 50
    Dernier message: 14/08/2014, 13h57
  2. Réponses: 0
    Dernier message: 16/04/2009, 15h35
  3. Faire tourner des applis .Net sous Linux
    Par PM_calou dans le forum Administration système
    Réponses: 2
    Dernier message: 29/03/2007, 11h30
  4. Faire tourner les jeux récents sous Linux
    Par TocTocKiéLà? dans le forum Applications et environnements graphiques
    Réponses: 1
    Dernier message: 20/02/2007, 18h34
  5. faire tourner une commande dos sous application java
    Par Terminator dans le forum API standards et tierces
    Réponses: 22
    Dernier message: 02/05/2006, 22h33

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