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

Autres Java Discussion :

JBoss-Seam et problème de déploiement


Sujet :

Autres Java

Mode arborescent

Message précédent Message précédent   Message suivant Message suivant
  1. #1
    Membre confirmé
    Développeur informatique
    Inscrit en
    Juillet 2007
    Messages
    167
    Détails du profil
    Informations professionnelles :
    Activité : Développeur informatique

    Informations forums :
    Inscription : Juillet 2007
    Messages : 167
    Par défaut JBoss-Seam et problème de déploiement
    Bonjour à tous,

    je viens de suivre le très bon tutoriel: Architecture Maven d'un projet Seam 2

    malheureusement, j'ai des erreurs lors du démarrage de mon application. J'ai du fixer quelques problèmes mais maintenant j'ai atteints mes limites.

    Quelqu'un aurai-t'il une idée à me soumettre, voir plusieurs?

    Vous trouverez ci-dessous, des extraits mes fichiers boot.log et server.log. En pièce jointe, vous trouverez mon projet au format zip.

    Mon environnement de développement est:
    - Java: jdk1.6.0_25
    - JBoss: jboss-6.0.0.Final
    - Maven 2
    -Eclipse Helios

    Merci d'avance pour votre aide
    - boot.log
    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
    17:16:36,396 INFO  [AbstractJBossASServerBase] Server Configuration:
     
    	JBOSS_HOME URL: file:/D:/env/jboss/jboss-6.0.0.Final/
    	Bootstrap: $JBOSS_HOME\server/default/conf/bootstrap.xml
    	Common Base: $JBOSS_HOME\common/
    	Common Library: $JBOSS_HOME\common/lib/
    	Server Name: default
    	Server Base: $JBOSS_HOME\server/
    	Server Library: $JBOSS_HOME\server/default/lib/
    	Server Config: $JBOSS_HOME\server/default/conf/
    	Server Home: $JBOSS_HOME\server/default/
    	Server Data: $JBOSS_HOME\server/default/data/
    	Server Log: $JBOSS_HOME\server/default/log/
    	Server Temp: $JBOSS_HOME\server/default/tmp/
     
    17:16:36,399 INFO  [AbstractServer] Starting: JBossAS [6.0.0.Final "Neo"]
    17:16:37,750 INFO  [ServerInfo] Java version: 1.6.0_25,Sun Microsystems Inc.
    17:16:37,751 INFO  [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_25-b06)
    17:16:37,751 INFO  [ServerInfo] Java VM: Java HotSpot(TM) 64-Bit Server VM 20.0-b11,Sun Microsystems Inc.
    17:16:37,751 INFO  [ServerInfo] OS-System: Windows 7 6.1,amd64
    17:16:37,752 INFO  [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128M -Xmx512M -XX:MaxPermSize=256M -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000 -Dorg.jboss.resolver.warning=true -Djava.endorsed.dirs=D:\env\jboss\jboss-6.0.0.Final\\lib\endorsed 
    17:16:37,752 DEBUG [ServerInfo] Full System Properties Dump
    17:16:37,752 DEBUG [ServerInfo]     awt.toolkit: sun.awt.windows.WToolkit
    17:16:37,753 DEBUG [ServerInfo]     file.encoding: Cp1252
    17:16:37,753 DEBUG [ServerInfo]     file.encoding.pkg: sun.io
    17:16:37,753 DEBUG [ServerInfo]     file.separator: \
    17:16:37,753 DEBUG [ServerInfo]     java.awt.graphicsenv: sun.awt.Win32GraphicsEnvironment
    17:16:37,753 DEBUG [ServerInfo]     java.awt.printerjob: sun.awt.windows.WPrinterJob
    17:16:37,753 DEBUG [ServerInfo]     java.class.path: D:\env\Java\jdk1.6.0_25\lib\tools.jar;D:\env\jboss\jboss-6.0.0.Final\\bin\run.jar
    17:16:37,753 DEBUG [ServerInfo]     java.class.version: 50.0
    17:16:37,753 DEBUG [ServerInfo]     java.endorsed.dirs: D:\env\jboss\jboss-6.0.0.Final\\lib\endorsed
    17:16:37,754 DEBUG [ServerInfo]     java.ext.dirs: D:\env\Java\jdk1.6.0_25\jre\lib\ext;C:\Windows\Sun\Java\lib\ext
    17:16:37,754 DEBUG [ServerInfo]     java.home: D:\env\Java\jdk1.6.0_25\jre
    17:16:37,754 DEBUG [ServerInfo]     java.io.tmpdir: C:\Users\JDVACH~1\AppData\Local\Temp\
    17:16:37,754 DEBUG [ServerInfo]     java.library.path: D:\env\Java\jdk1.6.0_25\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\env\apache-maven-2.2.1\bin;D:\env\svnkit-1.3.5.7406\bin;C:\Program Files (x86)\QuickTime\QTSystem\;D:\Program Files\TortoiseSVN\bin;D:\Program Files (x86)\SlikSvn\bin\;d:\Program Files (x86)\WinMerge;C:\Program Files (x86)\Windows Live\Shared;D:\env\apache-ant-1.8.1\bin
    17:16:37,754 DEBUG [ServerInfo]     java.protocol.handler.pkgs: org.jboss.net.protocol|org.jboss.vfs.protocol
    17:16:37,754 DEBUG [ServerInfo]     java.rmi.server.RMIClassLoaderSpi: org.jboss.system.JBossRMIClassLoader
    17:16:37,754 DEBUG [ServerInfo]     java.rmi.server.hostname: 127.0.0.1
    17:16:37,754 DEBUG [ServerInfo]     java.runtime.name: Java(TM) SE Runtime Environment
    17:16:37,755 DEBUG [ServerInfo]     java.runtime.version: 1.6.0_25-b06
    17:16:37,755 DEBUG [ServerInfo]     java.specification.name: Java Platform API Specification
    17:16:37,755 DEBUG [ServerInfo]     java.specification.vendor: Sun Microsystems Inc.
    17:16:37,755 DEBUG [ServerInfo]     java.specification.version: 1.6
    17:16:37,755 DEBUG [ServerInfo]     java.util.logging.manager: org.jboss.logmanager.LogManager
    17:16:37,755 DEBUG [ServerInfo]     java.vendor: Sun Microsystems Inc.
    17:16:37,755 DEBUG [ServerInfo]     java.vendor.url: <a href="http://java.sun.com/" target="_blank">http://java.sun.com/</a>
    17:16:37,755 DEBUG [ServerInfo]     java.vendor.url.bug: <a href="http://java.sun.com/cgi-bin/bugreport.cgi" target="_blank">http://java.sun.com/cgi-bin/bugreport.cgi</a>
    17:16:37,756 DEBUG [ServerInfo]     java.version: 1.6.0_25
    17:16:37,756 DEBUG [ServerInfo]     java.vm.info: mixed mode
    17:16:37,756 DEBUG [ServerInfo]     java.vm.name: Java HotSpot(TM) 64-Bit Server VM
    17:16:37,756 DEBUG [ServerInfo]     java.vm.specification.name: Java Virtual Machine Specification
    17:16:37,756 DEBUG [ServerInfo]     java.vm.specification.vendor: Sun Microsystems Inc.
    17:16:37,756 DEBUG [ServerInfo]     java.vm.specification.version: 1.0
    17:16:37,756 DEBUG [ServerInfo]     java.vm.vendor: Sun Microsystems Inc.
    17:16:37,756 DEBUG [ServerInfo]     java.vm.version: 20.0-b11
    17:16:37,757 DEBUG [ServerInfo]     javax.management.builder.initial: org.jboss.mx.server.MBeanServerBuilderImpl
    17:16:37,757 DEBUG [ServerInfo]     jboss.bind.address: 127.0.0.1
    17:16:37,757 DEBUG [ServerInfo]     jboss.boot.server.log.dir: D:\env\jboss\jboss-6.0.0.Final\server\default\log
    17:16:37,757 DEBUG [ServerInfo]     jboss.bootstrap.home.url: file:/D:/env/jboss/jboss-6.0.0.Final/server/default/conf/
    17:16:37,757 DEBUG [ServerInfo]     jboss.bootstrap.name: bootstrap.xml
    17:16:37,757 DEBUG [ServerInfo]     jboss.bootstrap.url: file:/D:/env/jboss/jboss-6.0.0.Final/server/default/conf/bootstrap.xml
    17:16:37,757 DEBUG [ServerInfo]     jboss.common.base.url: file:/D:/env/jboss/jboss-6.0.0.Final/common/
    17:16:37,757 DEBUG [ServerInfo]     jboss.common.lib.url: file:/D:/env/jboss/jboss-6.0.0.Final/common/lib/
    17:16:37,757 DEBUG [ServerInfo]     jboss.home: D:\env\jboss\jboss-6.0.0.Final
    17:16:37,758 DEBUG [ServerInfo]     jboss.home.dir: D:\env\jboss\jboss-6.0.0.Final
    17:16:37,758 DEBUG [ServerInfo]     jboss.home.url: file:/D:/env/jboss/jboss-6.0.0.Final/
    17:16:37,758 DEBUG [ServerInfo]     jboss.host.name: lacanau
    17:16:37,758 DEBUG [ServerInfo]     jboss.lib.url: file:/D:/env/jboss/jboss-6.0.0.Final/lib/
    17:16:37,758 DEBUG [ServerInfo]     jboss.native.dir: D:\env\jboss\jboss-6.0.0.Final\server\default\tmp\native
    17:16:37,758 DEBUG [ServerInfo]     jboss.native.load: false
    17:16:37,758 DEBUG [ServerInfo]     jboss.node.name: lacanau
    17:16:37,758 DEBUG [ServerInfo]     jboss.partition.name: DefaultPartition
    17:16:37,758 DEBUG [ServerInfo]     jboss.platform.mbeanserver: true
    17:16:37,759 DEBUG [ServerInfo]     jboss.qualified.host.name: lacanau
    17:16:37,759 DEBUG [ServerInfo]     jboss.server.base.dir: D:\env\jboss\jboss-6.0.0.Final\server
    17:16:37,759 DEBUG [ServerInfo]     jboss.server.base.url: file:/D:/env/jboss/jboss-6.0.0.Final/server/
    17:16:37,759 DEBUG [ServerInfo]     jboss.server.config.url: file:/D:/env/jboss/jboss-6.0.0.Final/server/default/conf/
    17:16:37,759 DEBUG [ServerInfo]     jboss.server.data.dir: D:\env\jboss\jboss-6.0.0.Final\server\default\data
    17:16:37,759 DEBUG [ServerInfo]     jboss.server.home.dir: D:\env\jboss\jboss-6.0.0.Final\server\default
    17:16:37,759 DEBUG [ServerInfo]     jboss.server.home.url: file:/D:/env/jboss/jboss-6.0.0.Final/server/default/
    17:16:37,759 DEBUG [ServerInfo]     jboss.server.lib.url: file:/D:/env/jboss/jboss-6.0.0.Final/server/default/lib/
    17:16:37,759 DEBUG [ServerInfo]     jboss.server.log.dir: D:\env\jboss\jboss-6.0.0.Final\server\default\log
    17:16:37,760 DEBUG [ServerInfo]     jboss.server.name: default
    17:16:37,760 DEBUG [ServerInfo]     jboss.server.temp.dir: D:\env\jboss\jboss-6.0.0.Final\server\default\tmp
    17:16:37,760 DEBUG [ServerInfo]     jboss.vfs.forceCopy: true
    17:16:37,760 DEBUG [ServerInfo]     jbossmx.loader.repository.class: org.jboss.mx.loading.UnifiedLoaderRepository3
    17:16:37,760 DEBUG [ServerInfo]     jgroups.bind_addr: 127.0.0.1
    17:16:37,760 DEBUG [ServerInfo]     line.separator: 
     
    17:16:37,760 DEBUG [ServerInfo]     log4j.defaultInitOverride: true
    17:16:37,760 DEBUG [ServerInfo]     org.jboss.deployers.spi.deployer.matchers.NameIgnoreMechanism: org.jboss.deployers.spi.deployer.helpers.DummyNameIgnoreMechanism
    17:16:37,760 DEBUG [ServerInfo]     org.jboss.logging.Logger.pluginClass: org.jboss.logging.logmanager.LoggerPluginImpl
    17:16:37,761 DEBUG [ServerInfo]     org.jboss.reflect.spi.TypeInfoFactory: org.jboss.reflect.plugins.introspection.IntrospectionTypeInfoFactory
    17:16:37,761 DEBUG [ServerInfo]     org.jboss.resolver.warning: true
    17:16:37,761 DEBUG [ServerInfo]     os.arch: amd64
    17:16:37,761 DEBUG [ServerInfo]     os.name: Windows 7
    17:16:37,761 DEBUG [ServerInfo]     os.version: 6.1
    17:16:37,761 DEBUG [ServerInfo]     path.separator: ;
    17:16:37,761 DEBUG [ServerInfo]     program.name: run.bat
    17:16:37,761 DEBUG [ServerInfo]     sun.arch.data.model: 64
    17:16:37,761 DEBUG [ServerInfo]     sun.boot.class.path: D:\env\jboss\jboss-6.0.0.Final\\lib\endorsed\activation.jar;D:\env\jboss\jboss-6.0.0.Final\\lib\endorsed\jboss-annotations-api_1.1_spec.jar;D:\env\jboss\jboss-6.0.0.Final\\lib\endorsed\jboss-jaxb-api_2.2_spec.jar;D:\env\jboss\jboss-6.0.0.Final\\lib\endorsed\jboss-jaxws-api_2.2_spec.jar;D:\env\jboss\jboss-6.0.0.Final\\lib\endorsed\jbossws-cxf-factories.jar;D:\env\jboss\jboss-6.0.0.Final\\lib\endorsed\stax-api.jar;D:\env\Java\jdk1.6.0_25\jre\lib\resources.jar;D:\env\Java\jdk1.6.0_25\jre\lib\rt.jar;D:\env\Java\jdk1.6.0_25\jre\lib\sunrsasign.jar;D:\env\Java\jdk1.6.0_25\jre\lib\jsse.jar;D:\env\Java\jdk1.6.0_25\jre\lib\jce.jar;D:\env\Java\jdk1.6.0_25\jre\lib\charsets.jar;D:\env\Java\jdk1.6.0_25\jre\lib\modules\jdk.boot.jar;D:\env\Java\jdk1.6.0_25\jre\classes
    17:16:37,762 DEBUG [ServerInfo]     sun.boot.library.path: D:\env\Java\jdk1.6.0_25\jre\bin
    17:16:37,762 DEBUG [ServerInfo]     sun.cpu.endian: little
    17:16:37,762 DEBUG [ServerInfo]     sun.cpu.isalist: amd64
    17:16:37,762 DEBUG [ServerInfo]     sun.desktop: windows
    17:16:37,762 DEBUG [ServerInfo]     sun.io.unicode.encoding: UnicodeLittle
    17:16:37,762 DEBUG [ServerInfo]     sun.java.command: org.jboss.Main
    17:16:37,762 DEBUG [ServerInfo]     sun.java.launcher: SUN_STANDARD
    17:16:37,762 DEBUG [ServerInfo]     sun.jnu.encoding: Cp1252
    17:16:37,763 DEBUG [ServerInfo]     sun.management.compiler: HotSpot 64-Bit Tiered Compilers
    17:16:37,763 DEBUG [ServerInfo]     sun.os.patch.level: Service Pack 1
    17:16:37,763 DEBUG [ServerInfo]     sun.rmi.dgc.client.gcInterval: 3600000
    17:16:37,763 DEBUG [ServerInfo]     sun.rmi.dgc.server.gcInterval: 3600000
    17:16:37,763 DEBUG [ServerInfo]     user.country: FR
    17:16:37,763 DEBUG [ServerInfo]     user.dir: D:\env\jboss\jboss-6.0.0.Final\bin
    17:16:37,763 DEBUG [ServerInfo]     user.home: C:\Users\jdvacheron
    17:16:37,763 DEBUG [ServerInfo]     user.language: fr
    17:16:37,763 DEBUG [ServerInfo]     user.name: jdvacheron
    17:16:37,764 DEBUG [ServerInfo]     user.timezone: Europe/Berlin
    17:16:37,764 DEBUG [ServerInfo]     user.variant: 
    17:16:37,764 DEBUG [ServerInfo]     xb.builder.repeatableParticleHandlers: false
    17:16:37,764 DEBUG [ServerInfo]     xb.builder.useUnorderedSequence: true
    17:16:37,787 INFO  [JMXKernel] Legacy JMX core initialized
    17:16:43,137 INFO  [AbstractServerConfig] JBoss Web Services - Stack CXF Server 3.4.1.GA
    17:16:43,964 INFO  [JSFImplManagementDeployer] Initialized 3 JSF configurations: [Mojarra-1.2, MyFaces-2.0, Mojarra-2.0]
    17:16:49,312 ATTENTION [FileConfigurationParser] AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
    17:16:58,950 INFO  [PersistenceUnitValueMetaData] iDependOn persistence.unit:unitName=jboss-ejb3-timerservice-mk2.jar#timerdb
    17:16:59,155 INFO  [Ejb3DependenciesDeployer] Encountered deployment <a href="mailto:AbstractVFSDeploymentContext@857595140{vfs:///D:/env/jboss/jboss-6.0.0.Final/server/default/deploy/test-ui-ear-1.0.0.0-SNAPSHOT.ear/lib/jboss-seam-2.2.2.Final.jar">AbstractVFSDeploymentContext@8575951....2.2.Final.jar</a>/}
    17:16:59,156 INFO  [Ejb3DependenciesDeployer] Encountered deployment <a href="mailto:AbstractVFSDeploymentContext@857595140{vfs:///D:/env/jboss/jboss-6.0.0.Final/server/default/deploy/test-ui-ear-1.0.0.0-SNAPSHOT.ear/lib/jboss-seam-2.2.2.Final.jar">AbstractVFSDeploymentContext@8575951....2.2.Final.jar</a>/}
    17:16:59,156 INFO  [Ejb3DependenciesDeployer] Encountered deployment <a href="mailto:AbstractVFSDeploymentContext@1838762963{vfs:///D:/env/jboss/jboss-6.0.0.Final/server/default/deploy/test-ui-ear-1.0.0.0-SNAPSHOT.ear/test-ui-entity-1.0.0.0-SNAPSHOT.jar">AbstractVFSDeploymentContext@1838762...0-SNAPSHOT.jar</a>/}
    17:16:59,157 INFO  [Ejb3DependenciesDeployer] Encountered deployment <a href="mailto:AbstractVFSDeploymentContext@1799438811{vfs:///D:/env/jboss/jboss-6.0.0.Final/server/default/deploy/test-ui-ear-1.0.0.0-SNAPSHOT.ear/test-ui-services-1.0.0.0-SNAPSHOT.jar">AbstractVFSDeploymentContext@1799438...0-SNAPSHOT.jar</a>/}
    17:17:00,529 ATTENTION [FileConfigurationParser] AIO wasn't located on this platform, it will fall back to using pure Java NIO. If your platform is Linux, install LibAIO to enable the AIO journal
    17:17:00,793 INFO  [JMXConnector] starting JMXConnector on host 127.0.0.1:1090
    17:17:00,966 INFO  [MailService] Mail Service bound to java:/Mail
    17:17:01,898 INFO  [HornetQServerImpl] live server is starting..
    17:17:01,978 INFO  [JournalStorageManager] Using NIO Journal
    17:17:02,005 ATTENTION [HornetQServerImpl] Security risk! It has been detected that the cluster admin user and password have not been changed from the installation default. Please see the HornetQ user guide, cluster chapter, for instructions on how to do this.
    17:17:02,771 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.1.Final-r2319 127.0.0.1:5445 for CORE protocol
    17:17:02,782 INFO  [NettyAcceptor] Started Netty Acceptor version 3.2.1.Final-r2319 127.0.0.1:5455 for CORE protocol
    17:17:02,786 INFO  [HornetQServerImpl] HornetQ Server version 2.1.2.Final (Colmeia, 120) started
    17:17:02,863 INFO  [WebService] Using RMI server codebase: <a href="http://127.0.0.1:8083/" target="_blank">http://127.0.0.1:8083/</a>
    17:17:03,096 INFO  [jbossatx] ARJUNA-32010 JBossTS Recovery Service (tag: JBOSSTS_4_14_0_Final) - JBoss Inc.
    17:17:03,103 INFO  [arjuna] ARJUNA-12324 Start RecoveryActivators
    17:17:03,168 INFO  [arjuna] ARJUNA-12296 ExpiredEntryMonitor running at lun., 1 août 2011 17:17:03
    17:17:03,249 INFO  [arjuna] ARJUNA-12310 Recovery manager listening on endpoint 127.0.0.1:4712
    17:17:03,250 INFO  [arjuna] ARJUNA-12344 RecoveryManagerImple is ready on port 4712
    17:17:03,252 INFO  [jbossatx] ARJUNA-32013 Starting transaction recovery manager
    17:17:03,279 INFO  [arjuna] ARJUNA-12163 Starting service com.arjuna.ats.arjuna.recovery.ActionStatusService on port 4713
    17:17:03,281 INFO  [arjuna] ARJUNA-12337 TransactionStatusManagerItem host: 127.0.0.1 port: 4713
    17:17:03,284 INFO  [arjuna] ARJUNA-12170 TransactionStatusManager started on port 4713 and host 127.0.0.1 with service com.arjuna.ats.arjuna.recovery.ActionStatusService
    17:17:03,327 INFO  [jbossatx] ARJUNA-32017 JBossTS Transaction Service (JTA version - tag: JBOSSTS_4_14_0_Final) - JBoss Inc.
    17:17:03,386 INFO  [arjuna] ARJUNA-12202 registering bean jboss.jta:type=ObjectStore.
    17:17:03,681 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:\env\Java\jdk1.6.0_25\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;D:\env\apache-maven-2.2.1\bin;D:\env\svnkit-1.3.5.7406\bin;C:\Program Files (x86)\QuickTime\QTSystem\;D:\Program Files\TortoiseSVN\bin;D:\Program Files (x86)\SlikSvn\bin\;d:\Program Files (x86)\WinMerge;C:\Program Files (x86)\Windows Live\Shared;D:\env\apache-ant-1.8.1\bin
    17:17:03,885 INFO  [TomcatDeployment] deploy, ctxPath=/invoker
    17:17:04,265 INFO  [ModClusterService] Initializing mod_cluster 1.1.0.Final
    17:17:04,337 INFO  [RARDeployment] Required license terms exist, view vfs:/D:/env/jboss/jboss-6.0.0.Final/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
    17:17:04,356 INFO  [RARDeployment] Required license terms exist, view vfs:/D:/env/jboss/jboss-6.0.0.Final/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
    17:17:04,369 INFO  [RARDeployment] Required license terms exist, view vfs:/D:/env/jboss/jboss-6.0.0.Final/server/default/deploy/jms-ra.rar/META-INF/ra.xml
    17:17:04,392 INFO  [HornetQResourceAdapter] HornetQ resource adaptor started
    17:17:04,402 INFO  [RARDeployment] Required license terms exist, view vfs:/D:/env/jboss/jboss-6.0.0.Final/server/default/deploy/mail-ra.rar/META-INF/ra.xml
    17:17:04,416 INFO  [RARDeployment] Required license terms exist, view vfs:/D:/env/jboss/jboss-6.0.0.Final/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
    17:17:04,553 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: Thread-2
    17:17:04,602 INFO  [SchedulerSignalerImpl] Initialized Scheduler Signaller of type: class org.quartz.core.SchedulerSignalerImpl
    17:17:04,602 INFO  [QuartzScheduler] Quartz Scheduler v.1.8.3 created.
    17:17:04,607 INFO  [RAMJobStore] RAMJobStore initialized.
    17:17:04,611 INFO  [QuartzScheduler] Scheduler meta-data: Quartz Scheduler (v1.8.3) 'JBossQuartzScheduler' with instanceId 'NON_CLUSTERED'
      Scheduler class: 'org.quartz.core.QuartzScheduler' - running locally.
      NOT STARTED.
      Currently in standby mode.
      Number of jobs executed: 0
      Using thread pool 'org.quartz.simpl.SimpleThreadPool' - with 10 threads.
      Using job-store 'org.quartz.simpl.RAMJobStore' - which does not support persistence. and is not clustered.
     
    17:17:04,629 INFO  [StdSchedulerFactory] Quartz scheduler 'JBossQuartzScheduler' initialized from an externally opened InputStream.
    17:17:04,630 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.8.3
    17:17:04,631 INFO  [QuartzScheduler] Scheduler JBossQuartzScheduler_$_NON_CLUSTERED started.
    17:17:05,085 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
    17:17:05,086 INFO  [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=jboss-ejb3-timerservice-mk2.jar#timerdb
    17:17:05,299 INFO  [Version] Hibernate Commons Annotations 3.2.0.Final
    17:17:05,311 INFO  [Environment] Hibernate 3.6.0.Final
    17:17:05,317 INFO  [Environment] hibernate.properties not found
    17:17:05,322 INFO  [Environment] Bytecode provider name : javassist
    17:17:05,329 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
    17:17:05,426 INFO  [Version] Hibernate EntityManager 3.6.0.Final
    17:17:05,461 INFO  [Ejb3Configuration] Processing PersistenceUnitInfo [
    	name: timerdb
    	...]
    17:17:05,504 WARN  [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly.PersistenceUnitInfo.getNewTempClassLoader() is null.
    17:17:05,577 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.ejb3.timerservice.mk2.persistence.TimerEntity
    17:17:05,637 INFO  [EntityBinder] Bind entity org.jboss.ejb3.timerservice.mk2.persistence.TimerEntity on table timer
    17:17:05,706 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.ejb3.timerservice.mk2.persistence.TimeoutMethod
    17:17:05,712 INFO  [EntityBinder] Bind entity org.jboss.ejb3.timerservice.mk2.persistence.TimeoutMethod on table timeout_method
    17:17:05,748 INFO  [AnnotationBinder] Binding entity from annotated class: org.jboss.ejb3.timerservice.mk2.persistence.CalendarTimerEntity
    17:17:05,750 INFO  [EntityBinder] Bind entity org.jboss.ejb3.timerservice.mk2.persistence.CalendarTimerEntity on table calendar_timer
    17:17:05,790 INFO  [Version] Hibernate Validator 3.1.0.GA
    17:17:05,883 INFO  [Version] Hibernate Validator 4.1.0.Final
    17:17:05,910 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
    17:17:06,153 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
    17:17:06,159 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
    17:17:06,170 INFO  [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
    17:17:06,185 INFO  [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
    17:17:06,191 INFO  [InjectedDataSourceConnectionProvider] Using provided datasource
    17:17:06,304 INFO  [SettingsFactory] Database ->
           name : HSQL Database Engine
        version : 1.8.0
          major : 1
          minor : 8
    17:17:06,323 INFO  [SettingsFactory] Driver ->
           name : HSQL Database Engine Driver
        version : 1.8.0
          major : 1
          minor : 8
    17:17:06,374 INFO  [Dialect] Using dialect: org.hibernate.dialect.HSQLDialect
    17:17:06,452 INFO  [JdbcSupportLoader] Disabling contextual LOB creation as JDBC driver reported JDBC version [3] less than 4
    17:17:06,456 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
    17:17:06,459 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
    17:17:06,462 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
    17:17:06,463 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
    17:17:06,464 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
    17:17:06,464 INFO  [SettingsFactory] JDBC batch size: 15
    17:17:06,465 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
    17:17:06,465 INFO  [SettingsFactory] Scrollable result sets: enabled
    17:17:06,466 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): disabled
    17:17:06,466 INFO  [SettingsFactory] Connection release mode: auto
    17:17:06,468 INFO  [SettingsFactory] Default batch fetch size: 1
    17:17:06,469 INFO  [SettingsFactory] Generate SQL with comments: disabled
    17:17:06,469 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
    17:17:06,470 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
    17:17:06,470 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    17:17:06,475 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
    17:17:06,475 INFO  [SettingsFactory] Query language substitutions: {}
    17:17:06,476 INFO  [SettingsFactory] JPA-QL strict compliance: enabled
    17:17:06,476 INFO  [SettingsFactory] Second-level cache: enabled
    17:17:06,477 INFO  [SettingsFactory] Query cache: disabled
    17:17:06,479 INFO  [SettingsFactory] Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
    17:17:06,487 INFO  [RegionFactoryCacheProviderBridge] Cache provider: org.hibernate.cache.HashtableCacheProvider
    17:17:06,490 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
    17:17:06,491 INFO  [SettingsFactory] Cache region prefix: persistence.unit:unitName=jboss-ejb3-timerservice-mk2.jar#timerdb
    17:17:06,491 INFO  [SettingsFactory] Structured second-level cache entries: disabled
    17:17:06,501 INFO  [SettingsFactory] Statistics: disabled
    17:17:06,502 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
    17:17:06,503 INFO  [SettingsFactory] Default entity-mode: pojo
    17:17:06,503 INFO  [SettingsFactory] Named query checking : enabled
    17:17:06,504 INFO  [SettingsFactory] Check Nullability in Core (should be disabled when Bean Validation is on): disabled
    17:17:06,538 INFO  [SessionFactoryImpl] building session factory
    17:17:06,795 INFO  [SessionFactoryObjectFactory] Factory name: persistence.unit:unitName=jboss-ejb3-timerservice-mk2.jar#timerdb
    17:17:06,797 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
    17:17:06,800 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.unit:unitName=jboss-ejb3-timerservice-mk2.jar#timerdb
    17:17:06,801 WARN  [SessionFactoryObjectFactory] InitialContext did not implement EventContext
    17:17:06,810 INFO  [SchemaUpdate] Running hbm2ddl schema update
    17:17:06,811 INFO  [SchemaUpdate] fetching database metadata
    17:17:06,831 INFO  [SchemaUpdate] updating schema
    17:17:06,835 INFO  [DefaultTraversableResolver] Instantiated an instance of org.hibernate.validator.engine.resolver.JPATraversableResolver.
    17:17:06,872 INFO  [TableMetadata] table found: PUBLIC.TIMEOUTMETHOD_METHODPARAMS
    17:17:06,872 INFO  [TableMetadata] columns: [methodparams, timeoutmethod_id]
    17:17:06,873 INFO  [TableMetadata] foreign keys: [fkf294c964b7de2d8a]
    17:17:06,873 INFO  [TableMetadata] indexes: [sys_idx_55]
    17:17:06,890 INFO  [TableMetadata] table found: PUBLIC.CALENDAR_TIMER
    17:17:06,891 INFO  [TableMetadata] columns: [scheduleexprtimezone, scheduleexprsecond, autotimer, scheduleexprstartdate, scheduleexprminute, scheduleexprhour, timeoutmethod_id, id, scheduleexprdayofmonth, scheduleexprenddate, scheduleexprmonth, scheduleexprdayofweek, scheduleexpryear]
    17:17:06,892 INFO  [TableMetadata] foreign keys: [fk2b697f04b7de2d8a, fk2b697f04e6e6ef93]
    17:17:06,892 INFO  [TableMetadata] indexes: [sys_idx_57, sys_idx_49, sys_idx_59]
    17:17:06,904 INFO  [TableMetadata] table found: PUBLIC.TIMEOUT_METHOD
    17:17:06,905 INFO  [TableMetadata] columns: [id, methodname, declaringclass]
    17:17:06,905 INFO  [TableMetadata] foreign keys: []
    17:17:06,906 INFO  [TableMetadata] indexes: [sys_idx_51]
    17:17:06,920 INFO  [TableMetadata] table found: PUBLIC.TIMER
    17:17:06,920 INFO  [TableMetadata] columns: [id, previousrun, initialdate, repeatinterval, timedobjectid, timerstate, nextdate, info]
    17:17:06,921 INFO  [TableMetadata] foreign keys: []
    17:17:06,922 INFO  [TableMetadata] indexes: [sys_idx_53]
    17:17:06,924 INFO  [SchemaUpdate] schema update complete
    17:17:06,929 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
    17:17:07,115 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
    17:17:07,286 INFO  [xnio] XNIO Version 2.1.0.CR2
    17:17:07,296 INFO  [nio] XNIO NIO Implementation Version 2.1.0.CR2
    17:17:07,555 INFO  [remoting] JBoss Remoting version 3.1.0.Beta2
    17:17:07,668 INFO  [TomcatDeployment] deploy, ctxPath=/
    17:17:07,723 INFO  [BeanInstantiatorDeployerBase] Installed org.jboss.ejb3.instantiator.impl.Ejb31SpecBeanInstantiator@1792a0c1 into MC at org.jboss.ejb.bean.instantiator/test-ui-ear-1.0.0.0-SNAPSHOT/lib/jboss-seam-2.2.2.Final/EjbSynchronizations
    17:17:07,725 INFO  [BeanInstantiatorDeployerBase] Installed org.jboss.ejb3.instantiator.impl.Ejb31SpecBeanInstantiator@1792a0c1 into MC at org.jboss.ejb.bean.instantiator/test-ui-ear-1.0.0.0-SNAPSHOT/lib/jboss-seam-2.2.2.Final/TimerServiceDispatcher
    17:17:07,733 WARN  [InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
    17:17:08,433 WARN  [InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
    17:17:08,438 WARN  [InterceptorInfoRepository] EJBTHREE-1852: InterceptorInfoRepository is deprecated
    17:17:08,475 INFO  [JBossASKernel] Created KernelDeployment for: jboss-seam-2.2.2.Final.jar
    17:17:08,481 INFO  [JBossASKernel] installing bean: jboss.j2ee:ear=test-ui-ear-1.0.0.0-SNAPSHOT.ear,jar=jboss-seam-2.2.2.Final.jar,name=EjbSynchronizations,service=EJB3
    17:17:08,482 INFO  [JBossASKernel]   with dependencies:
    17:17:08,482 INFO  [JBossASKernel]   and demands:
    17:17:08,483 INFO  [JBossASKernel] 	jboss.ejb:service=EJBTimerService; Required: Described
    17:17:08,483 INFO  [JBossASKernel] 	jboss-switchboard:appName=test-ui-ear-1.0.0.0-SNAPSHOT,module=lib/jboss-seam-2.2.2.Final,name=EjbSynchronizations; Required: Create
    17:17:08,484 INFO  [JBossASKernel]   and supplies:
    17:17:08,484 INFO  [JBossASKernel] 	jndi:EjbSynchronizations
    17:17:08,485 INFO  [JBossASKernel] 	jndi:test-ui-ear-1.0.0.0-SNAPSHOT/EjbSynchronizations/local-org.jboss.seam.transaction.LocalEjbSynchronizations
    17:17:08,486 INFO  [JBossASKernel] 	jndi:test-ui-ear-1.0.0.0-SNAPSHOT/EjbSynchronizations/local
    17:17:08,487 INFO  [JBossASKernel] 	Class:org.jboss.seam.transaction.LocalEjbSynchronizations
    17:17:08,495 INFO  [JBossASKernel] Added bean(jboss.j2ee:ear=test-ui-ear-1.0.0.0-SNAPSHOT.ear,jar=jboss-seam-2.2.2.Final.jar,name=EjbSynchronizations,service=EJB3) to KernelDeployment of: jboss-seam-2.2.2.Final.jar
    17:17:08,508 INFO  [JBossASKernel] installing bean: jboss.j2ee:ear=test-ui-ear-1.0.0.0-SNAPSHOT.ear,jar=jboss-seam-2.2.2.Final.jar,name=TimerServiceDispatcher,service=EJB3
    17:17:08,509 INFO  [JBossASKernel]   with dependencies:
    17:17:08,510 INFO  [JBossASKernel]   and demands:
    17:17:08,510 INFO  [JBossASKernel] 	jboss.ejb:service=EJBTimerService; Required: Described
    17:17:08,511 INFO  [JBossASKernel] 	jboss-injector:topLevelUnit=test-ui-ear-1.0.0.0-SNAPSHOT.ear,unit=jboss-seam-2.2.2.Final.jar,bean=TimerServiceDispatcher; Required: Described
    17:17:08,512 INFO  [JBossASKernel] 	jboss-switchboard:appName=test-ui-ear-1.0.0.0-SNAPSHOT,module=lib/jboss-seam-2.2.2.Final,name=TimerServiceDispatcher; Required: Create
    17:17:08,513 INFO  [JBossASKernel]   and supplies:
    17:17:08,513 INFO  [JBossASKernel] 	jndi:test-ui-ear-1.0.0.0-SNAPSHOT/TimerServiceDispatcher/local
    17:17:08,515 INFO  [JBossASKernel] 	Class:org.jboss.seam.async.LocalTimerServiceDispatcher
    17:17:08,516 INFO  [JBossASKernel] 	jndi:TimerServiceDispatcher
    17:17:08,517 INFO  [JBossASKernel] 	jndi:test-ui-ear-1.0.0.0-SNAPSHOT/TimerServiceDispatcher/local-org.jboss.seam.async.LocalTimerServiceDispatcher
    17:17:08,521 INFO  [JBossASKernel] Added bean(jboss.j2ee:ear=test-ui-ear-1.0.0.0-SNAPSHOT.ear,jar=jboss-seam-2.2.2.Final.jar,name=TimerServiceDispatcher,service=EJB3) to KernelDeployment of: jboss-seam-2.2.2.Final.jar
    17:17:12,975 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DoogoodDatasource' to JNDI name 'java:DoogoodDatasource'
    17:17:13,102 INFO  [TomcatDeployment] deploy, ctxPath=/test-ui
    17:17:13,225 INFO  [ServletContextListener] Welcome to Seam 2.2.2.Final
    17:17:14,532 INFO  [Initialization] reading /WEB-INF/components.xml
    17:17:14,568 INFO  [Initialization] reading properties from: /seam.properties
    17:17:14,570 INFO  [Initialization] reading properties from: /jndi.properties
    17:17:14,583 INFO  [Component] Component: org.jboss.seam.core.init, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Init
    17:17:14,586 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.persistence.persistenceProvider
    17:17:14,586 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.transaction.synchronizations
    17:17:14,586 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
    17:17:14,587 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.isUserInRole
    17:17:14,587 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.resourceLoader
    17:17:14,588 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.locale
    17:17:14,589 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.expressions
    17:17:14,589 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.core.manager
    17:17:14,590 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.userPrincipal
    17:17:14,591 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.jms.topicConnection
    17:17:14,592 INFO  [Initialization] two components with same name, higher precedence wins: org.jboss.seam.web.parameters
    17:17:14,626 INFO  [Component] Component: User, scope: EVENT, type: JAVA_BEAN, class: org.test.domain.model.User
    17:17:14,631 INFO  [Component] Component: authenticator, scope: EVENT, type: JAVA_BEAN, class: org.test.services.authentication.Authenticator
    17:17:14,634 INFO  [Component] Component: org.jboss.seam.async.asynchronousExceptionHandler, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.async.AsynchronousExceptionHandler
    17:17:14,635 INFO  [Component] Component: org.jboss.seam.async.dispatcher, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.async.ThreadPoolDispatcher
    17:17:14,638 INFO  [Component] Component: org.jboss.seam.captcha.captcha, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.captcha.Captcha
    17:17:14,639 INFO  [Component] Component: org.jboss.seam.captcha.captchaImage, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.captcha.CaptchaImage
    17:17:14,639 INFO  [Component] Component: org.jboss.seam.core.ConversationIdGenerator, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationIdGenerator
    17:17:14,643 INFO  [Component] Component: org.jboss.seam.core.contexts, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Contexts
    17:17:14,644 INFO  [Component] Component: org.jboss.seam.core.conversation, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.core.Conversation
    17:17:14,646 INFO  [Component] Component: org.jboss.seam.core.conversationEntries, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationEntries
    17:17:14,650 INFO  [Component] Component: org.jboss.seam.core.conversationListFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationList
    17:17:14,664 INFO  [Component] Component: org.jboss.seam.core.conversationPropagation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationPropagation
    17:17:14,667 INFO  [Component] Component: org.jboss.seam.core.conversationStackFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ConversationStack
    17:17:14,670 INFO  [Component] Component: org.jboss.seam.core.events, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.core.Events
    17:17:14,672 INFO  [Component] Component: org.jboss.seam.core.expressions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesExpressions
    17:17:14,675 INFO  [Component] Component: org.jboss.seam.core.interpolator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.Interpolator
    17:17:14,676 INFO  [Component] Component: org.jboss.seam.core.locale, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Locale
    17:17:14,677 INFO  [Component] Component: org.jboss.seam.core.manager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesManager
    17:17:14,678 INFO  [Component] Component: org.jboss.seam.core.resourceBundle, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.core.ResourceBundle
    17:17:14,679 INFO  [Component] Component: org.jboss.seam.core.resourceLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.ResourceLoader
    17:17:14,680 INFO  [Component] Component: org.jboss.seam.core.validators, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.core.Validators
    17:17:14,681 INFO  [Component] Component: org.jboss.seam.document.documentStore, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.document.DocumentStore
    17:17:14,683 INFO  [Component] Component: org.jboss.seam.el.referenceCache, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.el.JBossELReferenceCache
    17:17:14,685 INFO  [Component] Component: org.jboss.seam.exception.exceptions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.exception.Exceptions
    17:17:14,686 INFO  [Component] Component: org.jboss.seam.faces.dataModels, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.DataModels
    17:17:14,687 INFO  [Component] Component: org.jboss.seam.faces.dateConverter, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.DateConverter
    17:17:14,688 INFO  [Component] Component: org.jboss.seam.faces.facesContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesContext
    17:17:14,689 INFO  [Component] Component: org.jboss.seam.faces.facesPage, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesPage
    17:17:14,690 INFO  [Component] Component: org.jboss.seam.faces.httpError, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.HttpError
    17:17:14,691 INFO  [Component] Component: org.jboss.seam.faces.redirect, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.Redirect
    17:17:14,695 INFO  [Component] Component: org.jboss.seam.faces.renderer, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsRenderer
    17:17:14,696 INFO  [Component] Component: org.jboss.seam.faces.switcher, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.faces.Switcher
    17:17:14,697 INFO  [Component] Component: org.jboss.seam.faces.uiComponent, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.UiComponent
    17:17:14,698 INFO  [Component] Component: org.jboss.seam.faces.validation, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.faces.Validation
    17:17:14,699 INFO  [Component] Component: org.jboss.seam.framework.currentDate, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDate
    17:17:14,701 INFO  [Component] Component: org.jboss.seam.framework.currentDatetime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentDatetime
    17:17:14,705 INFO  [Component] Component: org.jboss.seam.framework.currentTime, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.framework.CurrentTime
    17:17:14,708 INFO  [Component] Component: org.jboss.seam.graphicImage.image, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.Image
    17:17:14,709 INFO  [Component] Component: org.jboss.seam.international.localeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.LocaleSelector
    17:17:14,710 INFO  [Component] Component: org.jboss.seam.international.messagesFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.Messages
    17:17:14,712 INFO  [Component] Component: org.jboss.seam.international.statusMessages, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.faces.FacesMessages
    17:17:14,713 INFO  [Component] Component: org.jboss.seam.international.timeZone, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZone
    17:17:14,714 INFO  [Component] Component: org.jboss.seam.international.timeZoneSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZoneSelector
    17:17:14,715 INFO  [Component] Component: org.jboss.seam.international.timeZones, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.international.TimeZones
    17:17:14,718 INFO  [Component] Component: org.jboss.seam.mail.mailSession, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.mail.MailSession
    17:17:14,720 INFO  [Component] Component: org.jboss.seam.navigation.pages, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.Pages
    17:17:14,722 INFO  [Component] Component: org.jboss.seam.navigation.safeActions, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.navigation.SafeActions
    17:17:14,723 INFO  [Component] Component: org.jboss.seam.persistence.persistenceContexts, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.persistence.PersistenceContexts
    17:17:14,725 INFO  [Component] Component: org.jboss.seam.persistence.persistenceProvider, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.persistence.HibernatePersistenceProvider
    17:17:14,728 INFO  [Component] Component: org.jboss.seam.remoting.gwt.gwtToSeamAdapter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.gwt.GWTToSeamAdapter
    17:17:14,731 INFO  [Component] Component: org.jboss.seam.remoting.messaging.SubscriptionRegistry.userTokens, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.remoting.messaging.UserTokens
    17:17:14,733 INFO  [Component] Component: org.jboss.seam.remoting.remoting, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.remoting.Remoting
    17:17:14,734 INFO  [Component] Component: org.jboss.seam.security.configurationFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.Configuration
    17:17:14,735 INFO  [Component] Component: org.jboss.seam.security.credentials, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Credentials
    17:17:14,736 INFO  [Component] Component: org.jboss.seam.security.entityPermissionChecker, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.EntityPermissionChecker
    17:17:14,737 INFO  [Component] Component: org.jboss.seam.security.facesSecurityEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.FacesSecurityEvents
    17:17:14,738 INFO  [Component] Component: org.jboss.seam.security.identifierPolicy, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.IdentifierPolicy
    17:17:14,740 INFO  [Component] Component: org.jboss.seam.security.identity, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.Identity
    17:17:14,741 INFO  [Component] Component: org.jboss.seam.security.identityManager, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.security.management.IdentityManager
    17:17:14,742 INFO  [Component] Component: org.jboss.seam.security.management.roleAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleAction
    17:17:14,745 INFO  [Component] Component: org.jboss.seam.security.management.roleSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.RoleSearch
    17:17:14,747 INFO  [Component] Component: org.jboss.seam.security.management.userAction, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserAction
    17:17:14,750 INFO  [Component] Component: org.jboss.seam.security.management.userSearch, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.management.action.UserSearch
    17:17:14,752 INFO  [Component] Component: org.jboss.seam.security.passwordHash, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.security.management.PasswordHash
    17:17:14,753 INFO  [Component] Component: org.jboss.seam.security.permission.permissionSearch, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.action.PermissionSearch
    17:17:14,759 INFO  [Component] Component: org.jboss.seam.security.permissionManager, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionManager
    17:17:14,761 INFO  [Component] Component: org.jboss.seam.security.permissionMapper, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PermissionMapper
    17:17:14,762 INFO  [Component] Component: org.jboss.seam.security.persistentPermissionResolver, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.security.permission.PersistentPermissionResolver
    17:17:14,764 INFO  [Component] Component: org.jboss.seam.security.rememberMe, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.security.RememberMe
    17:17:14,765 INFO  [Component] Component: org.jboss.seam.theme.themeFactory, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.theme.Theme
    17:17:14,765 INFO  [Component] Component: org.jboss.seam.theme.themeSelector, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.theme.ThemeSelector
    17:17:14,766 INFO  [Component] Component: org.jboss.seam.transaction.facesTransactionEvents, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.transaction.FacesTransactionEvents
    17:17:14,767 INFO  [Component] Component: org.jboss.seam.transaction.synchronizations, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.SeSynchronizations
    17:17:14,768 INFO  [Component] Component: org.jboss.seam.transaction.transaction, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.transaction.Transaction
    17:17:14,769 INFO  [Component] Component: org.jboss.seam.ui.EntityConverter, scope: CONVERSATION, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityConverter
    17:17:14,770 INFO  [Component] Component: org.jboss.seam.ui.clientUidSelector, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.ui.ClientUidSelector
    17:17:14,772 INFO  [Component] Component: org.jboss.seam.ui.entityIdentifierStore, scope: PAGE, type: JAVA_BEAN, class: org.jboss.seam.ui.EntityIdentifierStore
    17:17:14,774 INFO  [Component] Component: org.jboss.seam.ui.entityLoader, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.JpaEntityLoader
    17:17:14,776 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletCompiler, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletCompiler
    17:17:14,777 INFO  [Component] Component: org.jboss.seam.ui.facelet.faceletsJBossLogging, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.FaceletsJBossLogging
    17:17:14,778 INFO  [Component] Component: org.jboss.seam.ui.facelet.facesContextFactory, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.RendererFacesContextFactory
    17:17:14,779 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockHttpSession, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.HttpSessionManager
    17:17:14,780 INFO  [Component] Component: org.jboss.seam.ui.facelet.mockServletContext, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.facelet.ServletContextManager
    17:17:14,781 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageResource
    17:17:14,782 INFO  [Component] Component: org.jboss.seam.ui.graphicImage.graphicImageStore, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.ui.graphicImage.GraphicImageStore
    17:17:14,784 INFO  [Component] Component: org.jboss.seam.ui.resource.webResource, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.ui.resource.WebResource
    17:17:14,785 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.Ajax4jsfFilter
    17:17:14,787 INFO  [Component] Component: org.jboss.seam.web.ajax4jsfFilterInstantiator, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.ui.filter.Ajax4jsfFilterInstantiator
    17:17:14,787 INFO  [Component] Component: org.jboss.seam.web.exceptionFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.ExceptionFilter
    17:17:14,788 INFO  [Component] Component: org.jboss.seam.web.identityFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.IdentityFilter
    17:17:14,789 INFO  [Component] Component: org.jboss.seam.web.isUserInRole, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.IsUserInRole
    17:17:14,790 INFO  [Component] Component: org.jboss.seam.web.loggingFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.LoggingFilter
    17:17:14,790 INFO  [Component] Component: org.jboss.seam.web.multipartFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.MultipartFilter
    17:17:14,791 INFO  [Component] Component: org.jboss.seam.web.parameters, scope: STATELESS, type: JAVA_BEAN, class: org.jboss.seam.faces.Parameters
    17:17:14,792 INFO  [Component] Component: org.jboss.seam.web.redirectFilter, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.web.RedirectFilter
    17:17:14,793 INFO  [Component] Component: org.jboss.seam.web.servletContexts, scope: EVENT, type: JAVA_BEAN, class: org.jboss.seam.web.ServletContexts
    17:17:14,794 INFO  [Component] Component: org.jboss.seam.web.session, scope: SESSION, type: JAVA_BEAN, class: org.jboss.seam.web.Session
    17:17:14,794 INFO  [Component] Component: org.jboss.seam.web.userPrincipal, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.faces.UserPrincipal
    17:17:14,795 INFO  [Component] Component: securityRules, scope: APPLICATION, type: JAVA_BEAN, class: org.jboss.seam.drools.RuleBase
    17:17:14,800 WARN  [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
    17:17:14,834 INFO  [config] Initializing Mojarra (1.2_15-20100816-SNAPSHOT) for context '/test-ui'
    17:17:15,873 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.loggingFilter
    17:17:15,873 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.ajax4jsfFilter
    17:17:15,881 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
    17:17:15,882 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {org.jboss.jbossfaces.JSF_CONFIG_NAME=Mojarra-1.2, facelets.DEVELOPMENT=true, com.sun.faces.duplicateJARPattern=^tmp\d+(\S*\.jar), org.richfaces.SKIN=blueSky, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider, resteasy.unwrapped.exceptions=javax.ejb.EJBException, javax.faces.DEFAULT_SUFFIX=.xhtml}
    17:17:15,883 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
    17:17:15,889 INFO  [CacheManager] Selected [org.ajax4jsf.cache.LRUMapCacheFactory] cache factory
    17:17:15,890 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance using parameters: {org.jboss.jbossfaces.JSF_CONFIG_NAME=Mojarra-1.2, facelets.DEVELOPMENT=true, com.sun.faces.duplicateJARPattern=^tmp\d+(\S*\.jar), org.richfaces.SKIN=blueSky, com.sun.faces.injectionProvider=org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider, resteasy.unwrapped.exceptions=javax.ejb.EJBException, javax.faces.DEFAULT_SUFFIX=.xhtml}
    17:17:15,891 INFO  [LRUMapCacheFactory] Creating LRUMap cache instance of default capacity
    17:17:15,892 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.redirectFilter
    17:17:15,893 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.exceptionFilter
    17:17:15,894 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.multipartFilter
    17:17:15,894 INFO  [SeamFilter] Initializing filter: org.jboss.seam.web.identityFilter
    17:17:15,921 INFO  [service] Removing bootstrap log handlers
    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
    2011-08-01 17:17:16,002 ERROR [ProfileServiceBootstrap] (Thread-2) Failed to load profile:: org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
     
    DEPLOYMENTS MISSING DEPENDENCIES:
      Deployment "jboss.ejb3:application=test-ui-ear-1.0.0.0-SNAPSHOT,module=jboss-seam-2.2.2.Final,component=EjbSynchronizations,service=EjbEncFactory" is missing the following dependencies:
        Dependency "jboss.naming:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=EjbSynchronizations,module=jboss-seam-2.2.2.Final" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'jboss.naming:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=EjbSynchronizations,module=jboss-seam-2.2.2.Final' **")
      Deployment "jboss.ejb3:application=test-ui-ear-1.0.0.0-SNAPSHOT,module=jboss-seam-2.2.2.Final,component=TimerServiceDispatcher,service=EjbEncFactory" is missing the following dependencies:
        Dependency "jboss.naming:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=TimerServiceDispatcher,module=jboss-seam-2.2.2.Final" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'jboss.naming:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=TimerServiceDispatcher,module=jboss-seam-2.2.2.Final' **")
      Deployment "jboss.j2ee:ear=test-ui-ear-1.0.0.0-SNAPSHOT.ear,jar=jboss-seam-2.2.2.Final.jar,name=EjbSynchronizations,service=EJB3" is missing the following dependencies:
        Dependency "org.jboss.ejb.bean.instantiator/test-ui-ear-1.0.0.0-SNAPSHOT/jboss-seam-2.2.2.Final/EjbSynchronizations" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'org.jboss.ejb.bean.instantiator/test-ui-ear-1.0.0.0-SNAPSHOT/jboss-seam-2.2.2.Final/EjbSynchronizations' **")
        Dependency "jboss.ejb3:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=EjbSynchronizations,module=jboss-seam-2.2.2.Final,service=EjbEncFactory" (should be in state "Installed", but is actually in state "Described")
      Deployment "jboss.j2ee:ear=test-ui-ear-1.0.0.0-SNAPSHOT.ear,jar=jboss-seam-2.2.2.Final.jar,name=EjbSynchronizations,service=EJB3_endpoint" is missing the following dependencies:
        Dependency "jboss.j2ee:ear=test-ui-ear-1.0.0.0-SNAPSHOT.ear,jar=jboss-seam-2.2.2.Final.jar,name=EjbSynchronizations,service=EJB3" (should be in state "Installed", but is actually in state "Instantiated")
      Deployment "jboss.j2ee:ear=test-ui-ear-1.0.0.0-SNAPSHOT.ear,jar=jboss-seam-2.2.2.Final.jar,name=TimerServiceDispatcher,service=EJB3" is missing the following dependencies:
        Dependency "org.jboss.ejb.bean.instantiator/test-ui-ear-1.0.0.0-SNAPSHOT/jboss-seam-2.2.2.Final/TimerServiceDispatcher" (should be in state "Installed", but is actually in state "** NOT FOUND Depends on 'org.jboss.ejb.bean.instantiator/test-ui-ear-1.0.0.0-SNAPSHOT/jboss-seam-2.2.2.Final/TimerServiceDispatcher' **")
        Dependency "jboss.ejb3:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=TimerServiceDispatcher,module=jboss-seam-2.2.2.Final,service=EjbEncFactory" (should be in state "Installed", but is actually in state "Described")
      Deployment "jboss.j2ee:ear=test-ui-ear-1.0.0.0-SNAPSHOT.ear,jar=jboss-seam-2.2.2.Final.jar,name=TimerServiceDispatcher,service=EJB3_endpoint" is missing the following dependencies:
        Dependency "jboss.j2ee:ear=test-ui-ear-1.0.0.0-SNAPSHOT.ear,jar=jboss-seam-2.2.2.Final.jar,name=TimerServiceDispatcher,service=EJB3" (should be in state "Installed", but is actually in state "Instantiated")
      Deployment "persistence.unit:unitName=test-ui-ear-1.0.0.0-SNAPSHOT.ear/test-ui-entity-1.0.0.0-SNAPSHOT.jar#Doogood-ui-entity" is missing the following dependencies:
        Dependency "jboss.jca:name=TestDatasource,service=DataSourceBinding" (should be in state "Create", but is actually in state "** NOT FOUND Depends on 'jboss.jca:name=TestDatasource,service=DataSourceBinding' **")
     
    DEPLOYMENTS IN ERROR:
      Deployment "org.jboss.ejb.bean.instantiator/test-ui-ear-1.0.0.0-SNAPSHOT/jboss-seam-2.2.2.Final/TimerServiceDispatcher" is in error due to the following reason(s): ** NOT FOUND Depends on 'org.jboss.ejb.bean.instantiator/test-ui-ear-1.0.0.0-SNAPSHOT/jboss-seam-2.2.2.Final/TimerServiceDispatcher' **
      Deployment "jboss.ejb3:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=EjbSynchronizations,module=jboss-seam-2.2.2.Final,service=EjbEncFactory" is in error due to the following reason(s): Described
      Deployment "jboss.naming:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=EjbSynchronizations,module=jboss-seam-2.2.2.Final" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.naming:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=EjbSynchronizations,module=jboss-seam-2.2.2.Final' **
      Deployment "jboss.ejb3:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=TimerServiceDispatcher,module=jboss-seam-2.2.2.Final,service=EjbEncFactory" is in error due to the following reason(s): Described
      Deployment "org.jboss.ejb.bean.instantiator/test-ui-ear-1.0.0.0-SNAPSHOT/jboss-seam-2.2.2.Final/EjbSynchronizations" is in error due to the following reason(s): ** NOT FOUND Depends on 'org.jboss.ejb.bean.instantiator/test-ui-ear-1.0.0.0-SNAPSHOT/jboss-seam-2.2.2.Final/EjbSynchronizations' **
      Deployment "jboss.jca:name=TestDatasource,service=DataSourceBinding" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.jca:name=TestDatasource,service=DataSourceBinding' **
      Deployment "jboss.naming:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=TimerServiceDispatcher,module=jboss-seam-2.2.2.Final" is in error due to the following reason(s): ** NOT FOUND Depends on 'jboss.naming:application=test-ui-ear-1.0.0.0-SNAPSHOT,component=TimerServiceDispatcher,module=jboss-seam-2.2.2.Final' **
     
    	at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:1228) [:2.2.0.GA]
    	at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:905) [:2.2.0.GA]
    	at org.jboss.system.server.profileservice.deployers.MainDeployerPlugin.checkComplete(MainDeployerPlugin.java:87) [:6.0.0.Final]
    	at org.jboss.profileservice.deployment.ProfileDeployerPluginRegistry.checkAllComplete(ProfileDeployerPluginRegistry.java:107) [:0.2.2]
    	at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:135) [:6.0.0.Final]
    	at org.jboss.system.server.profileservice.bootstrap.BasicProfileServiceBootstrap.start(BasicProfileServiceBootstrap.java:56) [:6.0.0.Final]
    	at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
    	at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
    	at java.lang.Thread.run(Thread.java:662) [:1.6.0_25]
     
    2011-08-01 17:17:16,055 INFO  [org.apache.coyote.http11.Http11Protocol] (Thread-2) Démarrage de Coyote HTTP/1.1 sur http-127.0.0.1-8080
    2011-08-01 17:17:16,059 INFO  [org.apache.coyote.ajp.AjpProtocol] (Thread-2) Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
    2011-08-01 17:17:16,060 INFO  [org.jboss.bootstrap.impl.base.server.AbstractServer] (Thread-2) JBossAS [6.0.0.Final "Neo"] Started in 39s:658ms
    Fichiers attachés Fichiers attachés

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

Discussions similaires

  1. Réponses: 3
    Dernier message: 26/06/2014, 12h45
  2. Problème de déploiement avec JBOSS
    Par uaibys dans le forum Wildfly/JBoss
    Réponses: 4
    Dernier message: 06/03/2010, 13h37
  3. [Embedded Jboss]Problème de déploiement de jar virtuel
    Par remax_ren dans le forum Wildfly/JBoss
    Réponses: 1
    Dernier message: 23/04/2008, 14h55
  4. Problème de déploiement JBOSS 4.2.1
    Par gregosss dans le forum Wildfly/JBoss
    Réponses: 4
    Dernier message: 17/11/2007, 19h51
  5. [JSP/Servlet] Problème de déploiement sous JBoss
    Par mittim dans le forum Servlets/JSP
    Réponses: 5
    Dernier message: 11/07/2006, 14h57

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