But a brand spanking new 4.0.4GA instance has the problem. Below is an actual 
cut and paste session showing the exact edits down to a new installation. This  
example is when run from the command line with run.bat, but the exact same 
thing happens running under eclipse debug mode:

/cygdrive/c/download$ rm -rf jboss-4.0.4.GA/
/cygdrive/c/download$ unzip -q ../downloads/jboss-4.0.4.GA.zip
/cygdrive/c/download$ cd jboss-4.0.4.GA/server/
/cygdrive/c/download/jboss-4.0.4.GA/server$ mkdir all2
/cygdrive/c/download/jboss-4.0.4.GA/server$ cd all2
/cygdrive/c/download/jboss-4.0.4.GA/server/all2$ (cd ../all ; tar cf - . ) | ta
r xf -
/cygdrive/c/download/jboss-4.0.4.GA/server/all2$ ed conf/jboss-service.xml
27072
/ServiceBindingManager
   <mbean code="org.jboss.services.binding.ServiceBindingManager"
i
-->
.
p
-->

   

     ports-01

     ${jboss.home.url}/docs/examples/binding-manager/
sample-bindings.xml

     

       org.jboss.services.binding.XMLServicesStoreFactory

     

   

   -->
d
w
27069
q
cd ../../bin
cmd /c run.bat -c all


and now in another window.....

cd jboss-4.0.4GA/bin
cmd /c run.bat -c all2
===============================================================================
.
  JBoss Bootstrap Environment
.
  JBOSS_HOME: c:\download\jboss-4.0.4.GA\bin\\..
.
  JAVA: c:/Program Files/Java/jdk1.5.0_04\bin\java
.
  JAVA_OPTS:  -Dprogram.name=run.bat -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcIn
terval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
.
  CLASSPATH: c:/Program Files/Java/jdk1.5.0_04\lib\tools.jar;c:\download\jboss-4
.0.4.GA\bin\\run.jar
.
===============================================================================
.
12:13:39,687 INFO  [Server] Starting JBoss (MX MicroKernel)...
12:13:39,687 INFO  [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBo
ss_4_0_4_GA date=200605151000)
12:13:39,687 INFO  [Server] Home Dir: C:\download\jboss-4.0.4.GA
12:13:39,687 INFO  [Server] Home URL: file:/C:/download/jboss-4.0.4.GA/
12:13:39,687 INFO  [Server] Patch URL: null
12:13:39,687 INFO  [Server] Server Name: all2
12:13:39,703 INFO  [Server] Server Home Dir: C:\download\jboss-4.0.4.GA\server\a
ll2
12:13:39,703 INFO  [Server] Server Home URL: file:/C:/download/jboss-4.0.4.GA/se
rver/all2/
12:13:39,703 INFO  [Server] Server Log Dir: C:\download\jboss-4.0.4.GA\server\al
l2\log
12:13:39,703 INFO  [Server] Server Temp Dir: C:\download\jboss-4.0.4.GA\server\a
ll2\tmp
12:13:39,703 INFO  [Server] Root Deployment Filename: jboss-service.xml
12:13:40,062 INFO  [ServerInfo] Java version: 1.5.0_04,Sun Microsystems Inc.
12:13:40,062 INFO  [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_04-b05
,Sun Microsystems Inc.
12:13:40,062 INFO  [ServerInfo] OS-System: Windows 2000 5.0,x86
12:13:40,453 INFO  [Server] Core system initialized
12:13:42,265 INFO  [ServiceBindingManager] Initializing store
12:13:42,265 INFO  [ServiceBindingManager] Using StoreURL: file:/C:/download/jbo
ss-4.0.4.GA/docs/examples/binding-manager/sample-bindings.xml
12:13:42,890 INFO  [WebService] Using RMI server codebase: http://PCL0003215:818
3/
12:13:42,921 INFO  [Log4jService$URLWatchTimerTask] Configuring from URL: resour
ce:log4j.xml
12:13:43,156 INFO  [NamingService] JNDI bootstrap JNP=/0.0.0.0:1199, RMI=/0.0.0.
0:1198, backlog=50, no client SocketFactory, Server SocketFactory=class org.jbos
s.net.sockets.DefaultSocketFactory
12:13:46,609 INFO  [SubscriptionManager] Bound event dispatcher to java:/EventDi
spatcher
12:13:47,531 WARN  [ServiceController] Problem starting service jboss.jmx:name=S
nmpAgent,service=snmp,type=adaptor
java.net.BindException: Address already in use: Cannot bind
        at java.net.PlainDatagramSocketImpl.bind0(Native Method)
        at java.net.PlainDatagramSocketImpl.bind(PlainDatagramSocketImpl.java:82
)
        at java.net.DatagramSocket.bind(DatagramSocket.java:368)
        at java.net.DatagramSocket.(DatagramSocket.java:210)
        at java.net.DatagramSocket.(DatagramSocket.java:261)
        at org.opennms.protocols.snmp.SnmpPortal.(SnmpPortal.java:295)
        at org.opennms.protocols.snmp.SnmpPortal.(SnmpPortal.java:257)
        at org.opennms.protocols.snmp.SnmpAgentSession.(SnmpAgentSession.j
ava:369)
        at org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService.startAgent(SnmpAgen
tService.java:587)
        at org.jboss.jmx.adaptor.snmp.agent.SnmpAgentService.startService(SnmpAg
entService.java:506)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at org.jboss.system.ServiceController.start(ServiceController.java:435)
        at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy4.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy9.deploy(Unknown Source)
        at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymen
tScanner.java:421)
        at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentS
