0 Replies Latest reply on Dec 9, 2002 6:34 PM by deaddowney

    ClientUserTransaction NameAlreadyBoundException

    deaddowney

      I'm seeing an error on startup where in the server.log it says:


      2002-12-09 23:31:30,167 INFO [org.jboss.tm.TransactionManagerService] Starting
      2002-12-09 23:31:30,289 INFO [org.jboss.tm.TransactionManagerService] Started
      2002-12-09 23:31:30,290 INFO [org.jboss.tm.usertx.server.ClientUserTransactionService] Starting
      2002-12-09 23:31:31,219 ERROR [org.jboss.tm.usertx.server.ClientUserTransactionService] Starting failed
      javax.naming.NameAlreadyBoundException
      at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:247)
      at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:223)
      at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:133)
      at org.jnp.server.NamingServer_Stub.bind(Unknown Source)
      at org.jnp.interfaces.NamingContext.bind(NamingContext.java:421)
      at org.jnp.interfaces.NamingContext.bind(NamingContext.java:392)
      at javax.naming.InitialContext.bind(InitialContext.java:355)
      at org.jboss.tm.usertx.server.ClientUserTransactionService.startService(ClientUserTransactionService.java:73)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:164)
      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:976)
      at $Proxy0.start(Unknown Source)



      This happens very early in the log before any of my code gets loaded. I grepped through my jboss directory and the only reference to this service is in jboss-service.xml. Its definition is: