[jboss-user] [EJB 3.0] - EAR not initializing properly - java.lang.ClassNotFoundExcep

lescarbonaro do-not-reply at jboss.com
Wed Nov 28 08:17:54 EST 2007


I have JBoss 4.2.1 installed on a local Windows XP Pro pc, with Java 1.6, JRE 1.6, MySQL 5 installed.

The application I'm working on builds an EAR file and deploys it in JBoss. However once JBoss tries to initialize this EJB app, I get loads of errors (see below) starting off with ClassNotFound exception and then basically downhil from there. The curious thing is the exact same EAR file deploys perfectly on another machine with the same basic configuration.

Could someone please tell me what's going wrong here, and how can I fix it?

Thanks.

Regards,
Les


12:07:42,484 INFO  [Server] Starting JBoss (MX MicroKernel)...
12:07:42,484 INFO  [Server] Release ID: JBoss [Trinity] 4.2.1.GA (build: SVNTag=JBoss_4_2_1_GA date=200707131605)
12:07:42,484 INFO  [Server] Home Dir: C:\JBoss\jboss-4.2.1.GA
12:07:42,484 INFO  [Server] Home URL: file:/C:/JBoss/jboss-4.2.1.GA/
12:07:42,484 INFO  [Server] Patch URL: null
12:07:42,484 INFO  [Server] Server Name: default
12:07:42,484 INFO  [Server] Server Home Dir: C:\JBoss\jboss-4.2.1.GA\server\default
12:07:42,484 INFO  [Server] Server Home URL: file:/C:/JBoss/jboss-4.2.1.GA/server/default/
12:07:42,484 INFO  [Server] Server Log Dir: C:\JBoss\jboss-4.2.1.GA\server\default\log
12:07:42,484 INFO  [Server] Server Temp Dir: C:\JBoss\jboss-4.2.1.GA\server\default\tmp
12:07:42,500 INFO  [Server] Root Deployment Filename: jboss-service.xml
12:07:42,750 INFO  [ServerInfo] Java version: 1.6.0_03,Sun Microsystems Inc.
12:07:42,750 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.6.0_03-b05,Sun Microsystems Inc.
12:07:42,750 INFO  [ServerInfo] OS-System: Windows XP 5.1,x86
12:07:43,093 INFO  [Server] Core system initialized
12:07:44,968 INFO  [WebService] Using RMI server codebase: http://127.0.0.1:8083/
12:07:44,968 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resource:jboss-log4j.xml
12:07:45,390 INFO  [TransactionManagerService] JBossTS Transaction Service (JTA version) - JBoss Inc.
12:07:45,390 INFO  [TransactionManagerService] Setting up property manager MBean and JMX layer
12:07:45,578 INFO  [TransactionManagerService] Starting recovery manager
12:07:45,656 INFO  [TransactionManagerService] Recovery manager started
12:07:45,656 INFO  [TransactionManagerService] Binding TransactionManager JNDI Reference
12:07:47,875 INFO  [EJB3Deployer] Starting java:comp multiplexer
12:07:49,265 INFO  [ServiceEndpointManager] jbossws-1.2.1.GA (build=200704151756)
12:07:50,421 INFO  [AprLifecycleListener] The Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: C:\Java\jre1.6.0_03\bin;.;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Java\jdk1.6.0_03\bin\..\jre\bin\client;C:\Java\jdk1.6.0_03\bin\..\jre\bin;C:\Java\jdk1.6.0_03\bin;C:\JBoss\jboss-4.2.1.GA\bin;C:\Ant\apache-ant-1.7.0\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\MySQL\MySQL Server 5.0\bin
12:07:50,468 INFO  [Http11Protocol] Initializing Coyote HTTP/1.1 on http-127.0.0.1-8080
12:07:50,468 INFO  [AjpProtocol] Initializing Coyote AJP/1.3 on ajp-127.0.0.1-8009
12:07:50,468 INFO  [Catalina] Initialization processed in 225 ms
12:07:50,468 INFO  [StandardService] Starting service jboss.web
12:07:50,484 INFO  [StandardEngine] Starting Servlet Engine: JBossWeb/2.0.0.GA
12:07:50,531 INFO  [Catalina] Server startup in 49 ms
12:07:50,625 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jboss-web.deployer/ROOT.war/
12:07:51,187 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
12:07:51,375 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/deploy/tmp65044jbossws-context-exp.war/
12:07:51,484 INFO  [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
12:07:52,296 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
12:07:52,750 INFO  [MailService] Mail Service bound to java:/WinstantMail
12:07:52,906 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
12:07:52,953 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
12:07:52,984 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
12:07:53,031 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
12:07:53,078 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
12:07:53,125 INFO  [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/quartz-ra.rar
12:07:53,125 INFO  [QuartzResourceAdapter] start quartz!!!
12:07:53,187 INFO  [SimpleThreadPool] Job execution threads will use class loader of thread: main
12:07:53,218 INFO  [QuartzScheduler] Quartz Scheduler v.1.5.2 created.
12:07:53,218 INFO  [RAMJobStore] RAMJobStore initialized.
12:07:53,218 INFO  [StdSchedulerFactory] Quartz scheduler 'DefaultQuartzScheduler' initialized from default resource file in Quartz package: 'quartz.properties'
12:07:53,218 INFO  [StdSchedulerFactory] Quartz scheduler version: 1.5.2
12:07:53,218 INFO  [QuartzScheduler] Scheduler DefaultQuartzScheduler_$_NON_CLUSTERED started.
12:07:53,984 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
12:07:54,234 INFO  [A] Bound to JNDI name: queue/A
12:07:54,234 INFO  [B] Bound to JNDI name: queue/B
12:07:54,234 INFO  [C] Bound to JNDI name: queue/C
12:07:54,234 INFO  [D] Bound to JNDI name: queue/D
12:07:54,234 INFO  [ex] Bound to JNDI name: queue/ex
12:07:54,250 INFO  [testTopic] Bound to JNDI name: topic/testTopic
12:07:54,265 INFO  [securedTopic] Bound to JNDI name: topic/securedTopic
12:07:54,265 INFO  [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
12:07:54,265 INFO  [testQueue] Bound to JNDI name: queue/testQueue
12:07:54,296 INFO  [UILServerILService] JBossMQ UIL service available at : /127.0.0.1:8093
12:07:54,328 INFO  [DLQ] Bound to JNDI name: queue/DLQ
12:07:54,453 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
12:07:54,515 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=WinstantDS' to JNDI name 'java:WinstantDS'
12:07:54,531 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
12:07:54,750 INFO  [EARDeployer] Init J2EE application: file:/C:/JBoss/jboss-4.2.1.GA/server/default/deploy/winstant_ear.ear
12:08:05,093 WARN  [ServiceController] Problem creating service jboss.j2ee:service=EJB3,module=winstant_ejb.jar
java.lang.ClassNotFoundException: No ClassLoaders found for: com.winstant.ejb.SettingsEAOImpl
	at org.jboss.mx.loading.LoadMgr3.beginLoadTask(LoadMgr3.java:306)
	at org.jboss.mx.loading.RepositoryClassLoader.loadClassImpl(RepositoryClassLoader.java:514)
	at org.jboss.mx.loading.RepositoryClassLoader.loadClass(RepositoryClassLoader.java:408)
	at java.lang.ClassLoader.loadClass(Unknown Source)
	at org.jboss.ejb3.Ejb3AnnotationHandler.populateBaseInfo(Ejb3AnnotationHandler.java:293)
	at org.jboss.ejb3.Ejb3AnnotationHandler.getContainers(Ejb3AnnotationHandler.java:138)
	at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:486)
	at org.jboss.ejb3.Ejb3Deployment.deployElement(Ejb3Deployment.java:442)
	at org.jboss.ejb3.Ejb3Deployment.deployUrl(Ejb3Deployment.java:423)
	at org.jboss.ejb3.Ejb3Deployment.deploy(Ejb3Deployment.java:384)
	at org.jboss.ejb3.Ejb3Deployment.create(Ejb3Deployment.java:327)
	at org.jboss.ejb3.Ejb3Module.createService(Ejb3Module.java:77)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalCreate(ServiceMBeanSupport.java:260)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:243)
	at sun.reflect.GeneratedMethodAccessor3.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
	at $Proxy0.create(Unknown Source)
	at org.jboss.system.ServiceController.create(ServiceController.java:330)
	at org.jboss.system.ServiceController.create(ServiceController.java:273)
	at sun.reflect.GeneratedMethodAccessor2.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy33.create(Unknown Source)
	at org.jboss.ejb3.EJB3Deployer.create(EJB3Deployer.java:492)
	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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
	at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
	at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
	at org.jboss.ws.integration.jboss42.DeployerInterceptor.create(DeployerInterceptor.java:73)
	at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.create(SubDeployerInterceptorSupport.java:180)
	at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:91)
	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:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy34.create(Unknown Source)
	at org.jboss.deployment.MainDeployer.create(MainDeployer.java:969)
	at org.jboss.deployment.MainDeployer.create(MainDeployer.java:959)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:818)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
	at sun.reflect.GeneratedMethodAccessor19.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
	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:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy9.deploy(Unknown Source)
	at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
	at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
	at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
	at sun.reflect.GeneratedMethodAccessor3.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
	at $Proxy0.start(Unknown Source)
	at org.jboss.system.ServiceController.start(ServiceController.java:417)
	at sun.reflect.GeneratedMethodAccessor9.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy4.start(Unknown Source)
	at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
	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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
	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:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy5.deploy(Unknown Source)
	at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
	at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
	at org.jboss.Main.boot(Main.java:200)
	at org.jboss.Main$1.run(Main.java:508)
	at java.lang.Thread.run(Unknown Source)