canner.java:634)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.
doScan(AbstractDeploymentScanner.java:263)
        at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(A
bstractDeploymentScanner.java:336)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanS
upport.java:289)
        at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMB
eanSupport.java:245)
        at sun.reflect.GeneratedMethodAccessor4.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.system.ServiceController$ServiceProxy.invoke(ServiceControl
ler.java:978)
        at $Proxy0.start(Unknown Source)
        at org.jboss.system.ServiceController.start(ServiceController.java:417)
        at sun.reflect.GeneratedMethodAccessor10.invoke(Unknown Source)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:86)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy4.start(Unknown Source)
        at org.jboss.deployment.SARDeployer.start(SARDeployer.java:302)
        at org.jboss.deployment.MainDeployer.start(MainDeployer.java:1007)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:808)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:771)
        at org.jboss.deployment.MainDeployer.deploy(MainDeployer.java:755)
        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.
java:39)
        at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces
sorImpl.java:25)
        at java.lang.reflect.Method.invoke(Method.java:585)
        at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatch
er.java:155)
        at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
        at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractIntercept
or.java:133)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelM
BeanOperationInterceptor.java:142)
        at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
        at org.jboss.mx.server.AbstractMBeanInvoker.invoke(AbstractMBeanInvoker.
java:264)
        at org.jboss.mx.server.MBeanServerImpl.invoke(MBeanServerImpl.java:659)
        at org.jboss.mx.util.MBeanProxyExt.invoke(MBeanProxyExt.java:210)
        at $Proxy5.deploy(Unknown Source)
        at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:482)
        at org.jboss.system.server.ServerImpl.start(ServerImpl.java:362)
        at org.jboss.Main.boot(Main.java:200)
        at org.jboss.Main$1.run(Main.java:464)
        at java.lang.Thread.run(Thread.java:595)
