Uploaded image for project: 'Application Server 3  4  5 and 6'
  1. Application Server 3 4 5 and 6
  2. JBAS-2350

ServiceBindingManager does not seem to work with the installer version

    XMLWordPrintable

Details

    • Bug
    • Resolution: Done
    • Major
    • JBossAS-4.0.4.CR2
    • JBossAS-4.0.3 Final, JBossAS-4.0.3 SP1
    • Installer
    • None

    Description

      Not sure if i should have cloned this issue or not...sorry if it was the wrong action to take.

      Trying to run three instances of JBoss 4.0.3 on one machine. I use the sample-bindings.xml to override the various ports. All other ports are being overridden except tomcat which continue to run on port 8080. Since this seemed to be a problem in past releases of JBoss I thought I better report it. If i turn log4j on for th ServiceBindingManager i get the following...

      =========================================================================

      JBoss Bootstrap Environment

      JBOSS_HOME: /usr/local/jboss

      JAVA: /usr/local/java/bin/java

      JAVA_OPTS: -server -Xms128m -Xmx128m -Dprogram.name=run.sh -javaagent:/usr/local/jboss/bin/pluggable-instrumentor.jar

      CLASSPATH: /usr/local/jboss/bin/run.jar:/usr/local/java/lib/tools.jar

      =========================================================================

      14:11:51,115 INFO [Server] Starting JBoss (MX MicroKernel)...
      14:11:51,117 INFO [Server] Release ID: JBoss [Zion] 4.0.3 (build: CVSTag=JBoss_4_0_3 date=200510042341)
      14:11:51,119 INFO [Server] Home Dir: /usr/local/dst/jboss/jboss-4.0.3
      14:11:51,143 INFO [Server] Home URL: file:/usr/local/dst/jboss/jboss-4.0.3/
      14:11:51,144 INFO [Server] Patch URL: null
      14:11:51,145 INFO [Server] Server Name: dev
      14:11:51,145 INFO [Server] Server Home Dir: /usr/local/dst/jboss/jboss-4.0.3/server/dev
      14:11:51,145 INFO [Server] Server Home URL: file:/usr/local/dst/jboss/jboss-4.0.3/server/dev/
      14:11:51,145 INFO [Server] Server Temp Dir: /usr/local/dst/jboss/jboss-4.0.3/server/dev/tmp
      14:11:51,146 INFO [Server] Root Deployment Filename: jboss-service.xml
      14:11:51,929 INFO [ServerInfo] Java version: 1.5.0_04,Sun Microsystems Inc.
      14:11:51,929 INFO [ServerInfo] Java VM: Java HotSpot(TM) Server VM 1.5.0_04-b05,Sun Microsystems Inc.
      14:11:51,929 INFO [ServerInfo] OS-System: Linux 2.6.12-1.1398_FC4,i386
      14:11:53,184 INFO [Server] Core system initialized
      14:11:56,403 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
      14:12:08,890 INFO [EJB3Deployer] Default persistence.properties:

      {hibernate.transaction.flush_before_completion=false, hibernate.jndi.java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces, hibernate.transaction.auto_close_session=false, hibernate.jndi.java.naming.factory.initial=org.jnp.interfaces.NamingContextFactory, hibernate.cache.provider_class=org.hibernate.cache.HashtableCacheProvider, hibernate.transaction.manager_lookup_class=org.hibernate.transaction.JBossTransactionManagerLookup, hibernate.dialect=org.hibernate.dialect.HSQLDialect, hibernate.query.factory_class=org.hibernate.hql.ast.ASTQueryTranslatorFactory, hibernate.hbm2ddl.auto=create, hibernate.connection.datasource=java:/DefaultDS, hibernate.connection.release_mode=after_statement}

      14:12:08,906 INFO [SocketServerInvoker] Invoker started for locator: InvokerLocator [socket://127.0.0.1:3973/0.0.0.0:3973]
      14:12:10,960 INFO [AspectDeployer] Deployed AOP: file:/usr/local/dst/jboss/jboss-4.0.3/server/dev/deploy/ejb3-interceptors-aop.xml
      14:12:17,048 DEBUG [ServiceBindingManager] Registering with ServiceController: jboss.system:service=ServiceController
      14:12:17,070 INFO [ServiceBindingManager] Initializing store
      14:12:17,070 INFO [ServiceBindingManager] Initializing store
      14:12:17,070 INFO [ServiceBindingManager] Using StoreURL: file:/usr/local/dst/jboss/jboss-4.0.3/server/port-bindings.xml
      14:12:17,070 INFO [ServiceBindingManager] Using StoreURL: file:/usr/local/dst/jboss/jboss-4.0.3/server/port-bindings.xml
      14:12:17,463 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='1099'
      14:12:17,466 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8083'
      14:12:17,467 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4444'
      14:12:17,467 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4445'
      14:12:17,467 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='1100'
      14:12:17,467 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4444'
      14:12:17,468 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4446'
      14:12:17,468 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='3528'
      14:12:17,468 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='19001'
      14:12:17,468 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='1162'
      14:12:17,468 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='1161'
      14:12:17,468 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8093'
      14:12:17,469 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8080'
      14:12:17,469 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8080'
      14:12:17,469 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8080'
      14:12:17,469 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8080'
      14:12:17,469 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='8080'
      14:12:17,470 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8080'
      14:12:17,470 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='1199'
      14:12:17,470 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8183'
      14:12:17,470 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4544'
      14:12:17,470 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4545'
      14:12:17,471 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='1200'
      14:12:17,471 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4544'
      14:12:17,471 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4546'
      14:12:17,471 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='3628'
      14:12:17,471 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='19101'
      14:12:17,472 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='1262'
      14:12:17,472 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='1261'
      14:12:17,472 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8193'
      14:12:17,472 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8180'
      14:12:17,472 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8180'
      14:12:17,472 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8180'
      14:12:17,473 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8180'
      14:12:17,473 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='8180'
      14:12:17,473 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8180'
      14:12:17,484 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='1299'
      14:12:17,485 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8283'
      14:12:17,485 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4644'
      14:12:17,485 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4645'
      14:12:17,485 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='1300'
      14:12:17,485 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4644'
      14:12:17,486 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4646'
      14:12:17,486 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='3728'
      14:12:17,486 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='19201'
      14:12:17,486 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='1362'
      14:12:17,486 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='1361'
      14:12:17,486 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8293'
      14:12:17,487 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8280'
      14:12:17,487 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8280'
      14:12:17,487 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8280'
      14:12:17,487 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8280'
      14:12:17,487 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='8280'
      14:12:17,488 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8280'
      14:12:17,488 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='1399'
      14:12:17,488 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8383'
      14:12:17,488 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4744'
      14:12:17,488 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4745'
      14:12:17,489 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='1400'
      14:12:17,489 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4744'
      14:12:17,489 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='4746'
      14:12:17,489 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='3828'
      14:12:17,490 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='19301'
      14:12:17,490 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='1462'
      14:12:17,490 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='1461'
      14:12:17,490 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8393'
      14:12:17,490 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8380'
      14:12:17,491 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8380'
      14:12:17,491 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8380'
      14:12:17,491 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8380'
      14:12:17,491 DEBUG [XMLServicesStore] parseBinding, name='', host='0.0.0.0', port='8380'
      14:12:17,491 DEBUG [XMLServicesStore] parseBinding, name='', host='null', port='8380'
      14:12:17,795 DEBUG [ServiceBindingManager] applyServiceConfig, server:dev, serviceName:jboss:service=WebService, config=ServiceConfig(name=jboss:service=WebService), bindings=
      ServiceBinding [name=;hostName=<ANY>;bindAddress=localhost/127.0.0.1;port=8183]
      14:12:17,802 DEBUG [AttributeMappingDelegate] setPort, name='Port' value=8183
      14:12:17,889 INFO [WebService] Using RMI server codebase: http://skywalker:8183/
      14:12:18,722 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=64;loopback=false;mcast_addr=228.1.2.3;mcast_port=45551;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD(down_thread=true;shun=true;up_thread=true):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=false;up_thread=false)
      14:12:18,757 INFO [TreeCache] setEvictionPolicyConfig(): [config: null]
      14:12:18,774 WARN [TreeCache] No transaction manager lookup class has been defined. Transactions cannot be used
      14:12:19,608 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.LockInterceptor
      class org.jboss.cache.interceptors.CacheLoaderInterceptor
      class org.jboss.cache.interceptors.UnlockInterceptor
      class org.jboss.cache.interceptors.ReplicationInterceptor
      class org.jboss.cache.interceptors.CacheStoreInterceptor
      14:12:19,658 INFO [TreeCache] cache mode is REPL_SYNC
      14:12:19,967 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is skywalker:34286
      -------------------------------------------------------
      14:12:22,005 INFO [TreeCache] viewAccepted(): new members: [skywalker:34286]
      14:12:22,008 INFO [TreeCache] state could not be retrieved (must be first member in group)
      14:12:22,008 INFO [LRUPolicy] Starting eviction policy using the provider: org.jboss.ejb3.cache.tree.StatefulEvictionPolicy
      14:12:22,008 INFO [LRUPolicy] Starting a eviction timer with wake up interval of (secs) 1
      14:12:22,011 INFO [TreeCache] new cache is null (maybe first member in cluster)
      14:12:22,107 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=2;loopback=false;mcast_addr=228.1.2.3;mcast_port=43333;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD(down_thread=true;shun=true;up_thread=true):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=false;up_thread=false)
      14:12:22,121 INFO [TreeCache] setEvictionPolicyConfig(): [config: null]
      14:12:22,225 DEBUG [ServiceBindingManager] applyServiceConfig, server:dev, serviceName:jboss:service=invoker,type=jrmp, config=ServiceConfig(name=jboss:service=invoker,type=jrmp), bindings=
      ServiceBinding [name=;hostName=<ANY>;bindAddress=localhost/127.0.0.1;port=4544]
      14:12:22,225 DEBUG [AttributeMappingDelegate] setPort, name='RMIObjectPort' value=4544
      14:12:22,347 DEBUG [ServiceBindingManager] applyServiceConfig, server:dev, serviceName:jboss:service=invoker,type=pooled, config=ServiceConfig(name=jboss:service=invoker,type=pooled), bindings=
      ServiceBinding [name=;hostName=<ANY>;bindAddress=localhost/127.0.0.1;port=4545]
      14:12:22,347 DEBUG [AttributeMappingDelegate] setPort, name='ServerBindPort' value=4545
      14:12:25,351 DEBUG [ServiceBindingManager] applyServiceConfig, server:dev, serviceName:jboss.mq:service=InvocationLayer,type=UIL2, config=ServiceConfig(name=jboss.mq:service=InvocationLayer,type=UIL2), bindings=
      ServiceBinding [name=;hostName=<ANY>;bindAddress=localhost/127.0.0.1;port=8193]
      14:12:25,352 DEBUG [AttributeMappingDelegate] setPort, name='ServerBindPort' value=8193
      14:12:28,069 INFO [MailService] Mail Service bound to java:/Mail
      14:12:28,458 DEBUG [ServiceBindingManager] applyServiceConfig, server:dev, serviceName:jboss:service=Naming, config=ServiceConfig(name=jboss:service=Naming), bindings=
      ServiceBinding [name=;hostName=0.0.0.0;bindAddress=/0.0.0.0;port=1199]
      14:12:28,459 DEBUG [AttributeMappingDelegate] setPort, name='Port' value=1199
      14:12:28,471 DEBUG [AttributeMappingDelegate] setAttribute, name='BindAddress', text=0.0.0.0, value=0.0.0.0
      14:12:28,471 DEBUG [AttributeMappingDelegate] setHost, name='BindAddress' value=0.0.0.0
      14:12:28,472 DEBUG [AttributeMappingDelegate] setAttribute, name='RmiPort', text=1198, value=1198
      14:12:28,523 DEBUG [NamingService] Creating jboss:service=Naming
      14:12:28,523 DEBUG [NamingService] Created jboss:service=Naming
      14:12:28,633 DEBUG [NamingService] Starting jboss:service=Naming
      14:12:28,633 DEBUG [NamingService] System.setProperty, key=java.naming.factory.initial, value=org.jnp.interfaces.NamingContextFactory
      14:12:28,634 DEBUG [NamingService] System.setProperty, key=java.naming.factory.url.pkgs, value=org.jboss.naming:org.jnp.interfaces
      14:12:28,634 DEBUG [NamingService] Creating NamingServer stub, theServer=org.jnp.server.NamingServer@87e9bf,rmiPort=1198,clientSocketFactory=null,serverSocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
      14:12:28,664 DEBUG [NamingService] NamingServer stub: NamingServer_Stub[UnicastRef2 [liveRef: [endpoint:[127.0.0.1:1198,org.jboss.net.sockets.DefaultSocketFactory@ad093076](local),objID:[0]]]]
      14:12:28,892 INFO [NamingService] Started jndi bootstrap jnpPort=1199, rmiPort=1198, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
      14:12:28,892 INFO [NamingService] Started jndi bootstrap jnpPort=1199, rmiPort=1198, backlog=50, bindAddress=/0.0.0.0, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
      14:12:28,899 DEBUG [NamingService] InitialContext Environment:
      14:12:28,899 DEBUG [NamingService] key=java.naming.factory.initial, value(java.lang.String)=org.jnp.interfaces.NamingContextFactory
      14:12:28,899 DEBUG [NamingService] key=java.naming.factory.url.pkgs, value(java.lang.String)=org.jboss.naming:org.jnp.interfaces:org.jboss.naming:org.jnp.interfaces
      14:12:28,902 DEBUG [NamingService] Listening on port 1199
      14:12:28,903 DEBUG [NamingService] Started jboss:service=Naming
      14:12:29,173 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.LockInterceptor
      class org.jboss.cache.interceptors.UnlockInterceptor
      class org.jboss.cache.interceptors.ReplicationInterceptor
      14:12:29,175 INFO [TreeCache] cache mode is REPL_SYNC
      14:12:29,190 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is skywalker:34290
      -------------------------------------------------------
      14:12:31,193 INFO [TreeCache] state could not be retrieved (must be first member in group)
      14:12:31,193 INFO [LRUPolicy] Starting eviction policy using the provider: org.jboss.cache.eviction.LRUPolicy
      14:12:31,193 INFO [LRUPolicy] Starting a eviction timer with wake up interval of (secs) 5
      14:12:31,193 INFO [TreeCache] viewAccepted(): new members: [skywalker:34290]
      14:12:31,194 INFO [TreeCache] new cache is null (maybe first member in cluster)
      14:12:32,250 DEBUG [Tomcat5] Creating jboss.web:service=WebServer
      14:12:32,298 DEBUG [Tomcat5] Created jboss.web:service=WebServer
      14:12:32,514 DEBUG [Tomcat5] Starting jboss.web:service=WebServer
      14:12:32,920 INFO [Embedded] Catalina naming disabled
      14:12:34,836 INFO [Http11Protocol] Initializing Coyote HTTP/1.1 on http-0.0.0.0-8080
      14:12:34,839 INFO [Catalina] Initialization processed in 1778 ms
      14:12:34,843 INFO [StandardService] Starting service jboss.web
      14:12:34,849 INFO [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5
      14:12:34,911 INFO [StandardHost] XML validation disabled
      14:12:34,943 INFO [Catalina] Server startup in 104 ms
      14:12:34,982 DEBUG [Tomcat5] Begin init
      14:12:34,991 DEBUG [Tomcat5] webContext: null
      14:12:34,991 DEBUG [Tomcat5] warURL: file:/usr/local/dst/jboss/jboss-4.0.3/server/dev/deploy/http-invoker.sar/invoker.war/
      14:12:35,022 DEBUG [Tomcat5] End init
      14:12:35,917 INFO [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/http-invoker.sar/invoker.war/
      14:12:36,461 INFO [WebappLoader] Dual registration of jndi stream handler: factory already defined
      14:12:38,058 DEBUG [Tomcat5] Begin init
      14:12:38,059 DEBUG [Tomcat5] Unpacking war to: /usr/local/dst/jboss/jboss-4.0.3/server/dev/tmp/deploy/tmp13113jboss-ws4ee-exp.war
      14:12:38,064 DEBUG [Tomcat5] Replaced war with unpacked contents
      14:12:38,065 DEBUG [Tomcat5] webContext: null
      14:12:38,065 DEBUG [Tomcat5] warURL: file:/usr/local/dst/jboss/jboss-4.0.3/server/dev/tmp/deploy/tmp13113jboss-ws4ee.war/
      14:12:38,098 DEBUG [Tomcat5] End init
      14:12:38,107 INFO [TomcatDeployer] deploy, ctxPath=/ws4ee, warUrl=.../tmp/deploy/tmp13113jboss-ws4ee.war/
      14:12:39,112 DEBUG [Tomcat5] Begin init
      14:12:39,113 DEBUG [Tomcat5] webContext: null
      14:12:39,113 DEBUG [Tomcat5] warURL: file:/usr/local/dst/jboss/jboss-4.0.3/server/dev/deploy/jbossweb-tomcat55.sar/ROOT.war/
      14:12:39,125 DEBUG [Tomcat5] End init
      14:12:39,134 INFO [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbossweb-tomcat55.sar/ROOT.war/
      14:12:39,253 DEBUG [Tomcat5] Begin init
      14:12:39,254 DEBUG [Tomcat5] webContext: null
      14:12:39,254 DEBUG [Tomcat5] warURL: file:/usr/local/dst/jboss/jboss-4.0.3/server/dev/deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
      14:12:39,286 DEBUG [Tomcat5] End init
      14:12:39,420 INFO [TomcatDeployer] deploy, ctxPath=/jbossmq-httpil, warUrl=.../deploy/jms/jbossmq-httpil.sar/jbossmq-httpil.war/
      14:12:39,586 DEBUG [Tomcat5] Begin init
      14:12:39,586 DEBUG [Tomcat5] webContext: null
      14:12:39,586 DEBUG [Tomcat5] warURL: file:/usr/local/dst/jboss/jboss-4.0.3/server/dev/deploy/management/console-mgr.sar/web-console.war/
      14:12:39,705 DEBUG [Tomcat5] End init
      14:12:39,714 INFO [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../deploy/management/console-mgr.sar/web-console.war/
      14:12:40,861 DEBUG [Tomcat5] Server 'jboss.system:type=Server' not started, registering for start-up notification
      14:12:40,986 DEBUG [Tomcat5] Started jboss.web:service=WebServer
      14:12:41,137 INFO [TreeCache] setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=8;loopback=false;mcast_addr=230.1.2.7;mcast_port=45577;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thread=false):MERGE2(max_interval=20000;min_interval=10000):FD_SOCK:VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK(down_thread=false;gc_lag=50;max_xmit_size=8192;retransmit_timeout=600,1200,2400,4800;up_thread=false):UNICAST(down_thread=false;min_threshold=10;timeout=600,1200,2400;window_size=100):pbcast.STABLE(desired_avg_gossip=20000;down_thread=false;up_thread=false):FRAG(down_thread=false;frag_size=8192;up_thread=false):pbcast.GMS(join_retry_timeout=2000;join_timeout=5000;print_local_addr=true;shun=true):pbcast.STATE_TRANSFER(down_thread=true;up_thread=true)
      14:12:41,147 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.LockInterceptor
      class org.jboss.cache.interceptors.UnlockInterceptor
      class org.jboss.cache.interceptors.ReplicationInterceptor
      14:12:41,148 INFO [TreeCache] cache mode is REPL_ASYNC
      14:12:41,173 INFO [STDOUT]
      -------------------------------------------------------
      GMS: address is skywalker:34294
      -------------------------------------------------------
      14:12:43,177 INFO [TreeCache] viewAccepted(): new members: [skywalker:34294]
      14:12:43,178 INFO [TreeCache] new cache is null (maybe first member in cluster)
      14:12:43,178 INFO [TreeCache] state could not be retrieved (must be first member in group)
      14:12:45,496 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
      14:12:45,814 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
      14:12:46,054 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
      14:12:46,298 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
      14:12:46,614 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
      14:12:46,859 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
      14:12:52,869 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
      14:12:54,072 INFO [A] Bound to JNDI name: queue/A
      14:12:54,075 INFO [B] Bound to JNDI name: queue/B
      14:12:54,077 INFO [C] Bound to JNDI name: queue/C
      14:12:54,080 INFO [D] Bound to JNDI name: queue/D
      14:12:54,083 INFO [ex] Bound to JNDI name: queue/ex
      14:12:54,160 INFO [testTopic] Bound to JNDI name: topic/testTopic
      14:12:54,164 INFO [securedTopic] Bound to JNDI name: topic/securedTopic
      14:12:54,166 INFO [testDurableTopic] Bound to JNDI name: topic/testDurableTopic
      14:12:54,169 INFO [testQueue] Bound to JNDI name: queue/testQueue
      14:12:54,272 INFO [UILServerILService] JBossMQ UIL service available at : /0.0.0.0:8193
      14:12:54,359 INFO [DLQ] Bound to JNDI name: queue/DLQ
      14:12:54,756 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
      14:12:54,771 DEBUG [Tomcat5] Begin init
      14:12:54,772 DEBUG [Tomcat5] webContext: null
      14:12:54,772 DEBUG [Tomcat5] warURL: file:/usr/local/dst/jboss/jboss-4.0.3/server/dev/deploy/jmx-console.war/
      14:12:54,795 DEBUG [Tomcat5] End init
      14:12:54,810 INFO [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../deploy/jmx-console.war/
      14:12:55,592 DEBUG [Tomcat5] Saw org.jboss.system.server.started notification, starting connectors
      14:12:55,631 INFO [Http11Protocol] Starting Coyote HTTP/1.1 on http-0.0.0.0-8080
      14:12:56,731 INFO [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8009
      14:12:56,752 INFO [JkMain] Jk running ID=0 time=0/53 config=null
      14:12:56,787 INFO [Server] JBoss (MX MicroKernel) [4.0.3 (build: CVSTag=JBoss_4_0_3 date=200510042341)] Started in 1m:5s:638ms

      Attachments

        Issue Links

          Activity

            People

              starksm64 Scott Stark (Inactive)
              dunks80_jira dunks80 (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: