1 2 3 Previous Next 42 Replies Latest reply on Feb 18, 2007 5:51 PM by jjay009

    Clustering begginner..please HELP

    sreejava

      Hi,

      My aim is to achieve clustering for a sample application in JSP (say obtaining a value from the user and put it in database).

      First i tried to run more than one instance of same server (as explained in http://wiki.jboss.org/wiki/Wiki.jsp?page=ConfiguringMultipleJBossInstancesOnOneMachine)
      in my system to attain clustering. But i failed for starting two instances as my sytem was not MULTI-HOMED.

      When i tried to do this by changing the port both the servers was coming up. But only that one which i started first were able to serve the requests. Also there were some other port conflicts.

      Now i do have a virtual machine (ofcourse with different IP). But getting confused where to start with.

      Can anyone kindly explain the step by step procedure for attaining clustering of two JBoss servers running in two IP address. I am able to deploye the application (war file) succesfully in two servers separately.

      Finally, how one will realize that the clustering is attained. Is it by putting down one server and making the rrequest to that server?. Or is it by the existence of Farming deployment?

      I have searched over the net and fedup...
      PLEASE HELP. Thanks in advance..

      sree

        • 1. Re: Clustering begginner..please HELP
          davewebb

          You need to do a few things.

          1) Check your log files when the server starts to make sure the instances see each other and join the cluster.

          2) Try deploying you WAR file in the farm directory of one server and if #1 above is working, then your WAR file will automatically get copied over the the farm dir of the other server.

          3) To test the clustering, you have to have a load balancing facility in place in front of the 2 Jboss servers. I uses Apache with mod_jk 1.2 for one app and we use apache with the newer ajp module for some other apps. If you configure apache _without_ sticky session, then your requests will get ditrbuted to the 2 servers. If you test a use case that uses the HTTPSession object, then you will know right away if your session replication is successful.

          Good luck.

          • 2. Re: Clustering begginner..please HELP
            sreejava

            Hi davewebb,

            Thank you very much for your reply.

            I tried to do in the same way you suggested and i feel proud to say that i m partially suceeded!!!!!!!!!!

            Partially in the sense, i could n't understand from the log files (boot.log or server.log) that the instances see each other. But when i deployed in the 'all\farm' directory of one server#1 it got automatically copied to the 'all\farm' directory of server#2. THANK YOU ONCE AGAIN.!!!!!

            But still, i do have a belief that if clustering is enabled; and if one of the server(s1) goes down, then the other(s2) will serve the requests coming to s1. Am i correct? Or is that true only in the case of "Failover clustering". If it is correct, what are all the things i have to do to achieve it?

            Kindly find time to guide me. If busy, atleast give me some hints-i ll learn from that. And Will you be patient to go through the log files i have?

            Thanking you once again

            with respect

            sree

            ---------------server_1--server.log--------------------------

            2007-02-10 13:09:21,624 DEBUG [org.jboss.logging.Log4jService] Installed System.out adapter
            2007-02-10 13:09:21,624 DEBUG [org.jboss.logging.Log4jService] Installed System.err adapter
            2007-02-10 13:09:21,624 DEBUG [org.jboss.logging.Log4jService] Added ThrowableListener: org.jboss.logging.Log4jService$ThrowableListenerLoggingAdapter@1c4f0f8
            2007-02-10 13:09:21,624 DEBUG [org.jboss.logging.Log4jService] Created jboss.system:type=Log4jService,service=Logging
            2007-02-10 13:09:21,624 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.system:type=Log4jService,service=Logging dependents are: []
            2007-02-10 13:09:21,624 DEBUG [org.jboss.system.ServiceController] Creating service jboss.rmi:type=RMIClassLoader
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.rmi:type=RMIClassLoader dependents are: []
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=WebService
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss:service=WebService
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=Naming
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss:service=Naming
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=JNDIView
            2007-02-10 13:09:21,634 DEBUG [org.jboss.naming.JNDIView] Creating jboss:service=JNDIView
            2007-02-10 13:09:21,634 DEBUG [org.jboss.naming.JNDIView] Created jboss:service=JNDIView
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss:service=JNDIView dependents are: []
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating service jboss.security:service=SecurityConfig
            2007-02-10 13:09:21,634 DEBUG [org.jboss.security.plugins.SecurityConfig] Creating jboss.security:service=SecurityConfig
            2007-02-10 13:09:21,634 DEBUG [org.jboss.security.plugins.SecurityConfig] Created jboss.security:service=SecurityConfig
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.security:service=SecurityConfig dependents are: []
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating service jboss.security:service=XMLLoginConfig
            2007-02-10 13:09:21,634 DEBUG [org.jboss.security.auth.login.XMLLoginConfig] Creating jboss.security:service=XMLLoginConfig
            2007-02-10 13:09:21,634 DEBUG [org.jboss.security.auth.login.XMLLoginConfig] Created jboss.security:service=XMLLoginConfig
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.security:service=XMLLoginConfig dependents are: []
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating service jboss.security:service=JaasSecurityManager
            2007-02-10 13:09:21,634 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Creating jboss.security:service=JaasSecurityManager
            2007-02-10 13:09:21,634 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Created jboss.security:service=JaasSecurityManager
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.security:service=JaasSecurityManager dependents are: []
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=XidFactory
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss:service=XidFactory dependents are: [ObjectName: jboss:service=TransactionManager
            State: CONFIGURED
            I Depend On:
            jboss:service=XidFactory
            Depends On Me:
            jboss:service=invoker,type=jrmp
            jboss:service=invoker,type=local
            jboss:service=invoker,type=pooled
            ]
            2007-02-10 13:09:21,634 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=TransactionManager
            2007-02-10 13:09:21,634 DEBUG [org.jboss.tm.TransactionManagerService] Creating jboss:service=TransactionManager
            2007-02-10 13:09:21,634 DEBUG [org.jboss.tm.TransactionManagerService] Created jboss:service=TransactionManager
            2007-02-10 13:09:21,674 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss:service=TransactionManager dependents are: [ObjectName: jboss:service=invoker,type=jrmp
            State: CONFIGURED
            I Depend On:
            jboss:service=TransactionManager
            Depends On Me:
            jboss:service=proxyFactory,target=ClientUserTransactionFactory
            jboss:service=proxyFactory,target=ClientUserTransaction
            , ObjectName: jboss:service=invoker,type=local
            State: CONFIGURED
            I Depend On:
            jboss:service=TransactionManager
            , ObjectName: jboss:service=invoker,type=pooled
            State: CONFIGURED
            I Depend On:
            jboss:service=TransactionManager
            ]
            2007-02-10 13:09:21,674 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=invoker,type=jrmp
            2007-02-10 13:09:21,674 DEBUG [org.jboss.invocation.jrmp.server.JRMPInvoker] Creating jboss:service=invoker,type=jrmp
            2007-02-10 13:09:21,674 DEBUG [org.jboss.invocation.jrmp.server.JRMPInvoker] Created jboss:service=invoker,type=jrmp
            2007-02-10 13:09:21,674 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss:service=invoker,type=jrmp dependents are: [ObjectName: jboss:service=proxyFactory,target=ClientUserTransactionFactory
            State: CONFIGURED
            I Depend On:
            jboss:service=invoker,type=jrmp
            Depends On Me:
            jboss:service=ClientUserTransaction
            , ObjectName: jboss:service=proxyFactory,target=ClientUserTransaction
            State: CONFIGURED
            I Depend On:
            jboss:service=invoker,type=jrmp
            Depends On Me:
            jboss:service=ClientUserTransaction
            ]
            2007-02-10 13:09:21,674 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=proxyFactory,target=ClientUserTransactionFactory
            2007-02-10 13:09:21,674 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Creating jboss:service=proxyFactory,target=ClientUserTransactionFactory
            2007-02-10 13:09:21,674 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Created jboss:service=proxyFactory,target=ClientUserTransactionFactory
            2007-02-10 13:09:21,674 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss:service=proxyFactory,target=ClientUserTransactionFactory dependents are: [ObjectName: jboss:service=ClientUserTransaction
            State: CONFIGURED
            I Depend On:
            jboss:service=proxyFactory,target=ClientUserTransactionFactory
            jboss:service=proxyFactory,target=ClientUserTransaction
            ]
            2007-02-10 13:09:21,674 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=ClientUserTransaction
            2007-02-10 13:09:21,674 DEBUG [org.jboss.system.ServiceController] waiting in create of jboss:service=ClientUserTransaction waiting on jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:21,674 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:21,674 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Creating jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:21,674 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Created jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss:service=proxyFactory,target=ClientUserTransaction dependents are: [ObjectName: jboss:service=ClientUserTransaction
            State: CONFIGURED
            I Depend On:
            jboss:service=proxyFactory,target=ClientUserTransactionFactory
            jboss:service=proxyFactory,target=ClientUserTransaction
            ]
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=ClientUserTransaction
            2007-02-10 13:09:21,724 DEBUG [org.jboss.tm.usertx.server.ClientUserTransactionService] Creating jboss:service=ClientUserTransaction
            2007-02-10 13:09:21,724 DEBUG [org.jboss.tm.usertx.server.ClientUserTransactionService] Created jboss:service=ClientUserTransaction
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss:service=ClientUserTransaction dependents are: []
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=invoker,type=local
            2007-02-10 13:09:21,724 DEBUG [org.jboss.invocation.local.LocalInvoker] Creating jboss:service=invoker,type=local
            2007-02-10 13:09:21,724 DEBUG [org.jboss.invocation.local.LocalInvoker] Created jboss:service=invoker,type=local
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss:service=invoker,type=local dependents are: []
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=invoker,type=pooled
            2007-02-10 13:09:21,724 DEBUG [org.jboss.invocation.pooled.server.PooledInvoker] Creating jboss:service=invoker,type=pooled
            2007-02-10 13:09:21,724 DEBUG [org.jboss.invocation.pooled.server.PooledInvoker] Created jboss:service=invoker,type=pooled
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss:service=invoker,type=pooled dependents are: []
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=TransactionManager
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss:service=TransactionManager
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=ClientUserTransaction
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss:service=ClientUserTransaction
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=proxyFactory,target=ClientUserTransactionFactory
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss:service=proxyFactory,target=ClientUserTransactionFactory
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=invoker,type=jrmp
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss:service=invoker,type=jrmp
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=invoker,type=local
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss:service=invoker,type=local
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss:service=invoker,type=pooled
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Ignoring create request for service: jboss:service=invoker,type=pooled
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss.jdbc:service=metadata
            2007-02-10 13:09:21,724 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] Creating jboss.jdbc:service=metadata
            2007-02-10 13:09:21,724 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] Created jboss.jdbc:service=metadata
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.jdbc:service=metadata dependents are: []
            2007-02-10 13:09:21,724 DEBUG [org.jboss.system.ServiceController] Creating service jboss.deployment:type=DeploymentScanner,flavor=URL
            2007-02-10 13:09:21,724 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Creating jboss.deployment:type=DeploymentScanner,flavor=URL
            2007-02-10 13:09:21,764 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Scanner thread started
            2007-02-10 13:09:21,764 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Created jboss.deployment:type=DeploymentScanner,flavor=URL
            2007-02-10 13:09:21,764 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.deployment:type=DeploymentScanner,flavor=URL dependents are: []
            2007-02-10 13:09:21,764 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-service.xml
            2007-02-10 13:09:21,764 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/Program Files/jboss-4.0.5.GA/server/all/conf/jboss-service.xml
            2007-02-10 13:09:21,764 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, start step: url file:/C:/Program Files/jboss-4.0.5.GA/server/all/conf/jboss-service.xml
            2007-02-10 13:09:21,764 DEBUG [org.jboss.system.ServiceController] starting service jboss.management.local:j2eeType=J2EEDomain,name=Manager
            2007-02-10 13:09:21,764 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.management.local:j2eeType=J2EEDomain,name=Manager dependent components: []
            2007-02-10 13:09:21,764 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=AttributePersistenceService
            2007-02-10 13:09:21,764 DEBUG [org.jboss.system.pm.AttributePersistenceService] Starting jboss:service=AttributePersistenceService
            2007-02-10 13:09:21,764 DEBUG [org.jboss.system.pm.XMLAttributePersistenceManager] Constructed
            2007-02-10 13:09:21,764 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Running
            2007-02-10 13:09:21,764 DEBUG [org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread] Disabled, waiting for notification
            2007-02-10 13:09:21,774 DEBUG [org.jboss.system.pm.XMLAttributePersistenceManager] Using data directory: C:\Program Files\jboss-4.0.5.GA\server\all\data\xmbean-attrs
            2007-02-10 13:09:21,774 DEBUG [org.jboss.system.pm.AttributePersistenceService] Started jboss:service=AttributePersistenceService
            2007-02-10 13:09:21,774 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=AttributePersistenceService dependent components: []
            2007-02-10 13:09:21,774 DEBUG [org.jboss.system.ServiceController] starting service jboss.system:service=ThreadPool
            2007-02-10 13:09:21,774 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.system:service=ThreadPool dependent components: [ObjectName: jboss:service=WebService
            State: CREATED
            I Depend On:
            jboss.system:service=ThreadPool
            , ObjectName: jboss:service=Naming
            State: CREATED
            I Depend On:
            jboss.system:service=ThreadPool
            ]
            2007-02-10 13:09:21,774 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=WebService
            2007-02-10 13:09:21,774 DEBUG [org.jboss.web.WebService] Starting jboss:service=WebService
            2007-02-10 13:09:21,814 DEBUG [org.jboss.web.WebServer] Started server: ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=8083]
            2007-02-10 13:09:21,814 DEBUG [org.jboss.web.WebService] Started WebServer with address: 0.0.0.0:8083
            2007-02-10 13:09:21,814 DEBUG [org.jboss.web.WebService] Started jboss:service=WebService
            2007-02-10 13:09:21,814 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=WebService dependent components: []
            2007-02-10 13:09:21,814 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=Naming
            2007-02-10 13:09:21,824 DEBUG [org.jboss.naming.NamingService] Starting jboss:service=Naming
            2007-02-10 13:09:21,824 DEBUG [org.jboss.naming.NamingService] System.setProperty, key=java.naming.factory.initial, value=org.jnp.interfaces.NamingContextFactory
            2007-02-10 13:09:21,824 DEBUG [org.jboss.naming.NamingService] System.setProperty, key=java.naming.factory.url.pkgs, value=org.jboss.naming:org.jnp.interfaces
            2007-02-10 13:09:21,844 DEBUG [org.jboss.naming.NamingService] Using NamingServer: org.jnp.server.NamingServer@1d0d45b
            2007-02-10 13:09:21,844 DEBUG [org.jboss.naming.NamingService] Installed global NamingServer: org.jnp.server.NamingServer@1d0d45b
            2007-02-10 13:09:21,844 DEBUG [org.jboss.naming.NamingService] Creating NamingServer stub, theServer=org.jnp.server.NamingServer@1d0d45b,rmiPort=1098,clientSocketFactory=null,serverSocketFactory=org.jboss.net.sockets.DefaultSocketFactory@fbc4815d[bindAddress=/0.0.0.0]
            2007-02-10 13:09:22,125 DEBUG [org.jboss.naming.NamingService] NamingServer stub: NamingServer_Stub[UnicastRef2 [liveRef: [endpoint:[155.35.20.209:1098,org.jboss.net.sockets.DefaultSocketFactory@fbc4815d[bindAddress=/0.0.0.0]](local),objID:[0]]]]
            2007-02-10 13:09:22,175 DEBUG [org.jboss.naming.NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.0:1098, backlog=50, no client SocketFactory, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@fbc4815d[bindAddress=/0.0.0.0]
            2007-02-10 13:09:22,205 DEBUG [org.jboss.naming.NamingService] InitialContext Environment:
            2007-02-10 13:09:22,205 DEBUG [org.jboss.naming.NamingService] key=java.naming.factory.initial, value(java.lang.String)=org.jnp.interfaces.NamingContextFactory
            2007-02-10 13:09:22,205 DEBUG [org.jboss.naming.NamingService] key=java.naming.factory.url.pkgs, value(java.lang.String)=org.jboss.naming:org.jnp.interfaces:org.jboss.naming:org.jnp.interfaces
            2007-02-10 13:09:22,215 DEBUG [org.jboss.naming.NamingService] Listening on port 1099
            2007-02-10 13:09:22,225 DEBUG [org.jboss.naming.NamingService] Started jboss:service=Naming
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=Naming dependent components: []
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] starting service jboss.system:type=Log4jService,service=Logging
            2007-02-10 13:09:22,225 DEBUG [org.jboss.logging.Log4jService] Starting jboss.system:type=Log4jService,service=Logging
            2007-02-10 13:09:22,225 DEBUG [org.jboss.logging.Log4jService] Started jboss.system:type=Log4jService,service=Logging
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.system:type=Log4jService,service=Logging dependent components: []
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] starting service jboss.rmi:type=RMIClassLoader
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.rmi:type=RMIClassLoader dependent components: []
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=WebService
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss:service=WebService
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=Naming
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss:service=Naming
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=JNDIView
            2007-02-10 13:09:22,225 DEBUG [org.jboss.naming.JNDIView] Starting jboss:service=JNDIView
            2007-02-10 13:09:22,225 DEBUG [org.jboss.naming.JNDIView] Started jboss:service=JNDIView
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=JNDIView dependent components: []
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] starting service jboss.security:service=SecurityConfig
            2007-02-10 13:09:22,225 DEBUG [org.jboss.security.plugins.SecurityConfig] Starting jboss.security:service=SecurityConfig
            2007-02-10 13:09:22,225 DEBUG [org.jboss.security.plugins.SecurityConfig] Installed JAAS Configuration service=jboss.security:service=XMLLoginConfig, config=org.jboss.security.auth.login.XMLLoginConfigImpl@28305d
            2007-02-10 13:09:22,225 DEBUG [org.jboss.security.plugins.SecurityConfig] Started jboss.security:service=SecurityConfig
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.security:service=SecurityConfig dependent components: []
            2007-02-10 13:09:22,225 DEBUG [org.jboss.system.ServiceController] starting service jboss.security:service=XMLLoginConfig
            2007-02-10 13:09:22,225 DEBUG [org.jboss.security.auth.login.XMLLoginConfig] Starting jboss.security:service=XMLLoginConfig
            2007-02-10 13:09:22,225 DEBUG [org.jboss.security.auth.login.XMLLoginConfigImpl] Try loading config as XML, url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/conf/login-config.xml
            2007-02-10 13:09:22,355 DEBUG [org.jboss.security.auth.login.XMLLoginConfig] Started jboss.security:service=XMLLoginConfig
            2007-02-10 13:09:22,355 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.security:service=XMLLoginConfig dependent components: []
            2007-02-10 13:09:22,355 DEBUG [org.jboss.system.ServiceController] starting service jboss.security:service=JaasSecurityManager
            2007-02-10 13:09:22,355 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Starting jboss.security:service=JaasSecurityManager
            2007-02-10 13:09:22,365 DEBUG [org.jboss.security.SecurityAssociation] Using ThreadLocal: false
            2007-02-10 13:09:22,375 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] securityMgrCtxPath=java:/jaas
            2007-02-10 13:09:22,385 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] cachePolicyCtxPath=java:/timedCacheFactory
            2007-02-10 13:09:22,385 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] SecurityProxyFactory=org.jboss.security.SubjectSecurityProxyFactory@3afb99
            2007-02-10 13:09:22,385 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Registered PrincipalEditor, SecurityDomainEditor
            2007-02-10 13:09:22,385 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] ServerMode=true
            2007-02-10 13:09:22,385 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] SecurityMgrClass=class org.jboss.security.plugins.JaasSecurityManager
            2007-02-10 13:09:22,385 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] CallbackHandlerClass=class org.jboss.security.auth.callback.SecurityAssociationHandler
            2007-02-10 13:09:22,385 DEBUG [org.jboss.security.plugins.JaasSecurityManagerService] Started jboss.security:service=JaasSecurityManager
            2007-02-10 13:09:22,385 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.security:service=JaasSecurityManager dependent components: []
            2007-02-10 13:09:22,385 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=XidFactory
            2007-02-10 13:09:22,385 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=XidFactory dependent components: [ObjectName: jboss:service=TransactionManager
            State: CREATED
            I Depend On:
            jboss:service=XidFactory
            Depends On Me:
            jboss:service=invoker,type=jrmp
            jboss:service=invoker,type=local
            jboss:service=invoker,type=pooled
            ]
            2007-02-10 13:09:22,385 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=TransactionManager
            2007-02-10 13:09:22,385 DEBUG [org.jboss.tm.TransactionManagerService] Starting jboss:service=TransactionManager
            2007-02-10 13:09:22,425 DEBUG [org.jboss.tm.TransactionManagerService] Started jboss:service=TransactionManager
            2007-02-10 13:09:22,425 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=TransactionManager dependent components: [ObjectName: jboss:service=invoker,type=jrmp
            State: CREATED
            I Depend On:
            jboss:service=TransactionManager
            Depends On Me:
            jboss:service=proxyFactory,target=ClientUserTransactionFactory
            jboss:service=proxyFactory,target=ClientUserTransaction
            , ObjectName: jboss:service=invoker,type=local
            State: CREATED
            I Depend On:
            jboss:service=TransactionManager
            , ObjectName: jboss:service=invoker,type=pooled
            State: CREATED
            I Depend On:
            jboss:service=TransactionManager
            ]
            2007-02-10 13:09:22,425 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=invoker,type=jrmp
            2007-02-10 13:09:22,425 DEBUG [org.jboss.invocation.jrmp.server.JRMPInvoker] Starting jboss:service=invoker,type=jrmp
            2007-02-10 13:09:22,435 DEBUG [org.jboss.invocation.jrmp.server.JRMPInvoker] RMI Port='4444'
            2007-02-10 13:09:22,435 DEBUG [org.jboss.invocation.jrmp.server.JRMPInvoker] Client SocketFactory='Default'
            2007-02-10 13:09:22,435 DEBUG [org.jboss.invocation.jrmp.server.JRMPInvoker] Server SocketFactory='org.jboss.net.sockets.DefaultSocketFactory@fbc4815d[bindAddress=/0.0.0.0]'
            2007-02-10 13:09:22,435 DEBUG [org.jboss.invocation.jrmp.server.JRMPInvoker] Server SocketAddr='0.0.0.0'
            2007-02-10 13:09:22,435 DEBUG [org.jboss.invocation.jrmp.server.JRMPInvoker] SecurityDomain='Default'
            2007-02-10 13:09:22,455 DEBUG [org.jboss.invocation.jrmp.server.JRMPInvoker] Bound JRMP invoker for JMX node
            2007-02-10 13:09:22,455 DEBUG [org.jboss.invocation.jrmp.server.JRMPInvoker] Started jboss:service=invoker,type=jrmp
            2007-02-10 13:09:22,455 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=invoker,type=jrmp dependent components: [ObjectName: jboss:service=proxyFactory,target=ClientUserTransactionFactory
            State: CREATED
            I Depend On:
            jboss:service=invoker,type=jrmp
            Depends On Me:
            jboss:service=ClientUserTransaction
            , ObjectName: jboss:service=proxyFactory,target=ClientUserTransaction
            State: CREATED
            I Depend On:
            jboss:service=invoker,type=jrmp
            Depends On Me:
            jboss:service=ClientUserTransaction
            ]
            2007-02-10 13:09:22,455 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=proxyFactory,target=ClientUserTransactionFactory
            2007-02-10 13:09:22,455 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Starting jboss:service=proxyFactory,target=ClientUserTransactionFactory
            2007-02-10 13:09:22,465 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Created JRMPPRoxy for service=jboss:service=ClientUserTransaction, nameHash=-2097396599, invoker=jboss:service=invoker,type=jrmp
            2007-02-10 13:09:22,485 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Bound proxy under jndiName=UserTransactionSessionFactory
            2007-02-10 13:09:22,485 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Started jboss:service=proxyFactory,target=ClientUserTransactionFactory
            2007-02-10 13:09:22,485 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=proxyFactory,target=ClientUserTransactionFactory dependent components: [ObjectName: jboss:service=ClientUserTransaction
            State: CREATED
            I Depend On:
            jboss:service=proxyFactory,target=ClientUserTransactionFactory
            jboss:service=proxyFactory,target=ClientUserTransaction
            ]
            2007-02-10 13:09:22,485 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=ClientUserTransaction
            2007-02-10 13:09:22,485 DEBUG [org.jboss.system.ServiceController] waiting in start jboss:service=ClientUserTransaction on jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:22,485 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:22,485 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Starting jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:22,495 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Created JRMPPRoxy for service=jboss:service=ClientUserTransaction, nameHash=2024786241, invoker=jboss:service=invoker,type=jrmp
            2007-02-10 13:09:22,495 DEBUG [org.jboss.invocation.jrmp.server.JRMPProxyFactory] Started jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:22,495 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=proxyFactory,target=ClientUserTransaction dependent components: [ObjectName: jboss:service=ClientUserTransaction
            State: CREATED
            I Depend On:
            jboss:service=proxyFactory,target=ClientUserTransactionFactory
            jboss:service=proxyFactory,target=ClientUserTransaction
            ]
            2007-02-10 13:09:22,495 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=ClientUserTransaction
            2007-02-10 13:09:22,495 DEBUG [org.jboss.tm.usertx.server.ClientUserTransactionService] Starting jboss:service=ClientUserTransaction
            2007-02-10 13:09:22,495 DEBUG [org.jboss.tm.usertx.server.ClientUserTransactionService] Started jboss:service=ClientUserTransaction
            2007-02-10 13:09:22,495 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=ClientUserTransaction dependent components: []
            2007-02-10 13:09:22,495 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=invoker,type=local
            2007-02-10 13:09:22,495 DEBUG [org.jboss.invocation.local.LocalInvoker] Starting jboss:service=invoker,type=local
            2007-02-10 13:09:22,495 DEBUG [org.jboss.invocation.local.LocalInvoker] Local invoker for JMX node started
            2007-02-10 13:09:22,495 DEBUG [org.jboss.invocation.local.LocalInvoker] Started jboss:service=invoker,type=local
            2007-02-10 13:09:22,495 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=invoker,type=local dependent components: []
            2007-02-10 13:09:22,495 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=invoker,type=pooled
            2007-02-10 13:09:22,505 DEBUG [org.jboss.invocation.pooled.server.PooledInvoker] Starting jboss:service=invoker,type=pooled
            2007-02-10 13:09:22,515 DEBUG [org.jboss.invocation.pooled.server.PooledInvoker] Bound invoker for JMX node
            2007-02-10 13:09:22,515 DEBUG [org.jboss.invocation.pooled.server.PooledInvoker] Started jboss:service=invoker,type=pooled
            2007-02-10 13:09:22,515 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss:service=invoker,type=pooled dependent components: []
            2007-02-10 13:09:22,515 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=TransactionManager
            2007-02-10 13:09:22,515 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss:service=TransactionManager
            2007-02-10 13:09:22,515 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=ClientUserTransaction
            2007-02-10 13:09:22,515 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss:service=ClientUserTransaction
            2007-02-10 13:09:22,515 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=proxyFactory,target=ClientUserTransactionFactory
            2007-02-10 13:09:22,525 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss:service=proxyFactory,target=ClientUserTransactionFactory
            2007-02-10 13:09:22,525 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:22,525 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss:service=proxyFactory,target=ClientUserTransaction
            2007-02-10 13:09:22,525 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=invoker,type=jrmp
            2007-02-10 13:09:22,525 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss:service=invoker,type=jrmp
            2007-02-10 13:09:22,525 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=invoker,type=local
            2007-02-10 13:09:22,525 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss:service=invoker,type=local
            2007-02-10 13:09:22,525 DEBUG [org.jboss.system.ServiceController] starting service jboss:service=invoker,type=pooled
            2007-02-10 13:09:22,525 DEBUG [org.jboss.system.ServiceController] Ignoring start request for service: jboss:service=invoker,type=pooled
            2007-02-10 13:09:22,525 DEBUG [org.jboss.system.ServiceController] starting service jboss.jdbc:service=metadata
            2007-02-10 13:09:22,525 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] Starting jboss.jdbc:service=metadata
            2007-02-10 13:09:22,525 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] Loading standardjbosscmp-jdbc.xml : file:/C:/Program Files/jboss-4.0.5.GA/server/all/conf/standardjbosscmp-jdbc.xml
            2007-02-10 13:09:23,086 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: FirstSQL/J
            2007-02-10 13:09:23,086 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: Ingres
            2007-02-10 13:09:23,306 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: McKoi
            2007-02-10 13:09:23,316 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: Firebird
            2007-02-10 13:09:23,326 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: InterBase
            2007-02-10 13:09:23,336 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: DB2
            2007-02-10 13:09:23,346 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: Derby
            2007-02-10 13:09:23,376 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: Oracle9i
            2007-02-10 13:09:23,446 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: Oracle8
            2007-02-10 13:09:23,456 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: Oracle7
            2007-02-10 13:09:23,456 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: Sybase
            2007-02-10 13:09:23,547 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: PostgreSQL
            2007-02-10 13:09:23,557 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: PostgreSQL 8.0
            2007-02-10 13:09:23,557 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: PostgreSQL 7.2
            2007-02-10 13:09:23,557 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: Hypersonic SQL
            2007-02-10 13:09:23,557 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: PointBase
            2007-02-10 13:09:23,567 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: SOLID
            2007-02-10 13:09:23,567 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: mySQL
            2007-02-10 13:09:23,567 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: MS SQLSERVER
            2007-02-10 13:09:23,587 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: MS SQLSERVER2000
            2007-02-10 13:09:23,587 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: DB2/400
            2007-02-10 13:09:23,597 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: SapDB
            2007-02-10 13:09:23,597 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: MaxDB
            2007-02-10 13:09:23,597 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: Cloudscape
            2007-02-10 13:09:23,637 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: InformixDB
            2007-02-10 13:09:23,657 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] added type-mapping: Mimer SQL
            2007-02-10 13:09:23,657 DEBUG [org.jboss.ejb.plugins.cmp.jdbc.metadata.MetaDataLibrary] Started jboss.jdbc:service=metadata
            2007-02-10 13:09:23,657 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.jdbc:service=metadata dependent components: []
            2007-02-10 13:09:23,657 DEBUG [org.jboss.system.ServiceController] starting service jboss.deployment:type=DeploymentScanner,flavor=URL
            2007-02-10 13:09:23,657 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Starting jboss.deployment:type=DeploymentScanner,flavor=URL
            2007-02-10 13:09:23,687 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/
            2007-02-10 13:09:23,687 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/
            2007-02-10 13:09:23,687 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.SARDeployer@f42ad0
            2007-02-10 13:09:23,697 DEBUG [org.jboss.deployment.SARDeployer] Updated watch URL to: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/META-INF/jboss-service.xml
            2007-02-10 13:09:23,717 DEBUG [org.jboss.deployment.SARDeployer] about to copy 0 local directories
            2007-02-10 13:09:23,717 DEBUG [org.jboss.deployment.SARDeployer] looking for nested deployments in : file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/
            2007-02-10 13:09:23,717 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aop.jar
            2007-02-10 13:09:23,717 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aspect-library.jar
            2007-02-10 13:09:23,717 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/trove.jar
            2007-02-10 13:09:23,717 DEBUG [org.jboss.deployment.DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: null, configParserClassName: null, repositoryConfig: null)
            2007-02-10 13:09:23,717 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1bcc0bc, cl=org.jboss.mx.loading.UnifiedClassLoader3@c92507{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/ ,addedOrder=0}
            2007-02-10 13:09:23,717 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1bcc0bc, cl=org.jboss.mx.loading.UnifiedClassLoader3@c92507{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/ ,addedOrder=0}
            2007-02-10 13:09:23,717 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@c92507{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/ ,addedOrder=0}
            2007-02-10 13:09:23,717 DEBUG [org.jboss.mx.loading.ClassLoaderUtils] Multiple class loaders found for pkg:
            2007-02-10 13:09:23,717 DEBUG [org.jboss.deployment.MainDeployer] found 3 subpackages of file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/
            2007-02-10 13:09:23,717 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aop.jar
            2007-02-10 13:09:23,717 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aop.jar -> C:\Program Files\jboss-4.0.5.GA\server\all\tmp\deploy\tmp59011jboss-aop.jar
            2007-02-10 13:09:23,847 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
            2007-02-10 13:09:23,847 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@1359c1b
            2007-02-10 13:09:23,847 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aop.jar
            2007-02-10 13:09:24,268 DEBUG [org.jboss.mx.loading.ClassLoaderUtils] Multiple class loaders found for pkg: org.jboss.lang
            2007-02-10 13:09:24,268 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/Program Files/jboss-4.0.5.GA/server/all/tmp/deploy/tmp59011jboss-aop.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@c92507{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/ ,addedOrder=3}
            2007-02-10 13:09:24,268 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aop.jar
            2007-02-10 13:09:24,268 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aop.jar
            2007-02-10 13:09:24,268 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aspect-library.jar
            2007-02-10 13:09:24,268 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aspect-library.jar -> C:\Program Files\jboss-4.0.5.GA\server\all\tmp\deploy\tmp59012jboss-aspect-library.jar
            2007-02-10 13:09:24,328 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
            2007-02-10 13:09:24,328 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@1359c1b
            2007-02-10 13:09:24,328 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aspect-library.jar
            2007-02-10 13:09:24,568 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/Program Files/jboss-4.0.5.GA/server/all/tmp/deploy/tmp59012jboss-aspect-library.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@c92507{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/ ,addedOrder=3}
            2007-02-10 13:09:24,568 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aspect-library.jar
            2007-02-10 13:09:24,568 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aspect-library.jar
            2007-02-10 13:09:24,568 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/trove.jar
            2007-02-10 13:09:24,568 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/trove.jar -> C:\Program Files\jboss-4.0.5.GA\server\all\tmp\deploy\tmp59013trove.jar
            2007-02-10 13:09:24,598 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
            2007-02-10 13:09:24,598 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@1359c1b
            2007-02-10 13:09:24,598 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/trove.jar
            2007-02-10 13:09:24,708 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/Program Files/jboss-4.0.5.GA/server/all/tmp/deploy/tmp59013trove.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@c92507{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/ ,addedOrder=3}
            2007-02-10 13:09:24,708 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/trove.jar
            2007-02-10 13:09:24,708 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/trove.jar
            2007-02-10 13:09:24,708 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/
            2007-02-10 13:09:24,708 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/
            2007-02-10 13:09:24,718 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aop.jar
            2007-02-10 13:09:24,718 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-aop.jar
            2007-02-10 13:09:24,718 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aspect-library.jar
            2007-02-10 13:09:24,718 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-aspect-library.jar
            2007-02-10 13:09:24,718 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/trove.jar
            2007-02-10 13:09:24,718 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying trove.jar
            2007-02-10 13:09:24,718 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, create step: url file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/
            2007-02-10 13:09:24,718 DEBUG [org.jboss.deployment.SARDeployer] Registering service UCL=jmx.loading:UCL=c92507
            2007-02-10 13:09:24,718 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.aop:service=AspectManager with code: org.jboss.aop.deployment.AspectManagerService
            2007-02-10 13:09:24,768 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.aop:service=AspectManager
            2007-02-10 13:09:24,768 DEBUG [org.jboss.system.ServiceConfigurator] EnableLoadtimeWeaving set to false in jboss.aop:service=AspectManager
            2007-02-10 13:09:24,768 DEBUG [org.jboss.system.ServiceConfigurator] SuppressTransformationErrors set to true in jboss.aop:service=AspectManager
            2007-02-10 13:09:24,798 DEBUG [org.jboss.system.ServiceConfigurator] Prune set to true in jboss.aop:service=AspectManager
            2007-02-10 13:09:24,828 DEBUG [org.jboss.system.ServiceConfigurator] Include set to org.jboss.test, org.jboss.injbossaop in jboss.aop:service=AspectManager
            2007-02-10 13:09:25,489 DEBUG [org.jboss.system.ServiceConfigurator] Exclude set to org.jboss. in jboss.aop:service=AspectManager
            2007-02-10 13:09:25,489 DEBUG [org.jboss.system.ServiceConfigurator] Optimized set to true in jboss.aop:service=AspectManager
            2007-02-10 13:09:25,499 DEBUG [org.jboss.system.ServiceConfigurator] Verbose set to false in jboss.aop:service=AspectManager
            2007-02-10 13:09:25,499 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.aop:service=AspectDeployer with code: org.jboss.aop.deployment.AspectDeployer
            2007-02-10 13:09:25,499 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.aop:service=AspectDeployer
            2007-02-10 13:09:25,499 DEBUG [org.jboss.system.ServiceController] Creating service jboss.aop:service=AspectManager
            2007-02-10 13:09:25,499 DEBUG [org.jboss.aop.deployment.AspectManagerService] Creating jboss.aop:service=AspectManager
            2007-02-10 13:09:25,790 DEBUG [org.jboss.aop.deployment.AspectManagerService] Created jboss.aop:service=AspectManager
            2007-02-10 13:09:25,790 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.aop:service=AspectManager dependents are: []
            2007-02-10 13:09:25,790 DEBUG [org.jboss.system.ServiceController] Creating service jboss.aop:service=AspectDeployer
            2007-02-10 13:09:25,790 DEBUG [org.jboss.aop.deployment.AspectDeployer] Creating jboss.aop:service=AspectDeployer
            2007-02-10 13:09:26,160 DEBUG [org.jboss.aop.deployment.AspectDeployer] Created jboss.aop:service=AspectDeployer
            2007-02-10 13:09:26,170 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.aop:service=AspectDeployer dependents are: []
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-aop.deployer
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aop.jar
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jboss-aop.jar
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/jboss-aspect-library.jar
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jboss-aspect-library.jar
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/trove.jar
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: trove.jar
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, start step: url file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/
            2007-02-10 13:09:26,170 DEBUG [org.jboss.system.ServiceController] starting service jboss.aop:service=AspectManager
            2007-02-10 13:09:26,170 DEBUG [org.jboss.aop.deployment.AspectManagerService] Starting jboss.aop:service=AspectManager
            2007-02-10 13:09:26,170 DEBUG [org.jboss.aop.deployment.AspectManagerService] Started jboss.aop:service=AspectManager
            2007-02-10 13:09:26,170 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.aop:service=AspectManager dependent components: []
            2007-02-10 13:09:26,170 DEBUG [org.jboss.system.ServiceController] starting service jboss.aop:service=AspectDeployer
            2007-02-10 13:09:26,170 DEBUG [org.jboss.aop.deployment.AspectDeployer] Starting jboss.aop:service=AspectDeployer
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.MainDeployer] Adding deployer: org.jboss.aop.deployment.AspectDeployer@1a5af9f
            2007-02-10 13:09:26,170 DEBUG [org.jboss.deployment.MainDeployer] jboss.aop:service=AspectDeployer does not support EnhancedSuffixes
            2007-02-10 13:09:26,170 DEBUG [org.jboss.aop.deployment.AspectDeployer] Started jboss.aop:service=AspectDeployer
            2007-02-10 13:09:26,170 DEBUG [org.jboss.system.ServiceController] Starting dependent components for: jboss.aop:service=AspectDeployer dependent components: []
            2007-02-10 13:09:26,190 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jboss-aop.deployer
            2007-02-10 13:09:26,190 DEBUG [org.jboss.deployment.MainDeployer] Deployed package: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/
            2007-02-10 13:09:26,190 DEBUG [org.jboss.deployment.scanner.URLDeploymentScanner] Watch URL for: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/ -> file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-aop.deployer/META-INF/jboss-service.xml
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment of package: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.SARDeployer@f42ad0
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.SARDeployer] Updated watch URL to: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/META-INF/jboss-service.xml
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.SARDeployer] about to copy 0 local directories
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.SARDeployer] looking for nested deployments in : file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-bean-deployer.jar
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-container.jar
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-dependency.jar
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.SARDeployer] nested deployment: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-microcontainer.jar
            2007-02-10 13:09:26,200 DEBUG [org.jboss.deployment.DeploymentInfo] createLoaderRepository from config: LoaderRepositoryConfig(repositoryName: JMImplementation:service=LoaderRepository,name=Default, repositoryClassName: null, configParserClassName: null, repositoryConfig: null)
            2007-02-10 13:09:26,200 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1bcc0bc, cl=org.jboss.mx.loading.UnifiedClassLoader3@121df2a{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/ ,addedOrder=0}
            2007-02-10 13:09:26,200 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] setRepository, repository=org.jboss.mx.loading.UnifiedLoaderRepository3@1bcc0bc, cl=org.jboss.mx.loading.UnifiedClassLoader3@121df2a{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/ ,addedOrder=0}
            2007-02-10 13:09:26,200 DEBUG [org.jboss.mx.loading.UnifiedLoaderRepository3] Adding org.jboss.mx.loading.UnifiedClassLoader3@121df2a{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/ ,addedOrder=0}
            2007-02-10 13:09:26,200 DEBUG [org.jboss.mx.loading.ClassLoaderUtils] Multiple class loaders found for pkg:
            2007-02-10 13:09:26,210 DEBUG [org.jboss.deployment.MainDeployer] found 4 subpackages of file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/
            2007-02-10 13:09:26,210 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-bean-deployer.jar
            2007-02-10 13:09:26,210 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-bean-deployer.jar -> C:\Program Files\jboss-4.0.5.GA\server\all\tmp\deploy\tmp59014jboss-bean-deployer.jar
            2007-02-10 13:09:26,210 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
            2007-02-10 13:09:26,210 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@1359c1b
            2007-02-10 13:09:26,210 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-bean-deployer.jar
            2007-02-10 13:09:26,220 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/Program Files/jboss-4.0.5.GA/server/all/tmp/deploy/tmp59014jboss-bean-deployer.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@121df2a{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/ ,addedOrder=4}
            2007-02-10 13:09:26,220 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-bean-deployer.jar
            2007-02-10 13:09:26,220 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-bean-deployer.jar
            2007-02-10 13:09:26,561 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-container.jar
            2007-02-10 13:09:26,571 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-container.jar -> C:\Program Files\jboss-4.0.5.GA\server\all\tmp\deploy\tmp59015jboss-container.jar
            2007-02-10 13:09:26,661 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
            2007-02-10 13:09:26,661 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@1359c1b
            2007-02-10 13:09:26,661 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-container.jar
            2007-02-10 13:09:26,671 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/Program Files/jboss-4.0.5.GA/server/all/tmp/deploy/tmp59015jboss-container.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@121df2a{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/ ,addedOrder=4}
            2007-02-10 13:09:26,671 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-container.jar
            2007-02-10 13:09:26,671 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-container.jar
            2007-02-10 13:09:26,671 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-dependency.jar
            2007-02-10 13:09:26,671 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-dependency.jar -> C:\Program Files\jboss-4.0.5.GA\server\all\tmp\deploy\tmp59016jboss-dependency.jar
            2007-02-10 13:09:26,751 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
            2007-02-10 13:09:26,751 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@1359c1b
            2007-02-10 13:09:26,751 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-dependency.jar
            2007-02-10 13:09:26,761 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/Program Files/jboss-4.0.5.GA/server/all/tmp/deploy/tmp59016jboss-dependency.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@121df2a{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/ ,addedOrder=4}
            2007-02-10 13:09:26,761 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-dependency.jar
            2007-02-10 13:09:26,761 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-dependency.jar
            2007-02-10 13:09:26,761 DEBUG [org.jboss.deployment.MainDeployer] Starting deployment (init step) of package at: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-microcontainer.jar
            2007-02-10 13:09:26,761 DEBUG [org.jboss.deployment.MainDeployer] Copying file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-microcontainer.jar -> C:\Program Files\jboss-4.0.5.GA\server\all\tmp\deploy\tmp59017jboss-microcontainer.jar
            2007-02-10 13:09:26,901 DEBUG [org.jboss.deployment.JARDeployer] No xml files found
            2007-02-10 13:09:26,901 DEBUG [org.jboss.deployment.MainDeployer] using deployer org.jboss.deployment.JARDeployer@1359c1b
            2007-02-10 13:09:26,901 DEBUG [org.jboss.deployment.JARDeployer] looking for nested deployments in : file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-microcontainer.jar
            2007-02-10 13:09:26,941 DEBUG [org.jboss.mx.loading.ClassLoaderUtils] Multiple class loaders found for pkg: org.jboss.util
            2007-02-10 13:09:26,941 DEBUG [org.jboss.mx.loading.ClassLoaderUtils] Multiple class loaders found for pkg: schema
            2007-02-10 13:09:26,941 DEBUG [org.jboss.mx.loading.RepositoryClassLoader] Added url: file:/C:/Program Files/jboss-4.0.5.GA/server/all/tmp/deploy/tmp59017jboss-microcontainer.jar, to ucl: org.jboss.mx.loading.UnifiedClassLoader3@121df2a{ url=file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/ ,addedOrder=4}
            2007-02-10 13:09:26,941 DEBUG [org.jboss.deployment.MainDeployer] found 0 subpackages of file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-microcontainer.jar
            2007-02-10 13:09:26,941 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-microcontainer.jar
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.MainDeployer] Watching new file: file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-bean-deployer.jar
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-bean-deployer.jar
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-container.jar
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-container.jar
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-dependency.jar
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-dependency.jar
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.MainDeployer] create step for deployment file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-microcontainer.jar
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-microcontainer.jar
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.SARDeployer] Deploying SAR, create step: url file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/
            2007-02-10 13:09:26,951 DEBUG [org.jboss.deployment.SARDeployer] Registering service UCL=jmx.loading:UCL=121df2a
            2007-02-10 13:09:26,951 DEBUG [org.jboss.system.ServiceCreator] About to create bean: jboss.bean:service=JBossBeanDeployer with code: org.jboss.kernel.deployment.jboss.JBossBeanDeployer
            2007-02-10 13:09:27,162 DEBUG [org.jboss.system.ServiceCreator] Created bean: jboss.bean:service=JBossBeanDeployer
            2007-02-10 13:09:27,322 DEBUG [org.jboss.system.ServiceConfigurator] Extension set to .beans in jboss.bean:service=JBossBeanDeployer
            2007-02-10 13:09:27,322 DEBUG [org.jboss.system.ServiceConfigurator] MetaDataURL set to META-INF/jboss-beans.xml in jboss.bean:service=JBossBeanDeployer
            2007-02-10 13:09:27,322 DEBUG [org.jboss.system.ServiceController] Creating service jboss.bean:service=JBossBeanDeployer
            2007-02-10 13:09:27,322 DEBUG [org.jboss.kernel.deployment.jboss.JBossBeanDeployer] Creating jboss.bean:service=JBossBeanDeployer
            2007-02-10 13:09:27,332 DEBUG [org.jboss.kernel.deployment.jboss.JBossBeanDeployer] Created jboss.bean:service=JBossBeanDeployer
            2007-02-10 13:09:27,332 DEBUG [org.jboss.system.ServiceController] Creating dependent components for: jboss.bean:service=JBossBeanDeployer dependents are: []
            2007-02-10 13:09:27,332 DEBUG [org.jboss.deployment.MainDeployer] Done with create step of deploying jboss-bean.deployer
            2007-02-10 13:09:27,332 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/
            2007-02-10 13:09:27,332 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C:/Program Files/jboss-4.0.5.GA/server/all/deploy/jboss-bean.deployer/jboss-bean-deployer.jar
            2007-02-10 13:09:27,332 DEBUG [org.jboss.deployment.MainDeployer] End deployment start on package: jboss-bean-deployer.jar
            2007-02-10 13:09:27,332 DEBUG [org.jboss.deployment.MainDeployer] Begin deployment start file:/C

            • 3. Re: Clustering begginner..please HELP
              davewebb

              Sree,

              I have a couple of recommendations for you.

              1) Turn your logging level down to INFO instead of DEBUG. If there is an ERROR, we can try DEBUG if we need to. Go to server/all/conf and edit your log4j.xml and modify your CONSOLE appender like this:


              <appender name="CONSOLE" class="org.apache.log4j.ConsoleAppender">
               <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
               <param name="Target" value="System.out"/>
               <param name="Threshold" value="INFO"/>
              
               <layout class="org.apache.log4j.PatternLayout">
               <!-- The default pattern: Date Priority [Category] Message\n -->
               <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
               </layout>
               </appender>


              The threshold parameter is the important one.

              2) Restart you Jboss servers.
              3) Look in the server.log for some lines similar to these.

              -------------------------------------------------------
              GMS: address is winchester:1789 (additional data: 16 bytes)
              -------------------------------------------------------
              15:29:39,414 INFO [DefaultPartition] Number of cluster members: 1
              15:29:39,414 INFO [DefaultPartition] Other members: 0
              15:29:39,414 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
              15:29:39,414 INFO [DefaultPartition] New cluster view for partition DefaultPartition (id: 0, delta: 0) : [10.1.69.100:1099]
              15:29:39,434 INFO [DefaultPartition] I am (null) received membershipChanged event:
              15:29:39,434 INFO [DefaultPartition] Dead members: 0 ([])
              15:29:39,434 INFO [DefaultPartition] New Members : 0 ([])
              15:29:39,434 INFO [DefaultPartition] All Members : 1 ([10.1.69.100:1099])


              You should see All members at 2, and the P addresses should be your bound IPs of your servers.

              I will talk more about failover when I have more time.



              • 4. Re: Clustering begginner..please HELP
                sreejava

                Hi

                As per you direction i ve verified my logging level. And it was already set to INFO in the log4j.xml.
                But still my log file is a combination of INFO and DEBUG.
                As it failed i started picking up the lines with logging level 'INFO' from my server.log files.
                Then i could see the following lines which i copied here.

                THANK YOU

                I am still confused with my belief of clustering so i repeat
                ======================repetition=============
                i do have a belief that, if clustering is enabled; and if one of the server(s1) goes down,
                then the other(s2) will serve the requests coming to s1.
                Am i correct? Or is that true only in the case of "Failover clustering".
                If it is correct, what are all the things i have to do to achieve it?
                ============================================

                What you think my next step to be? Is it Failover clustering? If so, boss, please give me some clues.
                I ll work on that. Kindly help me. Becoz, i could nt see theses informations in any book or web tutorial. Or atlest suggest me some good material if you know. All the materials i saw were explaining about the theoretical aspects only.
                please help...........

                with regards

                sreevals

                server.log #1
                
                -------------------------------------------------------
                GMS: address is rsssr01-xp:1225 (additional data: 18 bytes)
                -------------------------------------------------------
                13:09:42,544 INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Number of cluster members: 1
                13:09:42,544 INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Other members: 0
                13:09:42,544 INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Fetching state (will wait for 30000 milliseconds):
                13:09:42,544 INFO [org.jboss.ha.framework.interfaces.HAPartition.lifecycle.DefaultPartition] New cluster view for partition DefaultPartition (id: 0, delta: 0) : [155.35.20.209:1099]
                
                13:09:42,564 INFO [org.jboss.ha.framework.server.DistributedReplicantManagerImpl.DefaultPartition] I am (155.35.20.209:1099) received membershipChanged event:
                13:09:42,564 INFO [org.jboss.ha.framework.server.DistributedReplicantManagerImpl.DefaultPartition] Dead members: 0 ([])
                13:09:42,564 INFO [org.jboss.ha.framework.server.DistributedReplicantManagerImpl.DefaultPartition] New Members : 0 ([])
                13:09:42,564 INFO [org.jboss.ha.framework.server.DistributedReplicantManagerImpl.DefaultPartition] All Members : 1 ([155.35.20.209:1099])
                
                server.log #2
                
                13:20:09,484 INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Number of cluster members: 2
                13:20:09,484 INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] New cluster view for partition DefaultPartition: 1 ([155.35.20.209:1099, 155.35.20.124:1099] delta: 0)
                13:20:09,500 INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Other members: 1
                13:20:09,515 DEBUG [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] membership changed from 2 to 2
                13:20:09,515 INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Fetching state (will wait for 30000 milliseconds):
                
                13:20:09,875 INFO [org.jboss.ha.framework.server.DistributedReplicantManagerImpl.DefaultPartition] I am (155.35.20.124:1099) received membershipChanged event:
                13:20:09,875 INFO [org.jboss.ha.framework.server.DistributedReplicantManagerImpl.DefaultPartition] Dead members: 0 ([])
                13:20:09,875 INFO [org.jboss.ha.framework.server.DistributedReplicantManagerImpl.DefaultPartition] New Members : 0 ([])
                13:20:09,875 INFO [org.jboss.ha.framework.server.DistributedReplicantManagerImpl.DefaultPartition] All Members : 2 ([155.35.20.209:1099, 155.35.20.124:1099])
                


                • 5. Re: Clustering begginner..please HELP
                  davewebb

                  Ok Sree, looks like you have successfully clustered your jboss servers. Now, you need a mechanism to monitor the state of each server and then direct traffic accordingly. This explains it all:

                  http://www.jboss.org/wiki/Wiki.jsp?page=UsingMod_jk1.2WithJBoss

                  • 6. Re: Clustering begginner..please HELP
                    sreejava

                    hi boss..

                    Thank you very much for your timely help. let me go through the link and learn about the mechanism to monitor the state of each server. Surely i ll inform my progress.

                    thank you

                    sree

                    • 7. Re: Clustering begginner..please HELP
                      sreejava

                      hi,

                      i tried all the steps as explained in the given link.

                      performing that step by step i came across some doubts.

                      At the end of step #6 it says (in bold letters)
                      =======
                      (1) You should only set the connection_pool_size if the number of allowed connection to the Httpd is higher then maxThreads in server.xml
                      =======
                      The value of 'maxThreads' i could found as 250 in all/deploy/deploy/jbossweb-tomcat55.sar. But how to know the number of allowed connection to the Httpd.

                      Also just above this point in the same page it is given

                      ======
                      Important: Please review http://tomcat.apache.org/connectors-doc/config/workers.html for the directive descriptions. Especially lookout for the comments on cachsize for Apache 1.3.x.
                      ======

                      As it is given as important i tried clicking on the link.but was not working

                      While performing step#7 (Restart Apache)

                      the console poped up and says
                      ========
                      httpd.exe:

                      Syntax error on
                      line 486 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf:

                      Syntax error on
                      line 3 of C:/Program Files/ApacheSoftware Foundation/Apache2.2/conf/mod-jk.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_jk.so into server:

                      Access is denied.
                      Note the errors or messages above, and press the key to exit.
                      ======= but i think i resolved it by putting a '#' at the specified line(436) of httpd.conf:

                      In Step #8 (Configure Tomcat)

                      It suggested to edit <mynode1>/deploy/jbossweb-tomcat50.sar/server.xmlserver.xml. in two locations
                      Should i do it for both the nodes?

                      I compleated all the above steps successfully (? - by keeping all the above doubts and resolving as i could). And when i tested as said in Step#10 (http://localhost/web-console), i got

                      Not Found
                      The requested URL /web-console was not found on this server.

                      But when i tried http://localhost

                      i got

                      It works!

                      So, where i lost the flow. Please find time to help me..

                      My Heartfelt thanks in advance.....

                      sree



                      • 8. Re: Clustering begginner..please HELP
                        sreejava

                        hi,

                        i tried all the steps as explained in the given link.

                        performing that step by step i came across some doubts.

                        At the end of step #6 it says (in bold letters)
                        =======
                        (1) You should only set the connection_pool_size if the number of allowed connection to the Httpd is higher then maxThreads in server.xml
                        =======
                        The value of 'maxThreads' i could found as 250 in all/deploy/deploy/jbossweb-tomcat55.sar. But how to know the number of allowed connection to the Httpd.

                        Also just above this point in the same page it is given

                        ======
                        Important: Please review http://tomcat.apache.org/connectors-doc/config/workers.html for the directive descriptions. Especially lookout for the comments on cachsize for Apache 1.3.x.
                        ======

                        As it is given as important i tried clicking on the link.but was not working

                        While performing step#7 (Restart Apache)

                        the console poped up and says
                        ========
                        httpd.exe:

                        Syntax error on
                        line 486 of C:/Program Files/Apache Software Foundation/Apache2.2/conf/httpd.conf:

                        Syntax error on
                        line 3 of C:/Program Files/ApacheSoftware Foundation/Apache2.2/conf/mod-jk.conf: Cannot load C:/Program Files/Apache Software Foundation/Apache2.2/modules/mod_jk.so into server:

                        Access is denied.
                        Note the errors or messages above, and press the key to exit.
                        ======= but i think i resolved it by putting a '#' at the specified line(436) of httpd.conf:

                        In Step #8 (Configure Tomcat)

                        It suggested to edit <mynode1>/deploy/jbossweb-tomcat50.sar/server.xmlserver.xml. in two locations
                        Should i do it for both the nodes?

                        I compleated all the above steps successfully (? - by keeping all the above doubts and resolving as i could). And when i tested as said in Step#10 (http://localhost/web-console), i got

                        Not Found
                        The requested URL /web-console was not found on this server.

                        But when i tried http://localhost

                        i got

                        It works!

                        So, where i lost the flow. Please find time to help me..

                        My Heartfelt thanks in advance.....

                        sree



                        • 9. Re: Clustering begginner..please HELP
                          davewebb

                          Sree,

                          My configuration was with Linux rather than windows. I dont know exactly how mod_jk gets added into apache as a module, but I am guessing that it is a .dll file rather than a .so file.

                          I could be wrong, but you are on your own now. Sorry.

                          • 10. Re: Clustering begginner..please HELP
                            sreejava

                            Hi Davewebb,

                            Kindly let me know one more thing. Should i do the installation of apache and make these configurations in both the nodes?. to monitor the state of each server

                            And regarding adding mod_Jk into apache; i think u suggested correctly. Becoz the folder where i put the ".so" was full of such ".so" files. But only difference is that i added was a folder named as mod_jk.so while the existing items were files with .so extension. also they appeared with a typical icon. I hope there will be some tool to make '.so' files like we make jar files. Today i ll try it out.

                            Once if i configured all these successfully, will i be able to monitor each server nodes from one machine? (i can try this only after successfully setting up the environment. Ofcourse i ll try to find it out, if i could able to setup theses configs successfully)

                            please dont stop helping me. I assure that, first i ll try to find the solution in my own way. only then i ll ask you.

                            Thank you

                            sree

                            • 11. Re: Clustering begginner..please HELP
                              davewebb

                              Install Apache and configure the nodes as described in the wiki for using mod_jk1.2 with JBoss. The .so file _IS_ correct. I installed apache on my windows machine to verify that.

                              .so files are not made like .jar files. JAR files are just zip files with a .jar extension. .so files are "Shared Object" files that are generated via "make" when you compile the modules using --with-apache option. If you have the mod_jk module, then you shouldnt have to make anything else. Make sure you are using mod_jk1.2 and _NOT_ any later version!

                              Once you configure it correctly, tail the logs of your 2 jboss servers, then point your browser to your apache listener (IP and port). When you hit apache, it will invoke mod_jk and pass your request to jboss (which you will see in the log).

                              To test the cluster, kill the jboss server serving the requests, then go back to your browser and make another request. You should now see the other jboss server handling the requests.

                              • 12. Re: Clustering begginner..please HELP
                                sreejava

                                hi,

                                Kindly let me know one more thing. Should i do the installation of apache and make these configurationsin both the nodes?

                                thanks and regards

                                sree

                                • 13. Re: Clustering begginner..please HELP
                                  davewebb

                                  yes.

                                  Install Apache and configure the nodes as described in the wiki for using mod_jk1.2 with JBoss. The .so file _IS_ correct. I installed apache on my windows machine to verify that.


                                  • 14. Re: Clustering begginner..please HELP
                                    sreejava


                                    oops..i missed it. thank you

                                    sree

                                    1 2 3 Previous Next