12:13:47,843 INFO  [AspectDeployer] Deployed AOP: file:/C:/download/jboss-4.0.4.
GA/server/all2/deploy/tc5-cluster.sar/tc5-cluster.aop
12:13:48,046 INFO  [TreeCache] setting cluster properties from xml to: UDP(down_
thread=false;enable_bundling=true;ip_ttl=2;loopback=false;max_bundle_size=64000;
max_bundle_timeout=30;mcast_addr=230.1.2.7;mcast_port=45577;mcast_recv_buf_size=
25000000;mcast_send_buf_size=640000;ucast_recv_buf_size=20000000;ucast_send_buf_
size=640000;up_thread=false;use_incoming_packet_handler=true;use_outgoing_packet
_handler=true):PING(down_thread=false;num_initial_members=3;timeout=2000;up_thre
ad=false):MERGE2(down_thread=false;max_interval=100000;min_interval=20000;up_thr
ead=false):FD(down_thread=false;max_tries=5;shun=true;timeout=2500;up_thread=fal
se):VERIFY_SUSPECT(down_thread=false;timeout=1500;up_thread=false):pbcast.NAKACK
(discard_delivered_msgs=true;down_thread=false;gc_lag=50;max_xmit_size=60000;ret
ransmit_timeout=100,200,300,600,1200,2400,4800;up_thread=false;use_mcast_xmit=fa
lse):UNICAST(down_thread=false;timeout=300,600,1200,2400,3600;up_thread=false):p
bcast.STABLE(desired_avg_gossip=50000;down_thread=false;max_bytes=2100000;stabil
ity_delay=1000;up_thread=false):pbcast.GMS(down_thread=false;join_retry_timeout=
2000;join_timeout=3000;print_local_addr=true;shun=true;up_thread=false):FC(down_
thread=false;max_credits=10000000;min_threshold=0.20;up_thread=false):FRAG2(down
_thread=false;frag_size=60000;up_thread=false):pbcast.STATE_TRANSFER(down_thread
=false;up_thread=false)
12:13:48,062 INFO  [TreeCache] interceptor chain is:
class org.jboss.cache.interceptors.CallInterceptor
class org.jboss.cache.interceptors.PessimisticLockInterceptor
class org.jboss.cache.interceptors.UnlockInterceptor
class org.jboss.cache.interceptors.ReplicationInterceptor
12:13:48,062 INFO  [TreeCache] cache mode is REPL_ASYNC
12:13:48,468 INFO  [STDOUT]
-------------------------------------------------------
GMS: address is PCL0003215:1414
-------------------------------------------------------
12:13:50,625 INFO  [TreeCache] my local address is PCL0003215:1414
12:13:50,625 INFO  [TreeCache] viewAccepted(): [PCL0003215:1404|1] [PCL0003215:1
404, PCL0003215:1414]
12:13:50,671 INFO  [TreeCache] received the state (size=1024 bytes)
12:13:50,687 INFO  [TreeCache] state was retrieved successfully (in 62 milliseco
nds)
12:13:50,687 INFO  [TreeCache] Cache is started!!
12:13:50,890 INFO  [Embedded] Catalina naming disabled
12:13:50,953 INFO  [ClusterRuleSetFactory] Unable to find a cluster rule set in
the classpath. Will load the default rule set.
12:13:50,953 INFO  [ClusterRuleSetFactory] Unable to find a cluster rule set in
the classpath. Will load the default rule set.
12:13:51,281 INFO  [Http11BaseProtocol] Initializing Coyote HTTP/1.1 on http-0.0
.0.0-8180
12:13:51,296 INFO  [Catalina] Initialization processed in 343 ms
12:13:51,296 INFO  [StandardService] Starting service jboss.web
12:13:51,296 INFO  [StandardEngine] Starting Servlet Engine: Apache Tomcat/5.5.1
7
12:13:51,328 INFO  [StandardHost] XML validation disabled
12:13:51,359 INFO  [Catalina] Server startup in 63 ms
12:13:51,531 INFO  [TomcatDeployer] deploy, ctxPath=/invoker, warUrl=.../deploy/
httpha-invoker.sar/invoker.war/
12:13:51,890 INFO  [WebappLoader] Dual registration of jndi stream handler: fact
ory already defined
12:13:52,859 INFO  [TomcatDeployer] deploy, ctxPath=/, warUrl=.../deploy/jbosswe
b-tomcat55.sar/ROOT.war/
12:13:53,500 INFO  [TomcatDeployer] deploy, ctxPath=/jbossws, warUrl=.../tmp/dep
loy/tmp48457jbossws-exp.war/
12:13:53,703 INFO  [TomcatDeployer] deploy, ctxPath=/juddi, warUrl=.../deploy/ju
ddi-service.sar/juddiws.war/
12:13:53,828 INFO  [RegistryServlet] Loading jUDDI configuration.
12:13:53,843 INFO  [RegistryServlet] Resources loaded from: /WEB-INF/juddi.prope
rties
12:13:53,843 INFO  [RegistryServlet] Initializing jUDDI components.
12:13:54,718 INFO  [DefaultPartition] Initializing
12:13:54,781 INFO  [STDOUT]
-------------------------------------------------------
GMS: address is PCL0003215:1417 (additional data: 17 bytes)
-------------------------------------------------------
12:13:56,796 INFO  [DefaultPartition] Number of cluster members: 2
12:13:56,796 INFO  [DefaultPartition] Other members: 1
12:13:56,796 INFO  [DefaultPartition] Fetching state (will wait for 30000 millis
econds):
12:13:56,796 INFO  [DefaultPartition] New cluster view for partition DefaultPart
ition: 1 ([10.5.201.101:1099, 10.5.201.101:1199] delta: 0)
12:13:56,859 INFO  [DefaultPartition] I am (10.5.201.101:1199) received membersh
ipChanged event:
12:13:56,859 INFO  [DefaultPartition] Dead members: 0 ([])
12:13:56,859 INFO  [DefaultPartition] New Members : 0 ([])
12:13:56,859 INFO  [DefaultPartition] All Members : 2 ([10.5.201.101:1099, 10.5.
201.101:1199])
12:13:57,015 INFO  [HANamingService] Started ha-jndi bootstrap jnpPort=1200, bac
klog=50, bindAddress=/0.0.0.0
12:13:57,015 INFO  [DetachedHANamingService$AutomaticDiscovery] Listening on /0.
0.0.0:1102, group=230.0.0.4, HA-JNDI address=10.5.201.101:1200
12:13:58,140 INFO  [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6
D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E300000000
0000200000000000000D8000102000000000D31302E352E3230312E31303100000E2C000000114A4
26F73732F4E616D696E672F726F6F74000000000000050000000000000008000000004A414300000
000010000001C0000000000010001000000010501000100010109000000010501000100000021000
0005000000000000000010000000000000024000000200000007E00000000000000010000000D313
02E352E3230312E31303100000DC9000000000000000000000000000000000000000000000000000
000000000002000000004000000000000001F0000000400000003000000010000002000000000000
000020000002000000004000000000000001F0000000400000003]
12:13:58,265 INFO  [CorbaTransactionService] TransactionFactory: [IOR:0000000000
00003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E46616374
6F72794578743A312E30000000000200000000000000D8000102000000000D31302E352E3230312E
31303100000E2C000000144A426F73732F5472616E73616374696F6E732F46000000050000000000
000008000000004A414300000000010000001C000000000001000100000001050100010001010900
00000105010001000000210000005000000000000000010000000000000024000000200000007E00
000000000000010000000D31302E352E3230312E31303100000DC900000000000000000000000000
0000000000000000000000000000000000002000000004000000000000001F000000040000000300
0000010000002000000000000000020000002000000004000000000000001F0000000400000003]
12:14:02,500 INFO  [TomcatDeployer] deploy, ctxPath=/web-console, warUrl=.../dep
loy/management/console-mgr.sar/web-console.war/
12:14:04,609 INFO  [MailService] Mail Service bound to java:/Mail
12:14:04,828 INFO  [RARDeployment] Required license terms exist, view META-INF/r
a.xml in .../deploy/jboss-ha-local-jdbc.rar
12:14:04,875 INFO  [RARDeployment] Required license terms exist, view META-INF/r
a.xml in .../deploy/jboss-ha-xa-jdbc.rar
12:14:09,562 INFO  [RARDeployment] Required license terms exist, view META-INF/r
a.xml in .../deploy/jboss-local-jdbc.rar
12:14:10,921 INFO  [RARDeployment] Required license terms exist, view META-INF/r
a.xml in .../deploy/jboss-xa-jdbc.rar
12:14:13,093 INFO  [RARDeployment] Required license terms exist, view META-INF/r
a.xml in .../deploy/jms/jms-ra.rar
12:14:15,328 INFO  [RARDeployment] Required license terms exist, view META-INF/r
a.xml in .../deploy/mail-ra.rar
12:14:19,984 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jb
oss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
12:14:20,703 INFO  [ConnectionFactoryBindingService] Bound ConnectionManager 'jb
oss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
12:14:24,875 INFO  [TomcatDeployer] deploy, ctxPath=/jmx-console, warUrl=.../dep
loy/jmx-console.war/
12:14:26,218 INFO  [FarmMemberService] **** pullNewDeployments ****
12:14:26,218 INFO  [ClusterFileTransfer] Start pull of file cluster-examples-ser
vice.xml from cluster.
12:14:26,265 INFO  [ClusterFileTransfer] Finished cluster pull of file cluster-e
xamples-service.xml to cluster-examples-service.xml
12:14:26,312 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

