• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

instantiate Seam component: hibernateSessionFactory:

 
Greenhorn
Posts: 15
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello FOlks,

I am truing to deploy application in Jboss 5.1.0 GA AS. I have used JSF 1.2 (Mojorra) , Seam 2.1.2 and i using Hibernate 3 for Persistence . My DB is MYSQL 5.5 . But i ran to this problem when i started the server

13:39:12,711 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@545226072{vfsfile:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
13:39:12,711 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@545226072{vfsfile:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
13:39:12,711 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@545226072{vfsfile:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
13:39:12,711 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@545226072{vfsfile:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/profileservice-secured.jar/}
13:39:12,726 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@842618406{vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/coxfyt.ear/coxfyt.jar/}
13:39:12,726 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@842618406{vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/coxfyt.ear/coxfyt.jar/}
13:39:12,726 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@842618406{vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/coxfyt.ear/coxfyt.jar/}
13:39:12,726 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@1380381324{vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/coxfyt.ear/jboss-seam.jar/}
13:39:12,726 INFO [Ejb3DependenciesDeployer] Encountered deployment AbstractVFSDeploymentContext@1380381324{vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/coxfyt.ear/jboss-seam.jar/}
13:39:17,236 INFO [JMXConnectorServerService] JMX Connector server: service:jmx:rmi://localhost/jndi/rmi://localhost:1090/jmxconnector
13:39:17,611 INFO [MailService] Mail Service bound to java:/Mail
13:39:22,120 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.
13:39:22,135 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
13:39:22,308 WARN [AnnotationCreator] No ClassLoader provided, using TCCL: org.jboss.managed.api.annotation.ManagementComponent
13:39:22,448 INFO [TransactionManagerService] JBossTS Transaction Service (JTA version - tag:JBOSSTS_4_6_1_GA) - JBoss Inc.
13:39:22,448 INFO [TransactionManagerService] Setting up property manager MBean and JMX layer
13:39:22,807 INFO [TransactionManagerService] Initializing recovery manager
13:39:23,166 INFO [TransactionManagerService] Recovery manager configured
13:39:23,166 INFO [TransactionManagerService] Binding TransactionManager JNDI Reference
13:39:23,229 INFO [TransactionManagerService] Starting transaction recovery manager
13:39:23,869 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\jdk1.6.0_37\bin;C:\Windows\Sun\Java\bin;C:\Windows\system32;C:\Windows;native;.
13:39:24,009 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
13:39:24,025 INFO [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
13:39:24,087 INFO [StandardService] Starting service jboss.web
13:39:24,103 INFO [StandardEngine] Starting Servlet Engine: JBoss Web/2.1.3.GA
13:39:24,150 INFO [Catalina] Server startup in 127 ms
13:39:24,165 INFO [TomcatDeployment] deploy, ctxPath=/invoker
13:39:25,554 INFO [TomcatDeployment] deploy, ctxPath=/web-console
13:39:26,069 INFO [TomcatDeployment] deploy, ctxPath=/jbossws
13:39:26,413 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/jboss-local-jdbc.rar/META-INF/ra.xml
13:39:26,896 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/jboss-xa-jdbc.rar/META-INF/ra.xml
13:39:26,991 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/jms-ra.rar/META-INF/ra.xml
13:39:27,038 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/mail-ra.rar/META-INF/ra.xml
13:39:27,100 INFO [RARDeployment] Required license terms exist, view vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/quartz-ra.rar/META-INF/ra.xml
13:39:27,225 INFO [SimpleThreadPool] Job execution threads will use class loader of thread: main
13:39:27,256 INFO [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
13:39:27,256 INFO [RAMJobStore] RAMJobStore initialized.
13:39:27,256 INFO [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
13:39:27,256 INFO [StdSchedulerFactory] Quartz scheduler version: 1.5.2
13:39:27,256 INFO [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
13:39:27,474 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=coxfytDatasource' to JNDI name 'java:coxfytDatasource'
13:39:28,442 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
13:39:29,347 INFO [ServerPeer] JBoss Messaging 1.4.3.GA server [0] started
13:39:29,457 INFO [QueueService] Queue[/queue/ExpiryQueue] started, fullSize=200000, pageSize=2000, downCacheSize=2000
13:39:29,535 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
13:39:29,535 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@822467d started
13:39:29,535 INFO [QueueService] Queue[/queue/DLQ] started, fullSize=200000, pageSize=2000, downCacheSize=2000
13:39:29,535 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
13:39:29,535 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
13:39:29,550 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
13:39:29,550 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@3ee322f7 started
13:39:29,550 INFO [ConnectionFactory] Connector bisocket://localhost:4457 has leasing enabled, lease period 10000 milliseconds
13:39:29,550 INFO [ConnectionFactory] org.jboss.jms.server.connectionfactory.ConnectionFactory@7ec4cdce started
13:39:29,660 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
13:39:30,612 INFO [JBossASKernel] Created KernelDeployment for: profileservice-secured.jar
13:39:30,628 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
13:39:30,628 INFO [JBossASKernel] with dependencies:
13:39:30,628 INFO [JBossASKernel] and demands:
13:39:30,628 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
13:39:30,628 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
13:39:30,628 INFO [JBossASKernel] and supplies:
13:39:30,628 INFO [JBossASKernel] Class:org.jboss.profileservice.spi.ProfileService
13:39:30,628 INFO [JBossASKernel] jndi:SecureProfileService/remote
13:39:30,628 INFO [JBossASKernel] jndi:SecureProfileService/remote-org.jboss.profileservice.spi.ProfileService
13:39:30,628 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3) to KernelDeployment of: profileservice-secured.jar
13:39:30,628 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
13:39:30,628 INFO [JBossASKernel] with dependencies:
13:39:30,628 INFO [JBossASKernel] and demands:
13:39:30,628 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
13:39:30,628 INFO [JBossASKernel] and supplies:
13:39:30,628 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote-org.jboss.deployers.spi.management.deploy.DeploymentManager
13:39:30,628 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.deploy.DeploymentManager
13:39:30,628 INFO [JBossASKernel] jndi:SecureDeploymentManager/remote
13:39:30,628 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3) to KernelDeployment of: profileservice-secured.jar
13:39:30,628 INFO [JBossASKernel] installing bean: jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
13:39:30,628 INFO [JBossASKernel] with dependencies:
13:39:30,628 INFO [JBossASKernel] and demands:
13:39:30,628 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
13:39:30,628 INFO [JBossASKernel] and supplies:
13:39:30,628 INFO [JBossASKernel] jndi:SecureManagementView/remote-org.jboss.deployers.spi.management.ManagementView
13:39:30,628 INFO [JBossASKernel] Class:org.jboss.deployers.spi.management.ManagementView
13:39:30,628 INFO [JBossASKernel] jndi:SecureManagementView/remote
13:39:30,628 INFO [JBossASKernel] Added bean(jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3) to KernelDeployment of: profileservice-secured.jar
13:39:30,644 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@1c8d34a7{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}
13:39:30,644 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@5637d705{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}
13:39:30,644 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@6acdd5a4{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}
13:39:30,925 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureDeploymentManager,service=EJB3
13:39:30,925 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureDeploymentManager ejbName: SecureDeploymentManager
13:39:31,299 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

13:39:31,393 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureManagementView,service=EJB3
13:39:31,393 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureManagementView ejbName: SecureManagementView
13:39:31,409 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

13:39:31,440 INFO [SessionSpecContainer] Starting jboss.j2ee:jar=profileservice-secured.jar,name=SecureProfileService,service=EJB3
13:39:31,440 INFO [EJBContainer] STARTED EJB: org.jboss.profileservice.ejb.SecureProfileServiceBean ejbName: SecureProfileService
13:39:31,455 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

13:39:31,955 INFO [TomcatDeployment] deploy, ctxPath=/admin-console
13:39:32,314 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/admin-console'
13:39:35,715 INFO [TomcatDeployment] deploy, ctxPath=/
13:39:37,240 INFO [TomcatDeployment] deploy, ctxPath=/jmx-console
13:39:52,483 WARN [Ejb3AnnotationHandler] JBMETA-4: did not find any bean meta data for annotation bean HelloBeanAction, will create some
13:39:52,640 WARN [Ejb3AnnotationHandler] JBMETA-4: did not find any bean meta data for annotation bean AuthenticatorBean, will create some
13:39:52,811 INFO [JBossASKernel] Created KernelDeployment for: coxfyt.jar
13:39:52,811 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=coxfyt.ear,jar=coxfyt.jar,name=HelloBeanAction,service=EJB3
13:39:52,811 INFO [JBossASKernel] with dependencies:
13:39:52,811 INFO [JBossASKernel] and demands:
13:39:52,811 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
13:39:52,811 INFO [JBossASKernel] and supplies:
13:39:52,811 INFO [JBossASKernel] Class:com.cox.fyt.HelloBean
13:39:52,811 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=coxfyt.ear,jar=coxfyt.jar,name=HelloBeanAction,service=EJB3) to KernelDeployment of: coxfyt.jar
13:39:52,811 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=coxfyt.ear,jar=coxfyt.jar,name=AuthenticatorBean,service=EJB3
13:39:52,811 INFO [JBossASKernel] with dependencies:
13:39:52,811 INFO [JBossASKernel] and demands:
13:39:52,811 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
13:39:52,811 INFO [JBossASKernel] persistence.unit:unitName=coxfyt.ear/coxfyt.jar#coxfytDatabase
13:39:52,811 INFO [JBossASKernel] and supplies:
13:39:52,811 INFO [JBossASKernel] Class:com.cox.security.Authenticator
13:39:52,811 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=coxfyt.ear,jar=coxfyt.jar,name=AuthenticatorBean,service=EJB3) to KernelDeployment of: coxfyt.jar
13:39:52,998 WARN [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@7f34139f
13:39:53,014 WARN [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@7f34139f
13:39:53,030 WARN [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@7f34139f
13:39:53,030 WARN [InjectInterceptorsFactory] WEIRDNESS IN AOP: advisor org.jboss.ejb3.aop.ExtendedManagedObjectAdvisor@7f34139f
13:39:53,373 INFO [JBossASKernel] Created KernelDeployment for: jboss-seam.jar
13:39:53,373 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=coxfyt.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
13:39:53,373 INFO [JBossASKernel] with dependencies:
13:39:53,373 INFO [JBossASKernel] and demands:
13:39:53,373 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
13:39:53,373 INFO [JBossASKernel] and supplies:
13:39:53,373 INFO [JBossASKernel] Class:org.jboss.seam.async.LocalTimerServiceDispatcher
13:39:53,373 INFO [JBossASKernel] jndi:coxfyt/TimerServiceDispatcher/local
13:39:53,373 INFO [JBossASKernel] jndi:coxfyt/TimerServiceDispatcher/local-org.jboss.seam.async.LocalTimerServiceDispatcher
13:39:53,373 INFO [JBossASKernel] jndi:coxfyt/TimerServiceDispatcher/remote
13:39:53,373 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=coxfyt.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3) to KernelDeployment of: jboss-seam.jar
13:39:53,373 INFO [JBossASKernel] installing bean: jboss.j2ee:ear=coxfyt.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3
13:39:53,373 INFO [JBossASKernel] with dependencies:
13:39:53,373 INFO [JBossASKernel] and demands:
13:39:53,373 INFO [JBossASKernel] jboss.ejb:service=EJBTimerService
13:39:53,373 INFO [JBossASKernel] and supplies:
13:39:53,373 INFO [JBossASKernel] jndi:coxfyt/EjbSynchronizations/local-org.jboss.seam.transaction.LocalEjbSynchronizations
13:39:53,373 INFO [JBossASKernel] jndi:coxfyt/EjbSynchronizations/remote
13:39:53,373 INFO [JBossASKernel] jndi:coxfyt/EjbSynchronizations/local
13:39:53,373 INFO [JBossASKernel] Class:org.jboss.seam.transaction.LocalEjbSynchronizations
13:39:53,373 INFO [JBossASKernel] Added bean(jboss.j2ee:ear=coxfyt.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3) to KernelDeployment of: jboss-seam.jar
13:39:53,373 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@610ba2d1{name=jboss.j2ee:ear=coxfyt.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
13:39:53,373 INFO [EJB3EndpointDeployer] Deploy AbstractBeanMetaData@3651813f{name=jboss.j2ee:ear=coxfyt.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3_endpoint bean=org.jboss.ejb3.endpoint.deployers.impl.EndpointImpl properties=[container] constructor=null autowireCandidate=true}
13:39:53,466 INFO [SessionSpecContainer] Starting jboss.j2ee:ear=coxfyt.ear,jar=coxfyt.jar,name=HelloBeanAction,service=EJB3
13:39:53,466 INFO [EJBContainer] STARTED EJB: com.cox.fyt.HelloBeanAction ejbName: HelloBeanAction
13:39:53,466 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:


13:39:53,763 INFO [PersistenceUnitDeployment] Starting persistence unit persistence.unit:unitName=coxfyt.ear/coxfyt.jar#coxfytDatabase
13:39:53,951 INFO [Version] Hibernate Annotations 3.4.0.GA
13:39:54,029 INFO [Environment] Hibernate 3.3.1.GA
13:39:54,060 INFO [Environment] hibernate.properties not found
13:39:54,060 INFO [Environment] Bytecode provider name : javassist
13:39:54,076 INFO [Environment] using JDK 1.4 java.sql.Timestamp handling
13:39:54,419 INFO [Version] Hibernate Commons Annotations 3.1.0.GA
13:39:54,419 INFO [Version] Hibernate EntityManager 3.4.0.GA
13:39:54,466 INFO [Ejb3Configuration] Processing PersistenceUnitInfo [
name: coxfytDatabase
...]
13:39:54,497 WARN [Ejb3Configuration] Persistence provider caller does not implement the EJB3 spec correctly. PersistenceUnitInfo.getNewTempClassLoader() is null.
13:39:54,622 INFO [AnnotationBinder] Binding entity from annotated class: com.cox.model.UserRoles
13:39:54,715 INFO [EntityBinder] Bind entity com.cox.model.UserRoles on table user_roles
13:39:54,793 INFO [AnnotationBinder] Binding entity from annotated class: com.cox.model.InternalUser
13:39:54,793 INFO [EntityBinder] Bind entity com.cox.model.InternalUser on table internal_user
13:39:55,074 INFO [AnnotationBinder] Binding entity from annotated class: com.cox.model.Menu
13:39:55,074 INFO [EntityBinder] Bind entity com.cox.model.Menu on table menu
13:39:55,137 INFO [AnnotationBinder] Binding entity from annotated class: com.cox.model.Role
13:39:55,137 INFO [EntityBinder] Bind entity com.cox.model.Role on table role
13:39:55,512 INFO [AnnotationBinder] Binding entity from annotated class: com.cox.model.Designation
13:39:55,512 INFO [EntityBinder] Bind entity com.cox.model.Designation on table designation
13:39:55,528 INFO [AnnotationBinder] Binding entity from annotated class: com.cox.model.User
13:39:55,528 INFO [EntityBinder] Bind entity com.cox.model.User on table user
13:39:55,559 INFO [AnnotationBinder] Binding entity from annotated class: com.cox.model.SeriesTable
13:39:55,559 INFO [EntityBinder] Bind entity com.cox.model.SeriesTable on table series_table
13:39:55,559 INFO [AnnotationBinder] Binding entity from annotated class: com.cox.model.UserRole
13:39:55,559 INFO [EntityBinder] Bind entity com.cox.model.UserRole on table user_role
13:39:55,715 INFO [CollectionBinder] Mapping collection: com.cox.model.Role.userRoles -> user_role
13:39:55,715 INFO [CollectionBinder] Mapping collection: com.cox.model.Designation.internalUsers -> internal_user
13:39:55,715 INFO [CollectionBinder] Mapping collection: com.cox.model.User.internalUsers -> internal_user
13:39:55,715 INFO [CollectionBinder] Mapping collection: com.cox.model.User.userRoles -> user_role
13:39:55,746 INFO [Version] Hibernate Validator 3.1.0.GA
13:39:55,840 INFO [HibernateSearchEventListenerRegister] Unable to find org.hibernate.search.event.FullTextIndexEventListener on the classpath. Hibernate Search is not enabled.
13:39:55,871 INFO [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
13:39:55,871 INFO [InjectedDataSourceConnectionProvider] Using provided datasource
13:39:57,056 INFO [SettingsFactory] RDBMS: MySQL, version: 5.5.28
13:39:57,056 INFO [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.22 ( Revision: ${bzr.revision-id} )
13:39:57,120 INFO [Dialect] Using dialect: com.cox.utils.IrMysqlDialect
13:39:57,135 INFO [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
13:39:57,135 INFO [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
13:39:57,151 INFO [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
13:39:57,151 INFO [SettingsFactory] Automatic flush during beforeCompletion(): disabled
13:39:57,151 INFO [SettingsFactory] Automatic session close at end of transaction: disabled
13:39:57,151 INFO [SettingsFactory] JDBC batch size: 15
13:39:57,151 INFO [SettingsFactory] JDBC batch updates for versioned data: disabled
13:39:57,151 INFO [SettingsFactory] Scrollable result sets: enabled
13:39:57,151 INFO [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
13:39:57,151 INFO [SettingsFactory] Connection release mode: auto
13:39:57,151 INFO [SettingsFactory] Maximum outer join fetch depth: 2
13:39:57,151 INFO [SettingsFactory] Default batch fetch size: 1
13:39:57,151 INFO [SettingsFactory] Generate SQL with comments: disabled
13:39:57,151 INFO [SettingsFactory] Order SQL updates by primary key: disabled
13:39:57,151 INFO [SettingsFactory] Order SQL inserts for batching: disabled
13:39:57,151 INFO [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
13:39:57,167 INFO [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
13:39:57,167 INFO [SettingsFactory] Query language substitutions: {}
13:39:57,167 INFO [SettingsFactory] JPA-QL strict compliance: enabled
13:39:57,167 INFO [SettingsFactory] Second-level cache: enabled
13:39:57,167 INFO [SettingsFactory] Query cache: disabled
13:39:57,167 INFO [SettingsFactory] Cache region factory : org.hibernate.cache.impl.bridge.RegionFactoryCacheProviderBridge
13:39:57,182 INFO [RegionFactoryCacheProviderBridge] Cache provider: org.hibernate.cache.HashtableCacheProvider
13:39:57,182 INFO [SettingsFactory] Optimize cache for minimal puts: disabled
13:39:57,182 INFO [SettingsFactory] Cache region prefix: persistence.unit:unitName=coxfyt.ear/coxfyt.jar#coxfytDatabase
13:39:57,182 INFO [SettingsFactory] Structured second-level cache entries: disabled
13:39:57,198 INFO [SettingsFactory] Echoing all SQL to stdout
13:39:57,198 INFO [SettingsFactory] Statistics: disabled
13:39:57,213 INFO [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
13:39:57,213 INFO [SettingsFactory] Default entity-mode: pojo
13:39:57,213 INFO [SettingsFactory] Named query checking : enabled
13:39:57,416 INFO [SessionFactoryImpl] building session factory
13:39:57,837 INFO [SessionFactoryObjectFactory] Factory name: persistence.unit:unitName=coxfyt.ear/coxfyt.jar#coxfytDatabase
13:39:57,837 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
13:39:57,837 INFO [NamingHelper] Creating subcontext: persistence.unit:unitName=coxfyt.ear
13:39:57,837 INFO [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.unit:unitName=coxfyt.ear/coxfyt.jar#coxfytDatabase
13:39:57,853 WARN [SessionFactoryObjectFactory] InitialContext did not implement EventContext
13:39:57,853 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
13:39:57,900 INFO [SessionSpecContainer] Starting jboss.j2ee:ear=coxfyt.ear,jar=coxfyt.jar,name=AuthenticatorBean,service=EJB3
13:39:57,900 INFO [EJBContainer] STARTED EJB: com.cox.security.AuthenticatorBean ejbName: AuthenticatorBean
13:39:57,900 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:


13:39:57,931 INFO [SessionSpecContainer] Starting jboss.j2ee:ear=coxfyt.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
13:39:57,931 INFO [EJBContainer] STARTED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
13:39:57,947 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

coxfyt/TimerServiceDispatcher/local - EJB3.x Default Local Business Interface
coxfyt/TimerServiceDispatcher/local-org.jboss.seam.async.LocalTimerServiceDispatcher - EJB3.x Local Business Interface

13:39:57,978 INFO [SessionSpecContainer] Starting jboss.j2ee:ear=coxfyt.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3
13:39:57,978 INFO [EJBContainer] STARTED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
13:39:58,009 INFO [JndiSessionRegistrarBase] Binding the following Entries in Global JNDI:

coxfyt/EjbSynchronizations/local - EJB3.x Default Local Business Interface
coxfyt/EjbSynchronizations/local-org.jboss.seam.transaction.LocalEjbSynchronizations - EJB3.x Local Business Interface

13:39:58,134 WARN [WebServiceDeployerEJB] Ingore ejb deployment with null classname: org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData@d55b4858{HelloBeanAction}
13:39:58,134 WARN [WebServiceDeployerEJB] Ingore ejb deployment with null classname: org.jboss.metadata.ejb.jboss.JBossSessionBeanMetaData@8d048ba3{AuthenticatorBean}
13:40:00,256 INFO [TomcatDeployment] deploy, ctxPath=/coxfyt
13:40:00,651 INFO [config] Initializing Mojarra (1.2_12-b01-FCS) for context '/coxfyt'
13:40:04,005 INFO [ServletContextListener] Welcome to Seam 2.1.2
13:40:10,215 WARN [PersistentPermissionResolver] no permission store available - please install a PermissionStore with the name 'org.jboss.seam.security.jpaPermissionStore' if persistent permissions are required.
13:40:10,294 INFO [Configuration] configuring from resource: /hibernate.cfg.xml
13:40:10,294 INFO [Configuration] Configuration resource: /hibernate.cfg.xml
13:40:10,310 ERROR [[/coxfyt]] Exception sending context initialized event to listener instance of class org.jboss.seam.servlet.SeamListener
org.jboss.seam.InstantiationException: Could not instantiate Seam component: hibernateSessionFactory
at org.jboss.seam.Component.newInstance(Component.java:2144)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:304)
at org.jboss.seam.contexts.Contexts.startup(Contexts.java:278)
at org.jboss.seam.contexts.ServletLifecycle.endInitialization(ServletLifecycle.java:113)
at org.jboss.seam.init.Initialization.init(Initialization.java:740)
at org.jboss.seam.servlet.SeamListener.contextInitialized(SeamListener.java:36)
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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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.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(Thread.java:662)
Caused by: org.hibernate.HibernateException: /hibernate.cfg.xml not found
at org.hibernate.util.ConfigHelper.getResourceAsStream(ConfigHelper.java:170)
at org.hibernate.cfg.Configuration.getConfigurationInputStream(Configuration.java:1439)
at org.hibernate.cfg.Configuration.configure(Configuration.java:1461)
at org.hibernate.cfg.AnnotationConfiguration.configure(AnnotationConfiguration.java:1017)
at org.hibernate.cfg.AnnotationConfiguration.configure(AnnotationConfiguration.java:64)
at org.hibernate.cfg.Configuration.configure(Configuration.java:1448)
at org.hibernate.cfg.AnnotationConfiguration.configure(AnnotationConfiguration.java:1011)
at org.hibernate.cfg.AnnotationConfiguration.configure(AnnotationConfiguration.java:64)
at org.jboss.seam.persistence.HibernateSessionFactory.createSessionFactory(HibernateSessionFactory.java:120)
at org.jboss.seam.persistence.HibernateSessionFactory.startup(HibernateSessionFactory.java:79)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.jboss.seam.util.Reflections.invoke(Reflections.java:22)
at org.jboss.seam.util.Reflections.invokeAndWrap(Reflections.java:144)
at org.jboss.seam.Component.callComponentMethod(Component.java:2249)
at org.jboss.seam.Component.callCreateMethod(Component.java:2172)
at org.jboss.seam.Component.newInstance(Component.java:2132)
... 75 more
13:40:10,325 ERROR [StandardContext] Error listenerStart
13:40:10,325 ERROR [StandardContext] Context [/coxfyt] startup failed due to previous errors
13:40:10,372 ERROR [AbstractKernelController] Error installing to Start: name=jboss.web.deployment:war=/coxfyt state=Create mode=Manual requiredState=Installed
org.jboss.deployers.spi.DeploymentException: URL file:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/tmp/a5eld-5qnj6s-haxlyr06-1-haxm12h1-9t/coxfyt.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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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.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(Thread.java:662)
13:40:13,913 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=coxfyt.ear,jar=jboss-seam.jar,name=EjbSynchronizations,service=EJB3
13:40:14,116 INFO [EJBContainer] STOPPED EJB: org.jboss.seam.transaction.EjbSynchronizations ejbName: EjbSynchronizations
13:40:14,163 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=coxfyt.ear,jar=jboss-seam.jar,name=TimerServiceDispatcher,service=EJB3
13:40:14,163 INFO [EJBContainer] STOPPED EJB: org.jboss.seam.async.TimerServiceDispatcher ejbName: TimerServiceDispatcher
13:40:14,194 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=coxfyt.ear,jar=coxfyt.jar,name=AuthenticatorBean,service=EJB3
13:40:14,397 INFO [EJBContainer] STOPPED EJB: com.cox.security.AuthenticatorBean ejbName: AuthenticatorBean
13:40:14,413 INFO [PersistenceUnitDeployment] Stopping persistence unit persistence.unit:unitName=coxfyt.ear/coxfyt.jar#coxfytDatabase
13:40:14,413 INFO [SessionFactoryImpl] closing
13:40:14,413 INFO [SessionFactoryObjectFactory] Unbinding factory from JNDI name: persistence.unit:unitName=coxfyt.ear/coxfyt.jar#coxfytDatabase
13:40:14,413 INFO [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
13:40:14,413 INFO [SessionFactoryObjectFactory] Unbound factory from JNDI name: persistence.unit:unitName=coxfyt.ear/coxfyt.jar#coxfytDatabase
13:40:14,429 INFO [SessionSpecContainer] Stopping jboss.j2ee:ear=coxfyt.ear,jar=coxfyt.jar,name=HelloBeanAction,service=EJB3
13:40:14,429 INFO [EJBContainer] STOPPED EJB: com.cox.fyt.HelloBeanAction ejbName: HelloBeanAction
13:40:14,460 ERROR [AbstractKernelController] Error installing to Real: name=vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/coxfyt.ear/ state=PreReal mode=Manual requiredState=Real
org.jboss.deployers.spi.DeploymentException: URL file:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/tmp/a5eld-5qnj6s-haxlyr06-1-haxm12h1-9t/coxfyt.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(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
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.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(Thread.java:662)
13:40:14,648 ERROR [ProfileServiceBootstrap] Failed to load profile: Summary of incomplete deployments (SEE PREVIOUS ERRORS FOR DETAILS):

DEPLOYMENTS IN ERROR:
Deployment "vfszip:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/deploy/coxfyt.ear/" is in error due to the following reason(s): org.jboss.deployers.spi.DeploymentException: URL file:/C:/Raman/Softwares/jboss-5.1.0.GA/server/default/tmp/a5eld-5qnj6s-haxlyr06-1-haxm12h1-9t/coxfyt.war/ deployment failed

13:40:14,679 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-localhost%2F127.0.0.1-8080
13:40:14,726 INFO [AjpProtocol] Starting Coyote AJP/1.3 on ajp-localhost%2F127.0.0.1-8009
13:40:14,741 INFO [ServerImpl] JBoss (Microcontainer) [5.1.0.GA (build: SVNTag=JBoss_5_1_0_GA date=200905221053)] Started in 2m:5s:718ms


Componets.xml : (part)

<core:init debug="@debug@" jndi-pattern="coxfyt/#{ejbName}/local" />
..
..
<persistence:hibernate-session-factory
name="hibernateSessionFactory" />
<persistence:managed-persistence-context
name="entityManager" auto-create="true" persistence-unit-jndi-name="java:/coxEntityManagerFactory" />

<transaction:ejb-transaction></transaction:ejb-transaction>

I also tried this one .

<component name="org.jboss.seam.core.init">
<property name="jndiPattern">coxfyt/#{ejbName}/local</property>
</component>

Persistence.xml

<persistence-unit name="coxfytDatabase">
<provider>org.hibernate.ejb.HibernatePersistence</provider>
<jta-data-source>java:/coxfytDatasource</jta-data-source>
<properties>
<property name="hibernate.dialect" value="com.cox.utils.IrMysqlDialect"/>
<property name="hibernate.hbm2ddl.auto" value="none"/>
<property name="hibernate.show_sql" value="true"/>
<property name="hibernate.format_sql" value="false"/>
<property name="jboss.entity.manager.factory.jndi.name" value="java:/coxEntityManagerFactory"/>
</properties>
</persistence-unit>
</persistence>


Why hibernate sessionfactory could not be insantiated by seam component ?
reply
    Bookmark Topic Watch Topic
  • New Topic