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

Wildfly/JBoss Java Discussion :

Wildfly 10 erreur lors du lancement


Sujet :

Wildfly/JBoss Java

  1. #1
    Membre à l'essai
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    Points : 16
    Points
    16
    Par défaut Wildfly 10 erreur lors du lancement
    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
    09:52:19,136 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 60) Initialisation de Mojarra 2.2.16 ( 20180118-0013 901a18e611bead474715a643c8f634cfa1312414) pour le contexte «/web_baseunique»
    09:52:20,406 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 60) Critical error during deployment: : java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at org.jboss.weld.logging.LoggerFactory.getLogger(LoggerFactory.java:42)
    	at org.jboss.weld.jsf.WeldPhaseListener.<clinit>(WeldPhaseListener.java:76)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Class.java:348)
    	at com.sun.faces.util.Util.loadClass(Util.java:364)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:420)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:301)
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:154)
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:132)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)
    	at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)
    	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)
    	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
    	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
    	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
     
    09:52:20,407 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 60) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./web_baseunique: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./web_baseunique: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266)
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
    	at java.lang.Thread.run(Thread.java:748)
    	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
    	... 6 more
    Caused by: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:292)
    	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
    	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)
    	... 8 more
    Caused by: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at org.jboss.weld.logging.LoggerFactory.getLogger(LoggerFactory.java:42)
    	at org.jboss.weld.jsf.WeldPhaseListener.<clinit>(WeldPhaseListener.java:76)
    	at java.lang.Class.forName0(Native Method)
    	at java.lang.Class.forName(Class.java:348)
    	at com.sun.faces.util.Util.loadClass(Util.java:364)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:420)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:301)
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:154)
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:132)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)
    	at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)
    	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)
    	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
    	... 10 more
     
    09:52:20,435 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "baseUniqueEAR.ear")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./web_baseunique" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./web_baseunique: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
        Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
        Caused by: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
        Caused by: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory"}}
    09:52:20,503 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "ModuleCronTask.jar" (runtime-name : "ModuleCronTask.jar")
    09:52:20,503 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "baseUniqueEAR.ear" (runtime-name : "baseUniqueEAR.ear")
    09:52:20,513 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
    WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./web_baseunique: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./web_baseunique: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
     
    09:52:20,697 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on <a href="http://127.0.0.1:9990/management" target="_blank">http://127.0.0.1:9990/management</a>
    09:52:20,697 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on <a href="http://127.0.0.1:9990" target="_blank">http://127.0.0.1:9990</a>
    09:52:20,698 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 20637ms - Started 2074 of 2364 services (3 services failed or missing dependencies, 407 services are lazy, passive or on-demand)
    Bonjour,
    ci dessus le log de mon wildfly 10
    lorsque j'essaye de le lancer... la classe Category est un JPA Enum, j'essaye de passer le projet de jboss as 7.1.1 final a Wildfly 10.0 et de java 6 a 8, si quelqu'un avait une solution?

    Merci

  2. #2
    Membre à l'essai
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    Points : 16
    Points
    16
    Par défaut
    quand j'enleve cette ligne du standalone.xml de Wildfly, les erreurs disparaissent...
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
            <subsystem xmlns="urn:jboss:domain:jsf:1.0"/>

  3. #3
    Membre à l'essai
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    Points : 16
    Points
    16
    Par défaut
    pas didée?

  4. #4
    Membre actif
    Homme Profil pro
    Architecte technique
    Inscrit en
    Août 2006
    Messages
    178
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Activité : Architecte technique
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Août 2006
    Messages : 178
    Points : 274
    Points
    274
    Par défaut
    As tu les jars de JSF dans ton application ?

  5. #5
    Membre à l'essai
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    Points : 16
    Points
    16
    Par défaut
    jsf-api-2.2.16.jar qui est dans la librairie de mon wildfly 10.0 et dont cette meme librairie est dans le build path de mon web service ... :/

  6. #6
    Membre à l'essai
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    Points : 16
    Points
    16
    Par défaut
    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
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    14:42:19,391 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
    14:42:19,763 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
    14:42:19,854 INFO  [org.jboss.as] (MSC service thread 1-1) WFLYSRV0049: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) starting
    14:42:23,363 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found baseUniqueEAR.ear in deployment directory. To trigger deployment create a file called baseUniqueEAR.ear.dodeploy
    14:42:23,455 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
    14:42:23,476 INFO  [org.xnio] (MSC service thread 1-1) XNIO version 3.3.4.Final
    14:42:23,483 INFO  [org.xnio.nio] (MSC service thread 1-1) XNIO NIO Implementation Version 3.3.4.Final
    14:42:23,575 INFO  [org.jboss.remoting] (MSC service thread 1-1) JBoss Remoting version 4.0.18.Final
    14:42:23,648 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
    14:42:23,712 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
    14:42:23,716 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
    14:42:23,791 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
    14:42:23,977 WARN  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0006: JSF version slot 'main' is missing from module javax.faces.api
    14:42:23,977 WARN  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0006: JSF version slot 'main' is missing from module com.sun.jsf-impl
    14:42:23,977 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
    14:42:23,983 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
    14:42:24,036 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
    14:42:24,143 INFO  [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.4.Final
    14:42:24,183 INFO  [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
    14:42:24,184 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0003: Undertow 1.3.15.Final starting
    14:42:24,185 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0003: Undertow 1.3.15.Final starting
    14:42:24,538 INFO  [org.jboss.as.connector] (MSC service thread 1-1) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.2.Final)
    14:42:24,678 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
    14:42:24,638 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
    14:42:24,692 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = h2
    14:42:24,827 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path 'D:\Users\T0177676\Documents\Mes Outils Personnels\mes outils perso\wildfly-10.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
    14:42:24,843 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
    14:42:24,912 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-3) WFLYJCA0018: Started Driver service with driver-name = com.mysql
    14:42:25,052 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 32 (per class), which is derived from thread worker pool sizing.
    14:42:25,053 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 8 (per class), which is derived from the number of CPUs on this host.
    14:42:25,395 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0012: Started server default-server.
    14:42:25,398 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0018: Host default-host starting
    14:42:25,546 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
    14:42:25,805 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "ModuleCronTask.jar" (runtime-name: "ModuleCronTask.jar")
    14:42:25,805 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0027: Starting deployment of "baseUniqueEAR.ear" (runtime-name: "baseUniqueEAR.ear")
    14:42:25,807 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-2) WFLYDS0013: Started FileSystemDeploymentService for directory D:\Users\T0177676\Documents\Mes Outils Personnels\mes outils perso\wildfly-10.0.0.Final\standalone\deployments
    14:42:26,321 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-3) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
    14:42:26,514 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
    14:42:26,514 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:/baseunique]
    14:42:26,878 INFO  [org.jboss.ws.common.management] (MSC service thread 1-4) JBWS022052: Starting JBossWS 5.1.3.Final (Apache CXF 3.1.4) 
    14:42:28,267 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "services_baseunique.jar")
    14:42:28,267 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0207: Starting subdeployment (runtime-name: "web_baseunique.war")
    14:42:29,285 INFO  [org.jboss.as.jpa] (MSC service thread 1-2) WFLYJPA0002: Read persistence.xml for jpa_baseunique
    14:42:29,761 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 58) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'baseUniqueEAR.ear#jpa_baseunique'
    14:42:29,785 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 58) HHH000204: Processing PersistenceUnitInfo [
    	name: jpa_baseunique
    	...]
    14:42:29,855 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 58) HHH000412: Hibernate Core {5.0.7.Final}
    14:42:29,857 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000206: hibernate.properties not found
    14:42:29,858 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000021: Bytecode provider name : javassist
    14:42:29,888 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 58) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead
    14:42:29,896 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 58) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
    14:42:30,907 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment baseUniqueEAR.ear
    14:42:30,987 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-2) HV000001: Hibernate Validator 5.2.3.Final
    14:42:31,510 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0003: Processing weld deployment web_baseunique.war
    14:42:31,727 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0003: Processing weld deployment services_baseunique.jar
    14:42:31,735 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ParamsGrapheService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ParamsGrapheService!com.tcs.laval.lob.remoteServices.ParamsGrapheServiceRemote
    	java:app/services_baseunique/ParamsGrapheService!com.tcs.laval.lob.remoteServices.ParamsGrapheServiceRemote
    	java:module/ParamsGrapheService!com.tcs.laval.lob.remoteServices.ParamsGrapheServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ParamsGrapheService!com.tcs.laval.lob.remoteServices.ParamsGrapheServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ParamsGrapheService!com.tcs.laval.lob.services.ParamsGrapheService
    	java:app/services_baseunique/ParamsGrapheService!com.tcs.laval.lob.services.ParamsGrapheService
    	java:module/ParamsGrapheService!com.tcs.laval.lob.services.ParamsGrapheService
     
    14:42:31,735 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'PNArticleService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/PNArticleService!com.tcs.laval.lob.services.PNArticleService
    	java:app/services_baseunique/PNArticleService!com.tcs.laval.lob.services.PNArticleService
    	java:module/PNArticleService!com.tcs.laval.lob.services.PNArticleService
    	java:global/baseUniqueEAR/services_baseunique/PNArticleService!com.tcs.laval.lob.remoteServices.PNArticleServiceRemote
    	java:app/services_baseunique/PNArticleService!com.tcs.laval.lob.remoteServices.PNArticleServiceRemote
    	java:module/PNArticleService!com.tcs.laval.lob.remoteServices.PNArticleServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/PNArticleService!com.tcs.laval.lob.remoteServices.PNArticleServiceRemote
     
    14:42:31,735 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'RetenusExclusService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/RetenusExclusService!com.tcs.laval.lob.remoteServices.RetenusExclusServiceRemote
    	java:app/services_baseunique/RetenusExclusService!com.tcs.laval.lob.remoteServices.RetenusExclusServiceRemote
    	java:module/RetenusExclusService!com.tcs.laval.lob.remoteServices.RetenusExclusServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/RetenusExclusService!com.tcs.laval.lob.remoteServices.RetenusExclusServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/RetenusExclusService!com.tcs.laval.lob.services.RetenusExclusService
    	java:app/services_baseunique/RetenusExclusService!com.tcs.laval.lob.services.RetenusExclusService
    	java:module/RetenusExclusService!com.tcs.laval.lob.services.RetenusExclusService
     
    14:42:31,736 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'UserCodificationService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/UserCodificationService!com.tcs.laval.lob.services.UserCodificationService
    	java:app/services_baseunique/UserCodificationService!com.tcs.laval.lob.services.UserCodificationService
    	java:module/UserCodificationService!com.tcs.laval.lob.services.UserCodificationService
    	java:global/baseUniqueEAR/services_baseunique/UserCodificationService!com.tcs.laval.lob.remoteServices.UserCodificationServiceRemote
    	java:app/services_baseunique/UserCodificationService!com.tcs.laval.lob.remoteServices.UserCodificationServiceRemote
    	java:module/UserCodificationService!com.tcs.laval.lob.remoteServices.UserCodificationServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/UserCodificationService!com.tcs.laval.lob.remoteServices.UserCodificationServiceRemote
     
    14:42:31,737 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'CertificatService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/CertificatService!com.tcs.laval.lob.remoteServices.CertificatServiceRemote
    	java:app/services_baseunique/CertificatService!com.tcs.laval.lob.remoteServices.CertificatServiceRemote
    	java:module/CertificatService!com.tcs.laval.lob.remoteServices.CertificatServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/CertificatService!com.tcs.laval.lob.remoteServices.CertificatServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/CertificatService!com.tcs.laval.lob.services.CertificatService
    	java:app/services_baseunique/CertificatService!com.tcs.laval.lob.services.CertificatService
    	java:module/CertificatService!com.tcs.laval.lob.services.CertificatService
     
    14:42:31,737 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'CouplageService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/CouplageService!com.tcs.laval.lob.services.CouplageService
    	java:app/services_baseunique/CouplageService!com.tcs.laval.lob.services.CouplageService
    	java:module/CouplageService!com.tcs.laval.lob.services.CouplageService
    	java:global/baseUniqueEAR/services_baseunique/CouplageService!com.tcs.laval.lob.remoteServices.CouplageServiceRemote
    	java:app/services_baseunique/CouplageService!com.tcs.laval.lob.remoteServices.CouplageServiceRemote
    	java:module/CouplageService!com.tcs.laval.lob.remoteServices.CouplageServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/CouplageService!com.tcs.laval.lob.remoteServices.CouplageServiceRemote
     
    14:42:31,737 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ReglementationService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ReglementationService!com.tcs.laval.lob.remoteServices.ReglementationServiceRemote
    	java:app/services_baseunique/ReglementationService!com.tcs.laval.lob.remoteServices.ReglementationServiceRemote
    	java:module/ReglementationService!com.tcs.laval.lob.remoteServices.ReglementationServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ReglementationService!com.tcs.laval.lob.remoteServices.ReglementationServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ReglementationService!com.tcs.laval.lob.services.ReglementationService
    	java:app/services_baseunique/ReglementationService!com.tcs.laval.lob.services.ReglementationService
    	java:module/ReglementationService!com.tcs.laval.lob.services.ReglementationService
     
    14:42:31,737 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ImageService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ImageService!com.tcs.laval.lob.remoteServices.ImageServiceRemote
    	java:app/services_baseunique/ImageService!com.tcs.laval.lob.remoteServices.ImageServiceRemote
    	java:module/ImageService!com.tcs.laval.lob.remoteServices.ImageServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ImageService!com.tcs.laval.lob.remoteServices.ImageServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ImageService!com.tcs.laval.lob.services.ImageService
    	java:app/services_baseunique/ImageService!com.tcs.laval.lob.services.ImageService
    	java:module/ImageService!com.tcs.laval.lob.services.ImageService
     
    14:42:31,737 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ManufacturerService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ManufacturerService!com.tcs.laval.lob.remoteServices.ManufacturerServiceRemote
    	java:app/services_baseunique/ManufacturerService!com.tcs.laval.lob.remoteServices.ManufacturerServiceRemote
    	java:module/ManufacturerService!com.tcs.laval.lob.remoteServices.ManufacturerServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ManufacturerService!com.tcs.laval.lob.remoteServices.ManufacturerServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ManufacturerService!com.tcs.laval.lob.services.ManufacturerService
    	java:app/services_baseunique/ManufacturerService!com.tcs.laval.lob.services.ManufacturerService
    	java:module/ManufacturerService!com.tcs.laval.lob.services.ManufacturerService
     
    14:42:31,737 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SuiviGlobalService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/SuiviGlobalService!com.tcs.laval.lob.remoteServices.SuiviGlobalServiceRemote
    	java:app/services_baseunique/SuiviGlobalService!com.tcs.laval.lob.remoteServices.SuiviGlobalServiceRemote
    	java:module/SuiviGlobalService!com.tcs.laval.lob.remoteServices.SuiviGlobalServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/SuiviGlobalService!com.tcs.laval.lob.remoteServices.SuiviGlobalServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/SuiviGlobalService!com.tcs.laval.lob.services.SuiviGlobalService
    	java:app/services_baseunique/SuiviGlobalService!com.tcs.laval.lob.services.SuiviGlobalService
    	java:module/SuiviGlobalService!com.tcs.laval.lob.services.SuiviGlobalService
     
    14:42:31,738 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'FAOService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/FAOService!com.tcs.laval.lob.services.FAOService
    	java:app/services_baseunique/FAOService!com.tcs.laval.lob.services.FAOService
    	java:module/FAOService!com.tcs.laval.lob.services.FAOService
    	java:global/baseUniqueEAR/services_baseunique/FAOService!com.tcs.laval.lob.remoteServices.FAOServiceRemote
    	java:app/services_baseunique/FAOService!com.tcs.laval.lob.remoteServices.FAOServiceRemote
    	java:module/FAOService!com.tcs.laval.lob.remoteServices.FAOServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/FAOService!com.tcs.laval.lob.remoteServices.FAOServiceRemote
     
    14:42:31,738 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'SubstanceService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/SubstanceService!com.tcs.laval.lob.remoteServices.SubstanceServiceRemote
    	java:app/services_baseunique/SubstanceService!com.tcs.laval.lob.remoteServices.SubstanceServiceRemote
    	java:module/SubstanceService!com.tcs.laval.lob.remoteServices.SubstanceServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/SubstanceService!com.tcs.laval.lob.remoteServices.SubstanceServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/SubstanceService!com.tcs.laval.lob.services.SubstanceService
    	java:app/services_baseunique/SubstanceService!com.tcs.laval.lob.services.SubstanceService
    	java:module/SubstanceService!com.tcs.laval.lob.services.SubstanceService
     
    14:42:31,738 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'InformationService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/InformationService!com.tcs.laval.lob.remoteServices.InformationServiceRemote
    	java:app/services_baseunique/InformationService!com.tcs.laval.lob.remoteServices.InformationServiceRemote
    	java:module/InformationService!com.tcs.laval.lob.remoteServices.InformationServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/InformationService!com.tcs.laval.lob.remoteServices.InformationServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/InformationService!com.tcs.laval.lob.services.InformationService
    	java:app/services_baseunique/InformationService!com.tcs.laval.lob.services.InformationService
    	java:module/InformationService!com.tcs.laval.lob.services.InformationService
     
    14:42:31,738 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'NiveauService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/NiveauService!com.tcs.laval.lob.remoteServices.NiveauServiceRemote
    	java:app/services_baseunique/NiveauService!com.tcs.laval.lob.remoteServices.NiveauServiceRemote
    	java:module/NiveauService!com.tcs.laval.lob.remoteServices.NiveauServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/NiveauService!com.tcs.laval.lob.remoteServices.NiveauServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/NiveauService!com.tcs.laval.lob.services.NiveauService
    	java:app/services_baseunique/NiveauService!com.tcs.laval.lob.services.NiveauService
    	java:module/NiveauService!com.tcs.laval.lob.services.NiveauService
     
    14:42:31,738 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'CertificatParametresService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/CertificatParametresService!com.tcs.laval.lob.remoteServices.CertificatParametresServiceRemote
    	java:app/services_baseunique/CertificatParametresService!com.tcs.laval.lob.remoteServices.CertificatParametresServiceRemote
    	java:module/CertificatParametresService!com.tcs.laval.lob.remoteServices.CertificatParametresServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/CertificatParametresService!com.tcs.laval.lob.remoteServices.CertificatParametresServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/CertificatParametresService!com.tcs.laval.lob.services.CertificatParametresService
    	java:app/services_baseunique/CertificatParametresService!com.tcs.laval.lob.services.CertificatParametresService
    	java:module/CertificatParametresService!com.tcs.laval.lob.services.CertificatParametresService
     
    14:42:31,739 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TemplateFAOService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/TemplateFAOService!com.tcs.laval.lob.remoteServices.TemplateFAOServiceRemote
    	java:app/services_baseunique/TemplateFAOService!com.tcs.laval.lob.remoteServices.TemplateFAOServiceRemote
    	java:module/TemplateFAOService!com.tcs.laval.lob.remoteServices.TemplateFAOServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/TemplateFAOService!com.tcs.laval.lob.remoteServices.TemplateFAOServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/TemplateFAOService!com.tcs.laval.lob.services.TemplateFAOService
    	java:app/services_baseunique/TemplateFAOService!com.tcs.laval.lob.services.TemplateFAOService
    	java:module/TemplateFAOService!com.tcs.laval.lob.services.TemplateFAOService
     
    14:42:31,739 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'DicoExclusionService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/DicoExclusionService!com.tcs.laval.lob.remoteServices.DicoExclusionServiceRemote
    	java:app/services_baseunique/DicoExclusionService!com.tcs.laval.lob.remoteServices.DicoExclusionServiceRemote
    	java:module/DicoExclusionService!com.tcs.laval.lob.remoteServices.DicoExclusionServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/DicoExclusionService!com.tcs.laval.lob.remoteServices.DicoExclusionServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/DicoExclusionService!com.tcs.laval.lob.services.DicoExclusionService
    	java:app/services_baseunique/DicoExclusionService!com.tcs.laval.lob.services.DicoExclusionService
    	java:module/DicoExclusionService!com.tcs.laval.lob.services.DicoExclusionService
     
    14:42:31,739 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'UserService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/UserService!com.tcs.laval.lob.remoteServices.UserServiceRemote
    	java:app/services_baseunique/UserService!com.tcs.laval.lob.remoteServices.UserServiceRemote
    	java:module/UserService!com.tcs.laval.lob.remoteServices.UserServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/UserService!com.tcs.laval.lob.remoteServices.UserServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/UserService!com.tcs.laval.lob.services.UserService
    	java:app/services_baseunique/UserService!com.tcs.laval.lob.services.UserService
    	java:module/UserService!com.tcs.laval.lob.services.UserService
     
    14:42:31,739 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'PmpStockService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/PmpStockService!com.tcs.laval.lob.services.PmpStockService
    	java:app/services_baseunique/PmpStockService!com.tcs.laval.lob.services.PmpStockService
    	java:module/PmpStockService!com.tcs.laval.lob.services.PmpStockService
    	java:global/baseUniqueEAR/services_baseunique/PmpStockService!com.tcs.laval.lob.remoteServices.PmpStockServiceRemote
    	java:app/services_baseunique/PmpStockService!com.tcs.laval.lob.remoteServices.PmpStockServiceRemote
    	java:module/PmpStockService!com.tcs.laval.lob.remoteServices.PmpStockServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/PmpStockService!com.tcs.laval.lob.remoteServices.PmpStockServiceRemote
     
    14:42:31,739 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'MigrateFAOService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/MigrateFAOService!com.tcs.laval.lob.services.MigrateFAOService
    	java:app/services_baseunique/MigrateFAOService!com.tcs.laval.lob.services.MigrateFAOService
    	java:module/MigrateFAOService!com.tcs.laval.lob.services.MigrateFAOService
    	java:global/baseUniqueEAR/services_baseunique/MigrateFAOService!com.tcs.laval.lob.remoteServices.MigrateFAOServiceRemote
    	java:app/services_baseunique/MigrateFAOService!com.tcs.laval.lob.remoteServices.MigrateFAOServiceRemote
    	java:module/MigrateFAOService!com.tcs.laval.lob.remoteServices.MigrateFAOServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/MigrateFAOService!com.tcs.laval.lob.remoteServices.MigrateFAOServiceRemote
     
    14:42:31,739 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'HistoryService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/HistoryService!com.tcs.laval.lob.remoteServices.HistoryServiceRemote
    	java:app/services_baseunique/HistoryService!com.tcs.laval.lob.remoteServices.HistoryServiceRemote
    	java:module/HistoryService!com.tcs.laval.lob.remoteServices.HistoryServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/HistoryService!com.tcs.laval.lob.remoteServices.HistoryServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/HistoryService!com.tcs.laval.lob.services.HistoryService
    	java:app/services_baseunique/HistoryService!com.tcs.laval.lob.services.HistoryService
    	java:module/HistoryService!com.tcs.laval.lob.services.HistoryService
     
    14:42:31,740 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ProjectService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ProjectService!com.tcs.laval.lob.services.ProjectService
    	java:app/services_baseunique/ProjectService!com.tcs.laval.lob.services.ProjectService
    	java:module/ProjectService!com.tcs.laval.lob.services.ProjectService
    	java:global/baseUniqueEAR/services_baseunique/ProjectService!com.tcs.laval.lob.remoteServices.ProjectServiceRemote
    	java:app/services_baseunique/ProjectService!com.tcs.laval.lob.remoteServices.ProjectServiceRemote
    	java:module/ProjectService!com.tcs.laval.lob.remoteServices.ProjectServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ProjectService!com.tcs.laval.lob.remoteServices.ProjectServiceRemote
     
    14:42:31,740 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ServiceService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ServiceService!com.tcs.laval.lob.services.ServiceService
    	java:app/services_baseunique/ServiceService!com.tcs.laval.lob.services.ServiceService
    	java:module/ServiceService!com.tcs.laval.lob.services.ServiceService
    	java:global/baseUniqueEAR/services_baseunique/ServiceService!com.tcs.laval.lob.remoteServices.ServiceServiceRemote
    	java:app/services_baseunique/ServiceService!com.tcs.laval.lob.remoteServices.ServiceServiceRemote
    	java:module/ServiceService!com.tcs.laval.lob.remoteServices.ServiceServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ServiceService!com.tcs.laval.lob.remoteServices.ServiceServiceRemote
     
    14:42:31,740 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ControleBUService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ControleBUService!com.tcs.laval.lob.remoteServices.ControleBUServiceRemote
    	java:app/services_baseunique/ControleBUService!com.tcs.laval.lob.remoteServices.ControleBUServiceRemote
    	java:module/ControleBUService!com.tcs.laval.lob.remoteServices.ControleBUServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ControleBUService!com.tcs.laval.lob.remoteServices.ControleBUServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ControleBUService!com.tcs.laval.lob.services.ControleBUService
    	java:app/services_baseunique/ControleBUService!com.tcs.laval.lob.services.ControleBUService
    	java:module/ControleBUService!com.tcs.laval.lob.services.ControleBUService
     
    14:42:31,740 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'IndexageService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/IndexageService!com.tcs.laval.lob.remoteServices.IndexageServiceRemote
    	java:app/services_baseunique/IndexageService!com.tcs.laval.lob.remoteServices.IndexageServiceRemote
    	java:module/IndexageService!com.tcs.laval.lob.remoteServices.IndexageServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/IndexageService!com.tcs.laval.lob.remoteServices.IndexageServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/IndexageService!com.tcs.laval.lob.services.IndexageService
    	java:app/services_baseunique/IndexageService!com.tcs.laval.lob.services.IndexageService
    	java:module/IndexageService!com.tcs.laval.lob.services.IndexageService
     
    14:42:31,740 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'MotCleService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/MotCleService!com.tcs.laval.lob.services.MotCleService
    	java:app/services_baseunique/MotCleService!com.tcs.laval.lob.services.MotCleService
    	java:module/MotCleService!com.tcs.laval.lob.services.MotCleService
    	java:global/baseUniqueEAR/services_baseunique/MotCleService!com.tcs.laval.lob.remoteServices.MotCleServiceRemote
    	java:app/services_baseunique/MotCleService!com.tcs.laval.lob.remoteServices.MotCleServiceRemote
    	java:module/MotCleService!com.tcs.laval.lob.remoteServices.MotCleServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/MotCleService!com.tcs.laval.lob.remoteServices.MotCleServiceRemote
     
    14:42:31,740 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ArticleService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ArticleService!com.tcs.laval.lob.services.ArticleService
    	java:app/services_baseunique/ArticleService!com.tcs.laval.lob.services.ArticleService
    	java:module/ArticleService!com.tcs.laval.lob.services.ArticleService
    	java:global/baseUniqueEAR/services_baseunique/ArticleService!com.tcs.laval.lob.remoteServices.ArticleServiceRemote
    	java:app/services_baseunique/ArticleService!com.tcs.laval.lob.remoteServices.ArticleServiceRemote
    	java:module/ArticleService!com.tcs.laval.lob.remoteServices.ArticleServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ArticleService!com.tcs.laval.lob.remoteServices.ArticleServiceRemote
     
    14:42:31,740 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'PartNumberService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/PartNumberService!com.tcs.laval.lob.remoteServices.PartNumberServiceRemote
    	java:app/services_baseunique/PartNumberService!com.tcs.laval.lob.remoteServices.PartNumberServiceRemote
    	java:module/PartNumberService!com.tcs.laval.lob.remoteServices.PartNumberServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/PartNumberService!com.tcs.laval.lob.remoteServices.PartNumberServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/PartNumberService!com.tcs.laval.lob.services.PartNumberService
    	java:app/services_baseunique/PartNumberService!com.tcs.laval.lob.services.PartNumberService
    	java:module/PartNumberService!com.tcs.laval.lob.services.PartNumberService
     
    14:42:31,741 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'UCSuiviStatusService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/UCSuiviStatusService!com.tcs.laval.lob.services.UCSuiviStatusService
    	java:app/services_baseunique/UCSuiviStatusService!com.tcs.laval.lob.services.UCSuiviStatusService
    	java:module/UCSuiviStatusService!com.tcs.laval.lob.services.UCSuiviStatusService
    	java:global/baseUniqueEAR/services_baseunique/UCSuiviStatusService!com.tcs.laval.lob.remoteServices.UCSuiviStatusServiceRemote
    	java:app/services_baseunique/UCSuiviStatusService!com.tcs.laval.lob.remoteServices.UCSuiviStatusServiceRemote
    	java:module/UCSuiviStatusService!com.tcs.laval.lob.remoteServices.UCSuiviStatusServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/UCSuiviStatusService!com.tcs.laval.lob.remoteServices.UCSuiviStatusServiceRemote
     
    14:42:31,741 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ContactService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ContactService!com.tcs.laval.lob.remoteServices.ContactServiceRemote
    	java:app/services_baseunique/ContactService!com.tcs.laval.lob.remoteServices.ContactServiceRemote
    	java:module/ContactService!com.tcs.laval.lob.remoteServices.ContactServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ContactService!com.tcs.laval.lob.remoteServices.ContactServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ContactService!com.tcs.laval.lob.services.ContactService
    	java:app/services_baseunique/ContactService!com.tcs.laval.lob.services.ContactService
    	java:module/ContactService!com.tcs.laval.lob.services.ContactService
     
    14:42:31,741 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'InfoComplTemplateVendorListService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/InfoComplTemplateVendorListService!com.tcs.laval.lob.services.InfoComplTemplateVendorListService
    	java:app/services_baseunique/InfoComplTemplateVendorListService!com.tcs.laval.lob.services.InfoComplTemplateVendorListService
    	java:module/InfoComplTemplateVendorListService!com.tcs.laval.lob.services.InfoComplTemplateVendorListService
    	java:global/baseUniqueEAR/services_baseunique/InfoComplTemplateVendorListService!com.tcs.laval.lob.remoteServices.InfoComplTemplateVendorListServiceRemote
    	java:app/services_baseunique/InfoComplTemplateVendorListService!com.tcs.laval.lob.remoteServices.InfoComplTemplateVendorListServiceRemote
    	java:module/InfoComplTemplateVendorListService!com.tcs.laval.lob.remoteServices.InfoComplTemplateVendorListServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/InfoComplTemplateVendorListService!com.tcs.laval.lob.remoteServices.InfoComplTemplateVendorListServiceRemote
     
    14:42:31,741 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'MailService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/MailService!com.tcs.laval.lob.services.MailService
    	java:app/services_baseunique/MailService!com.tcs.laval.lob.services.MailService
    	java:module/MailService!com.tcs.laval.lob.services.MailService
    	java:global/baseUniqueEAR/services_baseunique/MailService!com.tcs.laval.lob.remoteServices.MailServiceRemote
    	java:app/services_baseunique/MailService!com.tcs.laval.lob.remoteServices.MailServiceRemote
    	java:module/MailService!com.tcs.laval.lob.remoteServices.MailServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/MailService!com.tcs.laval.lob.remoteServices.MailServiceRemote
     
    14:42:31,741 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'IndicateurService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/IndicateurService!com.tcs.laval.lob.remoteServices.IndicateurServiceRemote
    	java:app/services_baseunique/IndicateurService!com.tcs.laval.lob.remoteServices.IndicateurServiceRemote
    	java:module/IndicateurService!com.tcs.laval.lob.remoteServices.IndicateurServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/IndicateurService!com.tcs.laval.lob.remoteServices.IndicateurServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/IndicateurService!com.tcs.laval.lob.services.IndicateurService
    	java:app/services_baseunique/IndicateurService!com.tcs.laval.lob.services.IndicateurService
    	java:module/IndicateurService!com.tcs.laval.lob.services.IndicateurService
     
    14:42:31,742 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'ReplacedByService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ReplacedByService!com.tcs.laval.lob.services.ReplacedByService
    	java:app/services_baseunique/ReplacedByService!com.tcs.laval.lob.services.ReplacedByService
    	java:module/ReplacedByService!com.tcs.laval.lob.services.ReplacedByService
    	java:global/baseUniqueEAR/services_baseunique/ReplacedByService!com.tcs.laval.lob.remoteServices.ReplacedByServiceRemote
    	java:app/services_baseunique/ReplacedByService!com.tcs.laval.lob.remoteServices.ReplacedByServiceRemote
    	java:module/ReplacedByService!com.tcs.laval.lob.remoteServices.ReplacedByServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ReplacedByService!com.tcs.laval.lob.remoteServices.ReplacedByServiceRemote
     
    14:42:31,742 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'TemplateVendorListService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/TemplateVendorListService!com.tcs.laval.lob.remoteServices.TemplateVendorListServiceRemote
    	java:app/services_baseunique/TemplateVendorListService!com.tcs.laval.lob.remoteServices.TemplateVendorListServiceRemote
    	java:module/TemplateVendorListService!com.tcs.laval.lob.remoteServices.TemplateVendorListServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/TemplateVendorListService!com.tcs.laval.lob.remoteServices.TemplateVendorListServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/TemplateVendorListService!com.tcs.laval.lob.services.TemplateVendorListService
    	java:app/services_baseunique/TemplateVendorListService!com.tcs.laval.lob.services.TemplateVendorListService
    	java:module/TemplateVendorListService!com.tcs.laval.lob.services.TemplateVendorListService
     
    14:42:31,742 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'A750Service' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/A750Service!com.tcs.laval.lob.remoteServices.A750ServiceRemote
    	java:app/services_baseunique/A750Service!com.tcs.laval.lob.remoteServices.A750ServiceRemote
    	java:module/A750Service!com.tcs.laval.lob.remoteServices.A750ServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/A750Service!com.tcs.laval.lob.remoteServices.A750ServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/A750Service!com.tcs.laval.lob.services.A750Service
    	java:app/services_baseunique/A750Service!com.tcs.laval.lob.services.A750Service
    	java:module/A750Service!com.tcs.laval.lob.services.A750Service
     
    14:42:31,742 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'COTSService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/COTSService!com.tcs.laval.lob.remoteServices.COTSServiceRemote
    	java:app/services_baseunique/COTSService!com.tcs.laval.lob.remoteServices.COTSServiceRemote
    	java:module/COTSService!com.tcs.laval.lob.remoteServices.COTSServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/COTSService!com.tcs.laval.lob.remoteServices.COTSServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/COTSService!com.tcs.laval.lob.services.COTSService
    	java:app/services_baseunique/COTSService!com.tcs.laval.lob.services.COTSService
    	java:module/COTSService!com.tcs.laval.lob.services.COTSService
     
    14:42:31,742 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-4) WFLYEJB0473: JNDI bindings for session bean named 'FicheService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/FicheService!com.tcs.laval.lob.services.FicheService
    	java:app/services_baseunique/FicheService!com.tcs.laval.lob.services.FicheService
    	java:module/FicheService!com.tcs.laval.lob.services.FicheService
    	java:global/baseUniqueEAR/services_baseunique/FicheService!com.tcs.laval.lob.remoteServices.FicheServiceRemote
    	java:app/services_baseunique/FicheService!com.tcs.laval.lob.remoteServices.FicheServiceRemote
    	java:module/FicheService!com.tcs.laval.lob.remoteServices.FicheServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/FicheService!com.tcs.laval.lob.remoteServices.FicheServiceRemote
     
    14:42:31,787 INFO  [org.jboss.weld.deployer] (MSC service thread 1-4) WFLYWELD0006: Starting Services for CDI deployment: baseUniqueEAR.ear
    14:42:31,859 INFO  [org.jboss.weld.Version] (MSC service thread 1-4) WELD-000900: 2.3.2 (Final)
    14:42:31,880 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0009: Starting weld service for deployment baseUniqueEAR.ear
    14:42:32,446 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 58) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'baseUniqueEAR.ear#jpa_baseunique'
    14:42:32,805 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 58) HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
    14:42:32,952 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 58) Envers integration enabled? : true
    14:42:32,974 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
    14:42:32,979 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
    14:42:33,012 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
    14:42:33,013 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
    14:42:33,611 WARN  [org.hibernate.cfg.AnnotationBinder] (ServerService Thread Pool -- 58) HHH000457: Joined inheritance hierarchy [com.tcs.laval.lob.entities.ArticleLob] defined explicit @DiscriminatorColumn.  Legacy Hibernate behavior was to ignore the @DiscriminatorColumn.  However, as part of issue HHH-6911 we now apply the explicit @DiscriminatorColumn.  If you would prefer the legacy behavior, enable the `hibernate.discriminator.ignore_explicit_for_joined` setting (hibernate.discriminator.ignore_explicit_for_joined=true)
    14:42:33,926 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 59) WFLYCLINF0002: Started client-mappings cache from ejb container
    14:42:36,525 INFO  [org.jboss.weld.Event] (MSC service thread 1-2) WELD-000411: Observer method [BackedAnnotatedMethod] com.sun.jersey.server.impl.cdi.CDIExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
    14:42:38,313 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 58) Initialisation de Mojarra 2.2.16 ( 20180118-0013 901a18e611bead474715a643c8f634cfa1312414) pour le contexte «/web_baseunique»
    14:42:41,571 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 58) Critical error during deployment: : java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at org.jboss.weld.logging.LoggerFactory.getLogger(LoggerFactory.java:42) [weld-servlet.jar:20130923-1444]
    	at org.jboss.weld.jsf.WeldPhaseListener.<clinit>(WeldPhaseListener.java:76) [weld-servlet.jar:20130923-1444]
    	at java.lang.Class.forName0(Native Method) [rt.jar:1.8.0_161]
    	at java.lang.Class.forName(Class.java:348) [rt.jar:1.8.0_161]
    	at com.sun.faces.util.Util.loadClass(Util.java:364) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:420) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:301) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:154) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:132) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227) [jsf-impl-2.2.16.jar:2.2.16]
    	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187) [undertow-servlet-1.3.15.Final.jar:1.3.15.Final]
    	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198) [undertow-servlet-1.3.15.Final.jar:1.3.15.Final]
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_161]
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_161]
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_161]
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_161]
    	at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_161]
    	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
     
    14:42:41,576 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 58) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./web_baseunique: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./web_baseunique: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_161]
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_161]
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_161]
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_161]
    	at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_161]
    	at org.jboss.threads.JBossThread.run(JBossThread.java:320) [jboss-threads-2.2.1.Final.jar:2.2.1.Final]
    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
    	... 6 more
    Caused by: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:292)
    	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
    	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)
    	... 8 more
    Caused by: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at org.jboss.weld.logging.LoggerFactory.getLogger(LoggerFactory.java:42)
    	at org.jboss.weld.jsf.WeldPhaseListener.<clinit>(WeldPhaseListener.java:76)
    	at java.lang.Class.forName0(Native Method) [rt.jar:1.8.0_161]
    	at java.lang.Class.forName(Class.java:348) [rt.jar:1.8.0_161]
    	at com.sun.faces.util.Util.loadClass(Util.java:364)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:420)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:301)
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:154)
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:132)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)
    	at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)
    	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)
    	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
    	... 10 more
     
    14:42:41,621 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "baseUniqueEAR.ear")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./web_baseunique" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./web_baseunique: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
        Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
        Caused by: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
        Caused by: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory"}}
    14:42:41,791 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "ModuleCronTask.jar" (runtime-name : "ModuleCronTask.jar")
    14:42:41,792 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "baseUniqueEAR.ear" (runtime-name : "baseUniqueEAR.ear")
    14:42:41,800 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
    WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./web_baseunique: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./web_baseunique: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
     
    14:42:41,928 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
    14:42:41,928 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
    14:42:41,928 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 23363ms - Started 2074 of 2366 services (3 services failed or missing dependencies, 409 services are lazy, passive or on-demand)
    14:42:42,054 INFO  [org.jboss.weld.deployer] (MSC service thread 1-3) WFLYWELD0010: Stopping weld service for deployment baseUniqueEAR.ear
    14:42:42,130 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 21) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'baseUniqueEAR.ear#jpa_baseunique'
    14:42:42,161 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 21) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'baseUniqueEAR.ear#jpa_baseunique'
    14:42:42,205 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 21) WFLYCLINF0003: Stopped client-mappings cache from ejb container
    14:42:42,364 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0208: Stopped subdeployment (runtime-name: web_baseunique.war) in 394ms
    14:42:42,364 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0208: Stopped subdeployment (runtime-name: services_baseunique.jar) in 395ms
    14:42:42,365 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0028: Stopped deployment baseUniqueEAR.ear (runtime-name: baseUniqueEAR.ear) in 397ms
    14:42:42,729 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "baseUniqueEAR.ear" (runtime-name: "baseUniqueEAR.ear")
    14:42:42,730 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report
    WFLYCTL0184:    New missing/unsatisfied dependencies:
          service jboss.deployment.subunit."baseUniqueEAR.ear"."services_baseunique.jar".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."baseUniqueEAR.ear".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.sun.jersey.server.impl.container.servlet.Include".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.sun.jersey.spi.container.servlet.ServletContainer".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Accueil".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Admin".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Articles".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.CodificationA750".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Connexion".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Dashboard".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Eol".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Fabricants".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Fao".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Help".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Inscription".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Lbo".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Oracle".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Pns".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Projets".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.servlets.InformationsServlet".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.servlets.LogOutServlet".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.servlets.SubscriptionServlet".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."org.jboss.weld.environment.servlet.Listener".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."baseUniqueEAR.ear".deploymentCompleteService] 
          service jboss.persistenceunit."baseUniqueEAR.ear#jpa_baseunique" (missing) dependents: [service jboss.deployment.unit."baseUniqueEAR.ear".deploymentCompleteService] 
          service jboss.undertow.deployment.default-server.default-host./web_baseunique (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
    WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./web_baseunique
    voici ce que ca me fait quand je laisse le subsystem jsf ....

  7. #7
    Membre actif
    Homme Profil pro
    Architecte technique
    Inscrit en
    Août 2006
    Messages
    178
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Activité : Architecte technique
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Août 2006
    Messages : 178
    Points : 274
    Points
    274
    Par défaut
    Elle devrait être en scope provided dans le cas de maven / graddle. Est elle dans le war/ear final ?
    Sinon tu vas devoir utiliser un jboss-deployment-structure.xml

  8. #8
    Membre à l'essai
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    Points : 16
    Points
    16
    Par défaut
    comment je fais avec un jboss-deployment-structure.xml? car je ne sais pas ou le mettre et comment m'en servir...

  9. #9
    Membre actif
    Homme Profil pro
    Architecte technique
    Inscrit en
    Août 2006
    Messages
    178
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Activité : Architecte technique
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Août 2006
    Messages : 178
    Points : 274
    Points
    274
    Par défaut
    http://docs.wildfly.org/Developer_Gu...ing_in_WildFly devrait t'expliquer comment l'utiliser.Mais je persiste à croire que le plus simple est d'exclure le jar de ton war/ear.

  10. #10
    Membre à l'essai
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    Points : 16
    Points
    16
    Par défaut
    Pour le mettre ou? merci pour ton aide en tout cas

  11. #11
    Membre à l'essai
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    Points : 16
    Points
    16
    Par défaut
    svp aidez moi ^^
    je n'arrive vraiment pas a resoudre cette erreur :
    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
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
    444
    445
    446
    447
    448
    449
    450
    451
    452
    453
    454
    455
    456
    457
    458
    459
    460
    461
    462
    463
    464
    465
    466
    467
    468
    469
    470
    471
    472
    473
    474
    475
    476
    477
    478
    479
    480
    481
    482
    483
    484
    485
    486
    487
    488
    489
    490
    491
    492
    493
    494
    495
    496
    497
    498
    499
    500
    501
    502
    503
    504
    505
    506
    507
    508
    509
    510
    511
    512
    513
    514
    515
    516
    517
    518
    519
    520
    521
    522
    523
    524
    525
    526
    527
    528
    529
    530
    531
    532
    533
    534
    535
    536
    537
    538
    539
    540
    541
    542
    543
    544
    545
    546
    547
    548
    549
    550
    551
    552
    553
    554
    555
    556
    557
    558
    559
    560
    561
    562
    563
    564
    565
    566
    567
    568
    569
    570
    12:13:56,386 INFO  [org.jboss.modules] (main) JBoss Modules version 1.5.1.Final
    12:13:56,793 INFO  [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
    12:13:56,943 INFO  [org.jboss.as] (MSC service thread 1-4) WFLYSRV0049: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) starting
    12:13:59,671 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found baseUniqueEAR.ear in deployment directory. To trigger deployment create a file called baseUniqueEAR.ear.dodeploy
    12:13:59,796 INFO  [org.jboss.as.repository] (ServerService Thread Pool -- 19) WFLYDR0001: Content added at location D:\Users\T0177676\Documents\Mes Outils Personnels\mes outils perso\wildfly-10.0.0.Final\standalone\data\content\00\5e93ae37494a62cba6cd5a11988bbe657f0b23\content
    12:13:59,814 INFO  [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
    12:13:59,848 INFO  [org.xnio] (MSC service thread 1-3) XNIO version 3.3.4.Final
    12:13:59,855 INFO  [org.xnio.nio] (MSC service thread 1-3) XNIO NIO Implementation Version 3.3.4.Final
    12:13:59,899 INFO  [org.jboss.remoting] (MSC service thread 1-2) JBoss Remoting version 4.0.18.Final
    12:14:00,019 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0004: Deploying JDBC-compliant driver class org.h2.Driver (version 1.3)
    12:14:00,070 INFO  [org.wildfly.extension.io] (ServerService Thread Pool -- 37) WFLYIO001: Worker 'default' has auto-configured to 4 core threads with 32 task threads based on your 2 available processors
    12:14:00,276 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 38) WFLYCLINF0001: Activating Infinispan subsystem.
    12:14:00,284 WARN  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0006: JSF version slot 'main' is missing from module javax.faces.api
    12:14:00,284 WARN  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0006: JSF version slot 'main' is missing from module com.sun.jsf-impl
    12:14:00,285 INFO  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0007: Activated the following JSF Implementations: [main]
    12:14:00,294 INFO  [org.jboss.as.naming] (ServerService Thread Pool -- 46) WFLYNAM0001: Activating Naming Subsystem
    12:14:00,306 WARN  [org.jboss.as.txn] (ServerService Thread Pool -- 54) WFLYTX0013: Node identifier property is set to the default value. Please make sure it is unique.
    12:14:00,310 INFO  [org.jboss.as.webservices] (ServerService Thread Pool -- 56) WFLYWS0002: Activating WebServices Extension
    12:14:00,396 INFO  [org.jboss.as.security] (ServerService Thread Pool -- 53) WFLYSEC0002: Activating Security Subsystem
    12:14:00,408 INFO  [org.jboss.as.connector.subsystems.datasources] (ServerService Thread Pool -- 33) WFLYJCA0005: Deploying non-JDBC-compliant driver class com.mysql.jdbc.Driver (version 5.1)
    12:14:00,568 INFO  [org.jboss.as.naming] (MSC service thread 1-3) WFLYNAM0003: Starting Naming Service
    12:14:00,573 INFO  [org.jboss.as.mail.extension] (MSC service thread 1-3) WFLYMAIL0001: Bound mail session [java:jboss/mail/Default]
    12:14:00,605 INFO  [org.jboss.as.connector] (MSC service thread 1-3) WFLYJCA0009: Starting JCA Subsystem (WildFly/IronJacamar 1.3.2.Final)
    12:14:00,603 INFO  [org.jboss.as.security] (MSC service thread 1-1) WFLYSEC0001: Current PicketBox version=4.9.4.Final
    12:14:00,777 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0003: Undertow 1.3.15.Final starting
    12:14:00,781 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-1) WFLYUT0003: Undertow 1.3.15.Final starting
    12:14:01,408 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = com.mysql
    12:14:01,408 INFO  [org.jboss.as.connector.deployers.jdbc] (MSC service thread 1-4) WFLYJCA0018: Started Driver service with driver-name = h2
    12:14:01,528 INFO  [org.jboss.as.ejb3] (MSC service thread 1-2) WFLYEJB0481: Strict pool slsb-strict-max-pool is using a max instance size of 32 (per class), which is derived from thread worker pool sizing.
    12:14:01,534 INFO  [org.jboss.as.ejb3] (MSC service thread 1-4) WFLYEJB0482: Strict pool mdb-strict-max-pool is using a max instance size of 8 (per class), which is derived from the number of CPUs on this host.
    12:14:01,744 INFO  [org.wildfly.extension.undertow] (ServerService Thread Pool -- 55) WFLYUT0014: Creating file handler for path 'D:\Users\T0177676\Documents\Mes Outils Personnels\mes outils perso\wildfly-10.0.0.Final/welcome-content' with options [directory-listing: 'false', follow-symlink: 'false', case-sensitive: 'true', safe-symlink-paths: '[]']
    12:14:01,862 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0012: Started server default-server.
    12:14:01,863 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0018: Host default-host starting
    12:14:02,148 INFO  [org.wildfly.extension.undertow] (MSC service thread 1-4) WFLYUT0006: Undertow HTTP listener default listening on 127.0.0.1:8080
    12:14:02,804 INFO  [org.infinispan.factories.GlobalComponentRegistry] (MSC service thread 1-4) ISPN000128: Infinispan version: Infinispan 'Mahou' 8.1.0.Final
    12:14:02,824 INFO  [org.jboss.as.server.deployment.scanner] (MSC service thread 1-1) WFLYDS0013: Started FileSystemDeploymentService for directory D:\Users\T0177676\Documents\Mes Outils Personnels\mes outils perso\wildfly-10.0.0.Final\standalone\deployments
    12:14:02,832 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0027: Starting deployment of "baseUniqueEAR.ear" (runtime-name: "baseUniqueEAR.ear")
    12:14:03,147 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0027: Starting deployment of "ModuleCronTask.jar" (runtime-name: "ModuleCronTask.jar")
    12:14:03,156 INFO  [org.jboss.ws.common.management] (MSC service thread 1-3) JBWS022052: Starting JBossWS 5.1.3.Final (Apache CXF 3.1.4) 
    12:14:03,454 WARN  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0059: Class Path entry jboss-client.jar in /D:/Users/T0177676/Documents/Mes Outils Personnels/mes outils perso/wildfly-10.0.0.Final/bin/content/ModuleCronTask.jar  does not point to a valid jar for a Class-Path reference.
    12:14:03,693 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:jboss/datasources/ExampleDS]
    12:14:03,694 INFO  [org.jboss.as.connector.subsystems.datasources] (MSC service thread 1-3) WFLYJCA0001: Bound data source [java:/baseunique]
    12:14:05,322 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-4) WFLYSRV0207: Starting subdeployment (runtime-name: "services_baseunique.jar")
    12:14:05,322 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-1) WFLYSRV0207: Starting subdeployment (runtime-name: "web_baseunique.war")
    12:14:06,145 INFO  [org.jboss.as.jpa] (MSC service thread 1-1) WFLYJPA0002: Read persistence.xml for jpa_baseunique
    12:14:06,926 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 58) WFLYJPA0010: Starting Persistence Unit (phase 1 of 2) Service 'baseUniqueEAR.ear#jpa_baseunique'
    12:14:06,944 INFO  [org.hibernate.jpa.internal.util.LogHelper] (ServerService Thread Pool -- 58) HHH000204: Processing PersistenceUnitInfo [
    	name: jpa_baseunique
    	...]
    12:14:06,963 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment baseUniqueEAR.ear
    12:14:07,067 INFO  [org.hibernate.Version] (ServerService Thread Pool -- 58) HHH000412: Hibernate Core {5.0.7.Final}
    12:14:07,143 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000206: hibernate.properties not found
    12:14:07,144 INFO  [org.hibernate.cfg.Environment] (ServerService Thread Pool -- 58) HHH000021: Bytecode provider name : javassist
    12:14:07,255 INFO  [org.hibernate.validator.internal.util.Version] (MSC service thread 1-1) HV000001: Hibernate Validator 5.2.3.Final
    12:14:07,279 INFO  [org.hibernate.orm.deprecation] (ServerService Thread Pool -- 58) HHH90000001: Found usage of deprecated setting for specifying Scanner [hibernate.ejb.resource_scanner]; use [hibernate.archive.scanner] instead
    12:14:07,286 INFO  [org.hibernate.annotations.common.Version] (ServerService Thread Pool -- 58) HCANN000001: Hibernate Commons Annotations {5.0.1.Final}
    12:14:07,623 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment web_baseunique.war
    12:14:07,957 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0003: Processing weld deployment services_baseunique.jar
    12:14:07,962 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ParamsGrapheService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ParamsGrapheService!com.tcs.laval.lob.remoteServices.ParamsGrapheServiceRemote
    	java:app/services_baseunique/ParamsGrapheService!com.tcs.laval.lob.remoteServices.ParamsGrapheServiceRemote
    	java:module/ParamsGrapheService!com.tcs.laval.lob.remoteServices.ParamsGrapheServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ParamsGrapheService!com.tcs.laval.lob.remoteServices.ParamsGrapheServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ParamsGrapheService!com.tcs.laval.lob.services.ParamsGrapheService
    	java:app/services_baseunique/ParamsGrapheService!com.tcs.laval.lob.services.ParamsGrapheService
    	java:module/ParamsGrapheService!com.tcs.laval.lob.services.ParamsGrapheService
     
    12:14:07,963 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'PNArticleService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/PNArticleService!com.tcs.laval.lob.services.PNArticleService
    	java:app/services_baseunique/PNArticleService!com.tcs.laval.lob.services.PNArticleService
    	java:module/PNArticleService!com.tcs.laval.lob.services.PNArticleService
    	java:global/baseUniqueEAR/services_baseunique/PNArticleService!com.tcs.laval.lob.remoteServices.PNArticleServiceRemote
    	java:app/services_baseunique/PNArticleService!com.tcs.laval.lob.remoteServices.PNArticleServiceRemote
    	java:module/PNArticleService!com.tcs.laval.lob.remoteServices.PNArticleServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/PNArticleService!com.tcs.laval.lob.remoteServices.PNArticleServiceRemote
     
    12:14:07,964 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'RetenusExclusService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/RetenusExclusService!com.tcs.laval.lob.services.RetenusExclusService
    	java:app/services_baseunique/RetenusExclusService!com.tcs.laval.lob.services.RetenusExclusService
    	java:module/RetenusExclusService!com.tcs.laval.lob.services.RetenusExclusService
    	java:global/baseUniqueEAR/services_baseunique/RetenusExclusService!com.tcs.laval.lob.remoteServices.RetenusExclusServiceRemote
    	java:app/services_baseunique/RetenusExclusService!com.tcs.laval.lob.remoteServices.RetenusExclusServiceRemote
    	java:module/RetenusExclusService!com.tcs.laval.lob.remoteServices.RetenusExclusServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/RetenusExclusService!com.tcs.laval.lob.remoteServices.RetenusExclusServiceRemote
     
    12:14:07,964 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'UserCodificationService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/UserCodificationService!com.tcs.laval.lob.remoteServices.UserCodificationServiceRemote
    	java:app/services_baseunique/UserCodificationService!com.tcs.laval.lob.remoteServices.UserCodificationServiceRemote
    	java:module/UserCodificationService!com.tcs.laval.lob.remoteServices.UserCodificationServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/UserCodificationService!com.tcs.laval.lob.remoteServices.UserCodificationServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/UserCodificationService!com.tcs.laval.lob.services.UserCodificationService
    	java:app/services_baseunique/UserCodificationService!com.tcs.laval.lob.services.UserCodificationService
    	java:module/UserCodificationService!com.tcs.laval.lob.services.UserCodificationService
     
    12:14:07,964 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'CertificatService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/CertificatService!com.tcs.laval.lob.remoteServices.CertificatServiceRemote
    	java:app/services_baseunique/CertificatService!com.tcs.laval.lob.remoteServices.CertificatServiceRemote
    	java:module/CertificatService!com.tcs.laval.lob.remoteServices.CertificatServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/CertificatService!com.tcs.laval.lob.remoteServices.CertificatServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/CertificatService!com.tcs.laval.lob.services.CertificatService
    	java:app/services_baseunique/CertificatService!com.tcs.laval.lob.services.CertificatService
    	java:module/CertificatService!com.tcs.laval.lob.services.CertificatService
     
    12:14:07,986 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'CouplageService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/CouplageService!com.tcs.laval.lob.remoteServices.CouplageServiceRemote
    	java:app/services_baseunique/CouplageService!com.tcs.laval.lob.remoteServices.CouplageServiceRemote
    	java:module/CouplageService!com.tcs.laval.lob.remoteServices.CouplageServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/CouplageService!com.tcs.laval.lob.remoteServices.CouplageServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/CouplageService!com.tcs.laval.lob.services.CouplageService
    	java:app/services_baseunique/CouplageService!com.tcs.laval.lob.services.CouplageService
    	java:module/CouplageService!com.tcs.laval.lob.services.CouplageService
     
    12:14:07,986 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ReglementationService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ReglementationService!com.tcs.laval.lob.remoteServices.ReglementationServiceRemote
    	java:app/services_baseunique/ReglementationService!com.tcs.laval.lob.remoteServices.ReglementationServiceRemote
    	java:module/ReglementationService!com.tcs.laval.lob.remoteServices.ReglementationServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ReglementationService!com.tcs.laval.lob.remoteServices.ReglementationServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ReglementationService!com.tcs.laval.lob.services.ReglementationService
    	java:app/services_baseunique/ReglementationService!com.tcs.laval.lob.services.ReglementationService
    	java:module/ReglementationService!com.tcs.laval.lob.services.ReglementationService
     
    12:14:07,988 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ImageService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ImageService!com.tcs.laval.lob.remoteServices.ImageServiceRemote
    	java:app/services_baseunique/ImageService!com.tcs.laval.lob.remoteServices.ImageServiceRemote
    	java:module/ImageService!com.tcs.laval.lob.remoteServices.ImageServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ImageService!com.tcs.laval.lob.remoteServices.ImageServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ImageService!com.tcs.laval.lob.services.ImageService
    	java:app/services_baseunique/ImageService!com.tcs.laval.lob.services.ImageService
    	java:module/ImageService!com.tcs.laval.lob.services.ImageService
     
    12:14:07,989 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ManufacturerService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ManufacturerService!com.tcs.laval.lob.remoteServices.ManufacturerServiceRemote
    	java:app/services_baseunique/ManufacturerService!com.tcs.laval.lob.remoteServices.ManufacturerServiceRemote
    	java:module/ManufacturerService!com.tcs.laval.lob.remoteServices.ManufacturerServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ManufacturerService!com.tcs.laval.lob.remoteServices.ManufacturerServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ManufacturerService!com.tcs.laval.lob.services.ManufacturerService
    	java:app/services_baseunique/ManufacturerService!com.tcs.laval.lob.services.ManufacturerService
    	java:module/ManufacturerService!com.tcs.laval.lob.services.ManufacturerService
     
    12:14:07,990 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'SuiviGlobalService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/SuiviGlobalService!com.tcs.laval.lob.remoteServices.SuiviGlobalServiceRemote
    	java:app/services_baseunique/SuiviGlobalService!com.tcs.laval.lob.remoteServices.SuiviGlobalServiceRemote
    	java:module/SuiviGlobalService!com.tcs.laval.lob.remoteServices.SuiviGlobalServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/SuiviGlobalService!com.tcs.laval.lob.remoteServices.SuiviGlobalServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/SuiviGlobalService!com.tcs.laval.lob.services.SuiviGlobalService
    	java:app/services_baseunique/SuiviGlobalService!com.tcs.laval.lob.services.SuiviGlobalService
    	java:module/SuiviGlobalService!com.tcs.laval.lob.services.SuiviGlobalService
     
    12:14:07,990 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'FAOService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/FAOService!com.tcs.laval.lob.services.FAOService
    	java:app/services_baseunique/FAOService!com.tcs.laval.lob.services.FAOService
    	java:module/FAOService!com.tcs.laval.lob.services.FAOService
    	java:global/baseUniqueEAR/services_baseunique/FAOService!com.tcs.laval.lob.remoteServices.FAOServiceRemote
    	java:app/services_baseunique/FAOService!com.tcs.laval.lob.remoteServices.FAOServiceRemote
    	java:module/FAOService!com.tcs.laval.lob.remoteServices.FAOServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/FAOService!com.tcs.laval.lob.remoteServices.FAOServiceRemote
     
    12:14:07,990 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'SubstanceService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/SubstanceService!com.tcs.laval.lob.services.SubstanceService
    	java:app/services_baseunique/SubstanceService!com.tcs.laval.lob.services.SubstanceService
    	java:module/SubstanceService!com.tcs.laval.lob.services.SubstanceService
    	java:global/baseUniqueEAR/services_baseunique/SubstanceService!com.tcs.laval.lob.remoteServices.SubstanceServiceRemote
    	java:app/services_baseunique/SubstanceService!com.tcs.laval.lob.remoteServices.SubstanceServiceRemote
    	java:module/SubstanceService!com.tcs.laval.lob.remoteServices.SubstanceServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/SubstanceService!com.tcs.laval.lob.remoteServices.SubstanceServiceRemote
     
    12:14:07,994 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'InformationService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/InformationService!com.tcs.laval.lob.services.InformationService
    	java:app/services_baseunique/InformationService!com.tcs.laval.lob.services.InformationService
    	java:module/InformationService!com.tcs.laval.lob.services.InformationService
    	java:global/baseUniqueEAR/services_baseunique/InformationService!com.tcs.laval.lob.remoteServices.InformationServiceRemote
    	java:app/services_baseunique/InformationService!com.tcs.laval.lob.remoteServices.InformationServiceRemote
    	java:module/InformationService!com.tcs.laval.lob.remoteServices.InformationServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/InformationService!com.tcs.laval.lob.remoteServices.InformationServiceRemote
     
    12:14:07,995 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'NiveauService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/NiveauService!com.tcs.laval.lob.services.NiveauService
    	java:app/services_baseunique/NiveauService!com.tcs.laval.lob.services.NiveauService
    	java:module/NiveauService!com.tcs.laval.lob.services.NiveauService
    	java:global/baseUniqueEAR/services_baseunique/NiveauService!com.tcs.laval.lob.remoteServices.NiveauServiceRemote
    	java:app/services_baseunique/NiveauService!com.tcs.laval.lob.remoteServices.NiveauServiceRemote
    	java:module/NiveauService!com.tcs.laval.lob.remoteServices.NiveauServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/NiveauService!com.tcs.laval.lob.remoteServices.NiveauServiceRemote
     
    12:14:07,995 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'CertificatParametresService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/CertificatParametresService!com.tcs.laval.lob.remoteServices.CertificatParametresServiceRemote
    	java:app/services_baseunique/CertificatParametresService!com.tcs.laval.lob.remoteServices.CertificatParametresServiceRemote
    	java:module/CertificatParametresService!com.tcs.laval.lob.remoteServices.CertificatParametresServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/CertificatParametresService!com.tcs.laval.lob.remoteServices.CertificatParametresServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/CertificatParametresService!com.tcs.laval.lob.services.CertificatParametresService
    	java:app/services_baseunique/CertificatParametresService!com.tcs.laval.lob.services.CertificatParametresService
    	java:module/CertificatParametresService!com.tcs.laval.lob.services.CertificatParametresService
     
    12:14:07,995 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'TemplateFAOService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/TemplateFAOService!com.tcs.laval.lob.remoteServices.TemplateFAOServiceRemote
    	java:app/services_baseunique/TemplateFAOService!com.tcs.laval.lob.remoteServices.TemplateFAOServiceRemote
    	java:module/TemplateFAOService!com.tcs.laval.lob.remoteServices.TemplateFAOServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/TemplateFAOService!com.tcs.laval.lob.remoteServices.TemplateFAOServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/TemplateFAOService!com.tcs.laval.lob.services.TemplateFAOService
    	java:app/services_baseunique/TemplateFAOService!com.tcs.laval.lob.services.TemplateFAOService
    	java:module/TemplateFAOService!com.tcs.laval.lob.services.TemplateFAOService
     
    12:14:07,995 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'DicoExclusionService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/DicoExclusionService!com.tcs.laval.lob.services.DicoExclusionService
    	java:app/services_baseunique/DicoExclusionService!com.tcs.laval.lob.services.DicoExclusionService
    	java:module/DicoExclusionService!com.tcs.laval.lob.services.DicoExclusionService
    	java:global/baseUniqueEAR/services_baseunique/DicoExclusionService!com.tcs.laval.lob.remoteServices.DicoExclusionServiceRemote
    	java:app/services_baseunique/DicoExclusionService!com.tcs.laval.lob.remoteServices.DicoExclusionServiceRemote
    	java:module/DicoExclusionService!com.tcs.laval.lob.remoteServices.DicoExclusionServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/DicoExclusionService!com.tcs.laval.lob.remoteServices.DicoExclusionServiceRemote
     
    12:14:07,995 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'UserService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/UserService!com.tcs.laval.lob.services.UserService
    	java:app/services_baseunique/UserService!com.tcs.laval.lob.services.UserService
    	java:module/UserService!com.tcs.laval.lob.services.UserService
    	java:global/baseUniqueEAR/services_baseunique/UserService!com.tcs.laval.lob.remoteServices.UserServiceRemote
    	java:app/services_baseunique/UserService!com.tcs.laval.lob.remoteServices.UserServiceRemote
    	java:module/UserService!com.tcs.laval.lob.remoteServices.UserServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/UserService!com.tcs.laval.lob.remoteServices.UserServiceRemote
     
    12:14:07,996 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'PmpStockService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/PmpStockService!com.tcs.laval.lob.remoteServices.PmpStockServiceRemote
    	java:app/services_baseunique/PmpStockService!com.tcs.laval.lob.remoteServices.PmpStockServiceRemote
    	java:module/PmpStockService!com.tcs.laval.lob.remoteServices.PmpStockServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/PmpStockService!com.tcs.laval.lob.remoteServices.PmpStockServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/PmpStockService!com.tcs.laval.lob.services.PmpStockService
    	java:app/services_baseunique/PmpStockService!com.tcs.laval.lob.services.PmpStockService
    	java:module/PmpStockService!com.tcs.laval.lob.services.PmpStockService
     
    12:14:08,013 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'MigrateFAOService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/MigrateFAOService!com.tcs.laval.lob.services.MigrateFAOService
    	java:app/services_baseunique/MigrateFAOService!com.tcs.laval.lob.services.MigrateFAOService
    	java:module/MigrateFAOService!com.tcs.laval.lob.services.MigrateFAOService
    	java:global/baseUniqueEAR/services_baseunique/MigrateFAOService!com.tcs.laval.lob.remoteServices.MigrateFAOServiceRemote
    	java:app/services_baseunique/MigrateFAOService!com.tcs.laval.lob.remoteServices.MigrateFAOServiceRemote
    	java:module/MigrateFAOService!com.tcs.laval.lob.remoteServices.MigrateFAOServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/MigrateFAOService!com.tcs.laval.lob.remoteServices.MigrateFAOServiceRemote
     
    12:14:08,014 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'HistoryService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/HistoryService!com.tcs.laval.lob.remoteServices.HistoryServiceRemote
    	java:app/services_baseunique/HistoryService!com.tcs.laval.lob.remoteServices.HistoryServiceRemote
    	java:module/HistoryService!com.tcs.laval.lob.remoteServices.HistoryServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/HistoryService!com.tcs.laval.lob.remoteServices.HistoryServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/HistoryService!com.tcs.laval.lob.services.HistoryService
    	java:app/services_baseunique/HistoryService!com.tcs.laval.lob.services.HistoryService
    	java:module/HistoryService!com.tcs.laval.lob.services.HistoryService
     
    12:14:08,014 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ProjectService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ProjectService!com.tcs.laval.lob.remoteServices.ProjectServiceRemote
    	java:app/services_baseunique/ProjectService!com.tcs.laval.lob.remoteServices.ProjectServiceRemote
    	java:module/ProjectService!com.tcs.laval.lob.remoteServices.ProjectServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ProjectService!com.tcs.laval.lob.remoteServices.ProjectServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ProjectService!com.tcs.laval.lob.services.ProjectService
    	java:app/services_baseunique/ProjectService!com.tcs.laval.lob.services.ProjectService
    	java:module/ProjectService!com.tcs.laval.lob.services.ProjectService
     
    12:14:08,014 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ServiceService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ServiceService!com.tcs.laval.lob.remoteServices.ServiceServiceRemote
    	java:app/services_baseunique/ServiceService!com.tcs.laval.lob.remoteServices.ServiceServiceRemote
    	java:module/ServiceService!com.tcs.laval.lob.remoteServices.ServiceServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ServiceService!com.tcs.laval.lob.remoteServices.ServiceServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ServiceService!com.tcs.laval.lob.services.ServiceService
    	java:app/services_baseunique/ServiceService!com.tcs.laval.lob.services.ServiceService
    	java:module/ServiceService!com.tcs.laval.lob.services.ServiceService
     
    12:14:08,014 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ControleBUService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ControleBUService!com.tcs.laval.lob.remoteServices.ControleBUServiceRemote
    	java:app/services_baseunique/ControleBUService!com.tcs.laval.lob.remoteServices.ControleBUServiceRemote
    	java:module/ControleBUService!com.tcs.laval.lob.remoteServices.ControleBUServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ControleBUService!com.tcs.laval.lob.remoteServices.ControleBUServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ControleBUService!com.tcs.laval.lob.services.ControleBUService
    	java:app/services_baseunique/ControleBUService!com.tcs.laval.lob.services.ControleBUService
    	java:module/ControleBUService!com.tcs.laval.lob.services.ControleBUService
     
    12:14:08,026 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'IndexageService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/IndexageService!com.tcs.laval.lob.services.IndexageService
    	java:app/services_baseunique/IndexageService!com.tcs.laval.lob.services.IndexageService
    	java:module/IndexageService!com.tcs.laval.lob.services.IndexageService
    	java:global/baseUniqueEAR/services_baseunique/IndexageService!com.tcs.laval.lob.remoteServices.IndexageServiceRemote
    	java:app/services_baseunique/IndexageService!com.tcs.laval.lob.remoteServices.IndexageServiceRemote
    	java:module/IndexageService!com.tcs.laval.lob.remoteServices.IndexageServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/IndexageService!com.tcs.laval.lob.remoteServices.IndexageServiceRemote
     
    12:14:08,026 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'MotCleService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/MotCleService!com.tcs.laval.lob.remoteServices.MotCleServiceRemote
    	java:app/services_baseunique/MotCleService!com.tcs.laval.lob.remoteServices.MotCleServiceRemote
    	java:module/MotCleService!com.tcs.laval.lob.remoteServices.MotCleServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/MotCleService!com.tcs.laval.lob.remoteServices.MotCleServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/MotCleService!com.tcs.laval.lob.services.MotCleService
    	java:app/services_baseunique/MotCleService!com.tcs.laval.lob.services.MotCleService
    	java:module/MotCleService!com.tcs.laval.lob.services.MotCleService
     
    12:14:08,026 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ArticleService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ArticleService!com.tcs.laval.lob.services.ArticleService
    	java:app/services_baseunique/ArticleService!com.tcs.laval.lob.services.ArticleService
    	java:module/ArticleService!com.tcs.laval.lob.services.ArticleService
    	java:global/baseUniqueEAR/services_baseunique/ArticleService!com.tcs.laval.lob.remoteServices.ArticleServiceRemote
    	java:app/services_baseunique/ArticleService!com.tcs.laval.lob.remoteServices.ArticleServiceRemote
    	java:module/ArticleService!com.tcs.laval.lob.remoteServices.ArticleServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ArticleService!com.tcs.laval.lob.remoteServices.ArticleServiceRemote
     
    12:14:08,027 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'PartNumberService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/PartNumberService!com.tcs.laval.lob.services.PartNumberService
    	java:app/services_baseunique/PartNumberService!com.tcs.laval.lob.services.PartNumberService
    	java:module/PartNumberService!com.tcs.laval.lob.services.PartNumberService
    	java:global/baseUniqueEAR/services_baseunique/PartNumberService!com.tcs.laval.lob.remoteServices.PartNumberServiceRemote
    	java:app/services_baseunique/PartNumberService!com.tcs.laval.lob.remoteServices.PartNumberServiceRemote
    	java:module/PartNumberService!com.tcs.laval.lob.remoteServices.PartNumberServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/PartNumberService!com.tcs.laval.lob.remoteServices.PartNumberServiceRemote
     
    12:14:08,027 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'UCSuiviStatusService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/UCSuiviStatusService!com.tcs.laval.lob.remoteServices.UCSuiviStatusServiceRemote
    	java:app/services_baseunique/UCSuiviStatusService!com.tcs.laval.lob.remoteServices.UCSuiviStatusServiceRemote
    	java:module/UCSuiviStatusService!com.tcs.laval.lob.remoteServices.UCSuiviStatusServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/UCSuiviStatusService!com.tcs.laval.lob.remoteServices.UCSuiviStatusServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/UCSuiviStatusService!com.tcs.laval.lob.services.UCSuiviStatusService
    	java:app/services_baseunique/UCSuiviStatusService!com.tcs.laval.lob.services.UCSuiviStatusService
    	java:module/UCSuiviStatusService!com.tcs.laval.lob.services.UCSuiviStatusService
     
    12:14:08,027 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ContactService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ContactService!com.tcs.laval.lob.remoteServices.ContactServiceRemote
    	java:app/services_baseunique/ContactService!com.tcs.laval.lob.remoteServices.ContactServiceRemote
    	java:module/ContactService!com.tcs.laval.lob.remoteServices.ContactServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ContactService!com.tcs.laval.lob.remoteServices.ContactServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/ContactService!com.tcs.laval.lob.services.ContactService
    	java:app/services_baseunique/ContactService!com.tcs.laval.lob.services.ContactService
    	java:module/ContactService!com.tcs.laval.lob.services.ContactService
     
    12:14:08,027 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'InfoComplTemplateVendorListService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/InfoComplTemplateVendorListService!com.tcs.laval.lob.services.InfoComplTemplateVendorListService
    	java:app/services_baseunique/InfoComplTemplateVendorListService!com.tcs.laval.lob.services.InfoComplTemplateVendorListService
    	java:module/InfoComplTemplateVendorListService!com.tcs.laval.lob.services.InfoComplTemplateVendorListService
    	java:global/baseUniqueEAR/services_baseunique/InfoComplTemplateVendorListService!com.tcs.laval.lob.remoteServices.InfoComplTemplateVendorListServiceRemote
    	java:app/services_baseunique/InfoComplTemplateVendorListService!com.tcs.laval.lob.remoteServices.InfoComplTemplateVendorListServiceRemote
    	java:module/InfoComplTemplateVendorListService!com.tcs.laval.lob.remoteServices.InfoComplTemplateVendorListServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/InfoComplTemplateVendorListService!com.tcs.laval.lob.remoteServices.InfoComplTemplateVendorListServiceRemote
     
    12:14:08,028 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'MailService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/MailService!com.tcs.laval.lob.services.MailService
    	java:app/services_baseunique/MailService!com.tcs.laval.lob.services.MailService
    	java:module/MailService!com.tcs.laval.lob.services.MailService
    	java:global/baseUniqueEAR/services_baseunique/MailService!com.tcs.laval.lob.remoteServices.MailServiceRemote
    	java:app/services_baseunique/MailService!com.tcs.laval.lob.remoteServices.MailServiceRemote
    	java:module/MailService!com.tcs.laval.lob.remoteServices.MailServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/MailService!com.tcs.laval.lob.remoteServices.MailServiceRemote
     
    12:14:08,028 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'IndicateurService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/IndicateurService!com.tcs.laval.lob.remoteServices.IndicateurServiceRemote
    	java:app/services_baseunique/IndicateurService!com.tcs.laval.lob.remoteServices.IndicateurServiceRemote
    	java:module/IndicateurService!com.tcs.laval.lob.remoteServices.IndicateurServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/IndicateurService!com.tcs.laval.lob.remoteServices.IndicateurServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/IndicateurService!com.tcs.laval.lob.services.IndicateurService
    	java:app/services_baseunique/IndicateurService!com.tcs.laval.lob.services.IndicateurService
    	java:module/IndicateurService!com.tcs.laval.lob.services.IndicateurService
     
    12:14:08,028 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'ReplacedByService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/ReplacedByService!com.tcs.laval.lob.services.ReplacedByService
    	java:app/services_baseunique/ReplacedByService!com.tcs.laval.lob.services.ReplacedByService
    	java:module/ReplacedByService!com.tcs.laval.lob.services.ReplacedByService
    	java:global/baseUniqueEAR/services_baseunique/ReplacedByService!com.tcs.laval.lob.remoteServices.ReplacedByServiceRemote
    	java:app/services_baseunique/ReplacedByService!com.tcs.laval.lob.remoteServices.ReplacedByServiceRemote
    	java:module/ReplacedByService!com.tcs.laval.lob.remoteServices.ReplacedByServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/ReplacedByService!com.tcs.laval.lob.remoteServices.ReplacedByServiceRemote
     
    12:14:08,040 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'TemplateVendorListService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/TemplateVendorListService!com.tcs.laval.lob.remoteServices.TemplateVendorListServiceRemote
    	java:app/services_baseunique/TemplateVendorListService!com.tcs.laval.lob.remoteServices.TemplateVendorListServiceRemote
    	java:module/TemplateVendorListService!com.tcs.laval.lob.remoteServices.TemplateVendorListServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/TemplateVendorListService!com.tcs.laval.lob.remoteServices.TemplateVendorListServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/TemplateVendorListService!com.tcs.laval.lob.services.TemplateVendorListService
    	java:app/services_baseunique/TemplateVendorListService!com.tcs.laval.lob.services.TemplateVendorListService
    	java:module/TemplateVendorListService!com.tcs.laval.lob.services.TemplateVendorListService
     
    12:14:08,040 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'A750Service' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/A750Service!com.tcs.laval.lob.services.A750Service
    	java:app/services_baseunique/A750Service!com.tcs.laval.lob.services.A750Service
    	java:module/A750Service!com.tcs.laval.lob.services.A750Service
    	java:global/baseUniqueEAR/services_baseunique/A750Service!com.tcs.laval.lob.remoteServices.A750ServiceRemote
    	java:app/services_baseunique/A750Service!com.tcs.laval.lob.remoteServices.A750ServiceRemote
    	java:module/A750Service!com.tcs.laval.lob.remoteServices.A750ServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/A750Service!com.tcs.laval.lob.remoteServices.A750ServiceRemote
     
    12:14:08,041 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'COTSService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/COTSService!com.tcs.laval.lob.remoteServices.COTSServiceRemote
    	java:app/services_baseunique/COTSService!com.tcs.laval.lob.remoteServices.COTSServiceRemote
    	java:module/COTSService!com.tcs.laval.lob.remoteServices.COTSServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/COTSService!com.tcs.laval.lob.remoteServices.COTSServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/COTSService!com.tcs.laval.lob.services.COTSService
    	java:app/services_baseunique/COTSService!com.tcs.laval.lob.services.COTSService
    	java:module/COTSService!com.tcs.laval.lob.services.COTSService
     
    12:14:08,041 INFO  [org.jboss.as.ejb3.deployment] (MSC service thread 1-1) WFLYEJB0473: JNDI bindings for session bean named 'FicheService' in deployment unit 'subdeployment "services_baseunique.jar" of deployment "baseUniqueEAR.ear"' are as follows:
     
    	java:global/baseUniqueEAR/services_baseunique/FicheService!com.tcs.laval.lob.remoteServices.FicheServiceRemote
    	java:app/services_baseunique/FicheService!com.tcs.laval.lob.remoteServices.FicheServiceRemote
    	java:module/FicheService!com.tcs.laval.lob.remoteServices.FicheServiceRemote
    	java:jboss/exported/baseUniqueEAR/services_baseunique/FicheService!com.tcs.laval.lob.remoteServices.FicheServiceRemote
    	java:global/baseUniqueEAR/services_baseunique/FicheService!com.tcs.laval.lob.services.FicheService
    	java:app/services_baseunique/FicheService!com.tcs.laval.lob.services.FicheService
    	java:module/FicheService!com.tcs.laval.lob.services.FicheService
     
    12:14:08,071 INFO  [org.jboss.weld.deployer] (MSC service thread 1-1) WFLYWELD0006: Starting Services for CDI deployment: baseUniqueEAR.ear
    12:14:08,120 INFO  [org.jboss.weld.Version] (MSC service thread 1-1) WELD-000900: 2.3.2 (Final)
    12:14:08,187 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0009: Starting weld service for deployment baseUniqueEAR.ear
    12:14:09,354 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 58) WFLYJPA0010: Starting Persistence Unit (phase 2 of 2) Service 'baseUniqueEAR.ear#jpa_baseunique'
    12:14:09,513 INFO  [org.hibernate.dialect.Dialect] (ServerService Thread Pool -- 58) HHH000400: Using dialect: org.hibernate.dialect.MySQL5Dialect
    12:14:09,619 INFO  [org.hibernate.envers.boot.internal.EnversServiceImpl] (ServerService Thread Pool -- 58) Envers integration enabled? : true
    12:14:09,869 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
    12:14:09,872 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
    12:14:09,949 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
    12:14:09,950 INFO  [org.infinispan.configuration.cache.EvictionConfigurationBuilder] (ServerService Thread Pool -- 59) ISPN000152: Passivation configured without an eviction policy being selected. Only manually evicted entities will be passivated.
    12:14:10,414 WARN  [org.hibernate.cfg.AnnotationBinder] (ServerService Thread Pool -- 58) HHH000457: Joined inheritance hierarchy [com.tcs.laval.lob.entities.ArticleLob] defined explicit @DiscriminatorColumn.  Legacy Hibernate behavior was to ignore the @DiscriminatorColumn.  However, as part of issue HHH-6911 we now apply the explicit @DiscriminatorColumn.  If you would prefer the legacy behavior, enable the `hibernate.discriminator.ignore_explicit_for_joined` setting (hibernate.discriminator.ignore_explicit_for_joined=true)
    12:14:10,926 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 59) WFLYCLINF0002: Started client-mappings cache from ejb container
    12:14:14,032 INFO  [org.jboss.weld.Event] (MSC service thread 1-3) WELD-000411: Observer method [BackedAnnotatedMethod] com.sun.jersey.server.impl.cdi.CDIExtension.processAnnotatedType(@Observes ProcessAnnotatedType<T>) receives events for all annotated types. Consider restricting events using @WithAnnotations or a generic type with bounds.
    12:14:17,978 INFO  [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 58) Initialisation de Mojarra 2.2.16 ( 20180118-0013 901a18e611bead474715a643c8f634cfa1312414) pour le contexte «/web_baseunique»
    12:14:19,433 SEVERE [javax.enterprise.resource.webcontainer.jsf.config] (ServerService Thread Pool -- 58) Critical error during deployment: : java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at org.jboss.weld.logging.LoggerFactory.getLogger(LoggerFactory.java:42) [weld-servlet.jar:20130923-1444]
    	at org.jboss.weld.jsf.WeldPhaseListener.<clinit>(WeldPhaseListener.java:76) [weld-servlet.jar:20130923-1444]
    	at java.lang.Class.forName0(Native Method) [rt.jar:1.8.0_161]
    	at java.lang.Class.forName(Class.java:348) [rt.jar:1.8.0_161]
    	at com.sun.faces.util.Util.loadClass(Util.java:364) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:420) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:301) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:154) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:132) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439) [jsf-impl-2.2.16.jar:2.2.16]
    	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227) [jsf-impl-2.2.16.jar:2.2.16]
    	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187) [undertow-servlet-1.3.15.Final.jar:1.3.15.Final]
    	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198) [undertow-servlet-1.3.15.Final.jar:1.3.15.Final]
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_161]
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_161]
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_161]
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_161]
    	at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_161]
    	at org.jboss.threads.JBossThread.run(JBossThread.java:320)
     
    12:14:19,437 ERROR [org.jboss.msc.service.fail] (ServerService Thread Pool -- 58) MSC000001: Failed to start service jboss.undertow.deployment.default-server.default-host./web_baseunique: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./web_baseunique: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:85)
    	at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [rt.jar:1.8.0_161]
    	at java.util.concurrent.FutureTask.run(FutureTask.java:266) [rt.jar:1.8.0_161]
    	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [rt.jar:1.8.0_161]
    	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [rt.jar:1.8.0_161]
    	at java.lang.Thread.run(Thread.java:748) [rt.jar:1.8.0_161]
    	at org.jboss.threads.JBossThread.run(JBossThread.java:320) [jboss-threads-2.2.1.Final.jar:2.2.1.Final]
    Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:231)
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:100)
    	at org.wildfly.extension.undertow.deployment.UndertowDeploymentService$1.run(UndertowDeploymentService.java:82)
    	... 6 more
    Caused by: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:292)
    	at io.undertow.servlet.core.ApplicationListeners.contextInitialized(ApplicationListeners.java:187)
    	at io.undertow.servlet.core.DeploymentManagerImpl.deploy(DeploymentManagerImpl.java:198)
    	... 8 more
    Caused by: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
    	at org.jboss.weld.logging.LoggerFactory.getLogger(LoggerFactory.java:42)
    	at org.jboss.weld.jsf.WeldPhaseListener.<clinit>(WeldPhaseListener.java:76)
    	at java.lang.Class.forName0(Native Method) [rt.jar:1.8.0_161]
    	at java.lang.Class.forName(Class.java:348) [rt.jar:1.8.0_161]
    	at com.sun.faces.util.Util.loadClass(Util.java:364)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.loadClass(AbstractConfigProcessor.java:420)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.createInstance(AbstractConfigProcessor.java:301)
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.addPhaseListeners(LifecycleConfigProcessor.java:154)
    	at com.sun.faces.config.processor.LifecycleConfigProcessor.process(LifecycleConfigProcessor.java:132)
    	at com.sun.faces.config.processor.AbstractConfigProcessor.invokeNext(AbstractConfigProcessor.java:152)
    	at com.sun.faces.config.processor.FactoryConfigProcessor.process(FactoryConfigProcessor.java:239)
    	at com.sun.faces.config.ConfigManager.initialize(ConfigManager.java:439)
    	at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:227)
    	... 10 more
     
    12:14:19,445 ERROR [org.jboss.as.controller.management-operation] (Controller Boot Thread) WFLYCTL0013: Operation ("deploy") failed - address: ([("deployment" => "baseUniqueEAR.ear")]) - failure description: {"WFLYCTL0080: Failed services" => {"jboss.undertow.deployment.default-server.default-host./web_baseunique" => "org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./web_baseunique: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
        Caused by: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
        Caused by: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
        Caused by: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory"}}
    12:14:19,481 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "ModuleCronTask.jar" (runtime-name : "ModuleCronTask.jar")
    12:14:19,481 INFO  [org.jboss.as.server] (ServerService Thread Pool -- 34) WFLYSRV0010: Deployed "baseUniqueEAR.ear" (runtime-name : "baseUniqueEAR.ear")
    12:14:19,529 INFO  [org.jboss.as.controller] (Controller Boot Thread) WFLYCTL0183: Service status report
    WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./web_baseunique: org.jboss.msc.service.StartException in service jboss.undertow.deployment.default-server.default-host./web_baseunique: java.lang.RuntimeException: java.lang.RuntimeException: java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactory
     
    12:14:19,761 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0060: Http management interface listening on http://127.0.0.1:9990/management
    12:14:19,762 INFO  [org.jboss.as] (Controller Boot Thread) WFLYSRV0051: Admin console listening on http://127.0.0.1:9990
    12:14:19,762 ERROR [org.jboss.as] (Controller Boot Thread) WFLYSRV0026: WildFly Full 10.0.0.Final (WildFly Core 2.0.10.Final) started (with errors) in 23904ms - Started 2074 of 2366 services (3 services failed or missing dependencies, 409 services are lazy, passive or on-demand)
    12:14:19,870 INFO  [org.jboss.weld.deployer] (MSC service thread 1-2) WFLYWELD0010: Stopping weld service for deployment baseUniqueEAR.ear
    12:14:19,918 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 61) WFLYJPA0011: Stopping Persistence Unit (phase 2 of 2) Service 'baseUniqueEAR.ear#jpa_baseunique'
    12:14:19,969 INFO  [org.jboss.as.jpa] (ServerService Thread Pool -- 65) WFLYJPA0011: Stopping Persistence Unit (phase 1 of 2) Service 'baseUniqueEAR.ear#jpa_baseunique'
    12:14:19,976 INFO  [org.jboss.as.clustering.infinispan] (ServerService Thread Pool -- 65) WFLYCLINF0003: Stopped client-mappings cache from ejb container
    12:14:20,006 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-2) WFLYSRV0208: Stopped subdeployment (runtime-name: services_baseunique.jar) in 206ms
    12:14:20,032 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0208: Stopped subdeployment (runtime-name: web_baseunique.war) in 232ms
    12:14:20,036 INFO  [org.jboss.as.server.deployment] (MSC service thread 1-3) WFLYSRV0028: Stopped deployment baseUniqueEAR.ear (runtime-name: baseUniqueEAR.ear) in 237ms
    12:14:20,137 INFO  [org.jboss.as.server] (DeploymentScanner-threads - 1) WFLYSRV0009: Undeployed "baseUniqueEAR.ear" (runtime-name: "baseUniqueEAR.ear")
    12:14:20,140 INFO  [org.jboss.as.controller] (DeploymentScanner-threads - 1) WFLYCTL0183: Service status report
    WFLYCTL0184:    New missing/unsatisfied dependencies:
          service jboss.deployment.subunit."baseUniqueEAR.ear"."services_baseunique.jar".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."baseUniqueEAR.ear".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.sun.faces.config.ConfigureListener".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.sun.jersey.server.impl.container.servlet.Include".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.sun.jersey.spi.container.servlet.ServletContainer".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Accueil".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Admin".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Articles".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.CodificationA750".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Connexion".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Dashboard".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Eol".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Fabricants".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Fao".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Help".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Inscription".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Lbo".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Oracle".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Perennite".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Pns".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.rest.Projets".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.servlets.InformationsServlet".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.servlets.LogOutServlet".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."com.tcs.laval.lob.servlets.SubscriptionServlet".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."javax.faces.webapp.FacetTag".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."javax.servlet.jsp.jstl.tlv.PermittedTaglibsTLV".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."javax.servlet.jsp.jstl.tlv.ScriptFreeTLV".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."org.jboss.weld.environment.servlet.Listener".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."org.jboss.weld.servlet.WeldInitialListener".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".component."org.jboss.weld.servlet.WeldTerminalListener".START (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
          service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService (missing) dependents: [service jboss.deployment.unit."baseUniqueEAR.ear".deploymentCompleteService] 
          service jboss.persistenceunit."baseUniqueEAR.ear#jpa_baseunique" (missing) dependents: [service jboss.deployment.unit."baseUniqueEAR.ear".deploymentCompleteService] 
          service jboss.undertow.deployment.default-server.default-host./web_baseunique (missing) dependents: [service jboss.deployment.subunit."baseUniqueEAR.ear"."web_baseunique.war".deploymentCompleteService] 
    WFLYCTL0186:   Services which failed to start:      service jboss.undertow.deployment.default-server.default-host./web_baseunique
     
    12:14:24,841 INFO  [org.jboss.as.server.deployment.scanner] (DeploymentScanner-threads - 1) WFLYDS0004: Found baseUniqueEAR.ear in deployment directory. To trigger deployment create a file called baseUniqueEAR.ear.dodeploy
    12:23:57,633 INFO  [org.jboss.as.repository] (ServerService Thread Pool -- 30) WFLYDR0009: Content D:\Users\T0177676\Documents\Mes Outils Personnels\mes outils perso\wildfly-10.0.0.Final\standalone\data\content\18\ecd152a75ef1095e17f8047ef46fd49e6b34b8 is obsolete and will be removed
    12:23:57,662 INFO  [org.jboss.as.repository] (ServerService Thread Pool -- 30) WFLYDR0002: Content removed from location D:\Users\T0177676\Documents\Mes Outils Personnels\mes outils perso\wildfly-10.0.0.Final\standalone\data\content\18\ecd152a75ef1095e17f8047ef46fd49e6b34b8\content

  12. #12
    Membre actif
    Homme Profil pro
    Architecte technique
    Inscrit en
    Août 2006
    Messages
    178
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Activité : Architecte technique
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Août 2006
    Messages : 178
    Points : 274
    Points
    274
    Par défaut
    java.lang.IllegalAccessError: tried to access method org.jboss.weld.logging.Category.getName()Ljava/lang/String; from class org.jboss.weld.logging.LoggerFactoryJe ne sais pas ce que tu fais mais je pense que tu laisses plein de choses dans ton ear/war qui ne dev raient pas y être car il s'agit de servceis fournis par le serveur.
    Peux tu nous mettre le descriptif de tes archives avec les librairies sinon on joue au petit bonheur la chance là.

  13. #13
    Membre à l'essai
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    Points : 16
    Points
    16
    Par défaut
    le standalone.xml
    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
    190
    191
    192
    193
    194
    195
    196
    197
    198
    199
    200
    201
    202
    203
    204
    205
    206
    207
    208
    209
    210
    211
    212
    213
    214
    215
    216
    217
    218
    219
    220
    221
    222
    223
    224
    225
    226
    227
    228
    229
    230
    231
    232
    233
    234
    235
    236
    237
    238
    239
    240
    241
    242
    243
    244
    245
    246
    247
    248
    249
    250
    251
    252
    253
    254
    255
    256
    257
    258
    259
    260
    261
    262
    263
    264
    265
    266
    267
    268
    269
    270
    271
    272
    273
    274
    275
    276
    277
    278
    279
    280
    281
    282
    283
    284
    285
    286
    287
    288
    289
    290
    291
    292
    293
    294
    295
    296
    297
    298
    299
    300
    301
    302
    303
    304
    305
    306
    307
    308
    309
    310
    311
    312
    313
    314
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
    326
    327
    328
    329
    330
    331
    332
    333
    334
    335
    336
    337
    338
    339
    340
    341
    342
    343
    344
    345
    346
    347
    348
    349
    350
    351
    352
    353
    354
    355
    356
    357
    358
    359
    360
    361
    362
    363
    364
    365
    366
    367
    368
    369
    370
    371
    372
    373
    374
    375
    376
    377
    378
    379
    380
    381
    382
    383
    384
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    396
    397
    398
    399
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    411
    412
    413
    414
    415
    416
    417
    418
    419
    420
    421
    422
    423
    424
    425
    426
    427
    428
    429
    430
    431
    432
    433
    <?xml version='1.0' encoding='UTF-8'?>
     
    <server xmlns="urn:jboss:domain:4.0">
     
        <extensions>
            <extension module="org.jboss.as.remoting"/>
            <extension module="org.jboss.as.clustering.infinispan"/>
            <extension module="org.jboss.as.connector"/>
            <extension module="org.jboss.as.deployment-scanner"/>
            <extension module="org.jboss.as.ee"/>
            <extension module="org.jboss.as.ejb3"/>
            <extension module="org.jboss.as.jaxrs"/>
            <extension module="org.jboss.as.jdr"/>
            <extension module="org.jboss.as.jmx"/>
            <extension module="org.jboss.as.jpa"/>
            <extension module="org.jboss.as.jsf"/>
            <extension module="org.jboss.as.logging"/>
            <extension module="org.jboss.as.mail"/>
            <extension module="org.jboss.as.naming"/>
            <extension module="org.jboss.as.pojo"/>
            <extension module="org.jboss.as.sar"/>
            <extension module="org.jboss.as.security"/>
            <extension module="org.jboss.as.transactions"/>
            <extension module="org.jboss.as.webservices"/>
            <extension module="org.jboss.as.weld"/>
            <extension module="org.wildfly.extension.batch.jberet"/>
            <extension module="org.wildfly.extension.bean-validation"/>
            <extension module="org.wildfly.extension.io"/>
            <extension module="org.wildfly.extension.request-controller"/>
            <extension module="org.wildfly.extension.security.manager"/>
            <extension module="org.wildfly.extension.undertow"/>
        </extensions>
     
     
        <management>
            <security-realms>
                <security-realm name="ManagementRealm">
                    <authentication>
                        <local default-user="$local" skip-group-loading="true"/>
                        <properties path="mgmt-users.properties" relative-to="jboss.server.config.dir"/>
                    </authentication>
                    <authorization map-groups-to-roles="false">
                        <properties path="mgmt-groups.properties" relative-to="jboss.server.config.dir"/>
                    </authorization>
                </security-realm>
                <security-realm name="ApplicationRealm">
                    <authentication>
                        <local default-user="$local" allowed-users="*" skip-group-loading="true"/>
                        <properties path="application-users.properties" relative-to="jboss.server.config.dir"/>
                    </authentication>
                    <authorization>
                        <properties path="application-roles.properties" relative-to="jboss.server.config.dir"/>
                    </authorization>
                </security-realm>
            </security-realms>
            <audit-log>
                <formatters>
                    <json-formatter name="json-formatter"/>
                </formatters>
                <handlers>
                    <file-handler name="file" formatter="json-formatter" path="audit-log.log" relative-to="jboss.server.data.dir"/>
                </handlers>
                <logger log-boot="true" log-read-only="false" enabled="false">
                    <handlers>
                        <handler name="file"/>
                    </handlers>
                </logger>
            </audit-log>
            <management-interfaces>
                <http-interface security-realm="ManagementRealm" http-upgrade-enabled="true">
                    <socket-binding http="management-http"/>
                </http-interface>
            </management-interfaces>
            <access-control provider="simple">
                <role-mapping>
                    <role name="SuperUser">
                        <include>
                            <user name="$local"/>
                        </include>
                    </role>
                </role-mapping>
            </access-control>
        </management>
     
        <profile>
            <subsystem xmlns="urn:jboss:domain:logging:3.0">
                <console-handler name="CONSOLE">
                    <level name="INFO"/>
                    <formatter>
                        <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
                    </formatter>
                </console-handler>
                <periodic-rotating-file-handler name="FILE">
                    <formatter>
                        <pattern-formatter pattern="%d{HH:mm:ss,SSS} %-5p [%c] (%t) %s%E%n"/>
                    </formatter>
                    <file relative-to="jboss.server.log.dir" path="server.log"/>
                    <suffix value=".yyyy-MM-dd"/>
                    <append value="true"/>
                </periodic-rotating-file-handler>
                <logger category="com.arjuna">
                    <level name="WARN"/>
                </logger>
                <logger category="org.apache.tomcat.util.modeler">
                    <level name="WARN"/>
                </logger>
                <logger category="sun.rmi">
                    <level name="WARN"/>
                </logger>
                <logger category="jacorb">
                    <level name="WARN"/>
                </logger>
                <logger category="jacorb.config">
                    <level name="ERROR"/>
                </logger>
                <root-logger>
                    <level name="INFO"/>
                    <handlers>
                        <handler name="CONSOLE"/>
                        <handler name="FILE"/>
                    </handlers>
                </root-logger>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:batch-jberet:1.0">
                <default-job-repository name="in-memory"/>
                <default-thread-pool name="batch"/>
                <job-repository name="in-memory">
                    <in-memory/>
                </job-repository>
                <thread-pool name="batch">
                    <max-threads count="10"/>
                    <keepalive-time time="30" unit="seconds"/>
                </thread-pool>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:bean-validation:1.0"/>
            <subsystem xmlns="urn:jboss:domain:datasources:4.0">
                <datasources>
                    <datasource jndi-name="java:jboss/datasources/ExampleDS" pool-name="ExampleDS" enabled="true" use-java-context="true">
                        <connection-url>jdbc:h2:mem:test;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=FALSE</connection-url>
                        <driver>h2</driver>
                        <security>
                            <user-name>sa</user-name>
                            <password>sa</password>
                        </security>
                    </datasource>
                    <datasource jta="true" jndi-name="java:/baseunique" pool-name="MySqlDS" enabled="true" use-java-context="true" use-ccm="true">
                        <connection-url>jdbc:mysql://localhost:3306/baseunique</connection-url>
                        <driver-class>com.mysql.jdbc.Driver</driver-class>
                        <driver>com.mysql</driver>
                        <transaction-isolation>TRANSACTION_READ_COMMITTED</transaction-isolation>
                        <pool>
                            <min-pool-size>10</min-pool-size>
                            <max-pool-size>100</max-pool-size>
                            <prefill>true</prefill>
                        </pool>
                        <security>
                            <user-name>root</user-name>
                        </security>
                        <statement>
                            <prepared-statement-cache-size>32</prepared-statement-cache-size>
                            <share-prepared-statements>true</share-prepared-statements>
                        </statement>
                    </datasource>
                    <drivers>
                        <driver name="h2" module="com.h2database.h2">
                            <xa-datasource-class>org.h2.jdbcx.JdbcDataSource</xa-datasource-class>
                        </driver>
                        <driver name="com.mysql" module="com.mysql.driver">
                            <driver-class>com.mysql.jdbc.Driver</driver-class>
                            <xa-datasource-class>com.mysql.jdbc.jdbc2.optional.MysqlXADataSource</xa-datasource-class>
                        </driver>
                    </drivers>
                </datasources>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:deployment-scanner:2.0">
                <deployment-scanner path="deployments" relative-to="jboss.server.base.dir" scan-interval="5000" runtime-failure-causes-rollback="${jboss.deployment.scanner.rollback.on.failure:false}"/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:ee:4.0">
                <spec-descriptor-property-replacement>false</spec-descriptor-property-replacement>
                <concurrent>
                    <context-services>
                        <context-service name="default" jndi-name="java:jboss/ee/concurrency/context/default" use-transaction-setup-provider="true"/>
                    </context-services>
                    <managed-thread-factories>
                        <managed-thread-factory name="default" jndi-name="java:jboss/ee/concurrency/factory/default" context-service="default"/>
                    </managed-thread-factories>
                    <managed-executor-services>
                        <managed-executor-service name="default" jndi-name="java:jboss/ee/concurrency/executor/default" context-service="default" hung-task-threshold="60000" keepalive-time="5000"/>
                    </managed-executor-services>
                    <managed-scheduled-executor-services>
                        <managed-scheduled-executor-service name="default" jndi-name="java:jboss/ee/concurrency/scheduler/default" context-service="default" hung-task-threshold="60000" keepalive-time="3000"/>
                    </managed-scheduled-executor-services>
                </concurrent>
                <default-bindings context-service="java:jboss/ee/concurrency/context/default" datasource="java:jboss/datasources/ExampleDS" managed-executor-service="java:jboss/ee/concurrency/executor/default" managed-scheduled-executor-service="java:jboss/ee/concurrency/scheduler/default" managed-thread-factory="java:jboss/ee/concurrency/factory/default"/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:ejb3:4.0">
                <session-bean>
                    <stateless>
                        <bean-instance-pool-ref pool-name="slsb-strict-max-pool"/>
                    </stateless>
                    <stateful default-access-timeout="5000" cache-ref="simple" passivation-disabled-cache-ref="simple"/>
                    <singleton default-access-timeout="5000"/>
                </session-bean>
                <pools>
                    <bean-instance-pools>
                        <strict-max-pool name="slsb-strict-max-pool" derive-size="from-worker-pools" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
                        <strict-max-pool name="mdb-strict-max-pool" derive-size="from-cpu-count" instance-acquisition-timeout="5" instance-acquisition-timeout-unit="MINUTES"/>
                    </bean-instance-pools>
                </pools>
                <caches>
                    <cache name="simple"/>
                    <cache name="distributable" passivation-store-ref="infinispan" aliases="passivating clustered"/>
                </caches>
                <passivation-stores>
                    <passivation-store name="infinispan" cache-container="ejb" max-size="10000"/>
                </passivation-stores>
                <async thread-pool-name="default"/>
                <timer-service thread-pool-name="default" default-data-store="default-file-store">
                    <data-stores>
                        <file-data-store name="default-file-store" path="timer-service-data" relative-to="jboss.server.data.dir"/>
                    </data-stores>
                </timer-service>
                <remote connector-ref="http-remoting-connector" thread-pool-name="default"/>
                <thread-pools>
                    <thread-pool name="default">
                        <max-threads count="10"/>
                        <keepalive-time time="100" unit="milliseconds"/>
                    </thread-pool>
                </thread-pools>
                <default-security-domain value="other"/>
                <default-missing-method-permissions-deny-access value="true"/>
                <log-system-exceptions value="true"/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:io:1.1">
                <worker name="default"/>
                <buffer-pool name="default"/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:infinispan:4.0">
                <cache-container name="server" default-cache="default" module="org.wildfly.clustering.server">
                    <local-cache name="default">
                        <transaction mode="BATCH"/>
                    </local-cache>
                </cache-container>
                <cache-container name="web" default-cache="passivation" module="org.wildfly.clustering.web.infinispan">
                    <local-cache name="passivation">
                        <locking isolation="REPEATABLE_READ"/>
                        <transaction mode="BATCH"/>
                        <file-store passivation="true" purge="false"/>
                    </local-cache>
                    <local-cache name="persistent">
                        <locking isolation="REPEATABLE_READ"/>
                        <transaction mode="BATCH"/>
                        <file-store passivation="false" purge="false"/>
                    </local-cache>
                </cache-container>
                <cache-container name="ejb" aliases="sfsb" default-cache="passivation" module="org.wildfly.clustering.ejb.infinispan">
                    <local-cache name="passivation">
                        <locking isolation="REPEATABLE_READ"/>
                        <transaction mode="BATCH"/>
                        <file-store passivation="true" purge="false"/>
                    </local-cache>
                    <local-cache name="persistent">
                        <locking isolation="REPEATABLE_READ"/>
                        <transaction mode="BATCH"/>
                        <file-store passivation="false" purge="false"/>
                    </local-cache>
                </cache-container>
                <cache-container name="hibernate" default-cache="local-query" module="org.hibernate.infinispan">
                    <local-cache name="entity">
                        <transaction mode="NON_XA"/>
                        <eviction strategy="LRU" max-entries="10000"/>
                        <expiration max-idle="100000"/>
                    </local-cache>
                    <local-cache name="local-query">
                        <eviction strategy="LRU" max-entries="10000"/>
                        <expiration max-idle="100000"/>
                    </local-cache>
                    <local-cache name="timestamps"/>
                </cache-container>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:jaxrs:1.0"/>
            <subsystem xmlns="urn:jboss:domain:jca:4.0">
                <archive-validation enabled="true" fail-on-error="true" fail-on-warn="false"/>
                <bean-validation enabled="true"/>
                <default-workmanager>
                    <short-running-threads>
                        <core-threads count="50"/>
                        <queue-length count="50"/>
                        <max-threads count="50"/>
                        <keepalive-time time="10" unit="seconds"/>
                    </short-running-threads>
                    <long-running-threads>
                        <core-threads count="50"/>
                        <queue-length count="50"/>
                        <max-threads count="50"/>
                        <keepalive-time time="10" unit="seconds"/>
                    </long-running-threads>
                </default-workmanager>
                <cached-connection-manager/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:jdr:1.0"/>
            <subsystem xmlns="urn:jboss:domain:jmx:1.3">
                <expose-resolved-model/>
                <expose-expression-model/>
                <remoting-connector/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:jpa:1.1">
                <jpa default-datasource="" default-extended-persistence-inheritance="DEEP"/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:jsf:1.0"/>
            <subsystem xmlns="urn:jboss:domain:mail:2.0">
                <mail-session name="default" jndi-name="java:jboss/mail/Default">
                    <smtp-server outbound-socket-binding-ref="mail-smtp"/>
                </mail-session>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:naming:2.0">
                <remote-naming/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:pojo:1.0"/>
            <subsystem xmlns="urn:jboss:domain:remoting:3.0">
                <endpoint/>
                <http-connector name="http-remoting-connector" connector-ref="default" security-realm="ApplicationRealm"/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:resource-adapters:4.0"/>
            <subsystem xmlns="urn:jboss:domain:request-controller:1.0"/>
            <subsystem xmlns="urn:jboss:domain:sar:1.0"/>
            <subsystem xmlns="urn:jboss:domain:security-manager:1.0">
                <deployment-permissions>
                    <maximum-set>
                        <permission class="java.security.AllPermission"/>
                    </maximum-set>
                </deployment-permissions>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:security:1.2">
                <security-domains>
                    <security-domain name="other" cache-type="default">
                        <authentication>
                            <login-module code="Remoting" flag="optional">
                                <module-option name="password-stacking" value="useFirstPass"/>
                            </login-module>
                            <login-module code="RealmDirect" flag="required">
                                <module-option name="password-stacking" value="useFirstPass"/>
                            </login-module>
                        </authentication>
                    </security-domain>
                    <security-domain name="jboss-web-policy" cache-type="default">
                        <authorization>
                            <policy-module code="Delegating" flag="required"/>
                        </authorization>
                    </security-domain>
                    <security-domain name="jboss-ejb-policy" cache-type="default">
                        <authorization>
                            <policy-module code="Delegating" flag="required"/>
                        </authorization>
                    </security-domain>
                    <security-domain name="jaspitest" cache-type="default">
                        <authentication-jaspi>
                            <login-module-stack name="dummy">
                                <login-module code="Dummy" flag="optional"/>
                            </login-module-stack>
                            <auth-module code="Dummy"/>
                        </authentication-jaspi>
                    </security-domain>
                </security-domains>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:transactions:3.0">
                <core-environment>
                    <process-id>
                        <uuid/>
                    </process-id>
                </core-environment>
                <recovery-environment socket-binding="txn-recovery-environment" status-socket-binding="txn-status-manager"/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:undertow:3.0">
                <buffer-cache name="default"/>
                <server name="default-server">
                    <http-listener name="default" socket-binding="http" redirect-socket="https"/>
                    <host name="default-host" alias="localhost">
                        <location name="/" handler="welcome-content"/>
                        <filter-ref name="server-header"/>
                        <filter-ref name="x-powered-by-header"/>
                    </host>
                </server>
                <servlet-container name="default">
                    <jsp-config/>
                    <websockets/>
                </servlet-container>
                <handlers>
                    <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
                </handlers>
                <filters>
                    <response-header name="server-header" header-name="Server" header-value="WildFly/10"/>
                    <response-header name="x-powered-by-header" header-name="X-Powered-By" header-value="Undertow/1"/>
                </filters>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:webservices:2.0">
                <wsdl-host>${jboss.bind.address:127.0.0.1}</wsdl-host>
                <endpoint-config name="Standard-Endpoint-Config"/>
                <endpoint-config name="Recording-Endpoint-Config">
                    <pre-handler-chain name="recording-handlers" protocol-bindings="##SOAP11_HTTP ##SOAP11_HTTP_MTOM ##SOAP12_HTTP ##SOAP12_HTTP_MTOM">
                        <handler name="RecordingHandler" class="org.jboss.ws.common.invocation.RecordingServerHandler"/>
                    </pre-handler-chain>
                </endpoint-config>
                <client-config name="Standard-Client-Config"/>
            </subsystem>
            <subsystem xmlns="urn:jboss:domain:weld:3.0"/>
        </profile>
     
        <interfaces>
            <interface name="management">
                <inet-address value="${jboss.bind.address.management:127.0.0.1}"/>
            </interface>
            <interface name="public">
                <inet-address value="${jboss.bind.address:127.0.0.1}"/>
            </interface>
        </interfaces>
     
        <socket-binding-group name="standard-sockets" default-interface="public" port-offset="${jboss.socket.binding.port-offset:0}">
            <socket-binding name="management-http" interface="management" port="${jboss.management.http.port:9990}"/>
            <socket-binding name="management-https" interface="management" port="${jboss.management.https.port:9993}"/>
            <socket-binding name="ajp" port="${jboss.ajp.port:8009}"/>
            <socket-binding name="http" port="${jboss.http.port:8080}"/>
            <socket-binding name="https" port="${jboss.https.port:8443}"/>
            <socket-binding name="txn-recovery-environment" port="4712"/>
            <socket-binding name="osgi-http" port="8090"/>
            <socket-binding name="remoting" port="4447"/>
            <socket-binding name="txn-status-manager" port="4713"/>
            <outbound-socket-binding name="mail-smtp">
                <remote-destination host="localhost" port="25"/>
            </outbound-socket-binding>
        </socket-binding-group>
     
    </server>
    le beans.xml qui est bien dans le web_inf
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    <?xml version="1.0" encoding="UTF-8"?>
    <beans xmlns="http://java.sun.com/xml/ns/javaee"
           xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
           xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd">
    </beans>

    le web.xml
    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
    <?xml version="1.0" encoding="UTF-8"?>
    <web-app xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://java.sun.com/xml/ns/javaee" xmlns:web="http://java.sun.com/xml/ns/javaee/web-app_2_5.xsd" xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/web-app_3_0.xsd" id="WebApp_ID" version="3.0">
      <display-name>BaseUnique</display-name>
      <filter>
     
        <filter-name>jersey</filter-name>
        <filter-class>
            com.sun.jersey.spi.container.servlet.ServletContainer
        </filter-class>
        <init-param>
          <param-name>com.sun.jersey.config.property.packages</param-name>
          <param-value>com.tcs.laval.lob.rest</param-value>
        </init-param>
        <init-param>
           <!--  "Viewable" JSP root is placed in the /WEB-INF/jsp directory.
           This means that it's not accessible outside of the web app.
           There's no way to construct a URL that can retrieve it. -->
           <param-name>
               com.sun.jersey.config.property.JSPTemplatesBasePath
           </param-name>
           <param-value>/WEB-INF/jsp</param-value>
        </init-param>
        <init-param>
           <!-- Declare what file type should be accessible thru Jersey
           without being interpreted as REST call -->
           <param-name>
              com.sun.jersey.config.property.WebPageContentRegex
           </param-name>
           <param-value>
              (/(image|js|css|fonts)/.*)|(/.*\.jsp)|(/WEB-INF/.*\.jsp)|
              (/WEB-INF/.*\.jspf)|(/WEB-INF/.*\.html)|(/favicon\.ico)|
              (/robots\.txt)
           </param-value>
        </init-param>
     
       </filter>
     
       <filter-mapping>
          <filter-name>jersey</filter-name>
          <url-pattern>/*</url-pattern>
       </filter-mapping>
       <listener>
        <listener-class>org.jboss.weld.environment.servlet.Listener</listener-class>
    	</listener>
     
    	<error-page>
          <error-code>404</error-code>
          <location>/WEB-INF/jsp/404.html</location>
        </error-page>
        <session-config>
        	<session-timeout>240</session-timeout>
    	</session-config>
    </web-app>
    les librairies dans le service web
    Nom : lib.PNG
Affichages : 3278
Taille : 10,4 Ko

    dans les ejb :
    Nom : lib2.PNG
Affichages : 3269
Taille : 15,5 Ko

    dans les JPA :
    Nom : lib3.PNG
Affichages : 3347
Taille : 39,3 Ko



    merci de votre aide

  14. #14
    Membre à l'essai
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 30
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    Points : 16
    Points
    16
    Par défaut
    ces deux warnings au debut du deploiement ne peuvent pas être a l'origine de l'erreur?
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
     
    09:16:24,949 WARN  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0006: JSF version slot 'main' is missing from module javax.faces.api
    09:16:24,952 WARN  [org.jboss.as.jsf] (ServerService Thread Pool -- 44) WFLYJSF0006: JSF version slot 'main' is missing from module com.sun.jsf-impl

  15. #15
    Membre actif
    Homme Profil pro
    Architecte technique
    Inscrit en
    Août 2006
    Messages
    178
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France, Isère (Rhône Alpes)

    Informations professionnelles :
    Activité : Architecte technique
    Secteur : High Tech - Éditeur de logiciels

    Informations forums :
    Inscription : Août 2006
    Messages : 178
    Points : 274
    Points
    274
    Par défaut
    Comme je l'ai déjà indiquéles 2 jars de JSF ne devraient pas être dans le WEB-INF/lib étant donné qu'ils sont fournis par le serveur.
    Pour JPA je pense que c'est la même chose.

  16. #16
    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
    le jar weld et les deux jars JSF n'ont rien à faire dans ton WEB-INF/lib, ils sont fournis par le conteneur wildfly. Tu te retrouve avec un metling pot de classes dupliquées entre ton WEB-INF/lib et les ressources fournies par wildfly qui rendent le classloader confus. C'est "possible" de les mettre dans le WEB-INF/lib si tu as vraiment besoin de ces versions spécifiques mais, ce n'est pas standard J2EE, ce n'est pas recommandé, et il y a une procédure bien particulière à suivre dans ce cas là, ils surrfit pas des le bourrer dans le WEB-INF/lib


    normalement, pour les JSF, widlfly aurait du les détecter et désactiver ce qu'il faut, mais je pense que le weld en plus a du l'achever

    Et pareil, jboss jms, jboss transaction, jboss logging, hibernate, tout ça c'est bien utile à la compilation, mais tu dois absolument t'assurer que ça ne fasse pas partie des artéfacts déployés. Tout ça c'est fournis par le conteneur wildfly.

  17. #17
    Expert éminent
    Avatar de sekaijin
    Homme Profil pro
    Urbaniste
    Inscrit en
    Juillet 2004
    Messages
    4 205
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 60
    Localisation : France, Yvelines (Île de France)

    Informations professionnelles :
    Activité : Urbaniste
    Secteur : Santé

    Informations forums :
    Inscription : Juillet 2004
    Messages : 4 205
    Points : 9 127
    Points
    9 127
    Par défaut
    ton projet ne devrait avoir aucune dépendance avec jsf impl
    seulement avec l'API

    si tu utilise maven il suffit de les mettre <cope>provided</scope>

    A+JYT
    PS: je sais c'est vieux mais ça peut aider

Discussions similaires

  1. erreur lors du lancement d'Eclipse
    Par windu.2b dans le forum Eclipse Java
    Réponses: 1
    Dernier message: 10/07/2006, 17h27
  2. Erreur lors de lancement de Delphi 7!
    Par pointer dans le forum Delphi
    Réponses: 4
    Dernier message: 06/07/2006, 10h54
  3. Erreur lors du lancement de SQLLOADER
    Par judefei dans le forum SQL*Loader
    Réponses: 5
    Dernier message: 21/06/2006, 16h55
  4. SQLLOADER erreur lors du lancement
    Par judefei dans le forum SQL*Loader
    Réponses: 1
    Dernier message: 20/06/2006, 09h42
  5. [JFileChooser] erreur lors du lancement ....
    Par Junecisco dans le forum AWT/Swing
    Réponses: 4
    Dernier message: 29/03/2006, 10h09

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