12:08:05,156 INFO  [JmxKernelAbstraction] creating wrapper delegate for: org.jboss.ejb3.entity.PersistenceUnitDeployment
12:08:05,171 INFO  [JmxKernelAbstraction] installing MBean: persistence.units:ear=winstant_ear.ear,unitName=winstant with dependencies:
12:08:05,171 INFO  [JmxKernelAbstraction] 	jboss.jca:name=WinstantDS,service=DataSourceBinding
12:08:05,171 INFO  [PersistenceUnitDeployment] Starting persistence unit persistence.units:ear=winstant_ear.ear,unitName=winstant
12:08:05,203 INFO  [Version] Hibernate EntityManager 3.2.1.GA
12:08:05,234 INFO  [Version] Hibernate Annotations 3.2.1.GA
12:08:05,250 INFO  [Environment] Hibernate 3.2.4.sp1
12:08:05,250 INFO  [Environment] hibernate.properties not found
12:08:05,250 INFO  [Environment] Bytecode provider name : javassist
12:08:05,265 INFO  [Environment] using JDK 1.4 java.sql.Timestamp handling
12:08:05,406 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.GameConfigDTO
12:08:05,406 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.GameDTO
12:08:05,406 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.GameIOLogDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.GameInstanceDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.GameOptionDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.GameParamDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.GameTypeDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.IOTypeDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.PayoutDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.RiskDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.TicketDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.TicketLogDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.TicketResultDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.game.XMLTypeDTO
12:08:05,421 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.AuthorTypeDTO
12:08:05,437 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.CategoryDTO
12:08:05,437 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.ClientDTO
12:08:05,437 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.ClientGroupDTO
12:08:05,437 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.CountryDTO
12:08:05,437 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.LoginLogDTO
12:08:05,437 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.PlayerAccountDTO
12:08:05,437 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.PlayerDTO
12:08:05,437 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.PlayerDetailsDTO
12:08:05,453 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.PlayerFinancialDTO
12:08:05,453 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.PlayerNoteDTO
12:08:05,453 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.PlayerStatusDTO
12:08:05,453 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.player.TaskDTO
12:08:05,453 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.test.RNGNumberDTO
12:08:05,453 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.AdjustmentDTO
12:08:05,453 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.ApplicableToDTO
12:08:05,468 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.BonusDTO
12:08:05,468 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.BonusPlayerDTO
12:08:05,468 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.BonusTransactionDTO
12:08:05,468 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.CashTypeDTO
12:08:05,468 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.CurrencyDTO
12:08:05,468 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.DepositDTO
12:08:05,468 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.DepositResponseDTO
12:08:05,484 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.FinalTransactionDTO
12:08:05,484 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.GameTransactionDTO
12:08:05,484 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.ListDataDTO
12:08:05,484 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.PaymentDTO
12:08:05,484 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.PaymentGroupDTO
12:08:05,484 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.PaymentGroupStatusDTO
12:08:05,484 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.PaymentResponseDTO
12:08:05,484 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.PaymentSignoffDTO
12:08:05,500 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.PaymentTypeDTO
12:08:05,500 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.ProcessorDTO
12:08:05,500 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.ProcessorTypeDTO
12:08:05,500 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.ReturnReasonDTO
12:08:05,500 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.SignoffDTO
12:08:05,500 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.tx.TransStatusDTO
12:08:05,500 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.user.DepartmentDTO
12:08:05,500 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.user.GroupDTO
12:08:05,500 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.user.PermissionDTO
12:08:05,500 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.user.RoleDTO
12:08:05,515 INFO  [Ejb3Configuration] found EJB3 Entity bean: com.winstant.db.user.UserDTO
12:08:05,812 INFO  [Configuration] Reading mappings from resource : META-INF/orm.xml
12:08:05,812 INFO  [Ejb3Configuration] [PersistenceUnit: winstant] no META-INF/orm.xml found
12:08:05,906 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.GameConfigDTO
12:08:05,953 INFO  [EntityBinder] Bind entity com.winstant.db.game.GameConfigDTO on table GAME_CONFIG
12:08:06,078 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.GameDTO
12:08:06,078 INFO  [EntityBinder] Bind entity com.winstant.db.game.GameDTO on table GAME
12:08:06,078 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.GameIOLogDTO
12:08:06,078 INFO  [EntityBinder] Bind entity com.winstant.db.game.GameIOLogDTO on table GAME_IO_LOG
12:08:06,078 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.GameInstanceDTO
12:08:06,078 INFO  [EntityBinder] Bind entity com.winstant.db.game.GameInstanceDTO on table GAME_INSTANCE
12:08:06,078 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.GameOptionDTO
12:08:06,078 INFO  [EntityBinder] Bind entity com.winstant.db.game.GameOptionDTO on table GAME_OPTION
12:08:06,093 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.GameParamDTO
12:08:06,093 INFO  [EntityBinder] Bind entity com.winstant.db.game.GameParamDTO on table GAME_PARAMS
12:08:06,093 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.GameTypeDTO
12:08:06,093 INFO  [EntityBinder] Bind entity com.winstant.db.game.GameTypeDTO on table GAME_TYPE
12:08:06,093 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.IOTypeDTO
12:08:06,093 INFO  [EntityBinder] Bind entity com.winstant.db.game.IOTypeDTO on table IO_TYPE
12:08:06,093 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.PayoutDTO
12:08:06,093 INFO  [EntityBinder] Bind entity com.winstant.db.game.PayoutDTO on table PAYOUT_TABLE
12:08:06,093 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.RiskDTO
12:08:06,093 INFO  [EntityBinder] Bind entity com.winstant.db.game.RiskDTO on table RISK
12:08:06,109 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.TicketDTO
12:08:06,109 INFO  [EntityBinder] Bind entity com.winstant.db.game.TicketDTO on table TICKET
12:08:06,125 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.TicketLogDTO
12:08:06,125 INFO  [EntityBinder] Bind entity com.winstant.db.game.TicketLogDTO on table TICKET_LOG
12:08:06,125 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.TicketResultDTO
12:08:06,125 INFO  [EntityBinder] Bind entity com.winstant.db.game.TicketResultDTO on table TICKET_RESULT
12:08:06,125 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.game.XMLTypeDTO
12:08:06,125 INFO  [EntityBinder] Bind entity com.winstant.db.game.XMLTypeDTO on table XML_TYPE
12:08:06,125 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.AuthorTypeDTO
12:08:06,125 INFO  [EntityBinder] Bind entity com.winstant.db.player.AuthorTypeDTO on table AUTHOR_TYPE
12:08:06,125 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.CategoryDTO
12:08:06,125 INFO  [EntityBinder] Bind entity com.winstant.db.player.CategoryDTO on table CATEGORY
12:08:06,125 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.ClientDTO
12:08:06,125 INFO  [EntityBinder] Bind entity com.winstant.db.player.ClientDTO on table CLIENT
12:08:06,140 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.ClientGroupDTO
12:08:06,140 INFO  [EntityBinder] Bind entity com.winstant.db.player.ClientGroupDTO on table CLIENT_GROUP
12:08:06,156 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.CountryDTO
12:08:06,156 INFO  [EntityBinder] Bind entity com.winstant.db.player.CountryDTO on table COUNTRY
12:08:06,156 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.LoginLogDTO
12:08:06,156 INFO  [EntityBinder] Bind entity com.winstant.db.player.LoginLogDTO on table LOGIN_LOG
12:08:06,156 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.PlayerAccountDTO
12:08:06,156 INFO  [EntityBinder] Bind entity com.winstant.db.player.PlayerAccountDTO on table PLAYER_ACCOUNT
12:08:06,156 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.PlayerDTO
12:08:06,156 INFO  [EntityBinder] Bind entity com.winstant.db.player.PlayerDTO on table PLAYER
12:08:06,171 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.PlayerDetailsDTO
12:08:06,171 INFO  [EntityBinder] Bind entity com.winstant.db.player.PlayerDetailsDTO on table PLAYER_DETAILS
12:08:06,171 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.PlayerFinancialDTO
12:08:06,171 INFO  [EntityBinder] Bind entity com.winstant.db.player.PlayerFinancialDTO on table PLAYER_FINANCIAL
12:08:06,187 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.PlayerNoteDTO
12:08:06,187 INFO  [EntityBinder] Bind entity com.winstant.db.player.PlayerNoteDTO on table PLAYER_NOTE
12:08:06,187 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.PlayerStatusDTO
12:08:06,187 INFO  [EntityBinder] Bind entity com.winstant.db.player.PlayerStatusDTO on table PLAYER_STATUS
12:08:06,203 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.player.TaskDTO
12:08:06,203 INFO  [EntityBinder] Bind entity com.winstant.db.player.TaskDTO on table TASK
12:08:06,203 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.test.RNGNumberDTO
12:08:06,203 INFO  [EntityBinder] Bind entity com.winstant.db.test.RNGNumberDTO on table RNG_NUMBERS
12:08:06,203 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.AdjustmentDTO
12:08:06,203 INFO  [EntityBinder] Bind entity com.winstant.db.tx.AdjustmentDTO on table ADJUSTMENT
12:08:06,203 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.ApplicableToDTO
12:08:06,203 INFO  [EntityBinder] Bind entity com.winstant.db.tx.ApplicableToDTO on table APPLICABLE_TO
12:08:06,203 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.BonusDTO
12:08:06,203 INFO  [EntityBinder] Bind entity com.winstant.db.tx.BonusDTO on table BONUS
12:08:06,218 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.BonusPlayerDTO
12:08:06,218 INFO  [EntityBinder] Bind entity com.winstant.db.tx.BonusPlayerDTO on table BONUS_PLAYER
12:08:06,218 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.BonusTransactionDTO
12:08:06,218 INFO  [EntityBinder] Bind entity com.winstant.db.tx.BonusTransactionDTO on table BONUS_TRANSACTION
12:08:06,234 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.CashTypeDTO
12:08:06,234 INFO  [EntityBinder] Bind entity com.winstant.db.tx.CashTypeDTO on table CASH_TYPE
12:08:06,234 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.CurrencyDTO
12:08:06,234 INFO  [EntityBinder] Bind entity com.winstant.db.tx.CurrencyDTO on table CURRENCY
12:08:06,234 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.DepositDTO
12:08:06,234 INFO  [EntityBinder] Bind entity com.winstant.db.tx.DepositDTO on table DEPOSIT
12:08:06,250 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.DepositResponseDTO
12:08:06,250 INFO  [EntityBinder] Bind entity com.winstant.db.tx.DepositResponseDTO on table DEPOSIT_RESPONSE
12:08:06,250 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.FinalTransactionDTO
12:08:06,250 INFO  [EntityBinder] Bind entity com.winstant.db.tx.FinalTransactionDTO on table FINAL_TRANSACTION
12:08:06,265 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.GameTransactionDTO
12:08:06,265 INFO  [EntityBinder] Bind entity com.winstant.db.tx.GameTransactionDTO on table GAME_TRANSACTION
12:08:06,265 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.ListDataDTO
12:08:06,265 INFO  [EntityBinder] Bind entity com.winstant.db.tx.ListDataDTO on table LIST_DATA
12:08:06,265 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.PaymentDTO
12:08:06,265 INFO  [EntityBinder] Bind entity com.winstant.db.tx.PaymentDTO on table PAYMENT
12:08:06,281 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.PaymentGroupDTO
12:08:06,281 INFO  [EntityBinder] Bind entity com.winstant.db.tx.PaymentGroupDTO on table PAYMENT_GROUP
12:08:06,281 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.PaymentGroupStatusDTO
12:08:06,281 INFO  [EntityBinder] Bind entity com.winstant.db.tx.PaymentGroupStatusDTO on table PAYMENT_GROUP_STATUS
12:08:06,281 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.PaymentResponseDTO
12:08:06,281 INFO  [EntityBinder] Bind entity com.winstant.db.tx.PaymentResponseDTO on table PAYMENT_RESPONSE
12:08:06,281 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.PaymentSignoffDTO
12:08:06,281 INFO  [EntityBinder] Bind entity com.winstant.db.tx.PaymentSignoffDTO on table PAYMENT_SIGNOFF
12:08:06,281 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.PaymentTypeDTO
12:08:06,281 INFO  [EntityBinder] Bind entity com.winstant.db.tx.PaymentTypeDTO on table PAYMENT_TYPE
12:08:06,281 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.ProcessorDTO
12:08:06,281 INFO  [EntityBinder] Bind entity com.winstant.db.tx.ProcessorDTO on table PROCESSOR
12:08:06,296 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.ProcessorTypeDTO
12:08:06,296 INFO  [EntityBinder] Bind entity com.winstant.db.tx.ProcessorTypeDTO on table PROCESSOR_TYPE
12:08:06,296 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.ReturnReasonDTO
12:08:06,296 INFO  [EntityBinder] Bind entity com.winstant.db.tx.ReturnReasonDTO on table RETURN_REASON
12:08:06,296 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.SignoffDTO
12:08:06,296 INFO  [EntityBinder] Bind entity com.winstant.db.tx.SignoffDTO on table SIGNOFF
12:08:06,296 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.tx.TransStatusDTO
12:08:06,296 INFO  [EntityBinder] Bind entity com.winstant.db.tx.TransStatusDTO on table TRANS_STATUS
12:08:06,312 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.user.DepartmentDTO
12:08:06,312 INFO  [EntityBinder] Bind entity com.winstant.db.user.DepartmentDTO on table DEPARTMENT
12:08:06,312 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.user.GroupDTO
12:08:06,312 INFO  [EntityBinder] Bind entity com.winstant.db.user.GroupDTO on table BOMA_GROUP
12:08:06,312 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.user.PermissionDTO
12:08:06,312 INFO  [EntityBinder] Bind entity com.winstant.db.user.PermissionDTO on table PERMISSION
12:08:06,312 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.user.RoleDTO
12:08:06,312 INFO  [EntityBinder] Bind entity com.winstant.db.user.RoleDTO on table ROLE
12:08:06,312 INFO  [AnnotationBinder] Binding entity from annotated class: com.winstant.db.user.UserDTO
12:08:06,312 INFO  [EntityBinder] Bind entity com.winstant.db.user.UserDTO on table BOMA_USER
12:08:06,421 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.GameConfigDTO.gameInstance -> GAME_INSTANCE
12:08:06,421 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.GameConfigDTO.payouts -> PAYOUT_TABLE
12:08:06,421 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.GameDTO.configs -> GAME_CONFIG
12:08:06,421 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.GameInstanceDTO.tickets -> TICKET
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.GameOptionDTO.payouts -> PAYOUT_TABLE
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.GameTypeDTO.games -> GAME
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.IOTypeDTO.gameIOLogs -> GAME_IO_LOG
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.RiskDTO.payouts -> PAYOUT_TABLE
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.TicketDTO.gameIOLogs -> GAME_IO_LOG
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.TicketDTO.ticketLogs -> TICKET_LOG
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.TicketDTO.gameTrans -> GAME_TRANSACTION
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.TicketDTO.bonusTrans -> BONUS_TRANSACTION
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.game.XMLTypeDTO.ticketLogs -> TICKET_LOG
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.AuthorTypeDTO.playerNotes -> PLAYER_NOTE
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.CategoryDTO.playerNotes -> PLAYER_NOTE
12:08:06,437 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.ClientDTO.players -> PLAYER
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.ClientGroupDTO.players -> PLAYER
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.ClientGroupDTO.bonuses -> BONUS
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.CountryDTO.playerDetails -> PLAYER_DETAILS
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.CountryDTO.financials -> PLAYER_FINANCIAL
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.PlayerDTO.bonusPlayers -> BONUS_PLAYER
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.PlayerDTO.playerNotes -> PLAYER_NOTE
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.PlayerDTO.LoginLogs -> LOGIN_LOG
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.PlayerDTO.playerFinancials -> PLAYER_FINANCIAL
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.PlayerDTO.bonusTrans -> BONUS_TRANSACTION
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.PlayerDTO.games -> GAME_INSTANCE
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.PlayerFinancialDTO.deposits -> DEPOSIT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.PlayerFinancialDTO.payments -> PAYMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.player.PlayerStatusDTO.players -> PLAYER
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.ApplicableToDTO.bonus -> BONUS
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.BonusDTO.bonusPlayers -> BONUS_PLAYER
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.BonusDTO.adjustments -> ADJUSTMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.CashTypeDTO.adjustment -> ADJUSTMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.CurrencyDTO.bet -> GAME_TRANSACTION
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.CurrencyDTO.deposit -> DEPOSIT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.CurrencyDTO.payment -> PAYMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.CurrencyDTO.playerAccount -> PLAYER_ACCOUNT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.CurrencyDTO.adjustment -> ADJUSTMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.CurrencyDTO.finalTransaction -> FINAL_TRANSACTION
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.DepositDTO.depositResponse -> DEPOSIT_RESPONSE
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.ListDataDTO.bonuses -> BONUS
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.PaymentDTO.paymentSignOffs -> PAYMENT_SIGNOFF
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.PaymentGroupDTO.payments -> PAYMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.PaymentGroupStatusDTO.paymentGroups -> PAYMENT_GROUP
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.PaymentTypeDTO.payments -> PAYMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.ProcessorDTO.payments -> PAYMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.ProcessorDTO.deposits -> DEPOSIT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.ProcessorDTO.finalTransactions -> FINAL_TRANSACTION
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.ProcessorDTO.financials -> PLAYER_FINANCIAL
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.ProcessorTypeDTO.processors -> PROCESSOR
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.ReturnReasonDTO.payments -> PAYMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.SignoffDTO.paymentSignoffs -> PAYMENT_SIGNOFF
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.TransStatusDTO.payments -> PAYMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.TransStatusDTO.deposits -> DEPOSIT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.tx.TransStatusDTO.finalPayments -> FINAL_TRANSACTION
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.user.DepartmentDTO.users -> BOMA_USER
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.user.UserDTO.adjustments -> ADJUSTMENT
12:08:06,453 INFO  [CollectionBinder] Mapping collection: com.winstant.db.user.UserDTO.playerNotes -> PLAYER_NOTE
12:08:06,625 INFO  [ConnectionProviderFactory] Initializing connection provider: org.hibernate.ejb.connection.InjectedDataSourceConnectionProvider
12:08:06,625 INFO  [InjectedDataSourceConnectionProvider] Using provided datasource
12:08:06,953 INFO  [SettingsFactory] RDBMS: MySQL, version: 5.0.45-community-nt
12:08:06,953 INFO  [SettingsFactory] JDBC driver: MySQL-AB JDBC Driver, version: mysql-connector-java-5.1.5 ( Revision: ${svn.Revision} )
12:08:06,968 INFO  [Dialect] Using dialect: org.hibernate.dialect.MySQL5Dialect
12:08:06,984 INFO  [TransactionFactoryFactory] Transaction strategy: org.hibernate.ejb.transaction.JoinableCMTTransactionFactory
12:08:06,984 INFO  [TransactionManagerLookupFactory] instantiating TransactionManagerLookup: org.hibernate.transaction.JBossTransactionManagerLookup
12:08:06,984 INFO  [TransactionManagerLookupFactory] instantiated TransactionManagerLookup
12:08:06,984 INFO  [SettingsFactory] Automatic flush during beforeCompletion(): disabled
12:08:06,984 INFO  [SettingsFactory] Automatic session close at end of transaction: disabled
12:08:06,984 INFO  [SettingsFactory] JDBC batch size: 15
12:08:06,984 INFO  [SettingsFactory] JDBC batch updates for versioned data: disabled
12:08:06,984 INFO  [SettingsFactory] Scrollable result sets: enabled
12:08:06,984 INFO  [SettingsFactory] JDBC3 getGeneratedKeys(): enabled
12:08:06,984 INFO  [SettingsFactory] Connection release mode: auto
12:08:06,984 INFO  [SettingsFactory] Maximum outer join fetch depth: 2
12:08:06,984 INFO  [SettingsFactory] Default batch fetch size: 1
12:08:06,984 INFO  [SettingsFactory] Generate SQL with comments: disabled
12:08:06,984 INFO  [SettingsFactory] Order SQL updates by primary key: disabled
12:08:06,984 INFO  [SettingsFactory] Order SQL inserts for batching: disabled
12:08:06,984 INFO  [SettingsFactory] Query translator: org.hibernate.hql.ast.ASTQueryTranslatorFactory
12:08:06,984 INFO  [ASTQueryTranslatorFactory] Using ASTQueryTranslatorFactory
12:08:06,984 INFO  [SettingsFactory] Query language substitutions: {}
12:08:06,984 INFO  [SettingsFactory] JPA-QL strict compliance: enabled
12:08:06,984 INFO  [SettingsFactory] Second-level cache: enabled
12:08:06,984 INFO  [SettingsFactory] Query cache: disabled
12:08:06,984 INFO  [SettingsFactory] Cache provider: org.hibernate.cache.HashtableCacheProvider
12:08:07,000 INFO  [SettingsFactory] Optimize cache for minimal puts: disabled
12:08:07,000 INFO  [SettingsFactory] Cache region prefix: winstant_ear_ear,winstant
12:08:07,000 INFO  [SettingsFactory] Structured second-level cache entries: disabled
12:08:07,000 INFO  [SettingsFactory] Echoing all SQL to stdout
12:08:07,000 INFO  [SettingsFactory] Statistics: disabled
12:08:07,000 INFO  [SettingsFactory] Deleted entity synthetic identifier rollback: disabled
12:08:07,000 INFO  [SettingsFactory] Default entity-mode: pojo
12:08:07,000 INFO  [SettingsFactory] Named query checking : enabled
12:08:07,062 INFO  [SessionFactoryImpl] building session factory
12:08:08,046 INFO  [SessionFactoryObjectFactory] Factory name: persistence.units:ear=winstant_ear.ear,unitName=winstant
12:08:08,046 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
12:08:08,046 INFO  [SessionFactoryObjectFactory] Bound factory to JNDI name: persistence.units:ear=winstant_ear.ear,unitName=winstant
12:08:08,046 WARN  [SessionFactoryObjectFactory] InitialContext did not implement EventContext
12:08:08,046 INFO  [NamingHelper] JNDI InitialContext properties:{java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces}
12:08:08,062 INFO  [EJB3Deployer] Deployed: file:/C:/JBoss/jboss-4.2.1.GA/server/default/tmp/deploy/tmp65074winstant_ear.ear-contents/winstant_core.jar
12:08:08,062 INFO  [EJB3Deployer] Deployed: file:/C:/JBoss/jboss-4.2.1.GA/server/default/tmp/deploy/tmp65074winstant_ear.ear-contents/winstant_ejb.jar
12:08:08,078 INFO  [TomcatDeployer] deploy, ctxPath=/boma_web, warUrl=.../tmp/deploy/tmp65074winstant_ear.ear-contents/boma_web-exp.war/
12:08:08,312 ERROR [[/boma_web]] Exception sending context initialized event to listener instance of class com.winstant.boma.servlet.BomaContextListener
java.lang.NoClassDefFoundError: com/winstant/util/Encoder
	at com.winstant.boma.servlet.BomaContextListener.contextInitialized(BomaContextListener.java:23)
	at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:3854)
	at org.apache.catalina.core.StandardContext.start(StandardContext.java:4359)
	at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:761)
	at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:741)
	at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:553)
	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.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.apache.catalina.core.StandardContext.init(StandardContext.java:5310)
	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.apache.tomcat.util.modeler.BaseModelMBean.invoke(BaseModelMBean.java:297)
	at org.jboss.mx.server.RawDynamicInvoker.invoke(RawDynamicInvoker.java:164)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:301)
	at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
	at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
	at org.jboss.web.WebModule.startModule(WebModule.java:83)
	at org.jboss.web.WebModule.startService(WebModule.java:61)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
	at sun.reflect.GeneratedMethodAccessor3.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
	at $Proxy0.start(Unknown Source)
	at org.jboss.system.ServiceController.start(ServiceController.java:417)
	at sun.reflect.GeneratedMethodAccessor9.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy45.start(Unknown Source)
	at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
	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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
	at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
	at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
	at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93)
	at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
	at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
	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:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy46.start(Unknown Source)
	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
	at sun.reflect.GeneratedMethodAccessor19.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
	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:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy9.deploy(Unknown Source)
	at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
	at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
	at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
	at sun.reflect.GeneratedMethodAccessor3.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
	at $Proxy0.start(Unknown Source)
	at org.jboss.system.ServiceController.start(ServiceController.java:417)
	at sun.reflect.GeneratedMethodAccessor9.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy4.start(Unknown Source)
	at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
	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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
	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:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy5.deploy(Unknown Source)
	at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
	at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
	at org.jboss.Main.boot(Main.java:200)
	at org.jboss.Main$1.run(Main.java:508)
	at java.lang.Thread.run(Unknown Source)
