1 Reply Latest reply on May 15, 2003 3:40 PM by gennady_st

    MySQL Driver Question (jboss crash)

    gennady_st

      Hi every one, hopefully someone can help me out:)

      I have downloaded MySQL jdbc driver
      mysql-connector-java-3.0.7-stable.zip

      If i throw the whole zip file in to lib directory, then jboss deploys fine (on windows machines, but on linux it couses link error by attempting to load a duplicate class (javax.transaction.UserTransaction) ).


      Then i extract the driver from this zip file (mysql-connector-java-3.0.7-stable-bin.jar) and place it in the jboss_install/server/my_server/lib.

      Both the error log and the conf/jboss-service.xml


      i get the following error:

      org.jboss.deployment.DeploymentException: Could not create deployment: file:/D:/Java/jboss-3.0.4_tomcat-4.1.12/server/jbi/conf/jboss-service.xml; - nested throwable: (java.lang.NoClassDefFoundError: javax/transaction/UserTransaction)
      at org.jboss.deployment.MainDeployer.start(MainDeployer.java:827)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:621)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585)
      at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:569)
      at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
      at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
      at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
      at org.jboss.Main.boot(Main.java:148)
      at org.jboss.Main$1.run(Main.java:381)
      at java.lang.Thread.run(Thread.java:536)
      Caused by: java.lang.NoClassDefFoundError: javax/transaction/UserTransaction
      at java.lang.ClassLoader.defineClass0(Native Method)
      at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
      at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
      at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
      at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
      at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
      at java.security.AccessController.doPrivileged(Native Method)
      at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
      at org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClassLoader.java:239)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
      at org.jboss.mx.loading.UnifiedClassLoader.loadClassLocally(UnifiedClassLoader.java:247)
      at org.jboss.mx.loading.UnifiedLoaderRepository3.loadClassFromClassLoader(UnifiedLoaderRepository3.java:208)
      at org.jboss.mx.loading.LoadMgr.beginLoadTask(LoadMgr.java:119)
      at org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:140)
      at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
      at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
      at org.jboss.tm.usertx.server.ClientUserTransactionService.startService(ClientUserTransactionService.java:74)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:165)
      at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
      at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
      at $Proxy0.start(Unknown Source)
      at org.jboss.system.ServiceController.start(ServiceController.java:398)
      at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
      at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
      at java.lang.reflect.Method.invoke(Method.java:324)
      at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
      at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
      at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
      at $Proxy3.start(Unknown Source)
      at org.jboss.deployment.SARDeployer.start(SARDeployer.java:249)
      at org.jboss.deployment.MainDeployer.start(MainDeployer.java:807)
      ... 14 more


      Thank you,
      gennady

        • 1. Re: MySQL Driver Question (jboss crash)
          gennady_st

          for some reason i could not attach the files,
          so here they are:)

          conf/jboss-service.xml
          <?xml version="1.0" encoding="UTF-8"?>
          <!DOCTYPE server>
          <!-- $Id: jboss-service.xml,v 1.44.2.16 2002/10/08 21:30:29 patriot1burke Exp $ -->

          <!-- ===================================================================== -->
          <!-- -->
          <!-- JBoss Server Configuration -->
          <!-- -->
          <!-- ===================================================================== -->



          <!-- Load all jars from the JBOSS_DIST/server//lib directory. This
          can be restricted to specific jars by specifying them in the archives
          attribute.
          -->


          <!-- ==================================================================== -->
          <!-- PropertyEditors and System Properties -->
          <!-- ==================================================================== -->

          <!-- Preload all custom editors for VMs that don't use the thread
          context class loader when searching for PropertyEditors
          -->

          java.math.BigDecimal=org.jboss.util.propertyeditor.BigDecimalEditor
          java.lang.Boolean=org.jboss.util.propertyeditor.BooleanEditor
          java.lang.Class=org.jboss.util.propertyeditor.ClassEditor
          java.util.Date=org.jboss.util.propertyeditor.DateEditor
          java.io.File=org.jboss.util.propertyeditor.FileEditor
          java.net.InetAddress=org.jboss.util.propertyeditor.InetAddressEditor
          java.lang.Integer=org.jboss.util.propertyeditor.IntegerEditor
          javax.management.ObjectName=org.jboss.util.propertyeditor.ObjectNameEditor
          java.util.Properties=org.jboss.util.propertyeditor.PropertiesEditor
          [Ljava.lang.String;=org.jboss.util.propertyeditor.StringArrayEditor
          java.net.URL=org.jboss.util.propertyeditor.URLEditor



          <!-- The invokerServletPath property gives the public URL to the
          org.jboss.invocation.http.servlet.InvokerServlet used by the
          HTTP proxy for RMI/HTTP. This is only needed if the http-invoker.sar
          is deployed.
          -->

          invokerServletPath=http://localhost:8080/invoker/JMXInvokerServlet

          <!-- Load properties from each of the given comma seperated URLs

          http://somehost/some-location.properties,
          ./conf/somelocal.properties

          -->


          <!-- ==================================================================== -->
          <!-- Log4j Initialization -->
          <!-- ==================================================================== -->

          resource:log4j.xml


          <!-- ==================================================================== -->
          <!-- Class Loading -->
          <!-- ==================================================================== -->


          8083
          <!-- Should resources and non-EJB classes be downloadable -->
          true


          <!-- ==================================================================== -->
          <!-- JSR-77 Single JBoss Server Management Domain -->
          <!-- ==================================================================== -->




          <!-- ==================================================================== -->
          <!-- JNDI -->
          <!-- ==================================================================== -->


          <!-- The listening port for the bootstrap JNP service. Set this to -1
          to run the NamingService without the JNP invoker listening port.
          -->
          1099



          <!-- ==================================================================== -->
          <!-- Security -->
          <!-- ==================================================================== -->


          jboss.security:service=XMLLoginConfig


          login-config.xml


          <!-- JAAS security manager and realm mapping -->


          org.jboss.security.plugins.JaasSecurityManager



          <!-- ==================================================================== -->
          <!-- Transactions -->
          <!-- ==================================================================== -->





          300
          <depends optional-attribute-name="XidFactory">jboss:service=XidFactory


          <!--
          | Uncomment to use Tyrex (tyrex.exolab.org) transaction manager plugin
          | instead of the org.jboss.tm.TransactionManagerService and comment out
          | the TransactionManagerService above.
          | Make sure you have Xerces in lib/. At the moment JBoss does not
          | ship Xerces as part of distribution. Version 1.x seems to work fine,
          | though 2.x should as well, use whichever you like.
          |

          ../conf/default/domain.xml

          -->




          <!-- The CachedConnectionManager is used partly to relay started UserTransactions to
          open connections so they may be enrolled in the new tx-->




          <!-- ==================================================================== -->
          <!-- The deployers... -->
          <!-- ==================================================================== -->

          <!-- Main Deployer and SARDeployer are provided by main -->

          <!-- EJB deployer, remove to disable EJB behavior-->

          true
          false
          false
          true
          <!-- Add a dependency on the JMS provider(jms-service.xml) for MDBs. If
          you are not using MDBs and JMS remove these.
          -->
          jboss.mq:service=JMSProviderLoader,name=JBossMQProvider
          jboss.mq:service=ServerSessionPoolMBean,name=StdJMSPool


          <!-- EAR deployer -->



          <!-- WAR Deployer is provided by tomcat or jetty -->
          <!-- RAR Deployer is provided by the rar.sar package -->


          <!-- ==================================================================== -->
          <!-- JBoss Server Management -->
          <!-- ==================================================================== -->

          <!-- AS Temporary not available

          5000

          -->

          <!-- ==================================================================== -->
          <!-- Monitoring and Management -->
          <!-- ==================================================================== -->

          <!-- Uncomment to enable JMX monitoring of the bean cache

          -->

          <!-- Uncomment to enable JMX monitoring of the entity bean locking

          -->



          <!-- ==================================================================== -->
          <!-- Invokers to the JMX node -->
          <!-- ==================================================================== -->

          <!-- RMI/JRMP invoker -->

          4444
          <!--
          custom
          custom
          custom
          -->








          <!-- ==================================================================== -->
          <!-- Deployment Scanning -->
          <!-- ==================================================================== -->

          <!-- Uncomment to enable caching of deployment units

          data/deployment-cache



          <depends optional-attribute-name="Deployer">jboss.system:service=MainDeployer
          <depends optional-attribute-name="Store">jboss.deployment:type=DeploymentStore,flavor=File

          -->

          <!-- An mbean for hot deployment/undeployment of archives.
          -->


          <!-- Uncomment (and comment/remove version below) to enable usage of the
          DeploymentCache
          <depends optional-attribute-name="Deployer">jboss.deployment:type=DeploymentCache
          -->
          <depends optional-attribute-name="Deployer">jboss.system:service=MainDeployer

          <!-- The URLComparator can be used to specify a deployment ordering
          for deployments found in a scanned directory. The class specified
          must be an implementation of java.util.Comparator, it must be able
          to compare two URL objects, and it must have a no-arg constructor.
          Two deployment comparators are shipped with JBoss:
          - org.jboss.deployment.DeploymentSorter
          Sorts by file extension, as follows:
          "sar", "service.xml", "rar", "jar", "war", "wsr", "ear", "zip",
          "*"
          - org.jboss.deployment.scanner.PrefixDeploymentSorter
          If the name portion of the url begins with 1 or more digits, those
          digits are converted to an int (ignoring leading zeroes), and
          files are deployed in that order. Files that do not start with
          any digits will be deployed first, and they will be sorted by
          extension as above with DeploymentSorter.
          -->
          org.jboss.deployment.DeploymentSorter
          <!--
          org.jboss.deployment.scanner.PrefixDeploymentSorter
          -->

          <!-- The Filter specifies a java.io.FileFilter for scanned
          directories. Any file not accepted by this filter will not be
          deployed. The org.jboss.deployment.scanner.DeploymentFilter
          rejects the following patterns:
          "#*", "%*", ",*", ".*", "_$*", "*#", "*$", "*%", "*.BAK",
          "*.old", "*.orig", "*.rej", "*.bak", "*,v", "*~", ".make.state",
          ".nse_depinfo", "CVS", "CVS.admin", "RCS", "RCSLOG", "SCCS",
          "TAGS", "core", "tags"
          -->
          org.jboss.deployment.scanner.DeploymentFilter

          5000

          <!-- URLs are comma seperated and unprefixed arguments are considered
          file URLs and resolve relative to server home(JBOSS_DIST/server/default)
          unless the given path is absolute. Any referenced directories cannot
          be unpackaged archives, use the parent directory of the unpacked
          archive.
          -->

          ./deploy



          <!-- An alternate hot deployer mbean. Use URLDirectoryScanner if you need to
          specify which urls are directories to scan, and which are urls to be
          deployed directly. URLDeploymentScanner assumes that all directories are to
          be scanned, which can cause problems if directory referred to in the
          deploy attribute is an exploded archive.


          <depends optional-attribute-name="Deployer">jboss.system:service=MainDeployer
          org.jboss.deployment.DeploymentSorter
          org.jboss.deployment.scanner.DeploymentFilter
          5000
          /* Each entry specifies either a dir (directory to be scanned),
          or url (url to be deployed). Like the URLs for the DeploymentScanner
          above, a file: protocol will be assumed if not specified otherwise.
          */









          -->





          Server log
          2003-05-15 16:00:51,005 INFO [org.jboss.logging.Log4jService] Started
          2003-05-15 16:00:51,005 INFO [org.jboss.web.WebService] Starting
          2003-05-15 16:00:51,015 INFO [org.jboss.web.WebService] Started webserver with address: null port: 8083
          2003-05-15 16:00:51,015 INFO [org.jboss.web.WebService] Codebase set to: http://bardi2:8083/
          2003-05-15 16:00:51,015 INFO [org.jboss.web.WebService] Started
          2003-05-15 16:00:51,025 INFO [org.jboss.naming.NamingService] Starting
          2003-05-15 16:00:51,045 INFO [org.jboss.naming.NamingService] Starting jnp server
          2003-05-15 16:00:51,126 INFO [org.jboss.naming.NamingService] Started jnpPort=1099, rmiPort=0, backlog=50, bindAddress=null, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
          2003-05-15 16:00:51,136 INFO [org.jboss.naming.NamingService] Listening on port 1099
          2003-05-15 16:00:51,146 INFO [org.jboss.naming.NamingService] Started
          2003-05-15 16:00:51,156 INFO [org.jboss.naming.JNDIView] Starting
          2003-05-15 16:00:51,156 INFO [org.jboss.naming.JNDIView] Started
          2003-05-15 16:00:51,156 INFO [org.jboss.security.plugins.SecurityConfig] Starting
          2003-05-15 16:00:51,156 INFO [org.jboss.security.plugins.SecurityConfig] Started
          2003-05-15 16:00:51,206 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Starting
          2003-05-15 16:00:51,216 INFO [org.jboss.security.plugins.JaasSecurityManagerService] Started
          2003-05-15 16:00:51,216 INFO [org.jboss.tm.TransactionManagerService] Starting
          2003-05-15 16:00:51,246 INFO [org.jboss.tm.TransactionManagerService] Started
          2003-05-15 16:00:51,246 INFO [org.jboss.tm.usertx.server.ClientUserTransactionService] Starting
          2003-05-15 16:00:51,286 ERROR [org.jboss.system.server.Server] start failed
          org.jboss.deployment.DeploymentException: Could not create deployment: file:/D:/Java/jboss-3.0.4_tomcat-4.1.12/server/jbi/conf/jboss-service.xml; - nested throwable: (java.lang.NoClassDefFoundError: javax/transaction/UserTransaction)
          at org.jboss.deployment.MainDeployer.start(MainDeployer.java:827)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:621)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585)
          at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:569)
          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
          at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
          at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
          at org.jboss.Main.boot(Main.java:148)
          at org.jboss.Main$1.run(Main.java:381)
          at java.lang.Thread.run(Thread.java:536)
          Caused by: java.lang.NoClassDefFoundError: javax/transaction/UserTransaction
          at java.lang.ClassLoader.defineClass0(Native Method)
          at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
          at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
          at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
          at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
          at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
          at java.security.AccessController.doPrivileged(Native Method)
          at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
          at org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClassLoader.java:239)
          at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
          at org.jboss.mx.loading.UnifiedClassLoader.loadClassLocally(UnifiedClassLoader.java:247)
          at org.jboss.mx.loading.UnifiedLoaderRepository3.loadClassFromClassLoader(UnifiedLoaderRepository3.java:208)
          at org.jboss.mx.loading.LoadMgr.beginLoadTask(LoadMgr.java:119)
          at org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:140)
          at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
          at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
          at org.jboss.tm.usertx.server.ClientUserTransactionService.startService(ClientUserTransactionService.java:74)
          at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:165)
          at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
          at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
          at $Proxy0.start(Unknown Source)
          at org.jboss.system.ServiceController.start(ServiceController.java:398)
          at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          at java.lang.reflect.Method.invoke(Method.java:324)
          at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
          at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
          at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
          at $Proxy3.start(Unknown Source)
          at org.jboss.deployment.SARDeployer.start(SARDeployer.java:249)
          at org.jboss.deployment.MainDeployer.start(MainDeployer.java:807)
          ... 14 more
          2003-05-15 16:00:51,296 ERROR [STDERR] org.jboss.deployment.DeploymentException: Could not create deployment: file:/D:/Java/jboss-3.0.4_tomcat-4.1.12/server/jbi/conf/jboss-service.xml; - nested throwable: (java.lang.NoClassDefFoundError: javax/transaction/UserTransaction)
          2003-05-15 16:00:51,296 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:827)
          2003-05-15 16:00:51,296 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:621)
          2003-05-15 16:00:51,296 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:585)
          2003-05-15 16:00:51,296 ERROR [STDERR] at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:569)
          2003-05-15 16:00:51,296 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
          2003-05-15 16:00:51,306 ERROR [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
          2003-05-15 16:00:51,306 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          2003-05-15 16:00:51,306 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
          2003-05-15 16:00:51,306 ERROR [STDERR] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
          2003-05-15 16:00:51,306 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
          2003-05-15 16:00:51,306 ERROR [STDERR] at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:324)
          2003-05-15 16:00:51,306 ERROR [STDERR] at org.jboss.system.server.ServerImpl.start(ServerImpl.java:221)
          2003-05-15 16:00:51,306 ERROR [STDERR] at org.jboss.Main.boot(Main.java:148)
          2003-05-15 16:00:51,306 ERROR [STDERR] at org.jboss.Main$1.run(Main.java:381)
          2003-05-15 16:00:51,306 ERROR [STDERR] at java.lang.Thread.run(Thread.java:536)
          2003-05-15 16:00:51,306 ERROR [STDERR] Caused by: java.lang.NoClassDefFoundError: javax/transaction/UserTransaction
          2003-05-15 16:00:51,316 ERROR [STDERR] at java.lang.ClassLoader.defineClass0(Native Method)
          2003-05-15 16:00:51,316 ERROR [STDERR] at java.lang.ClassLoader.defineClass(ClassLoader.java:502)
          2003-05-15 16:00:51,316 ERROR [STDERR] at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:123)
          2003-05-15 16:00:51,316 ERROR [STDERR] at java.net.URLClassLoader.defineClass(URLClassLoader.java:250)
          2003-05-15 16:00:51,316 ERROR [STDERR] at java.net.URLClassLoader.access$100(URLClassLoader.java:54)
          2003-05-15 16:00:51,316 ERROR [STDERR] at java.net.URLClassLoader$1.run(URLClassLoader.java:193)
          2003-05-15 16:00:51,316 ERROR [STDERR] at java.security.AccessController.doPrivileged(Native Method)
          2003-05-15 16:00:51,316 ERROR [STDERR] at java.net.URLClassLoader.findClass(URLClassLoader.java:186)
          2003-05-15 16:00:51,316 ERROR [STDERR] at org.jboss.mx.loading.UnifiedClassLoader.findClass(UnifiedClassLoader.java:239)
          2003-05-15 16:00:51,326 ERROR [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:299)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.mx.loading.UnifiedClassLoader.loadClassLocally(UnifiedClassLoader.java:247)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.mx.loading.UnifiedLoaderRepository3.loadClassFromClassLoader(UnifiedLoaderRepository3.java:208)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.mx.loading.LoadMgr.beginLoadTask(LoadMgr.java:119)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.mx.loading.UnifiedClassLoader3.loadClass(UnifiedClassLoader3.java:140)
          2003-05-15 16:00:51,326 ERROR [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:255)
          2003-05-15 16:00:51,326 ERROR [STDERR] at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:315)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.tm.usertx.server.ClientUserTransactionService.startService(ClientUserTransactionService.java:74)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:165)
          2003-05-15 16:00:51,326 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
          2003-05-15 16:00:51,326 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          2003-05-15 16:00:51,326 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceController.java:978)
          2003-05-15 16:00:51,326 ERROR [STDERR] at $Proxy0.start(Unknown Source)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.system.ServiceController.start(ServiceController.java:398)
          2003-05-15 16:00:51,326 ERROR [STDERR] at sun.reflect.GeneratedMethodAccessor6.invoke(Unknown Source)
          2003-05-15 16:00:51,326 ERROR [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
          2003-05-15 16:00:51,326 ERROR [STDERR] at java.lang.reflect.Method.invoke(Method.java:324)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.mx.capability.ReflectedMBeanDispatcher.invoke(ReflectedMBeanDispatcher.java:284)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:517)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.util.jmx.MBeanProxy.invoke(MBeanProxy.java:174)
          2003-05-15 16:00:51,326 ERROR [STDERR] at $Proxy3.start(Unknown Source)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.deployment.SARDeployer.start(SARDeployer.java:249)
          2003-05-15 16:00:51,326 ERROR [STDERR] at org.jboss.deployment.MainDeployer.start(MainDeployer.java:807)
          2003-05-15 16:00:51,326 ERROR [STDERR] ... 14 more
          2003-05-15 16:26:57,605 INFO [org.jboss.system.server.Server] Undeploying all packages