Estou fazendo uma video aula que arrumei para estudar, criei no Eclipse um projeto EAR, um JPA e um WAR, porém quando dou start no server, está aparecendo o erro abaixo. Tentei várias coisas, como resolver esse problema, ou que caminho tomar para solução desse problema.
Obrigado.
19:55:37,098 INFO [ServerImpl] Starting JBoss (Microcontainer)...
19:55:37,099 INFO [ServerImpl] Release ID: JBoss [The Oracle] 5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)
19:55:37,099 INFO [ServerImpl] Bootstrap URL: null
19:55:37,099 INFO [ServerImpl] Home Dir: C:\Ricardo\JAVA\jboss-5.1.0.GA
19:55:37,100 INFO [ServerImpl] Home URL: file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/
19:55:37,100 INFO [ServerImpl] Library URL: file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/lib/
19:55:37,101 INFO [ServerImpl] Patch URL: null
19:55:37,101 INFO [ServerImpl] Common Base URL: file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/common/
19:55:37,101 INFO [ServerImpl] Common Library URL: file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/common/lib/
19:55:37,101 INFO [ServerImpl] Server Name: default
19:55:37,102 INFO [ServerImpl] Server Base Dir: C:\Ricardo\JAVA\jboss-5.1.0.GA\server
19:55:37,102 INFO [ServerImpl] Server Base URL: file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/
19:55:37,102 INFO [ServerImpl] Server Config URL: file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/conf/
19:55:37,102 INFO [ServerImpl] Server Home Dir: C:\Ricardo\JAVA\jboss-5.1.0.GA\server\default
19:55:37,102 INFO [ServerImpl] Server Home URL: file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/
19:55:37,102 INFO [ServerImpl] Server Data Dir: C:\Ricardo\JAVA\jboss-5.1.0.GA\server\default\data
19:55:37,102 INFO [ServerImpl] Server Library URL: file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/lib/
19:55:37,102 INFO [ServerImpl] Server Log Dir: C:\Ricardo\JAVA\jboss-5.1.0.GA\server\default\log
19:55:37,103 INFO [ServerImpl] Server Native Dir: C:\Ricardo\JAVA\jboss-5.1.0.GA\server\default\tmp\native
19:55:37,103 INFO [ServerImpl] Server Temp Dir: C:\Ricardo\JAVA\jboss-5.1.0.GA\server\default\tmp
19:55:37,103 INFO [ServerImpl] Server Temp Deploy Dir: C:\Ricardo\JAVA\jboss-5.1.0.GA\server\default\tmp\deploy
19:55:37,583 INFO [ServerImpl] Starting Microcontainer, bootstrapURL=file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/conf/bootstrap.xml
19:55:38,066 INFO [VFSCacheFactory] Initializing VFSCache [org.jboss.virtual.plugins.cache.CombinedVFSCache]
19:55:38,069 INFO [VFSCacheFactory] Using VFSCache [CombinedVFSCache[real-cache: null]]
19:55:38,273 INFO [CopyMechanism] VFS temp dir: C:\Ricardo\JAVA\jboss-5.1.0.GA\server\default\tmp
19:55:38,283 INFO [ZipEntryContext] VFS force nested jars copy-mode is enabled.
19:55:39,002 INFO [ServerInfo] Java version: 1.6.0_15,Sun Microsystems Inc.
19:55:39,003 INFO [ServerInfo] Java Runtime: Java(TM) SE Runtime Environment (build 1.6.0_15-b03)
19:55:39,003 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 14.1-b02,Sun Microsystems Inc.
19:55:39,003 INFO [ServerInfo] OS-System: Windows Vista 6.0,x86
19:55:39,003 INFO [ServerInfo] VM arguments: -Dprogram.name=run.bat -Xms128m -Xmx512m -XX:MaxPermSize=256m -Dfile.encoding=Cp1252
19:55:39,032 INFO [JMXKernel] Legacy JMX core initialized
19:55:40,349 INFO [ProfileServiceBootstrap] Loading profile: ProfileKey@14c8822[domain=default, server=default, name=default]
19:55:41,793 INFO [WebService] Using RMI server codebase: http://127.0.0.1:8083/
19:55:46,587 INFO [NativeServerConfig] JBoss Web Services - Stack Native Core
19:55:46,587 INFO [NativeServerConfig] 3.1.2.GA
19:55:46,926 INFO [AttributeCallbackItem] Owner callback not implemented.
19:55:48,250 INFO [LogNotificationListener] Adding notification listener for logging mbean "jboss.system:service=Logging,type=Log4jService" to server org.jboss.mx.server.MBeanServerImpl@1edd9b3[ defaultDomain='jboss' ]
19:55:57,452 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@12766963{vfsfile:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
19:55:57,453 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@12766963{vfsfile:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
19:55:57,453 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@12766963{vfsfile:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
19:55:57,453 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@12766963{vfsfile:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
19:55:59,797 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://127.0.0.1/jndi/rmi://127.0.0.1:1090/jmxconnector
19:55:59,921 INFO [MailService] Mail Service bound to java:/Mail
19:56:02,658 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.
19:56:02,672 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
19:56:02,758 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
19:56:02,810 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
19:56:02,810 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
19:56:03,056 INFO [TransactionManagerService] Initializing recovery manager
19:56:03,192 INFO [TransactionManagerService] Recovery manager configured
19:56:03,193 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
19:56:03,219 INFO [TransactionManagerService] Starting transaction recovery manager
19:56:03,656 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:\Ricardo\PHP5\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Program Files\Samsung\Samsung PC Studio 3\;C:\Program Files\jEdit;C:\Sun\SDK\bin
19:56:03,709 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
19:56:03,713 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
19:56:03,733 INFO [StandardService] Starting service jboss.web
19:56:03,736 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
19:56:03,780 INFO [Catalina] Server startup in 67 ms
19:56:03,799 INFO [TomcatDeployment] deploy, ctxPath=/web-console
19:56:05,119 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
19:56:05,160 INFO [TomcatDeployment] deploy, ctxPath=/invoker
19:56:05,292 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
19:56:05,313 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
19:56:05,353 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
19:56:05,374 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
19:56:05,393 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
19:56:05,476 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
19:56:05,505 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
19:56:05,508 INFO [RAMJobStore] RAMJobStore initialized.
19:56:05,508 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
19:56:05,508 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
19:56:05,508 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
19:56:05,996 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
19:56:07,033 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
19:56:07,155 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
19:56:07,155 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@816436 started
19:56:07,172 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
19:56:07,172 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
19:56:07,172 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
19:56:07,178 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
19:56:07,178 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1ab6f6d started
19:56:07,180 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
19:56:07,182 INFO [ConnectionFactory] Connector bisocket://127.0.0.1:4457 has leasing enabled, lease period 10000 milliseconds
19:56:07,182 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@1e6a413 started
19:56:07,281 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
19:56:07,317 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=MySqlDS' to JNDI name 'java:MySqlDS'
19:56:07,673 INFO [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
19:56:07,677 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
19:56:07,678 INFO [JBossASKernel] with dependencies:
19:56:07,678 INFO [JBossASKernel] and demands:
19:56:07,678 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
19:56:07,678 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
19:56:07,678 INFO [JBossASKernel] and supplies:
19:56:07,678 INFO [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService
19:56:07,678 INFO [JBossASKernel] jndi:SecureProfileService/remote
19:56:07,678 INFO [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
19:56:07,678 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
19:56:07,679 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
19:56:07,679 INFO [JBossASKernel] with dependencies:
19:56:07,679 INFO [JBossASKernel] and demands:
19:56:07,679 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
19:56:07,679 INFO [JBossASKernel] and supplies:
19:56:07,679 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
19:56:07,679 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
19:56:07,679 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote
19:56:07,679 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
19:56:07,680 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
19:56:07,680 INFO [JBossASKernel] with dependencies:
19:56:07,680 INFO [JBossASKernel] and demands:
19:56:07,680 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
19:56:07,680 INFO [JBossASKernel] and supplies:
19:56:07,681 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
19:56:07,681 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView
19:56:07,681 INFO [JBossASKernel] jndi:SecureManagementView/remote
19:56:07,681 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
19:56:07,686 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@154e3d4{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
19:56:07,687 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@664140{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
19:56:07,687 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1b3c169{name=jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
19:56:07,810 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
19:56:07,820 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
19:56:07,867 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
19:56:07,938 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
19:56:07,939 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
19:56:07,951 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
19:56:07,996 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
19:56:07,997 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
19:56:08,019 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
19:56:08,180 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
19:56:08,461 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
19:56:11,445 INFO [TomcatDeployment] deploy, ctxPath=/
19:56:11,496 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
19:56:12,325 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-127.0.0.1-8080
19:56:12,360 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-127.0.0.1-8009
19:56:12,366 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221634)] Started in 35s:261ms
19:56:17,003 WARN [MappedReferenceMetaDataResolverDeployer] Unresolved references exist in JBossWebMetaData:[UserWAR.war#web-app:AnnotatedEJBReferenceMetaData{name=UserEAR/UserSessionFacadeImpl/local,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface br.com.jm.user.service.UserSessionFacade}]
19:56:17,055 INFO [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=UserEAR.ear/UserJPA.jar#UserJPA
19:56:17,139 INFO [Version] Hibernate Annotations 3.4.0.GA
19:56:17,161 INFO [Environment] Hibernate 3.3.1.GA
19:56:17,170 INFO [Environment] hibernate.properties not found
19:56:17,177 INFO [Environment] Bytecode provider name : javassist
19:56:17,182 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
19:56:17,288 INFO [Version] Hibernate Commons Annotations 3.1.0.GA
19:56:17,294 INFO [Version] Hibernate EntityManager 3.4.0.GA
19:56:17,330 INFO [Ejb3Configuration] Processing PersistenceUnitInfo [
name: UserJPA
...]
19:56:17,348 WARN [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
19:56:17,444 INFO [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
19:56:17,448 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
19:56:17,452 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
19:56:17,696 INFO [SettingsFactory] RDBMS: MySQL, version: 6.0.10-alpha-community
19:56:17,696 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.0.8 ( Revision: ${svn.Revision} )
19:56:17,724 INFO [Dialect] Using dialect: org.hibernate.dialect.MySQL5InnoDBDialect
19:56:17,783 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
19:56:17,787 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
19:56:17,790 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
19:56:17,790 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
19:56:17,790 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
19:56:17,790 INFO [SettingsFactory] JDBC batch size: 15
19:56:17,791 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
19:56:17,792 INFO [SettingsFactory] Scrollable result sets: enabled
19:56:17,792 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
19:56:17,792 INFO [SettingsFactory] Connection release mode: auto
19:56:17,794 INFO [SettingsFactory] Maximum outer join fetch depth: 2
19:56:17,794 INFO [SettingsFactory] Default batch fetch size: 1
19:56:17,794 INFO [SettingsFactory] Generate SQL with comments: disabled
19:56:17,795 INFO [SettingsFactory] Order SQL updates by primary key: disabled
19:56:17,795 INFO [SettingsFactory] Order SQL inserts for batching: disabled
19:56:17,795 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
19:56:17,802 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
19:56:17,802 INFO [SettingsFactory] Query language substitutions: {}
19:56:17,802 INFO [SettingsFactory] JPA-QL strict compliance: enabled
19:56:17,802 INFO [SettingsFactory] Second-level cache: enabled
19:56:17,802 INFO [SettingsFactory] Query cache: disabled
19:56:17,811 INFO [SettingsFactory] Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
19:56:17,811 INFO [RegionFactoryCacheProviderBridge] Cache provider: org.hibernate.cache.HashtableCacheProvider
19:56:17,813 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
19:56:17,813 INFO [SettingsFactory] Cache region prefix: persistence.unit:unitName=UserEAR.ear/UserJPA.jar#UserJPA
19:56:17,813 INFO [SettingsFactory] Structured second-level cache entries: disabled
19:56:17,821 INFO [SettingsFactory] Echoing all SQL to stdout
19:56:17,823 INFO [SettingsFactory] Statistics: disabled
19:56:17,823 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
19:56:17,824 INFO [SettingsFactory] Default entity-mode: pojo
19:56:17,825 INFO [SettingsFactory] Named query checking : enabled
19:56:17,886 INFO [SessionFactoryImpl] building session factory
19:56:17,895 INFO [SessionFactoryObjectFactory] Factory name: persistence.unit:unitName=UserEAR.ear/UserJPA.jar#UserJPA
19:56:17,897 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
19:56:17,909 INFO [NamingHelper] Creating subcontext: persistence.unit:unitName=UserEAR.ear
19:56:17,910 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.unit:unitName=UserEAR.ear/UserJPA.jar#UserJPA
19:56:17,910 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
19:56:17,910 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
19:56:17,972 INFO [TomcatDeployment] deploy, ctxPath=/UserWAR
19:56:18,016 WARN [WebEJBRemoteHandler] EJBTHREE-1289: Using legacy EjbEncInjector, because mappedName for enc "env/UserEAR/UserSessionFacadeImpl/local", field "null" is null (container.environmentRefGroup.annotatedEjbReferences = [AnnotatedEJBReferenceMetaData{name=UserEAR/UserSessionFacadeImpl/local,ejb-ref-type=null,link=null,ignore-dependecy=false,mapped/jndi-name=null,resolved-jndi-name=null,beanInterface=interface br.com.jm.user.service.UserSessionFacade}])
19:56:18,024 ERROR [TomcatDeployment] ENC setup failed
java.lang.IllegalStateException: Resolution should not happen via injection container
at org.jboss.web.tomcat.service.TomcatInjectionContainer.getEjbJndiName(TomcatInjectionContainer.java:640)
at org.jboss.injection.EjbEncInjector.inject(EjbEncInjector.java:80)
at org.jboss.web.tomcat.service.TomcatInjectionContainer.populateEnc(TomcatInjectionContainer.java:482)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment$EncListener.lifecycleEvent(TomcatDeployment.java:471)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4388)
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.doInstallParentFirst(DeployersImpl.java:1210)
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.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
19:56:18,028 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/UserWAR state=Create mode=Manual requiredState=Installed
org.jboss.deployers.spi.DeploymentException: URL file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/tmp/5k4h1t57-p10fiv-fzeo5iaw-1-fzeo6djm-9q/UserWAR.war/ deployment failed
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:316)
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.doInstallParentFirst(DeployersImpl.java:1210)
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.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: Resolution should not happen via injection container
at org.jboss.web.tomcat.service.deployers.TomcatDeployment$EncListener.lifecycleEvent(TomcatDeployment.java:483)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4388)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
... 62 more
Caused by: java.lang.IllegalStateException: Resolution should not happen via injection container
at org.jboss.web.tomcat.service.TomcatInjectionContainer.getEjbJndiName(TomcatInjectionContainer.java:640)
at org.jboss.injection.EjbEncInjector.inject(EjbEncInjector.java:80)
at org.jboss.web.tomcat.service.TomcatInjectionContainer.populateEnc(TomcatInjectionContainer.java:482)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment$EncListener.lifecycleEvent(TomcatDeployment.java:471)
... 65 more
19:56:18,050 INFO [PersistenceUnitDeployment] Stopping persistence unit persistence.unit:unitName=UserEAR.ear/UserJPA.jar#UserJPA
19:56:18,050 INFO [SessionFactoryImpl] closing
19:56:18,050 INFO [SessionFactoryObjectFactory] Unbinding factory from JNDI name: persistence.unit:unitName=UserEAR.ear/UserJPA.jar#UserJPA
19:56:18,050 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
19:56:18,051 INFO [SessionFactoryObjectFactory] Unbound factory from JNDI name: persistence.unit:unitName=UserEAR.ear/UserJPA.jar#UserJPA
19:56:18,059 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/UserEAR.ear/ state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: URL file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/tmp/5k4h1t57-p10fiv-fzeo5iaw-1-fzeo6djm-9q/UserWAR.war/ deployment failed
at org.jboss.deployers.spi.DeploymentException.rethrowAsDeploymentException(DeploymentException.java:49)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:316)
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.doInstallParentFirst(DeployersImpl.java:1210)
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.hotdeploy.HDScanner.scan(HDScanner.java:362)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: java.lang.RuntimeException: java.lang.IllegalStateException: Resolution should not happen via injection container
at org.jboss.web.tomcat.service.deployers.TomcatDeployment$EncListener.lifecycleEvent(TomcatDeployment.java:483)
at org.apache.catalina.util.LifecycleSupport.fireLifecycleEvent(LifecycleSupport.java:117)
at org.apache.catalina.core.StandardContext.start(StandardContext.java:4388)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment.performDeployInternal(TomcatDeployment.java:310)
... 62 more
Caused by: java.lang.IllegalStateException: Resolution should not happen via injection container
at org.jboss.web.tomcat.service.TomcatInjectionContainer.getEjbJndiName(TomcatInjectionContainer.java:640)
at org.jboss.injection.EjbEncInjector.inject(EjbEncInjector.java:80)
at org.jboss.web.tomcat.service.TomcatInjectionContainer.populateEnc(TomcatInjectionContainer.java:482)
at org.jboss.web.tomcat.service.deployers.TomcatDeployment$EncListener.lifecycleEvent(TomcatDeployment.java:471)
... 65 more
19:56:18,065 WARN [HDScanner] Failed to process changes
org.jboss.deployers.client.spi.IncompleteDeploymentException: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):
*** DEPLOYMENTS IN ERROR: Name -> Error
vfszip:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/UserEAR.ear/ -> org.jboss.deployers.spi.DeploymentException: URL file:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/tmp/5k4h1t57-p10fiv-fzeo5iaw-1-fzeo6djm-9q/UserWAR.war/ deployment failed
DEPLOYMENTS IN ERROR:
Deployment "vfszip:/C:/Ricardo/JAVA/jboss-5.1.0.GA/server/default/deploy/UserEAR.ear/" is in error due to the following reason(s): java.lang.IllegalStateException: Resolution should not happen via injection container
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:993)
at org.jboss.deployers.plugins.deployers.DeployersImpl.checkComplete(DeployersImpl.java:939)
at org.jboss.deployers.plugins.main.MainDeployerImpl.checkComplete(MainDeployerImpl.java:873)
at org.jboss.system.server.profileservice.repository.MainDeployerAdapter.checkComplete(MainDeployerAdapter.java:128)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.scan(HDScanner.java:369)
at org.jboss.system.server.profileservice.hotdeploy.HDScanner.run(HDScanner.java:255)
at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
at java.util.concurrent.FutureTask$Sync.innerRunAndReset(Unknown Source)
at java.util.concurrent.FutureTask.runAndReset(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$101(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.runPeriodic(Unknown Source)
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)