1 Reply Latest reply on Mar 13, 2002 8:07 PM by davidjencks

    java.sql.SQLException: No suitable driver(MySQL)

    jbsabmello

      Hi,
      Can someone help me. I am trying to use MySQL has my default database but I am having problems.
      I install as mysql-service.xml and the system loads fine, but when I run there is when I have problems.
      In JBoss 2.4.4 I use as jboss.jcml and works ok, but since JBoss 3.0 Beta ignores it I could not do the same
      way.

      Thank you,
      John Mello

      *************** Begin Error
      2002-03-13 18:29:11,438 ERROR [org.jboss.resource.connectionmanager.ManagedConnectionPoolFactory.j2eeDS] Unable to create ManagedConnection:
      javax.resource.ResourceException: Unable to create DB connection for url: jdbc:mysql://localhost:3306/j2ee DriverClass=org.gjt.mm.mysql.Driver UserName= Password=, user: , exception: java.sql.SQLException: No suitable driver
      at org.jboss.resource.adapter.jdbc.local.JDBCManagedConnectionFactory.createManagedConnection(JDBCManagedConnectionFactory.java:392)
      at org.jboss.resource.connectionmanager.ManagedConnectionPoolFactory.createObject(ManagedConnectionPoolFactory.java:97)
      at org.jboss.pool.ObjectPool.createNewObject(ObjectPool.java:1013)
      at org.jboss.pool.ObjectPool.getObject(ObjectPool.java:672)
      at org.jboss.resource.connectionmanager.SharedLocalConnectionManager.allocateConnection(SharedLocalConnectionManager.java:124)
      at org.jboss.resource.adapter.jdbc.JDBCDataSource.getConnection(JDBCDataSource.java:110)
      at com.jboss.examples.customer.CustomerBeanBMP.ejbFindByPrimaryKey(CustomerBeanBMP.java:123)
      at com.jboss.examples.customer.CustomerBeanBMP.ejbCreate(CustomerBeanBMP.java:16)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.ejb.plugins.BMPPersistenceManager.createEntity(BMPPersistenceManager.java:206)
      at org.jboss.ejb.EntityContainer.createHome(EntityContainer.java:690)
      at java.lang.reflect.Method.invoke(Native Method)
      at org.jboss.ejb.EntityContainer$ContainerInterceptor.invokeHome(EntityContainer.java:1051)
      at org.jboss.ejb.plugins.EntitySynchronizationInterceptor.invokeHome(EntitySynchronizationInterceptor.java:222)
      at org.jboss.ejb.plugins.EntityInstanceInterceptor.invokeHome(EntityInstanceInterceptor.java:136)
      at org.jboss.ejb.plugins.EntityLockInterceptor.invokeHome(EntityLockInterceptor.java:80)
      at org.jboss.ejb.plugins.AbstractTxInterceptor.invokeNext(AbstractTxInterceptor.java:98)
      at org.jboss.ejb.plugins.TxInterceptorCMT.runWithTransactions(TxInterceptorCMT.java:167)
      at org.jboss.ejb.plugins.TxInterceptorCMT.invokeHome(TxInterceptorCMT.java:52)
      at org.jboss.ejb.plugins.SecurityInterceptor.invokeHome(SecurityInterceptor.java:102)
      at org.jboss.ejb.plugins.LogInterceptor.invokeHome(LogInterceptor.java:109)
      at org.jboss.ejb.EntityContainer.invokeHome(EntityContainer.java:469)
      at org.jboss.ejb.Container.invoke(Container.java:682)
      at org.jboss.ejb.EntityContainer.invoke(EntityContainer.java:995)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1555)
      at com.sun.management.jmx.MBeanServerImpl.invoke(MBeanServerImpl.java:1523)
      at org.jboss.invocation.jrmp.server.JRMPInvoker.invoke(JRMPInvoker.java:364)
      at java.lang.reflect.Method.invoke(Native Method)
      at sun.rmi.server.UnicastServerRef.dispatch(UnicastServerRef.java:241)
      at sun.rmi.transport.Transport$1.run(Transport.java:152)
      at java.security.AccessController.doPrivileged(Native Method)
      at sun.rmi.transport.Transport.serviceCall(Transport.java:148)
      at sun.rmi.transport.tcp.TCPTransport.handleMessages(TCPTransport.java:465)
      at sun.rmi.transport.tcp.TCPTransport$ConnectionHandler.run(TCPTransport.java:706)
      at java.lang.Thread.run(Thread.java:484)
      **** End Error

      The directory says jboss-2.4.4 but is really JBoss 3.0 Beta feb/2002
      ************************** Begin Log
      2002-03-13 18:18:33,962 INFO [root] Started Log4jService, config=file:/C:/jboss-2.4.4/jboss/conf/default/log4j.properties
      2002-03-13 18:18:33,992 INFO [org.jboss.system.Server] Home Dir: C:\jboss-2.4.4\jboss
      2002-03-13 18:18:34,002 INFO [org.jboss.system.Server] Install URL: file:/C:/jboss-2.4.4/jboss/
      2002-03-13 18:18:34,002 INFO [org.jboss.system.Server] Configuration URL: file:/C:/jboss-2.4.4/jboss/conf/default/
      2002-03-13 18:18:34,012 INFO [org.jboss.system.Server] Spine URL: file:/C:/jboss-2.4.4/jboss/lib/
      2002-03-13 18:18:34,012 INFO [org.jboss.system.Server] Library URL: file:/C:/jboss-2.4.4/jboss/lib/ext/
      2002-03-13 18:18:34,012 INFO [org.jboss.system.Server] Patch URL: null
      2002-03-13 18:18:34,032 INFO [org.jboss.system.Info] Java version: 1.3.1,Sun Microsystems Inc.
      2002-03-13 18:18:34,042 INFO [org.jboss.system.Info] Java VM: Java HotSpot(TM) Client VM 1.3.1-b24,Sun Microsystems Inc.
      2002-03-13 18:18:34,042 INFO [org.jboss.system.Info] OS-System: Windows 2000 5.0,x86
      2002-03-13 18:18:34,112 INFO [org.jboss.system.ServiceController] Controller MBean online
      2002-03-13 18:18:34,222 INFO [org.jboss.deployment.MainDeployer] Creating
      2002-03-13 18:18:34,232 INFO [org.jboss.deployment.MainDeployer] Created
      2002-03-13 18:18:34,332 INFO [org.jboss.deployment.MainDeployer] adding deployer: org.jboss.deployment.SARDeployer@5b9e68
      2002-03-13 18:18:34,372 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/conf/default/jboss-service.xml
      2002-03-13 18:18:35,003 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jnpserver.jar
      2002-03-13 18:18:35,033 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/concurrent.jar
      2002-03-13 18:18:35,073 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/castor.jar
      2002-03-13 18:18:35,173 WARN [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/jboss-2.4.4/jboss/lib/ext/castor.jar references URL file:/C:/jboss-2.4.4/jboss/lib/ext/xerces.jar, which could not be opened, entry ignored
      2002-03-13 18:18:35,183 WARN [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/jboss-2.4.4/jboss/lib/ext/castor.jar references URL file:/C:/jboss-2.4.4/jboss/lib/ext/jdbc-se2.0.jar, which could not be opened, entry ignored
      2002-03-13 18:18:35,193 WARN [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/jboss-2.4.4/jboss/lib/ext/castor.jar references URL file:/C:/jboss-2.4.4/jboss/lib/ext/jndi.jar, which could not be opened, entry ignored
      2002-03-13 18:18:35,203 WARN [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/jboss-2.4.4/jboss/lib/ext/castor.jar references URL file:/C:/jboss-2.4.4/jboss/lib/ext/jta1.0.1.jar which could not be opened, entry ignored
      2002-03-13 18:18:35,274 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/org.apache.jasper.jar
      2002-03-13 18:18:35,334 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jpl-pattern.jar
      2002-03-13 18:18:35,364 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/tyrex.jar
      2002-03-13 18:18:35,404 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jmxtools.jar
      2002-03-13 18:18:35,434 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jnet.jar
      2002-03-13 18:18:35,464 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/hsqldb.jar
      2002-03-13 18:18:35,504 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/activation.jar
      2002-03-13 18:18:35,544 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/hsqldb-plugin.jar
      2002-03-13 18:18:35,584 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/counter-plugin.jar
      2002-03-13 18:18:35,614 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jsr77.jar
      2002-03-13 18:18:35,634 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jaas.jar
      2002-03-13 18:18:35,674 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/log4j.jar
      2002-03-13 18:18:35,704 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jboss-j2ee.jar
      2002-03-13 18:18:35,734 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/mm.mysql-2.0.8-bin.jar
      2002-03-13 18:18:35,764 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jbossha.jar
      2002-03-13 18:18:35,794 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/javagroups-2.0.jar
      2002-03-13 18:18:35,864 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jpl-util.jar
      2002-03-13 18:18:35,894 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/xalan.jar
      2002-03-13 18:18:35,965 WARN [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/jboss-2.4.4/jboss/lib/ext/xalan.jar references URL file:/C:/jboss-2.4.4/jboss/lib/ext/jaxp.jar which could not be opened, entry ignored
      2002-03-13 18:18:35,975 WARN [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/jboss-2.4.4/jboss/lib/ext/xalan.jar references URL file:/C:/jboss-2.4.4/jboss/lib/ext/xerces.jar which could not be opened, entry ignored
      2002-03-13 18:18:35,985 WARN [org.jboss.deployment.MainDeployer] The manifest entry in file:/C:/jboss-2.4.4/jboss/lib/ext/xalan.jar references URL file:/C:/jboss-2.4.4/jboss/lib/ext/crimson.jar which could not be opened, entry ignored
      2002-03-13 18:18:36,025 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jsse.jar
      2002-03-13 18:18:36,075 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jboss.jar
      2002-03-13 18:18:36,195 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/mail.jar
      2002-03-13 18:18:36,265 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/gnu-regexp.jar
      2002-03-13 18:18:36,295 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jbossmq.jar
      2002-03-13 18:18:36,345 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/mail-plugin.jar
      2002-03-13 18:18:36,365 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jndi.jar
      2002-03-13 18:18:36,395 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jbossmx.jar
      2002-03-13 18:18:36,425 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jboss-common.jar
      2002-03-13 18:18:36,455 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jboss-spine.jar
      2002-03-13 18:18:36,485 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jbosssx.jar
      2002-03-13 18:18:36,525 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/javax.servlet.jar
      2002-03-13 18:18:36,555 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jts.jar
      2002-03-13 18:18:36,606 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/scheduler-plugin-example.jar
      2002-03-13 18:18:36,626 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jbossmqha.jar
      2002-03-13 18:18:36,646 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/jcert.jar
      2002-03-13 18:18:36,666 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/lib/ext/scheduler-plugin.jar
      2002-03-13 18:18:37,947 INFO [org.jboss.invocation.jrmp.server.JRMPInvoker] JRMP Invoker MBean online
      2002-03-13 18:18:37,998 INFO [org.jboss.web.WebService] Creating
      2002-03-13 18:18:37,998 INFO [org.jboss.web.WebService] Created
      2002-03-13 18:18:37,998 INFO [org.jboss.management.j2ee.SingleJBossServerManagement] Creating
      2002-03-13 18:18:37,998 INFO [org.jboss.management.j2ee.SingleJBossServerManagement] Created
      2002-03-13 18:18:38,008 INFO [org.jboss.naming.NamingService] Creating
      2002-03-13 18:18:38,008 INFO [org.jboss.naming.NamingService] Created
      2002-03-13 18:18:38,008 INFO [org.jboss.naming.JNDIView] Creating
      2002-03-13 18:18:38,018 INFO [org.jboss.naming.JNDIView] Created
      2002-03-13 18:18:38,018 INFO [org.jboss.security.plugins.SecurityConfig] Creating
      2002-03-13 18:18:38,018 INFO [org.jboss.security.plugins.SecurityConfig] Created
      2002-03-13 18:18:38,028 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Creating
      2002-03-13 18:18:38,028 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Created
      2002-03-13 18:18:38,028 INFO [org.jboss.tm.TransactionManagerService] Creating
      2002-03-13 18:18:38,028 INFO [org.jboss.tm.TransactionManagerService] Created
      2002-03-13 18:18:38,038 INFO [org.jboss.tm.usertx.server.ClientUserTransactionService] Creating
      2002-03-13 18:18:38,038 INFO [org.jboss.tm.usertx.server.ClientUserTransactionService] Created
      2002-03-13 18:18:38,038 INFO [org.jboss.ejb.EJBDeployer] Creating
      2002-03-13 18:18:38,038 INFO [org.jboss.ejb.EJBDeployer] Created
      2002-03-13 18:18:38,048 INFO [org.jboss.deployment.EARDeployer] Creating
      2002-03-13 18:18:38,048 INFO [org.jboss.deployment.EARDeployer] Created
      2002-03-13 18:18:38,048 INFO [org.jboss.invocation.jrmp.server.JRMPInvoker] creating
      2002-03-13 18:18:38,058 INFO [org.jboss.invocation.jrmp.server.JRMPInvoker] created
      2002-03-13 18:18:38,058 INFO [org.jboss.invocation.local.LocalInvoker] Creating
      2002-03-13 18:18:38,078 INFO [org.jboss.invocation.local.LocalInvoker] Created
      2002-03-13 18:18:38,078 INFO [org.jboss.web.WebService] Starting
      2002-03-13 18:18:38,118 INFO [org.jboss.web.WebService] Started webserver with address: null port: 8083
      2002-03-13 18:18:38,118 INFO [org.jboss.web.WebService] Codebase set to: http://jbm:8083/
      2002-03-13 18:18:38,118 INFO [org.jboss.web.WebService] Started
      2002-03-13 18:18:38,118 INFO [org.jboss.management.j2ee.SingleJBossServerManagement] Starting
      2002-03-13 18:18:38,128 INFO [org.jboss.management.j2ee.SingleJBossServerManagement] Started
      2002-03-13 18:18:38,128 INFO [org.jboss.naming.NamingService] Starting
      2002-03-13 18:18:38,178 INFO [org.jboss.naming.NamingService] Starting jnp server
      2002-03-13 18:18:38,398 INFO [org.jboss.naming.NamingService] Started jnpPort=1099, rmiPort=0, backlog=50, bindAddress=null, Client SocketFactory=null, Server SocketFactory=null
      2002-03-13 18:18:38,508 INFO [org.jboss.naming.NamingService] Listening on port 1099
      2002-03-13 18:18:38,508 INFO [org.jboss.naming.NamingService] Started
      2002-03-13 18:18:38,518 INFO [org.jboss.naming.JNDIView] Starting
      2002-03-13 18:18:38,518 INFO [org.jboss.naming.JNDIView] Started
      2002-03-13 18:18:38,518 INFO [org.jboss.security.plugins.SecurityConfig] Starting
      2002-03-13 18:18:38,548 INFO [org.jboss.security.plugins.SecurityConfig] Using JAAS LoginConfig: file:/C:/jboss-2.4.4/jboss/conf/default/auth.conf
      2002-03-13 18:18:38,548 INFO [org.jboss.security.plugins.SecurityConfig] Started
      2002-03-13 18:18:38,548 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Starting
      2002-03-13 18:18:38,588 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Started
      2002-03-13 18:18:38,588 INFO [org.jboss.tm.TransactionManagerService] Starting
      2002-03-13 18:18:38,709 INFO [org.jboss.tm.TransactionManagerService] Started
      2002-03-13 18:18:38,709 INFO [org.jboss.tm.usertx.server.ClientUserTransactionService] Starting
      2002-03-13 18:18:38,949 INFO [org.jboss.tm.usertx.server.ClientUserTransactionService] Started
      2002-03-13 18:18:38,949 INFO [org.jboss.ejb.EJBDeployer] Starting
      2002-03-13 18:18:38,969 INFO [org.jboss.deployment.MainDeployer] adding deployer: org.jboss.ejb.EJBDeployer@75e4fc
      2002-03-13 18:18:38,969 INFO [org.jboss.ejb.EJBDeployer] Started
      2002-03-13 18:18:38,969 INFO [org.jboss.deployment.EARDeployer] Starting
      2002-03-13 18:18:38,979 INFO [org.jboss.deployment.MainDeployer] adding deployer: org.jboss.deployment.EARDeployer@4a55f2
      2002-03-13 18:18:38,979 INFO [org.jboss.deployment.EARDeployer] EARDeployer started
      2002-03-13 18:18:38,989 INFO [org.jboss.deployment.EARDeployer] Started
      2002-03-13 18:18:38,989 INFO [org.jboss.invocation.jrmp.server.JRMPInvoker] Starting
      2002-03-13 18:18:39,149 INFO [org.jboss.invocation.jrmp.server.JRMPInvoker] Started
      2002-03-13 18:18:39,149 INFO [org.jboss.invocation.local.LocalInvoker] Starting
      2002-03-13 18:18:39,149 INFO [org.jboss.invocation.local.LocalInvoker] Started
      2002-03-13 18:18:39,169 INFO [org.jboss.deployment.MainDeployer] Starting
      2002-03-13 18:18:39,179 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jetty-plugin.sar
      2002-03-13 18:18:39,430 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/tmp/deploy/41.org.mortbay.jetty.jmx.jar
      2002-03-13 18:18:39,450 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/tmp/deploy/40.org.mortbay.jetty.jar
      2002-03-13 18:18:39,820 INFO [org.jboss.jetty.JettyService] connected JBoss and Jetty Log models
      2002-03-13 18:18:40,070 INFO [org.jboss.jetty.JettyService] Creating
      2002-03-13 18:18:40,070 INFO [org.jboss.jetty.JettyService] Created
      2002-03-13 18:18:40,081 INFO [org.jboss.jetty.JettyService] Starting
      2002-03-13 18:18:40,091 INFO [org.jboss.deployment.MainDeployer] adding deployer: org.jboss.jetty.JettyService@38f8eb
      2002-03-13 18:18:40,481 INFO [org.jboss.jetty.JettyService] MBean peers WILL be created for Jetty Contexts
      2002-03-13 18:18:43,385 INFO [org.jboss.jetty.Jetty] Registered jboss.web:Jetty=0
      2002-03-13 18:18:43,415 INFO [org.jboss.jetty.Jetty] Registered jboss.web:Jetty=Debug
      2002-03-13 18:18:43,415 INFO [org.jboss.jetty.Jetty] Registered jboss.web:Jetty=Log
      2002-03-13 18:18:43,445 INFO [org.jboss.jetty.Jetty] Registered jboss.web:JBossLogSink=0
      2002-03-13 18:18:45,038 INFO [org.jboss.jetty.Jetty] Registered jboss.web:Jetty=0,SocketListener=0
      2002-03-13 18:18:45,228 INFO [org.jboss.jetty.Jetty] Registered jboss.web:Jetty=0,NCSARequestLog=0
      2002-03-13 18:18:45,238 INFO [org.jboss.jetty.Jetty] Starting Jetty/4.0.B2
      2002-03-13 18:18:45,258 INFO [org.jboss.jetty.Jetty] Started org.mortbay.http.NCSARequestLog@333d0a
      2002-03-13 18:18:45,308 INFO [org.jboss.jetty.Jetty] Started SocketListener on 0.0.0.0:8080
      2002-03-13 18:18:45,318 INFO [org.jboss.jetty.Jetty] Started org.jboss.jetty.Jetty@42552c
      2002-03-13 18:18:45,318 INFO [org.jboss.jetty.JettyService] Started
      2002-03-13 18:18:45,328 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jbosscx.sar
      2002-03-13 18:18:45,398 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/tmp/deploy/45.jbosspool.jar
      2002-03-13 18:18:45,909 INFO [org.jboss.resource.RARDeployer] Creating
      2002-03-13 18:18:45,909 INFO [org.jboss.resource.RARDeployer] Created
      2002-03-13 18:18:45,919 INFO [org.jboss.resource.ConnectionManagerFactoryLoader] Creating
      2002-03-13 18:18:45,919 INFO [org.jboss.resource.ConnectionManagerFactoryLoader] Created
      2002-03-13 18:18:45,919 INFO [org.jboss.resource.ConnectionManagerFactoryLoader] Creating
      2002-03-13 18:18:45,929 INFO [org.jboss.resource.ConnectionManagerFactoryLoader] Created
      2002-03-13 18:18:45,929 INFO [org.jboss.resource.ConnectionManagerFactoryLoader] Creating
      2002-03-13 18:18:45,929 INFO [org.jboss.resource.ConnectionManagerFactoryLoader] Created
      2002-03-13 18:18:45,929 INFO [org.jboss.resource.RARDeployer] Starting
      2002-03-13 18:18:45,949 INFO [org.jboss.deployment.MainDeployer] adding deployer: org.jboss.resource.RARDeployer@1e0c13
      2002-03-13 18:18:45,949 INFO [org.jboss.resource.RARDeployer] Started
      2002-03-13 18:18:45,959 INFO [org.jboss.resource.ConnectionManagerFactoryLoader] Starting
      2002-03-13 18:18:46,039 INFO [org.jboss.resource.ConnectionManagerFactoryLoader.MinervaNoTransCMFactory] Connection manager factory 'MinervaNoTransCMFactory bound to 'java:/MinervaNoTransCMFactory'
      2002-03-13 18:18:46,049 INFO [org.jboss.resource.ConnectionManagerFactoryLoader.MinervaNoTransCMFactory] Started
      2002-03-13 18:18:46,049 INFO [org.jboss.resource.ConnectionManagerFactoryLoader] Starting
      2002-03-13 18:18:46,059 INFO [org.jboss.resource.ConnectionManagerFactoryLoader.MinervaSharedLocalCMFactory] Connection manager factory 'MinervaSharedLocalCMFactory bound to 'java:/MinervaSharedLocalCMFactory'
      2002-03-13 18:18:46,069 INFO [org.jboss.resource.ConnectionManagerFactoryLoader.MinervaSharedLocalCMFactory] Started
      2002-03-13 18:18:46,069 INFO [org.jboss.resource.ConnectionManagerFactoryLoader] Starting
      2002-03-13 18:18:46,079 INFO [org.jboss.resource.ConnectionManagerFactoryLoader.MinervaXACMFactory] Connection manager factory 'MinervaXACMFactory bound to 'java:/MinervaXACMFactory'
      2002-03-13 18:18:46,079 INFO [org.jboss.resource.ConnectionManagerFactoryLoader.MinervaXACMFactory] Started
      2002-03-13 18:18:46,089 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jmx-ejb-connector-server.sar
      2002-03-13 18:18:46,139 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jmx-rmi-adaptor.sar
      2002-03-13 18:18:46,249 INFO [org.jboss.jmx.adaptor.rmi.RMIAdaptorService] Creating
      2002-03-13 18:18:46,259 INFO [org.jboss.jmx.adaptor.rmi.RMIAdaptorService] Created
      2002-03-13 18:18:46,259 INFO [org.jboss.jmx.adaptor.rmi.RMIAdaptorService] Starting
      2002-03-13 18:18:46,640 INFO [org.jboss.jmx.adaptor.rmi.RMIAdaptorService] Started
      2002-03-13 18:18:46,640 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jmx-html-adaptor.sar
      2002-03-13 18:18:46,770 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/mysql-service.xml
      2002-03-13 18:18:47,772 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jbossmq-service.xml
      2002-03-13 18:18:49,474 INFO [org.jboss.mq.pm.file.CacheStore] Creating
      2002-03-13 18:18:49,484 INFO [org.jboss.mq.pm.file.CacheStore] Created
      2002-03-13 18:18:49,484 INFO [org.jboss.mq.server.MessageCache] Creating
      2002-03-13 18:18:49,484 INFO [org.jboss.mq.server.MessageCache] Created
      2002-03-13 18:18:49,494 INFO [org.jboss.mq.pm.file.PersistenceManager] Creating
      2002-03-13 18:18:49,494 INFO [org.jboss.mq.pm.file.PersistenceManager] Created
      2002-03-13 18:18:49,494 INFO [org.jboss.mq.server.StateManager] Creating
      2002-03-13 18:18:49,494 INFO [org.jboss.mq.server.StateManager] Created
      2002-03-13 18:18:49,504 INFO [org.jboss.mq.server.JBossMQService] Creating
      2002-03-13 18:18:49,504 INFO [org.jboss.mq.server.JBossMQService] Created
      2002-03-13 18:18:49,504 INFO [org.jboss.mq.il.jvm.JVMServerILService] Creating
      2002-03-13 18:18:49,504 INFO [org.jboss.mq.il.jvm.JVMServerILService] Created
      2002-03-13 18:18:49,514 INFO [org.jboss.mq.il.rmi.RMIServerILService] Creating
      2002-03-13 18:18:49,514 INFO [org.jboss.mq.il.rmi.RMIServerILService] Created
      2002-03-13 18:18:49,514 INFO [org.jboss.mq.il.oil.OILServerILService] Creating
      2002-03-13 18:18:49,524 INFO [org.jboss.mq.il.oil.OILServerILService] Created
      2002-03-13 18:18:49,524 INFO [org.jboss.mq.il.uil.UILServerILService] Creating
      2002-03-13 18:18:49,524 INFO [org.jboss.mq.il.uil.UILServerILService] Created
      2002-03-13 18:18:49,524 INFO [org.jboss.mq.server.QueueManager.DLQ] Creating
      2002-03-13 18:18:49,534 INFO [org.jboss.mq.server.QueueManager.DLQ] Created
      2002-03-13 18:18:49,534 INFO [org.jboss.mq.pm.file.CacheStore] Starting
      2002-03-13 18:18:49,544 INFO [org.jboss.mq.pm.file.CacheStore] Started
      2002-03-13 18:18:49,544 INFO [org.jboss.mq.server.MessageCache] Starting
      2002-03-13 18:18:49,544 INFO [org.jboss.mq.server.MessageCache] Started
      2002-03-13 18:18:49,544 INFO [org.jboss.mq.pm.file.PersistenceManager] Starting
      2002-03-13 18:18:49,574 INFO [org.jboss.mq.pm.file.PersistenceManager] Started
      2002-03-13 18:18:49,574 INFO [org.jboss.mq.server.StateManager] Starting
      2002-03-13 18:18:49,614 INFO [org.jboss.mq.server.StateManager] Started
      2002-03-13 18:18:49,614 INFO [org.jboss.mq.server.JBossMQService] Starting
      2002-03-13 18:18:49,794 INFO [org.jboss.mq.server.JBossMQService] Started
      2002-03-13 18:18:49,794 INFO [org.jboss.mq.il.jvm.JVMServerILService] Starting
      2002-03-13 18:18:50,335 INFO [org.jboss.mq.il.jvm.JVMServerILService] Started
      2002-03-13 18:18:50,335 INFO [org.jboss.mq.il.rmi.RMIServerILService] Starting
      2002-03-13 18:18:50,916 INFO [org.jboss.mq.il.rmi.RMIServerILService] Started
      2002-03-13 18:18:50,916 INFO [org.jboss.mq.il.oil.OILServerILService] Starting
      2002-03-13 18:18:50,926 INFO [org.jboss.mq.il.oil.OILServerILService] JBossMQ OIL service available at : 0.0.0.0/0.0.0.0:8090
      2002-03-13 18:18:50,956 INFO [org.jboss.mq.il.oil.OILServerILService] Started
      2002-03-13 18:18:50,956 INFO [org.jboss.mq.il.uil.UILServerILService] Starting
      2002-03-13 18:18:50,956 INFO [org.jboss.mq.il.uil.UILServerILService] JBossMQ UIL service available at : 0.0.0.0/0.0.0.0:8091
      2002-03-13 18:18:50,986 INFO [org.jboss.mq.il.uil.UILServerILService] Started
      2002-03-13 18:18:50,986 INFO [org.jboss.mq.server.QueueManager.DLQ] Starting
      2002-03-13 18:18:51,096 INFO [org.jboss.mq.server.QueueManager.DLQ] Bound to JNDI name: queue/DLQ
      2002-03-13 18:18:51,096 INFO [org.jboss.mq.server.QueueManager.DLQ] Started
      2002-03-13 18:18:51,106 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jms-service.xml
      2002-03-13 18:18:52,228 INFO [org.jboss.jms.jndi.JMSProviderLoader] Creating
      2002-03-13 18:18:52,228 INFO [org.jboss.jms.jndi.JMSProviderLoader] Created
      2002-03-13 18:18:52,228 INFO [org.jboss.jms.asf.ServerSessionPoolLoader] Creating
      2002-03-13 18:18:52,228 INFO [org.jboss.jms.asf.ServerSessionPoolLoader] Created
      2002-03-13 18:18:52,238 INFO [org.jboss.jms.jndi.JMSProviderLoader] Starting
      2002-03-13 18:18:52,258 INFO [org.jboss.jms.jndi.JMSProviderLoader] bound adapter DefaultJMSProvider to java:/DefaultJMSProvider
      2002-03-13 18:18:52,258 INFO [org.jboss.jms.jndi.JMSProviderLoader] Started
      2002-03-13 18:18:52,268 INFO [org.jboss.jms.asf.ServerSessionPoolLoader] Starting
      2002-03-13 18:18:52,378 INFO [org.jboss.jms.asf.ServerSessionPoolLoader] pool factory StdJMSPool bound to java:/StdJMSPool
      2002-03-13 18:18:52,388 INFO [org.jboss.jms.asf.ServerSessionPoolLoader] Started
      2002-03-13 18:18:52,388 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jbossmq-testsuite-service.xml
      2002-03-13 18:18:52,508 INFO [org.jboss.mq.server.TopicManager.testTopic] Creating
      2002-03-13 18:18:52,518 INFO [org.jboss.mq.server.TopicManager.testTopic] Created
      2002-03-13 18:18:52,518 INFO [org.jboss.mq.server.QueueManager.testQueue] Creating
      2002-03-13 18:18:52,518 INFO [org.jboss.mq.server.QueueManager.testQueue] Created
      2002-03-13 18:18:52,528 INFO [org.jboss.mq.server.QueueManager.A] Creating
      2002-03-13 18:18:52,528 INFO [org.jboss.mq.server.QueueManager.A] Created
      2002-03-13 18:18:52,528 INFO [org.jboss.mq.server.QueueManager.B] Creating
      2002-03-13 18:18:52,528 INFO [org.jboss.mq.server.QueueManager.B] Created
      2002-03-13 18:18:52,538 INFO [org.jboss.mq.server.QueueManager.C] Creating
      2002-03-13 18:18:52,538 INFO [org.jboss.mq.server.QueueManager.C] Created
      2002-03-13 18:18:52,538 INFO [org.jboss.mq.server.QueueManager.D] Creating
      2002-03-13 18:18:52,548 INFO [org.jboss.mq.server.QueueManager.D] Created
      2002-03-13 18:18:52,548 INFO [org.jboss.mq.server.QueueManager.ex] Creating
      2002-03-13 18:18:52,548 INFO [org.jboss.mq.server.QueueManager.ex] Created
      2002-03-13 18:18:52,558 INFO [org.jboss.mq.server.TopicManager.testTopic] Starting
      2002-03-13 18:18:52,568 INFO [org.jboss.mq.server.TopicManager.testTopic] Bound to JNDI name: topic/testTopic
      2002-03-13 18:18:52,568 INFO [org.jboss.mq.server.TopicManager.testTopic] Started
      2002-03-13 18:18:52,568 INFO [org.jboss.mq.server.QueueManager.testQueue] Starting
      2002-03-13 18:18:52,578 INFO [org.jboss.mq.server.QueueManager.testQueue] Bound to JNDI name: queue/testQueue
      2002-03-13 18:18:52,578 INFO [org.jboss.mq.server.QueueManager.testQueue] Started
      2002-03-13 18:18:52,578 INFO [org.jboss.mq.server.QueueManager.A] Starting
      2002-03-13 18:18:52,588 INFO [org.jboss.mq.server.QueueManager.A] Bound to JNDI name: queue/A
      2002-03-13 18:18:52,588 INFO [org.jboss.mq.server.QueueManager.A] Started
      2002-03-13 18:18:52,588 INFO [org.jboss.mq.server.QueueManager.B] Starting
      2002-03-13 18:18:52,599 INFO [org.jboss.mq.server.QueueManager.B] Bound to JNDI name: queue/B
      2002-03-13 18:18:52,599 INFO [org.jboss.mq.server.QueueManager.B] Started
      2002-03-13 18:18:52,599 INFO [org.jboss.mq.server.QueueManager.C] Starting
      2002-03-13 18:18:52,599 INFO [org.jboss.mq.server.QueueManager.C] Bound to JNDI name: queue/C
      2002-03-13 18:18:52,609 INFO [org.jboss.mq.server.QueueManager.C] Started
      2002-03-13 18:18:52,609 INFO [org.jboss.mq.server.QueueManager.D] Starting
      2002-03-13 18:18:52,609 INFO [org.jboss.mq.server.QueueManager.D] Bound to JNDI name: queue/D
      2002-03-13 18:18:52,609 INFO [org.jboss.mq.server.QueueManager.D] Started
      2002-03-13 18:18:52,619 INFO [org.jboss.mq.server.QueueManager.ex] Starting
      2002-03-13 18:18:52,619 INFO [org.jboss.mq.server.QueueManager.ex] Bound to JNDI name: queue/ex
      2002-03-13 18:18:52,619 INFO [org.jboss.mq.server.QueueManager.ex] Started
      2002-03-13 18:18:52,629 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/cluster-service.xml
      2002-03-13 18:18:52,779 INFO [org.jboss.invocation.jrmp.server.JRMPInvokerHA] JRMP Invoker MBean online
      2002-03-13 18:18:52,779 INFO [org.jboss.ha.framework.server.ClusterPartition] Creating
      2002-03-13 18:18:54,191 INFO [org.jboss.ha.framework.server.HAPartitionImpl.DefaultPartition] Initializing
      2002-03-13 18:18:54,241 INFO [org.jboss.ha.framework.server.ClusterPartition] Created
      2002-03-13 18:18:54,251 INFO [org.jboss.ha.hasessionstate.server.HASessionStateService] Creating
      2002-03-13 18:18:54,271 INFO [org.jboss.ha.hasessionstate.server.HASessionStateService] Created
      2002-03-13 18:18:54,281 INFO [org.jboss.ha.jndi.HANamingService] Creating
      2002-03-13 18:18:54,291 INFO [org.jboss.ha.jndi.HANamingService] Created
      2002-03-13 18:18:54,291 INFO [org.jboss.invocation.jrmp.server.JRMPInvokerHA] creating
      2002-03-13 18:18:54,291 INFO [org.jboss.invocation.jrmp.server.JRMPInvokerHA] created
      2002-03-13 18:18:54,301 INFO [org.jboss.ha.framework.server.ClusterPartition] Starting
      2002-03-13 18:18:54,301 INFO [org.jboss.ha.framework.server.ClusterPartition] Connecting to channel
      2002-03-13 18:18:54,361 INFO [Default]
      -------------------------------------------------------
      GMS: address is jbm:1133
      -------------------------------------------------------
      2002-03-13 18:18:57,405 INFO [org.jboss.ha.framework.server.ClusterPartition] Starting channel
      2002-03-13 18:18:57,405 INFO [org.jboss.ha.framework.server.HAPartitionImpl.DefaultPartition] Number of cluster members: 1
      2002-03-13 18:18:57,415 INFO [DefaultPartition:ReplicantManager] mergemembers
      2002-03-13 18:18:57,516 INFO [org.jboss.ha.framework.server.ClusterPartition] Started ClusterPartition: DefaultPartition
      2002-03-13 18:18:57,526 INFO [org.jboss.ha.framework.server.ClusterPartition] Started
      2002-03-13 18:18:57,526 INFO [org.jboss.ha.hasessionstate.server.HASessionStateService] Starting
      2002-03-13 18:18:57,526 INFO [org.jboss.ha.hasessionstate.server.HASessionStateService] Started
      2002-03-13 18:18:57,526 INFO [org.jboss.ha.jndi.HANamingService] Starting
      2002-03-13 18:18:57,716 INFO [org.jboss.ha.jndi.HANamingService] Listening on 0.0.0.0/0.0.0.0:1100
      2002-03-13 18:18:57,736 INFO [org.jboss.ha.jndi.HANamingService$AutomaticDiscovery] Listening on 0.0.0.0/0.0.0.0:1102
      2002-03-13 18:18:57,736 INFO [org.jboss.ha.jndi.HANamingService] Started
      2002-03-13 18:18:57,746 INFO [org.jboss.invocation.jrmp.server.JRMPInvokerHA] Starting
      2002-03-13 18:18:57,826 INFO [org.jboss.invocation.jrmp.server.JRMPInvokerHA] Started
      2002-03-13 18:18:57,836 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/mail-service.xml
      2002-03-13 18:18:58,167 INFO [org.jboss.mail.MailService] Creating
      2002-03-13 18:18:58,167 INFO [org.jboss.mail.MailService] Created
      2002-03-13 18:18:58,187 INFO [org.jboss.mail.MailService] Starting
      2002-03-13 18:18:58,527 INFO [org.jboss.mail.MailService] Mail Service bound to java:/Mail
      2002-03-13 18:18:58,527 INFO [org.jboss.mail.MailService] Started
      2002-03-13 18:18:58,537 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/hsqldb-default-service.xml
      2002-03-13 18:18:59,538 INFO [org.jboss.jdbc.HypersonicDatabase] Creating
      2002-03-13 18:18:59,538 INFO [org.jboss.jdbc.HypersonicDatabase] Created
      2002-03-13 18:18:59,549 INFO [org.jboss.jdbc.HypersonicDatabase] Starting
      2002-03-13 18:18:59,559 INFO [org.jboss.jdbc.HypersonicDatabase] Started
      2002-03-13 18:18:59,569 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/user-service.xml
      2002-03-13 18:18:59,999 INFO [Default] Server 1.6 is running
      2002-03-13 18:18:59,999 INFO [Default] Press [Ctrl]+[C] to abort
      2002-03-13 18:19:00,089 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/scheduler-service.xml
      2002-03-13 18:19:00,139 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/counter-service.xml
      2002-03-13 18:19:00,270 INFO [org.jboss.varia.counter.CounterService] Creating
      2002-03-13 18:19:00,270 INFO [org.jboss.varia.counter.CounterService] Created
      2002-03-13 18:19:00,270 INFO [org.jboss.varia.counter.CounterService] Starting
      2002-03-13 18:19:00,300 INFO [org.jboss.varia.counter.CounterService] Started
      2002-03-13 18:19:00,300 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jboss-jdbc.rar
      2002-03-13 18:19:00,500 INFO [org.jboss.resource.RARMetaData] Loading Minerva Resource Adapter for JDBC 1/2 drivers
      2002-03-13 18:19:00,510 INFO [org.jboss.resource.RARMetaData] Required license terms present. See deployment descriptor.
      2002-03-13 18:19:00,550 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/tmp/deploy/61.ra-jdbc-libs.jar
      2002-03-13 18:19:00,680 WARN [org.jboss.system.ServiceController] jboss.jca:service=RARDeployment,name=Minerva JDBC LocalTransaction ResourceAdapter does not implement any Service methods
      2002-03-13 18:19:00,690 INFO [org.jboss.resource.ConnectionFactoryLoader] Creating
      2002-03-13 18:19:00,690 INFO [org.jboss.resource.ConnectionFactoryLoader] Created
      2002-03-13 18:19:00,700 INFO [org.jboss.resource.ConnectionFactoryLoader] Creating
      2002-03-13 18:19:00,700 INFO [org.jboss.resource.ConnectionFactoryLoader] Created
      2002-03-13 18:19:00,700 INFO [org.jboss.resource.ConnectionFactoryLoader] Creating
      2002-03-13 18:19:00,700 INFO [org.jboss.resource.ConnectionFactoryLoader] Created
      2002-03-13 18:19:00,710 INFO [org.jboss.resource.ConnectionFactoryLoader] Creating
      2002-03-13 18:19:00,710 INFO [org.jboss.resource.ConnectionFactoryLoader] Created
      2002-03-13 18:19:00,710 INFO [org.jboss.resource.ConnectionFactoryLoader] Starting
      2002-03-13 18:19:00,920 INFO [org.jboss.resource.security.ManyToOnePrincipalMapping.BookStoreDS] PrincipalMapping properties set to: {UserName=}
      2002-03-13 18:19:01,321 INFO [org.jboss.resource.adapter.jdbc.local.JDBCManagedConnectionFactory.BookStoreDS] Bound connection factory for resource adapter 'jboss.jca:service=RARDeployment,name=Minerva JDBC LocalTransaction ResourceAdapter' to JNDI name 'java:/BookStoreDS'
      2002-03-13 18:19:01,581 INFO [org.jboss.resource.ConnectionFactoryLoader.BookStoreDS] Started
      2002-03-13 18:19:01,591 INFO [org.jboss.resource.ConnectionFactoryLoader] Starting
      2002-03-13 18:19:01,662 INFO [org.jboss.resource.security.ManyToOnePrincipalMapping.j2eeDS] PrincipalMapping properties set to: {UserName=}
      2002-03-13 18:19:01,672 INFO [org.jboss.resource.adapter.jdbc.local.JDBCManagedConnectionFactory.j2eeDS] Bound connection factory for resource adapter 'jboss.jca:service=RARDeployment,name=Minerva JDBC LocalTransaction ResourceAdapter' to JNDI name 'java:/j2eeDS'
      2002-03-13 18:19:01,692 INFO [org.jboss.resource.ConnectionFactoryLoader.j2eeDS] Started
      2002-03-13 18:19:01,692 INFO [org.jboss.resource.ConnectionFactoryLoader] Starting
      2002-03-13 18:19:01,972 INFO [org.jboss.resource.security.ManyToOnePrincipalMapping.DefaultDS] PrincipalMapping properties set to: {UserName=sa}
      2002-03-13 18:19:01,982 INFO [org.jboss.resource.adapter.jdbc.local.JDBCManagedConnectionFactory.DefaultDS] Bound connection factory for resource adapter 'jboss.jca:service=RARDeployment,name=Minerva JDBC LocalTransaction ResourceAdapter' to JNDI name 'java:/DefaultDS'
      2002-03-13 18:19:02,002 INFO [org.jboss.resource.ConnectionFactoryLoader.DefaultDS] Started
      2002-03-13 18:19:02,002 INFO [org.jboss.resource.ConnectionFactoryLoader] Starting
      2002-03-13 18:19:02,322 INFO [org.jboss.resource.security.ManyToOnePrincipalMapping.NoTransDS] PrincipalMapping properties set to: {UserName=sa}
      2002-03-13 18:19:02,333 INFO [org.jboss.resource.adapter.jdbc.local.JDBCManagedConnectionFactory.NoTransDS] Bound connection factory for resource adapter 'jboss.jca:service=RARDeployment,name=Minerva JDBC LocalTransaction ResourceAdapter' to JNDI name 'java:/NoTransDS'
      2002-03-13 18:19:02,353 INFO [org.jboss.resource.ConnectionFactoryLoader.NoTransDS] Started
      2002-03-13 18:19:02,363 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jms-ra.rar
      2002-03-13 18:19:02,473 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/tmp/deploy/64.jms-ra.jar
      2002-03-13 18:19:02,513 WARN [org.jboss.system.ServiceController] jboss.jca:service=RARDeployment,name=JMS Adapter does not implement any Service methods
      2002-03-13 18:19:02,523 INFO [org.jboss.resource.ConnectionFactoryLoader] Creating
      2002-03-13 18:19:02,523 INFO [org.jboss.resource.ConnectionFactoryLoader] Created
      2002-03-13 18:19:02,523 INFO [org.jboss.resource.ConnectionFactoryLoader] Starting
      2002-03-13 18:19:03,124 WARN [org.jboss.resource.ConnectionFactoryLoader.JmsXA] Using default value 'java:DefaultJMSProvider' for config property 'JmsProviderAdapterJNDI'
      2002-03-13 18:19:03,294 INFO [org.jboss.resource.security.ManyToOnePrincipalMapping.JmsXA] PrincipalMapping properties set to: {}
      2002-03-13 18:19:03,314 INFO [org.jboss.resource.adapter.jms.JmsManagedConnectionFactory.JmsXA] Bound connection factory for resource adapter 'jboss.jca:service=RARDeployment,name=JMS Adapter' to JNDI name 'java:/JmsXA'
      2002-03-13 18:19:03,334 INFO [org.jboss.resource.ConnectionFactoryLoader.JmsXA] Started
      2002-03-13 18:19:03,334 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jboss-xa.rar
      2002-03-13 18:19:03,414 INFO [org.jboss.resource.RARMetaData] Loading Minerva Resource Adapter for JDBC 2 XA drivers
      2002-03-13 18:19:03,414 INFO [org.jboss.resource.RARMetaData] Required license terms present. See deployment descriptor.
      2002-03-13 18:19:03,454 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/tmp/deploy/67.ra-xa-libs.jar
      2002-03-13 18:19:03,494 WARN [org.jboss.system.ServiceController] jboss.jca:service=RARDeployment,name=Minerva JDBC XATransaction ResourceAdapter does not implement any Service methods
      2002-03-13 18:19:03,504 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jmx-ejb-adaptor.jar
      2002-03-13 18:19:04,385 INFO [org.jboss.ejb.EJBDeployer] Deploying jmx/ejb/Adaptor
      2002-03-13 18:19:05,497 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/ejb-management.jar
      2002-03-13 18:19:06,118 INFO [org.jboss.ejb.EJBDeployer] Deploying MEJB
      2002-03-13 18:19:06,248 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/Customer.jar
      2002-03-13 18:19:06,739 INFO [org.jboss.ejb.EJBDeployer] Deploying Customer
      2002-03-13 18:19:07,670 INFO [org.jboss.ejb.plugins.EnterpriseContextCachePolicy] Cache policy scheduler started
      2002-03-13 18:19:07,680 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jbosscmpch1.jar
      2002-03-13 18:19:07,890 INFO [org.jboss.ejb.EJBDeployer] Deploying User
      2002-03-13 18:19:09,323 INFO [org.jboss.ejb.plugins.cmp.jdbc.JDBCStartCommand.User] Table 'User' already exists
      2002-03-13 18:19:09,363 INFO [org.jboss.deployment.MainDeployer] Deploying: file:/C:/jboss-2.4.4/jboss/deploy/jbossmq-state.xml
      2002-03-13 18:19:09,503 INFO [org.jboss.deployment.MainDeployer] Started
      2002-03-13 18:19:09,513 INFO [org.jboss.system.Server] JBoss (MX MicroKernel) [3.0.0beta Date:200202210220] Started in 0m:36s:563ms
      ************************** Begin Log

      <?xml version="1.0" encoding="UTF-8" ?>
      <server>
      <classpath archives="mm.mysql-2.0.11-bin.jar"/>

      <mbean code="org.jboss.resource.ConnectionFactoryLoader" name="jboss.jca:service=ConnectionFactoryLoader,name=BookStoreDS">
      <attribute name="ManagedConnectionFactoryProperties">ConnectionURL=jdbc:mysql://localhost:3306/BookStore DriverClass=org.gjt.mm.mysql.Driver JDBCUser= Password=</attribute>
      <attribute name="JndiName">BookStoreDS</attribute>
      <attribute name="TransactionManagerName">java:/TransactionManager</attribute>
      <depends optional-attribute-name="ResourceAdapterName">jboss.jca:service=RARDeployment,name=Minerva JDBC LocalTransaction ResourceAdapter</depends>
      <depends optional-attribute-name="ConnectionManagerFactoryLoaderName">jboss.jca:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory</depends>
      <attribute name="ConnectionManagerProperties"># #Wed Aug 15 16:17:29 EDT 2001 BlockingTimeoutMillis=500000 IdleTimeoutMinutes=30 MaxSize=10 CleanupIntervalMinutes=10 MinSize=0 MaxIdleTimeoutPercent=1.0</attribute>
      <attribute name="PrincipalMappingClass">org.jboss.resource.security.ManyToOnePrincipalMapping</attribute>
      <attribute name="PrincipalMappingProperties">UserName=</attribute>
      </mbean>
      <mbean code="org.jboss.resource.ConnectionFactoryLoader" name="jboss.jca:service=ConnectionFactoryLoader,name=j2eeDS">
      <attribute name="ManagedConnectionFactoryProperties">ConnectionURL=jdbc:mysql://localhost:3306/j2ee DriverClass=org.gjt.mm.mysql.Driver UserName= Password=</attribute>
      <attribute name="JndiName">j2eeDS</attribute>
      <attribute name="TransactionManagerName">java:/TransactionManager</attribute>
      <depends optional-attribute-name="ResourceAdapterName">jboss.jca:service=RARDeployment,name=Minerva JDBC LocalTransaction ResourceAdapter</depends>
      <depends optional-attribute-name="ConnectionManagerFactoryLoaderName">jboss.jca:service=ConnectionManagerFactoryLoader,name=MinervaSharedLocalCMFactory</depends>
      <attribute name="ConnectionManagerProperties"># #Wed Aug 15 16:17:29 EDT 2001 BlockingTimeoutMillis=500000 IdleTimeoutMinutes=30 MaxSize=10 CleanupIntervalMinutes=10 MinSize=0 MaxIdleTimeoutPercent=1.0</attribute>
      <attribute name="PrincipalMappingClass">org.jboss.resource.security.ManyToOnePrincipalMapping</attribute>
      <attribute name="PrincipalMappingProperties">UserName=</attribute>
      </mbean>
      </server>