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

Vue hybride

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 31
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    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 confirmé
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 31
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    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 confirmé
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 31
    Localisation : France, Sarthe (Pays de la Loire)

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

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

  4. #4
    Membre très 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
    Par défaut
    As tu les jars de JSF dans ton application ?

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

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    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 confirmé
    Homme Profil pro
    Développeur informatique
    Inscrit en
    Juin 2016
    Messages
    63
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 31
    Localisation : France, Sarthe (Pays de la Loire)

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

    Informations forums :
    Inscription : Juin 2016
    Messages : 63
    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 ....

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