bonsoir, j'essaye de configurer un serveur Jboss j'ai suivi un tutoriel en ligne mais lors du dessalage j 'ai plusieurs erreurs
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
 
23:32:01,873 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-5) JBAS015012: Started FileSystemDeploymentService for directory /Users/dandy-kun/wildfly-8.2.0.Final/standalone/deployments
23:32:02,005 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBoss Web Services - Stack CXF Server 4.3.2.Final
23:32:02,008 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
    ("subsystem" => "datasources"),
    ("data-source" => "macosxDS")
]) - failure description: {"JBAS014771: Services with missing/unavailable dependencies" => [
    "jboss.data-source.java:/datasources/macosxDS is missing [jboss.jdbc-driver.postgresql-9_3-1102_jdbc41_jar]",
    "jboss.driver-demander.java:/datasources/macosxDS is missing [jboss.jdbc-driver.postgresql-9_3-1102_jdbc41_jar]"
]}
23:32:02,010 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) JBAS014613: Operation ("add") failed - address: ([
    ("subsystem" => "datasources"),
    ("data-source" => "macosxDS")
]) - failure description: {
    "JBAS014771: Services with missing/unavailable dependencies" => [
        "jboss.data-source.java:/datasources/macosxDS is missing [jboss.jdbc-driver.postgresql-9_3-1102_jdbc41_jar]",
        "jboss.driver-demander.java:/datasources/macosxDS is missing [jboss.jdbc-driver.postgresql-9_3-1102_jdbc41_jar]"
    ],
    "JBAS014879: One or more services were unable to start due to one or more indirect dependencies not being available." => {
        "Services that were unable to start:" => [
            "jboss.data-source.reference-factory.macosxDS",
            "jboss.naming.context.java.datasources.macosxDS"
        ],
        "Services that may be the cause:" => ["jboss.jdbc-driver.postgresql-9_3-1102_jdbc41_jar"]
    }
}
23:32:02,044 INFO  [org.jboss.as.controller] (Controller Boot Thread) JBAS014774: Service status report
JBAS014775:    New missing/unsatisfied dependencies:
      service jboss.jdbc-driver.postgresql-9_3-1102_jdbc41_jar (missing) dependents: [service jboss.driver-demander.java:/datasources/macosxDS, service jboss.data-source.java:/datasources/macosxDS] 
 
23:32:02,055 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015961: Http management interface listening on http://127.0.0.1:9990/management
23:32:02,056 INFO  [org.jboss.as] (Controller Boot Thread) JBAS015951: Admin console listening on http://127.0.0.1:9990
23:32:02,056 ERROR [org.jboss.as] (Controller Boot Thread) JBAS015875: WildFly 8.2.0.Final "Tweek" started (with errors) in 2292ms - Started 186 of 240 services (4 services failed or missing dependencies, 82 services are lazy, passive or on-demand)
j'ai pourtant copier le driver dans le dossier module ainsi que le module.xml et modifier le standalone.xml (datasources, drivers) mais sa ne marche toujours pas si on peut donner une piste ou chercher merci