Bonjour,

J'aimerais utiliser l'application eyeUNITY sur un serveur Wildfly 10.1.0 final.

J'exécute la procédure sur le site eyeUNITY pour l'installation.

Lorsque j'arrive a l'étape eyeUNIFYcore<Version.ear, j'obtient le message suivant à l'écran. Je ne sais pas comment corriger l'installation.

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
Unable to modify deployment.
 
Unexpected HTTP response: 500
 
Request
{
    "operation" => "deploy",
    "address" => [("deployment" => "eyeUNIFYcore_v1.0.0-253.ear")]
}
 
Response
 
Internal Server Error
{
    "outcome" => "failed",
    "failure-description" => {
        "WFLYCTL0080: Failed services" => {
            "jboss.persistenceunit.\"eyeUNIFYcore_v1.0.0-253.ear/eyeUNIFY-war.war#HeliopsisServerBeta-warPU\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"eyeUNIFYcore_v1.0.0-253.ear/eyeUNIFY-war.war#HeliopsisServerBeta-warPU\": org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
    Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
    Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set",
            "jboss.persistenceunit.\"eyeUNIFYcore_v1.0.0-253.ear/eyeUNIFY-ejb.jar#UnifyPersistenceUnit\"" => "org.jboss.msc.service.StartException in service jboss.persistenceunit.\"eyeUNIFYcore_v1.0.0-253.ear/eyeUNIFY-ejb.jar#UnifyPersistenceUnit\": org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
    Caused by: org.hibernate.service.spi.ServiceException: Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]
    Caused by: org.hibernate.HibernateException: Access to DialectResolutionInfo cannot be null when 'hibernate.dialect' not set"
        },
        "WFLYCTL0412: Required services that are not installed:" => [
            "jboss.persistenceunit.\"eyeUNIFYcore_v1.0.0-253.ear/eyeUNIFY-ejb.jar#UnifyPersistenceUnit\"",
            "jboss.persistenceunit.\"eyeUNIFYcore_v1.0.0-253.ear/eyeUNIFY-war.war#HeliopsisServerBeta-warPU\"",
            "jboss.security.security-domain.unify-default"
        ],
        "WFLYCTL0180: Services with missing/unavailable dependencies" => [
            "jboss.ws.endpoint.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".UnifyDevice is missing [jboss.security.security-domain.unify-default]",
            "jboss.ws.endpoint.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".UnifyCore is missing [jboss.security.security-domain.unify-default]",
            "jboss.deployment.subunit.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".component.UnifyDevice.CREATE is missing [jboss.security.security-domain.unify-default]",
            "jboss.ws.endpoint.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".UnifyDeployment is missing [jboss.security.security-domain.unify-default]",
            "jboss.deployment.subunit.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".component.UnifyEvents.CREATE is missing [jboss.security.security-domain.unify-default]",
            "jboss.ws.endpoint.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".UnifyEvents is missing [jboss.security.security-domain.unify-default]",
            "jboss.deployment.subunit.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".component.UnifyDeployment.CREATE is missing [jboss.security.security-domain.unify-default]",
            "jboss.deployment.subunit.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".component.UnifyExecutor.CREATE is missing [jboss.security.security-domain.unify-default]",
            "jboss.ws.endpoint.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".UnifyEventsConsumer is missing [jboss.security.security-domain.unify-default]",
            "jboss.ws.endpoint.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".UnifyExecutor is missing [jboss.security.security-domain.unify-default]",
            "jboss.deployment.subunit.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".component.UnifyCore.CREATE is missing [jboss.security.security-domain.unify-default]",
            "jboss.undertow.deployment.default-server.default-host./.UndertowDeploymentInfoService is missing [jboss.security.security-domain.unify-default]",
            "jboss.deployment.subunit.\"eyeUNIFYcore_v1.0.0-253.ear\".\"eyeUNIFY-ejb.jar\".component.UnifyEventsConsumer.CREATE is missing [jboss.security.security-domain.unify-default]"
        ]
    },
    "rolled-back" => true
Merci pour votre aide


Gagpie