4 Replies Latest reply on Jun 9, 2010 10:26 AM by tejl

    Unable to start JBoss AS 6.0.0.M3

    tejl

      Hi

       

      I've just downloaded JBoss AS 6.0.0.M3 and is trying to start the all profile. I however get below exception (parts of stack trace removed).

       

      14:22:51,665 INFO  [JChannel] JGroups version: 2.10.0.Alpha3
      14:22:52,041 ERROR [AbstractKernelController] Error installing to Start: name=HAPartition state=Create: java.lang.RuntimeException: Failure creating multiplexed Channel
          at org.jboss.ha.framework.server.ClusterPartition.createChannel(ClusterPartition.java:1489) [:1.1.1.GA]
          at org.jboss.ha.framework.server.ClusterPartition.startService(ClusterPartition.java:339) [:1.1.1.GA]
          ...Remove parts of stack trace...
          at org.jboss.system.server.profileservice.ProfileServiceBootstrap.start(ProfileServiceBootstrap.java:97) [:6.0.0.20100429-M3]
          at org.jboss.bootstrap.impl.base.server.AbstractServer.startBootstraps(AbstractServer.java:827) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
          at org.jboss.bootstrap.impl.base.server.AbstractServer$StartServerTask.run(AbstractServer.java:417) [jboss-bootstrap-impl-base.jar:2.1.0-alpha-5]
          at java.lang.Thread.run(Thread.java:637) [:1.6.0_20]
      Caused by: org.jgroups.ChannelException: unable to setup the protocol stack
          at org.jgroups.JChannel.init(JChannel.java:1713) [:2.10.0.Alpha3]
          at org.jgroups.JChannel.<init>(JChannel.java:243) [:2.10.0.Alpha3]
          at org.jboss.ha.framework.server.JChannelFactory.initializeChannel(JChannelFactory.java:1253) [:1.1.1.GA]
          at org.jboss.ha.framework.server.JChannelFactory.createChannelFromRegisteredStack(JChannelFactory.java:1211) [:1.1.1.GA]
          at org.jboss.ha.framework.server.JChannelFactory.createMultiplexerChannel(JChannelFactory.java:308) [:1.1.1.GA]
          at org.jboss.ha.framework.server.ClusterPartition.createChannel(ClusterPartition.java:1481) [:1.1.1.GA]
          ... 150 more
      Caused by: java.lang.Exception: found IPv4 multicast address /224.0.75.75 in an IPv6 stack
          at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:112) [:2.10.0.Alpha3]
          at org.jgroups.stack.Configurator.setupProtocolStack(Configurator.java:56) [:2.10.0.Alpha3]
          at org.jgroups.stack.ProtocolStack.setup(ProtocolStack.java:453) [:2.10.0.Alpha3]
          at org.jgroups.JChannel.init(JChannel.java:1709) [:2.10.0.Alpha3]
          ... 155 more

       

      The result is that the JBoss AS never starts. Does anyone have an idea of what is wrong and how I can get around the problem?

       

      By the way. Some environemental informations:

       

      OS is Snow Leopard 1.0.6.3

      JDK: Java 1.6

       

       

      Thanks in advance!

      Jesper

        • 1. Re: Unable to start JBoss AS 6.0.0.M3
          jaikiran
          Caused by: java.lang.Exception: found IPv4 multicast address /224.0.75.75 in an IPv6 stack

          How exactly are you starting the server? Can you post that command and also the first few lines from the console which show what parameters are being passed to the server startup? Did you change any params (especially JAVA_OPTS) in the run.sh or run.conf files?

          • 2. Re: Unable to start JBoss AS 6.0.0.M3
            tejl

            Hi again

             

            Fixed the problem, thanks to this: http://community.jboss.org/wiki/ipv6

             

            Am now starting my server with an extra parameter

             

            --configuration=all  -b localhost -Djava.net.preferIPv4Stack=true

            • 3. Re: Unable to start JBoss AS 6.0.0.M3
              jaikiran

              Jesper Tejlgaard Pedersen wrote:

              Am now starting my server with an extra parameter

               

              --configuration=all  -b localhost -Djava.net.preferIPv4Stack=true

              The reason I asked how you start the server is because, that -Djava.net.preferIPv4Stack=true is passed if you use the default run.sh(or run.bat) scripts.

              • 4. Re: Unable to start JBoss AS 6.0.0.M3
                tejl

                Sorry for not answering this faster - email notification is not configured by default :-)

                 

                I am starting JBoss from Eclipse Server View