12:08:08,328 ERROR [StandardContext] Error listenerStart
12:08:08,328 ERROR [StandardContext] Context [/boma_web] startup failed due to previous errors
12:08:08,343 WARN  [ServiceController] Problem starting service jboss.web.deployment:war=boma_web.war,id=-1105637900
org.jboss.deployment.DeploymentException: URL file:/C:/JBoss/jboss-4.2.1.GA/server/default/tmp/deploy/tmp65074winstant_ear.ear-contents/boma_web-exp.war/ deployment failed
	at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:379)
	at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
	at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
	at org.jboss.web.WebModule.startModule(WebModule.java:83)
	at org.jboss.web.WebModule.startService(WebModule.java:61)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
	at sun.reflect.GeneratedMethodAccessor3.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
	at $Proxy0.start(Unknown Source)
	at org.jboss.system.ServiceController.start(ServiceController.java:417)
	at sun.reflect.GeneratedMethodAccessor9.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy45.start(Unknown Source)
	at org.jboss.web.AbstractWebContainer.start(AbstractWebContainer.java:466)
	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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
	at org.jboss.mx.interceptor.DynamicInterceptor.invoke(DynamicInterceptor.java:97)
	at org.jboss.system.InterceptorServiceMBeanSupport.invokeNext(InterceptorServiceMBeanSupport.java:238)
	at org.jboss.ws.integration.jboss42.DeployerInterceptor.start(DeployerInterceptor.java:93)
	at org.jboss.deployment.SubDeployerInterceptorSupport$XMBeanInterceptor.start(SubDeployerInterceptorSupport.java:188)
	at org.jboss.deployment.SubDeployerInterceptor.invoke(SubDeployerInterceptor.java:95)
	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:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy46.start(Unknown Source)
	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1015)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
	at sun.reflect.GeneratedMethodAccessor19.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
	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:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy9.deploy(Unknown Source)
	at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
	at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
	at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
	at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
	at sun.reflect.GeneratedMethodAccessor3.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
	at $Proxy0.start(Unknown Source)
	at org.jboss.system.ServiceController.start(ServiceController.java:417)
	at sun.reflect.GeneratedMethodAccessor9.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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
	at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.java:264)
	at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy4.start(Unknown Source)
	at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
	at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1025)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:819)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:782)
	at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:766)
	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:155)
	at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
	at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
	at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
	at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.java:142)
	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:659)
	at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
	at $Proxy5.deploy(Unknown Source)
	at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
	at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
	at org.jboss.Main.boot(Main.java:200)
	at org.jboss.Main$1.run(Main.java:508)
	at java.lang.Thread.run(Unknown Source)
12:08:08,343 ERROR [MainDeployer] Could not start deployment: file:/C:/JBoss/jboss-4.2.1.GA/server/default/tmp/deploy/tmp65074winstant_ear.ear-contents/boma_web.war
org.jboss.deployment.DeploymentException: URL file:/C:/JBoss/jboss-4.2.1.GA/server/default/tmp/deploy/tmp65074winstant_ear.ear-contents/boma_web-exp.war/ deployment failed
	at org.jboss.web.tomcat.service.TomcatDeployer.performDeployInternal(TomcatDeployer.java:379)
	at org.jboss.web.tomcat.service.TomcatDeployer.performDeploy(TomcatDeployer.java:104)
	at org.jboss.web.AbstractWebDeployer.start(AbstractWebDeployer.java:375)
	at org.jboss.web.WebModule.startModule(WebModule.java:83)
	at org.jboss.web.WebModule.startService(WebModule.java:61)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
	at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
	at sun.reflect.GeneratedMethodAccessor3.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:1

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4108449#4108449

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4108449



More information about the jboss-user mailing list