8 Replies Latest reply on Jul 25, 2006 9:48 PM by rtul

    jboss 4.04 GA not starting

    rtul

      Hi all,

      I am running jboss 4.04 GA on windows vista beta2,java5, i can start jboss default server and get the default page opened in browser. however when i try to start with server -all option (run.bat -c all) ..jboss will not start properly and i cannot open the default page at http://localhost:8080/

      Can you tell why this is so.
      thx

        • 1. Re: jboss 4.04 GA not starting
          peterj

          Please post the command window output so that we can see what errors were displayed.

          • 2. Re: jboss 4.04 GA not starting
            rtul

            ===============================================================================
            .
            JBoss Bootstrap Environment
            .
            JBOSS_HOME: F:\jboss-4.0.4.GA\bin\\..
            .
            JAVA: c:\java5\bin\java
            .
            JAVA_OPTS: -Dprogram.name=run.bat -Xms128m -Xmx512m -Dsun.rmi.dgc.client.gcInterval=3600000 -Dsun.rmi.dgc.server.gcInterval=3600000
            .
            CLASSPATH: c:\java5\lib\tools.jar;F:\jboss-4.0.4.GA\bin\\run.jar
            .
            ===============================================================================
            .
            03:47:51,015 INFO [Server] Starting JBoss (MX MicroKernel)...
            03:47:51,015 INFO [Server] Release ID: JBoss [Zion] 4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)
            03:47:51,031 INFO [Server] Home Dir: F:\jboss-4.0.4.GA
            03:47:51,031 INFO [Server] Home URL: file:/F:/jboss-4.0.4.GA/
            03:47:51,031 INFO [Server] Patch URL: null
            03:47:51,031 INFO [Server] Server Name: all
            03:47:51,031 INFO [Server] Server Home Dir: F:\jboss-4.0.4.GA\server\all
            03:47:51,031 INFO [Server] Server Home URL: file:/F:/jboss-4.0.4.GA/server/all/
            03:47:51,031 INFO [Server] Server Log Dir: F:\jboss-4.0.4.GA\server\all\log
            03:47:51,031 INFO [Server] Server Temp Dir: F:\jboss-4.0.4.GA\server\all\tmp
            03:47:51,031 INFO [Server] Root Deployment Filename: jboss-service.xml
            03:47:51,593 INFO [ServerInfo] Java version: 1.5.0_06,Sun Microsystems Inc.
            03:47:51,593 INFO [ServerInfo] Java VM: Java HotSpot(TM) Client VM 1.5.0_06-b05,Sun Microsystems Inc.
            03:47:51,593 INFO [ServerInfo] OS-System: Windows NT (unknown) 6.0,x86
            03:47:52,296 INFO [Server] Core system initialized
            03:47:55,718 INFO [WebService] Using RMI server codebase: http://jojo-PC:8083/
            03:47:55,781 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
            03:47:56,406 INFO [NamingService] JNDI bootstrap JNP=/0.0.0.0:1099, RMI=/0.0.0.0:1098, backlog=50, no client SocketFactory, Server SocketFactory=class org.jboss.net.sockets.DefaultSocketFactory
            03:48:02,437 INFO [SubscriptionManager] Bound event dispatcher to java:/EventDispatcher
            03:48:03,859 INFO [SnmpAgentService] SNMP agent going active
            03:48:04,171 INFO [AspectDeployer] Deployed AOP: file:/F:/jboss-4.0.4.GA/server/all/deploy/tc5-cluster.sar/tc5-cluster.aop
            03:48:04,624 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_thread=false):MERGE2(down_thread=false;max_interval=100000;min_interval=20000;up_thread=false):FD(down_thread=false;max_tries=5;shun=true;timeout=2500;up_thread=false):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;retransmit_timeout=100,200,300,600,1200,2400,4800;up_thread=false;use_mcast_xmit=false):UNICAST(down_thread=false;timeout=300,600,1200,2400,3600;up_thread=false):pbcast.STABLE(desired_avg_gossip=50000;down_thread=false;max_bytes=2100000;stability_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)
            03:48:04,656 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
            03:48:04,656 INFO [TreeCache] cache mode is REPL_ASYNC
            03:48:05,484 ERROR [JChannel] exception: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: error setting options
            03:48:05,515 WARN [ServiceController] Problem starting service jboss.cache:service=TomcatClusteringCache
            ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: error setting options
            at org.jgroups.JChannel.connect(JChannel.java:328)
            at org.jboss.cache.TreeCache.startService(TreeCache.java:1263)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
            at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.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(ServiceController.java:978)
            at $Proxy0.start(Unknown Source)
            at org.jboss.system.ServiceController.start(ServiceController.java:417)
            at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.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(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
            at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.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 $Proxy8.deploy(Unknown Source)
            at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
            at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
            at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.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(ServiceController.java:978)
            at $Proxy0.start(Unknown Source)
            at org.jboss.system.ServiceController.start(ServiceController.java:417)
            at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.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(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
            at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.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)
            03:48:06,031 INFO [DefaultPartition] Initializing
            03:48:06,124 ERROR [JChannel] exception: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: error setting options
            03:48:06,124 WARN [ServiceController] Problem starting service jboss:service=DefaultPartition
            ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: error setting options
            at org.jgroups.JChannel.connect(JChannel.java:328)
            at org.jboss.ha.framework.server.ClusterPartition.startService(ClusterPartition.java:325)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
            at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.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(ServiceController.java:978)
            at $Proxy0.start(Unknown Source)
            at org.jboss.system.ServiceController.start(ServiceController.java:417)
            at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.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(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
            at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.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 $Proxy8.deploy(Unknown Source)
            at org.jboss.deployment.scanner.URLDeploymentScanner.deploy(URLDeploymentScanner.java:421)
            at org.jboss.deployment.scanner.URLDeploymentScanner.scan(URLDeploymentScanner.java:634)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner$ScannerThread.doScan(AbstractDeploymentScanner.java:263)
            at org.jboss.deployment.scanner.AbstractDeploymentScanner.startService(AbstractDeploymentScanner.java:336)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalStart(ServiceMBeanSupport.java:289)
            at org.jboss.system.ServiceMBeanSupport.jbossInternalLifecycle(ServiceMBeanSupport.java:245)
            at sun.reflect.GeneratedMethodAccessor2.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.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(ServiceController.java:978)
            at $Proxy0.start(Unknown Source)
            at org.jboss.system.ServiceController.start(ServiceController.java:417)
            at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
            at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.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(DelegatingMethodAccessorImpl.java:25)
            at java.lang.reflect.Method.invoke(Method.java:585)
            at org.jboss.mx.interceptor.ReflectedDispatcher.invoke(ReflectedDispatcher.java:155)
            at org.jboss.mx.server.Invocation.dispatch(Invocation.java:94)
            at org.jboss.mx.interceptor.AbstractInterceptor.invoke(AbstractInterceptor.java:133)
            at org.jboss.mx.server.Invocation.invoke(Invocation.java:88)
            at org.jboss.mx.interceptor.ModelMBeanOperationInterceptor.invoke(ModelMBeanOperationInterceptor.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)
            03:48:07,359 INFO [CorbaNamingService] Naming: [IOR:000000000000002B49444C3A6F6D672E6F72672F436F734E616D696E672F4E616D696E67436F6E746578744578743A312E3000000000000200000000000000E0000102000000000F37342E3130352E3134382E32333000000DC80000000000114A426F73732F4E616D696E672F726F6F74000000000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000005400000000000000010000000000000024000000220000007E00000000000000010000000F37342E3130352E3134382E32333000000DC90000000000000000000000000000000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
            03:48:07,531 INFO [CorbaTransactionService] TransactionFactory: [IOR:000000000000003049444C3A6F72672F6A626F73732F746D2F69696F702F5472616E73616374696F6E466163746F72794578743A312E30000000000200000000000000E0000102000000000F37342E3130352E3134382E32333000000DC80000000000144A426F73732F5472616E73616374696F6E732F46000000050000000000000008000000004A414300000000010000001C00000000000100010000000105010001000101090000000105010001000000210000005400000000000000010000000000000024000000220000007E00000000000000010000000F37342E3130352E3134382E32333000000DC90000000000000000000000000000000000000000000000000000000000000000002000000004000000000000001F0000000400000003000000010000002000000000000000020000002000000004000000000000001F0000000400000003]
            03:48:09,187 INFO [MailService] Mail Service bound to java:/Mail
            03:48:09,812 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-local-jdbc.rar
            03:48:09,890 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-ha-xa-jdbc.rar
            03:48:09,937 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-local-jdbc.rar
            03:48:10,015 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jboss-xa-jdbc.rar
            03:48:10,171 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/jms/jms-ra.rar
            03:48:10,468 INFO [RARDeployment] Required license terms exist, view META-INF/ra.xml in .../deploy/mail-ra.rar
            03:48:12,765 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=DataSourceBinding,name=DefaultDS' to JNDI name 'java:DefaultDS'
            03:48:13,452 INFO [ConnectionFactoryBindingService] Bound ConnectionManager 'jboss.jca:service=ConnectionFactoryBinding,name=JmsXA' to JNDI name 'java:JmsXA'
            03:48:13,468 INFO [EARDeployer] Init J2EE application: file:/F:/jboss-4.0.4.GA/server/all/deploy/helloworld.ear
            03:48:13,562 INFO [EARDeployer] Started J2EE application: file:/F:/jboss-4.0.4.GA/server/all/deploy/helloworld.ear
            03:48:14,093 ERROR [URLDeploymentScanner] Incomplete Deployment listing:

            --- Packages waiting for a deployer ---
            org.jboss.deployment.DeploymentInfo@969c8b2 { url=file:/F:/jboss-4.0.4.GA/server/all/deploy/httpha-invoker.sar/invoker.war/ }
            deployer: null
            status: Starting
            state: INIT_WAITING_DEPLOYER
            watch: file:/F:/jboss-4.0.4.GA/server/all/deploy/httpha-invoker.sar/invoker.war/
            altDD: null
            lastDeployed: 1153712888374
            lastModified: 1147701722000
            mbeans:

            org.jboss.deployment.DeploymentInfo@d8dd66fa { url=file:/F:/jboss-4.0.4.GA/server/all/deploy/jbossweb-tomcat55.sar/ROOT.war/ }
            deployer: null
            status: Starting
            state: INIT_WAITING_DEPLOYER
            watch: file:/F:/jboss-4.0.4.GA/server/all/deploy/jbossweb-tomcat55.sar/ROOT.war/
            altDD: null
            lastDeployed: 1153712888390
            lastModified: 1147701804000
            mbeans:

            org.jboss.deployment.DeploymentInfo@a5087b56 { url=file:/F:/jboss-4.0.4.GA/server/all/deploy/jbossws14.sar/jbossws.war }
            deployer: null
            status: Starting
            state: INIT_WAITING_DEPLOYER
            watch: file:/F:/jboss-4.0.4.GA/server/all/deploy/jbossws14.sar/jbossws.war
            altDD: null
            lastDeployed: 1153712888390
            lastModified: 1153712881952
            mbeans:

            org.jboss.deployment.DeploymentInfo@dcda5298 { url=file:/F:/jboss-4.0.4.GA/server/all/deploy/juddi-service.sar/juddiws.war/ }
            deployer: null
            status: Starting
            state: INIT_WAITING_DEPLOYER
            watch: file:/F:/jboss-4.0.4.GA/server/all/deploy/juddi-service.sar/juddiws.war/
            altDD: null
            lastDeployed: 1153712888390
            lastModified: 1147701722000
            mbeans:

            org.jboss.deployment.DeploymentInfo@6c57b826 { url=file:/F:/jboss-4.0.4.GA/server/all/deploy/management/console-mgr.sar/web-console.war/ }
            deployer: null
            status: Starting
            state: INIT_WAITING_DEPLOYER
            watch: file:/F:/jboss-4.0.4.GA/server/all/deploy/management/console-mgr.sar/web-console.war/
            altDD: null
            lastDeployed: 1153712888390
            lastModified: 1147701802000
            mbeans:

            org.jboss.deployment.DeploymentInfo@b7a78060 { url=file:/F:/jboss-4.0.4.GA/server/all/deploy/jmx-console.war/ }
            deployer: null
            status: null
            state: INIT_WAITING_DEPLOYER
            watch: file:/F:/jboss-4.0.4.GA/server/all/deploy/jmx-console.war/
            altDD: null
            lastDeployed: 1153712893452
            lastModified: 1147701798000
            mbeans:

            org.jboss.deployment.DeploymentInfo@2b797920 { url=file:/F:/jboss-4.0.4.GA/server/all/tmp/deploy/tmp24285helloworld.ear-contents/web-app.war }
            deployer: null
            status: Starting
            state: START_SUBDEPLOYMENTS
            watch: file:/F:/jboss-4.0.4.GA/server/all/tmp/deploy/tmp24285helloworld.ear-contents/web-app.war
            altDD: null
            lastDeployed: 1153712893546
            lastModified: 1153712893484
            mbeans:

            --- Incompletely deployed packages ---
            org.jboss.deployment.DeploymentInfo@b7a78060 { url=file:/F:/jboss-4.0.4.GA/server/all/deploy/jmx-console.war/ }
            deployer: null
            status: null
            state: INIT_WAITING_DEPLOYER
            watch: file:/F:/jboss-4.0.4.GA/server/all/deploy/jmx-console.war/
            altDD: null
            lastDeployed: 1153712893452
            lastModified: 1147701798000
            mbeans:

            --- MBeans waiting for other MBeans ---
            ObjectName: jboss.cache:service=TomcatClusteringCache
            State: FAILED
            Reason: ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: error setting options
            I Depend On:
            jboss:service=Naming
            jboss:service=TransactionManager
            jboss.aop:service=AspectDeployer
            Depends On Me:
            jboss.web:service=WebServer

            ObjectName: jboss:service=DefaultPartition
            State: FAILED
            Reason: ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: error setting options
            I Depend On:
            jboss:service=Naming
            Depends On Me:
            jboss:service=HASessionState
            jboss:service=HAJNDI
            jboss.cache:service=InvalidationBridge,type=JavaGroups
            jboss.ha:service=HASingletonDeployer
            jboss:service=FarmMember,partition=DefaultPartition

            ObjectName: jboss.ha:service=HASingletonDeployer
            State: CONFIGURED
            I Depend On:
            jboss:service=DefaultPartition
            jboss.system:service=MainDeployer

            ObjectName: jboss:service=FarmMember,partition=DefaultPartition
            State: CONFIGURED
            I Depend On:
            jboss:service=DefaultPartition
            jboss.web:service=WebServer
            jboss.system:service=MainDeployer

            --- MBEANS THAT ARE THE ROOT CAUSE OF THE PROBLEM ---
            ObjectName: jboss.cache:service=TomcatClusteringCache
            State: FAILED
            Reason: ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: error setting options
            I Depend On:
            jboss:service=Naming
            jboss:service=TransactionManager
            jboss.aop:service=AspectDeployer
            Depends On Me:
            jboss.web:service=WebServer

            ObjectName: jboss:service=DefaultPartition
            State: FAILED
            Reason: ChannelException: java.lang.Exception: exception caused by UDP.start(): java.net.SocketException: error setting options
            I Depend On:
            jboss:service=Naming
            Depends On Me:
            jboss:service=HASessionState
            jboss:service=HAJNDI
            jboss.cache:service=InvalidationBridge,type=JavaGroups
            jboss.ha:service=HASingletonDeployer
            jboss:service=FarmMember,partition=DefaultPartition


            03:48:14,187 INFO [Server] JBoss (MX MicroKernel) [4.0.4.GA (build: CVSTag=JBoss_4_0_4_GA date=200605151000)] Started in 23s:141ms

            • 3. Re: jboss 4.04 GA not starting
              peterj

              Googling the error (socketexception error setting options), I noticed that this is a fairly common error if the computer is not commected to a network (most cases I found were disconnected laptops). Is your computer connected to the network?

              • 4. Re: jboss 4.04 GA not starting
                rtul

                I am running my personal PC with internet access, why would i require a network connection ?

                • 5. Re: jboss 4.04 GA not starting
                  peterj

                  If you have internet access, you have a network connection. (Not having a network connection means either the network cable was unplugged from the computer, or there was no connection made to a wireless network.)

                  So the next question is, do you have a firewall? If so, if you turn the firewall off, does it work? If that is the case, then there is a firewall setting that is causing the problem.

                  Another possibility is in regards to your internet connection. How is that done? Dialup? Cable/DSL modem? If the later, do you have a router or do you connect directly to the modem?

                  • 6. Re: jboss 4.04 GA not starting
                    rtul

                    Ya i have a firewall, just now i turned it off and retried.
                    Still giving problem.

                    My DSL modem is connected directly to PC network card.

                    thx

                    • 7. Re: jboss 4.04 GA not starting
                      peterj

                      I think that fact that your network card is directly hooked up to the DSL modem is the cause of the problem. Running the 'all' configuration assumes clustering, and I think that either the modem or your DSL provider doesn't like the network traffic generated by the clustering. Try putting a router between your PC and the DSL modem (which is a good idea anyway because most routers have a built-in firewall).

                      • 8. Re: jboss 4.04 GA not starting
                        rtul

                        thanks Peter,

                        I have given full access to Jboss_Home folder and this seems to have corrected the problem ...little weird though..