--- MBeans waiting for other MBeans ---
ObjectName: jboss.jmx:name=SnmpAgent,service=snmp,type=adaptor
  State: FAILED
  Reason: java.net.BindException: Address already in use: Cannot bind
  I Depend On:
    jboss.jmx:name=SnmpAgent,service=timer,type=heartbeat
  Depends On Me:
    jboss.jmx:name=SnmpAgent,service=MIB2SystemGroup

--- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
ObjectName: jboss.jmx:name=SnmpAgent,service=snmp,type=adaptor
  State: FAILED
  Reason: java.net.BindException: Address already in use: Cannot bind
  I Depend On:
    jboss.jmx:name=SnmpAgent,service=timer,type=heartbeat
  Depends On Me:
    jboss.jmx:name=SnmpAgent,service=MIB2SystemGroup


12:14:26,453 INFO  [Http11BaseProtocol] Starting Coyote HTTP/1.1 on http-0.0.0.0
-8180
12:14:26,531 INFO  [ChannelSocket] JK: ajp13 listening on /0.0.0.0:8109
12:14:26,562 INFO  [JkMain] Jk running ID=0 time=0/47  config=null
12:14:26,562 INFO  [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBos
s_4_0_4_GA date=200605151000)] Started in 46s:859ms

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3947231#3947231

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3947231


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to