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 :

Erreur de déploiment appli JSF sur JBOSS 5


Sujet :

Wildfly/JBoss Java

  1. #1
    Nouveau Candidat au Club
    Inscrit en
    Juillet 2009
    Messages
    1
    Détails du profil
    Informations forums :
    Inscription : Juillet 2009
    Messages : 1
    Points : 1
    Points
    1
    Par défaut Erreur de déploiment appli JSF sur JBOSS 5
    Bonjour tout le monde,

    1ère connexion, première discussion! Depuis quelque temps un problème de déploiement d'appllication JSF sur JBoss récurrent me pourri la vie.
    Fixons le décore:

    Je développe avec Eclipse 3.4, sur lequel j'ai installé WTP. je veux développer une application web d'accès à des données stockées sur BDD MySQL. pour ce faire, j'ai divisé cette dernière en deux projets:
    1. Un projet EJB pour l'accès au donnée.
    2. Un projet JSF, utilisant les Bean de l'EJB.

    Lors du déploiement, des deux projets sur le serveur JBoss 5, des exception liées au projet JSF s'affichent dans la console
    Ci-après, vous trouverez le rapport de lancement s'affichant en console

    --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------18:41:52,616 INFO [ServerImpl] Starting JBoss (Microcontainer)...
    18:41:52,616 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)
    18:41:52,617 INFO [ServerImpl] Bootstrap URL: null
    18:41:52,617 INFO [ServerImpl] Home Dir: C:\Program Files\JBoss 5
    18:41:52,617 INFO [ServerImpl] Home URL: file:/C:/Program%20Files/JBoss%205/
    18:41:52,617 INFO [ServerImpl] Library URL: file:/C:/Program%20Files/JBoss%205/lib/
    18:41:52,618 INFO [ServerImpl] Patch URL: null
    18:41:52,618 INFO [ServerImpl] Common Base URL: file:/C:/Program%20Files/JBoss%205/common/
    18:41:52,618 INFO [ServerImpl] Common Library URL: file:/C:/Program%20Files/JBoss%205/common/lib/
    18:41:52,618 INFO [ServerImpl] Server Name: default
    18:41:52,618 INFO [ServerImpl] Server Base Dir: C:\Program Files\JBoss 5\server
    18:41:52,618 INFO [ServerImpl] Server Base URL: file:/C:/Program%20Files/JBoss%205/server/
    18:41:52,619 INFO [ServerImpl] Server Config URL: file:/C:/Program%20Files/JBoss%205/server/default/conf/
    18:41:52,619 INFO [ServerImpl] Server Home Dir: C:\Program Files\JBoss 5\server\default
    18:41:52,619 INFO [ServerImpl] Server Home URL: file:/C:/Program%20Files/JBoss%205/server/default/
    18:41:52,619 INFO [ServerImpl] Server Data Dir: C:\Program Files\JBoss 5\server\default\data
    18:41:52,619 INFO [ServerImpl] Server Library URL: file:/C:/Program%20Files/JBoss%205/server/default/lib/
    18:41:52,619 INFO [ServerImpl] Server Log Dir: C:\Program Files\JBoss 5\server\default\log
    18:41:52,620 INFO [ServerImpl] Server Native Dir: C:\Program Files\JBoss 5\server\default\tmp\native
    18:41:52,620 INFO [ServerImpl] Server Temp Dir: C:\Program Files\JBoss 5\server\default\tmp
    18:41:52,620 INFO [ServerImpl] Server Temp Deploy Dir: C:\Program Files\JBoss 5\server\default\tmp\deploy
    18:41:53,088 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/Program%20Files/JBoss%205/server/default/conf/bootstrap.xml
    18:41:53,492 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
    18:41:53,495 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
    18:41:53,694 INFO [CopyMechanism] VFS temp dir: C:\Program Files\JBoss 5\server\default\tmp
    18:41:53,702 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
    18:41:54,355 INFO [ServerInfo] Java version: 1.6.0_14,Sun Microsystems Inc.
    18:41:54,355 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_14-b08)
    18:41:54,355 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 14.0-b16,Sun Microsystems Inc.
    18:41:54,355 INFO [ServerInfo] OS-System: Windows Vista 6.0,x86
    18:41:54,356 INFO [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dfile.encoding=Cp1252
    18:41:54,384 INFO [JMXKernel] Legacy JMX core initialized
    18:41:55,694 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@6745b9[domain=default, server=default, name=default]
    18:41:57,144 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
    18:42:01,228 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
    18:42:01,229 INFO [NativeServerConfig] 3.1.2.GA
    18:42:01,665 INFO [AttributeCallbackItem] Owner callback not implemented.
    18:42:02,951 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@11d2066[ defaultDomain='jboss' ]
    18:42:12,049 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@4459795...ce-secured.jar/}
    18:42:12,049 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@4459795...ce-secured.jar/}
    18:42:12,049 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@4459795...ce-secured.jar/}
    18:42:12,049 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@4459795...ce-secured.jar/}
    18:42:12,050 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@2958289...aFactorJPA.jar/}
    18:42:12,050 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@2958289...aFactorJPA.jar/}
    18:42:14,304 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
    18:42:14,437 INFO [MailService] Mail Service bound to java:/Mail
    18:42:16,964 WARN [JBossASSecurityMetadataStore] WARNING! POTENTIAL SECURITY RISK. It has been detected that the MessageSucker component which sucks messages from one node to another has not had its password changed from the installation default. Please see the JBoss Messaging user guide for instructions on how to do this.
    18:42:16,980 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
    18:42:17,057 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
    18:42:17,103 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
    18:42:17,103 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
    18:42:17,320 INFO [TransactionManagerService] Initializing recovery manager
    18:42:17,497 INFO [TransactionManagerService] Recovery manager configured
    18:42:17,505 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
    18:42:17,540 INFO [TransactionManagerService] Starting transaction recovery manager
    18:42:17,893 INFO [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Program Files\Java\jre6\bin;.;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;C:/Program Files/Java/jre6/bin/client;C:/Program Files/Java/jre6/bin;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\PROGRA~1\COMMON~1\ULEADS~1\MPEG;C:\Program Files\ATI Technologies\ATI.ACE\Core-Static;C:\strawberry\c\bin;C:\strawberry\perl\bin;C:\Program Files\Microsoft SQL Server\90\Tools\binn\
    18:42:17,938 INFO [Http11Protocol] Initialisation de Coyote HTTP/1.1 sur http-127.0.0.1-8080
    18:42:17,938 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
    18:42:17,959 INFO [StandardService] D�marrage du service jboss.web
    18:42:17,962 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
    18:42:18,003 INFO [Catalina] Server startup in 64 ms
    18:42:18,024 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
    18:42:19,031 INFO [TomcatDeployment] deploy, ctxPath=/invoker
    18:42:19,081 INFO [TomcatDeployment] deploy, ctxPath=/web-console
    18:42:19,409 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/JBoss 5/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
    18:42:19,432 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/JBoss 5/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
    18:42:19,450 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/JBoss 5/server/default/deploy/jms-ra.rar/META-INF/ra.xml
    18:42:19,464 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/JBoss 5/server/default/deploy/mail-ra.rar/META-INF/ra.xml
    18:42:19,481 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Program Files/JBoss 5/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
    18:42:19,553 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
    18:42:19,574 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
    18:42:19,577 INFO [RAMJobStore] RAMJobStore initialized.
    18:42:19,577 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
    18:42:19,577 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
    18:42:19,579 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
    18:42:20,044 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'javaefaultDS'
    18:42:20,941 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
    18:42:21,052 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
    18:42:21,052 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1e012a started
    18:42:21,066 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
    18:42:21,067 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
    18:42:21,067 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@119dc64 started
    18:42:21,067 INFO [ConnectionFactoryJNDIMapper] supportsFailover attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support failover
    18:42:21,067 INFO [ConnectionFactoryJNDIMapper] supportsLoadBalancing attribute is true on connection factory: jboss.messaging.connectionfactory:service=ClusteredConnectionFactory but post office is non clustered. So connection factory will *not* support load balancing
    18:42:21,069 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
    18:42:21,069 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@e8a10f started
    18:42:21,070 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
    18:42:21,170 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
    18:42:21,206 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MySQLDS' to JNDI name 'java:MySQLDS'
    18:42:21,504 INFO [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
    18:42:21,508 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
    18:42:21,508 INFO [JBossASKernel] with dependencies:
    18:42:21,508 INFO [JBossASKernel] and demands:
    18:42:21,508 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
    18:42:21,508 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
    18:42:21,508 INFO [JBossASKernel] and supplies:
    18:42:21,508 INFO [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService
    18:42:21,508 INFO [JBossASKernel] jndi:SecureProfileService/remote
    18:42:21,508 INFO [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
    18:42:21,508 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
    18:42:21,509 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
    18:42:21,509 INFO [JBossASKernel] with dependencies:
    18:42:21,509 INFO [JBossASKernel] and demands:
    18:42:21,509 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
    18:42:21,509 INFO [JBossASKernel] and supplies:
    18:42:21,509 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
    18:42:21,509 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
    18:42:21,510 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote
    18:42:21,510 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
    18:42:21,510 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
    18:42:21,510 INFO [JBossASKernel] with dependencies:
    18:42:21,510 INFO [JBossASKernel] and demands:
    18:42:21,510 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
    18:42:21,510 INFO [JBossASKernel] and supplies:
    18:42:21,510 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
    18:42:21,510 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView
    18:42:21,511 INFO [JBossASKernel] jndi:SecureManagementView/remote
    18:42:21,511 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
    18:42:21,516 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@62593{name=jbos...ce-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
    18:42:21,516 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@726eca{name=jbo...ce-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
    18:42:21,516 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@f73a3{name=jbos...ce-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
    18:42:21,637 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
    18:42:21,645 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
    18:42:21,695 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

    SecureDeploymentManager/remote - EJB3.x Default Remote Business Interface
    SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager - EJB3.x Remote Business Interface

    18:42:21,764 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
    18:42:21,765 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
    18:42:21,779 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

    SecureManagementView/remote - EJB3.x Default Remote Business Interface
    SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView - EJB3.x Remote Business Interface

    18:42:21,825 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
    18:42:21,826 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
    18:42:21,845 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

    SecureProfileService/remote - EJB3.x Default Remote Business Interface
    SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService - EJB3.x Remote Business Interface

    18:42:21,933 INFO [JBossASKernel] Created KernelDeployment for: syraFactorJPA.jar
    18:42:21,933 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=syraFactorJPA.jar,name=ClientBean,service=EJB3
    18:42:21,933 INFO [JBossASKernel] with dependencies:
    18:42:21,933 INFO [JBossASKernel] and demands:
    18:42:21,933 INFO [JBossASKernel] persistence.unit:unitName=#MonContextDePersistance
    18:42:21,933 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
    18:42:21,933 INFO [JBossASKernel] and supplies:
    18:42:21,933 INFO [JBossASKernel] jndi:ClientBean/remote
    18:42:21,933 INFO [JBossASKernel] jndi:ClientBean/remote-com.interfaces.syraFactorJPA.ClientInterface
    18:42:21,933 INFO [JBossASKernel] Class:com.interfaces.syraFactorJPA.ClientInterface
    18:42:21,933 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=syraFactorJPA.jar,name=ClientBean,service=EJB3) to KernelDeployment of: syraFactorJPA.jar
    18:42:21,934 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@9ecdd9{name=jbo...aFactorJPA.jar,name=ClientBean,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
    18:42:21,970 INFO [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=#MonContextDePersistance
    18:42:22,025 INFO [Version] Hibernate Annotations 3.4.0.GA
    18:42:22,043 INFO [Environment] Hibernate 3.3.1.GA
    18:42:22,050 INFO [Environment] hibernate.properties not found
    18:42:22,055 INFO [Environment] Bytecode provider name : javassist
    18:42:22,061 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
    18:42:22,164 INFO [Version] Hibernate Commons Annotations 3.1.0.GA
    18:42:22,168 INFO [Version] Hibernate EntityManager 3.4.0.GA
    18:42:22,192 INFO [Ejb3Configuration] Processing PersistenceUnitInfo [
    name: MonContextDePersistance
    ...]
    18:42:22,207 WARN [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
    18:42:22,228 INFO [Configuration] Reading mappings from resource : META-INF/orm.xml
    18:42:22,240 INFO [Ejb3Configuration] [PersistenceUnit: MonContextDePersistance] META-INF/orm.xml found
    18:42:22,315 INFO [AnnotationBinder] Binding entity from annotated class: com.syraFactorJPA.Client
    18:42:22,364 INFO [EntityBinder] Bind entity com.syraFactorJPA.Client on table sf_pr_client
    18:42:22,424 INFO [Version] Hibernate Validator 3.1.0.GA
    18:42:23,241 INFO [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
    18:42:23,314 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
    18:42:23,318 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
    18:42:23,578 INFO [SettingsFactory] RDBMS: MySQL, version: 5.1.32-community
    18:42:23,578 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.7 ( Revision: ${svn.Revision} )
    18:42:23,598 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQLInnoDBDialect
    18:42:23,604 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
    18:42:23,606 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
    18:42:23,608 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
    18:42:23,608 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
    18:42:23,608 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
    18:42:23,608 INFO [SettingsFactory] JDBC batch size: 15
    18:42:23,608 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
    18:42:23,609 INFO [SettingsFactory] Scrollable result sets: enabled
    18:42:23,609 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
    18:42:23,609 INFO [SettingsFactory] Connection release mode: auto
    18:42:23,610 INFO [SettingsFactory] Maximum outer join fetch depth: 2
    18:42:23,610 INFO [SettingsFactory] Default batch fetch size: 1
    18:42:23,610 INFO [SettingsFactory] Generate SQL with comments: disabled
    18:42:23,611 INFO [SettingsFactory] Order SQL updates by primary key: disabled
    18:42:23,611 INFO [SettingsFactory] Order SQL inserts for batching: disabled
    18:42:23,611 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
    18:42:23,613 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
    18:42:23,614 INFO [SettingsFactory] Query language substitutions: {}
    18:42:23,614 INFO [SettingsFactory] JPA-QL strict compliance: enabled
    18:42:23,614 INFO [SettingsFactory] Second-level cache: enabled
    18:42:23,614 INFO [SettingsFactory] Query cache: disabled
    18:42:23,620 INFO [SettingsFactory] Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
    18:42:23,621 INFO [RegionFactoryCacheProviderBridge] Cache provider: org.hibernate.cache.HashtableCacheProvider
    18:42:23,622 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
    18:42:23,622 INFO [SettingsFactory] Cache region prefix: persistence.unit:unitName=#MonContextDePersistance
    18:42:23,622 INFO [SettingsFactory] Structured second-level cache entries: disabled
    18:42:23,630 INFO [SettingsFactory] Statistics: disabled
    18:42:23,630 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
    18:42:23,632 INFO [SettingsFactory] Default entity-mode: pojo
    18:42:23,632 INFO [SettingsFactory] Named query checking : enabled
    18:42:23,698 INFO [SessionFactoryImpl] building session factory
    18:42:23,901 INFO [SessionFactoryObjectFactory] Factory name: persistence.unit:unitName=#MonContextDePersistance
    18:42:23,903 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
    18:42:23,910 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.unit:unitName=#MonContextDePersistance
    18:42:23,911 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
    18:42:23,922 INFO [SchemaExport] Running hbm2ddl schema export
    18:42:23,923 INFO [SchemaExport] exporting generated schema to database
    18:42:24,031 INFO [SchemaExport] schema export complete
    18:42:24,033 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
    18:42:24,105 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=syraFactorJPA.jar,name=ClientBean,service=EJB3
    18:42:24,110 INFO [EJBContainer] STARTED EJB: com.syraFactorBeanJPA.ClientBean ejbName: ClientBean
    18:42:24,128 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

    ClientBean/remote - EJB3.x Default Remote Business Interface
    ClientBean/remote-com.interfaces.syraFactorJPA.ClientInterface - EJB3.x Remote Business Interface

    18:42:24,283 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
    18:42:24,398 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
    18:42:26,704 INFO [TomcatDeployment] deploy, ctxPath=/
    18:42:26,756 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
    18:42:27,014 INFO [TomcatDeployment] deploy, ctxPath=/syraFactorWEB
    18:42:27,279 INFO [StandardContext] The listener "com.sun.faces.application.WebappLifecycleListener" is already configured for this context. The duplicate definition has been ignored.
    18:42:27,322 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/syraFactorWEB'
    18:42:28,091 SEVERE [application] JSF1029: The specified InjectionProvider implementation 'org.jboss.web.jsf.integration.injection.JBossDelegatingInjectionProvider' does not implement the InjectionProvider interface.
    18:42:28,091 INFO [application] JSF1048: PostConstruct/PreDestroy annotations present. ManagedBeans methods marked with these annotations will have said annotations processed.
    18:42:28,179 ERROR [[/syraFactorWEB]] Exception lors de l'envoi de l'�v�nement contexte initialis� (context initialized) � l'instance de classe d'�coute (listener) org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
    java.lang.ClassCastException: com.sun.faces.config.WebConfiguration cannot be cast to com.sun.faces.config.WebConfiguration
    at com.sun.faces.config.WebConfiguration.getInstance(WebConfiguration.java:154)
    at com.sun.faces.config.ConfigureListener.contextInitialized(ConfigureListener.java:145)
    at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextInitialized(JBossJSFConfigureListener.java:60)
    at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3910)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4393)
    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
    at $Proxy38.start(Unknown Source)
    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
    at org.jboss.system.ServiceController.start(ServiceController.java:460)
    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
    at org.jboss.Main.boot(Main.java:221)
    at org.jboss.Main$1.run(Main.java:556)
    at java.lang.Thread.run(Unknown Source)
    18:42:28,180 ERROR [StandardContext] Error listenerStart
    18:42:28,181 ERROR [StandardContext] Erreur de d�marrage du contexte [/syraFactorWEB] suite aux erreurs pr�c�dentes
    18:42:28,203 ERROR [[/syraFactorWEB]] Exception lors de l'envoi de l'�v�nement contexte d�truit (context destroyed) � l'instance de classe d'�coute org.jboss.web.jsf.integration.config.JBossJSFConfigureListener
    java.lang.ClassCastException: com.sun.faces.application.ApplicationAssociate cannot be cast to com.sun.faces.application.ApplicationAssociate
    at com.sun.faces.application.ApplicationAssociate.getInstance(ApplicationAssociate.java:197)
    at com.sun.faces.application.WebappLifecycleListener.getAssociate(WebappLifecycleListener.java:333)
    at com.sun.faces.application.WebappLifecycleListener.handleAttributeEvent(WebappLifecycleListener.java:260)
    at com.sun.faces.application.WebappLifecycleListener.contextDestroyed(WebappLifecycleListener.java:319)
    at com.sun.faces.config.ConfigureListener.contextDestroyed(ConfigureListener.java:235)
    at org.jboss.web.jsf.integration.config.JBossJSFConfigureListener.contextDestroyed(JBossJSFConfigureListener.java:69)
    at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3949)
    at org.apache.catalina.core.StandardContext.stop(StandardContext.java:4615)
    at org.apache.catalina.core.StandardContext.start(StandardContext.java:4437)
    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
    at $Proxy38.start(Unknown Source)
    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
    at org.jboss.system.ServiceController.start(ServiceController.java:460)
    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
    at org.jboss.Main.boot(Main.java:221)
    at org.jboss.Main$1.run(Main.java:556)
    at java.lang.Thread.run(Unknown Source)
    18:42:28,209 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/syraFactorWEB state=Create mode=Manual requiredState=Installed
    org.jboss.deployers.spi.DeploymentException: URL file:/C:/Program Files/JBoss 5/server/default/tmp/5c4ou1x-kdga44-fwp4uy4e-1-fwp4vo8h-9s/syraFactorWEB.war/ deployment failed
    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:331)
    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
    at $Proxy38.start(Unknown Source)
    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
    at org.jboss.system.ServiceController.start(ServiceController.java:460)
    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
    at org.jboss.Main.boot(Main.java:221)
    at org.jboss.Main$1.run(Main.java:556)
    at java.lang.Thread.run(Unknown Source)
    18:42:28,355 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/C:/Program%20Files/JBoss%205/server/default/deploy/syraFactorWEB.war/ state=PreReal mode=Manual requiredState=Real
    org.jboss.deployers.spi.DeploymentException: URL file:/C:/Program Files/JBoss 5/server/default/tmp/5c4ou1x-kdga44-fwp4uy4e-1-fwp4vo8h-9s/syraFactorWEB.war/ deployment failed
    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:331)
    at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeploy(TomcatDeployment.java:142)
    at org.jboss.web.deployers.AbstractWarDeployment.start(AbstractWarDeployment.java:461)
    at org.jboss.web.deployers.WebModule.startModule(WebModule.java:118)
    at org.jboss.web.deployers.WebModule.start(WebModule.java:97)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:157)
    at org.jboss.mx.server.Invocation.dispatch(Invocation.java:96)
    at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
    at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
    at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:668)
    at org.jboss.system.microcontainer.ServiceProxy.invoke(ServiceProxy.java:206)
    at $Proxy38.start(Unknown Source)
    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:42)
    at org.jboss.system.microcontainer.StartStopLifecycleAction.installAction(StartStopLifecycleAction.java:37)
    at org.jboss.dependency.plugins.action.SimpleControllerContextAction.simpleInstallAction(SimpleControllerContextAction.java:62)
    at org.jboss.dependency.plugins.action.AccessControllerContextAction.install(AccessControllerContextAction.java:71)
    at org.jboss.dependency.plugins.AbstractControllerContextActions.install(AbstractControllerContextActions.java:51)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.system.microcontainer.ServiceControllerContext.install(ServiceControllerContext.java:286)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.system.ServiceController.doChange(ServiceController.java:688)
    at org.jboss.system.ServiceController.start(ServiceController.java:460)
    at org.jboss.system.deployers.ServiceDeployer.start(ServiceDeployer.java:163)
    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:99)
    at org.jboss.system.deployers.ServiceDeployer.deploy(ServiceDeployer.java:46)
    at org.jboss.deployers.spi.deployer.helpers.AbstractSimpleRealDeployer.internalDeploy(AbstractSimpleRealDeployer.java:62)
    at org.jboss.deployers.spi.deployer.helpers.AbstractRealDeployer.deploy(AbstractRealDeployer.java:50)
    at org.jboss.deployers.plugins.deployers.DeployerWrapper.deploy(DeployerWrapper.java:171)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doDeploy(DeployersImpl.java:1439)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1157)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.doInstallParentFirst(DeployersImpl.java:1178)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.install(DeployersImpl.java:1098)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.deployers.plugins.deployers.DeployersImpl.process(DeployersImpl.java:781)
    at org.jboss.deployers.plugins.main.MainDeployerImpl.process(MainDeployerImpl.java:702)
    at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.process(MainDeployerAdapter.java:117)
    at org.jboss.system.server.profileservice.repository.ProfileDeployAction.install(ProfileDeployAction.java:70)
    at org.jboss.system.server.profileservice.repository.AbstractProfileAction.install(AbstractProfileAction.java:53)
    at org.jboss.system.server.profileservice.repository.AbstractProfileService.install(AbstractProfileService.java:361)
    at org.jboss.dependency.plugins.AbstractControllerContext.install(AbstractControllerContext.java:348)
    at org.jboss.dependency.plugins.AbstractController.install(AbstractController.java:1631)
    at org.jboss.dependency.plugins.AbstractController.incrementState(AbstractController.java:934)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:1082)
    at org.jboss.dependency.plugins.AbstractController.resolveContexts(AbstractController.java:984)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:822)
    at org.jboss.dependency.plugins.AbstractController.change(AbstractController.java:553)
    at org.jboss.system.server.profileservice.repository.AbstractProfileService.activateProfile(AbstractProfileService.java:306)
    at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:271)
    at org.jboss.bootstrap.AbstractServerImpl.start(AbstractServerImpl.java:461)
    at org.jboss.Main.boot(Main.java:221)
    at org.jboss.Main$1.run(Main.java:556)
    at java.lang.Thread.run(Unknown Source)
    18:42:28,395 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

    DEPLOYMENTS IN ERROR:
    Deployment "vfszip:/C:/Program%20Files/JBoss%205/server/default/deploy/syraFactorWEB.war/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/C:/Program Files/JBoss 5/server/default/tmp/5c4ou1x-kdga44-fwp4uy4e-1-fwp4vo8h-9s/syraFactorWEB.war/ deployment failed

    18:42:28,404 INFO [Http11Protocol] D�marrage de Coyote HTTP/1.1 sur http-127.0.0.1-8080
    18:42:28,462 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
    18:42:28,512 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 35s:891ms
    -----------------------------------------------------------------------------------------------------------------------------------------------------------------------

    Remarque: En supprimant le projet JSF du serveur JBoss, le lancement de ce dernier se fait sans encombres. Deduction faite, le problème est dans le projet JSF!

    Je vous serai grè de m'aider à solutionner ce problème.

    Meci par avance.

  2. #2
    Membre expert
    Homme Profil pro
    Ingénieur développement logiciels
    Inscrit en
    Juin 2007
    Messages
    2 938
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Localisation : France

    Informations professionnelles :
    Activité : Ingénieur développement logiciels

    Informations forums :
    Inscription : Juin 2007
    Messages : 2 938
    Points : 3 938
    Points
    3 938
    Par défaut
    Visiblement ton server a bien demarré, c quoi l'erreur quand t'essaie de tester l'affichage?

  3. #3
    Membre éprouvé
    Avatar de hasalex
    Homme Profil pro
    Développeur Java
    Inscrit en
    Janvier 2009
    Messages
    879
    Détails du profil
    Informations personnelles :
    Sexe : Homme
    Âge : 54
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur Java

    Informations forums :
    Inscription : Janvier 2009
    Messages : 879
    Points : 1 269
    Points
    1 269
    Par défaut
    Est-ce que tu as les jars de JSF dans ton war ? Si c'est le cas, il entrent peut-être en conflit avec ceux de JBoss.

Discussions similaires

  1. Pb déploiement appli Java sur Jboss 5.0
    Par Cyril_ dans le forum Wildfly/JBoss
    Réponses: 0
    Dernier message: 27/07/2010, 15h26
  2. [AC-2007] message erreur suite transfert appli access sur un autre ordinateur
    Par Baba75AB dans le forum VBA Access
    Réponses: 5
    Dernier message: 22/04/2010, 17h50
  3. erreur dans mon appli EJB3 sous Jboss
    Par s-ehtp dans le forum Wildfly/JBoss
    Réponses: 6
    Dernier message: 02/03/2010, 16h48
  4. Erreur 500 dans Appli JSF de 2 pages
    Par pruderic dans le forum JSF
    Réponses: 1
    Dernier message: 14/08/2008, 12h41
  5. Erreur déploiement d'un WAR sur JBoss (fonctionne sur Tomcat)
    Par elitost dans le forum Wildfly/JBoss
    Réponses: 8
    Dernier message: 24/11/2006, 14h08

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