1 Reply Latest reply on Nov 27, 2003 5:58 AM by olberge

    Problem deploying cluster-service.xml on AIX

    olberge

      I have not been able to get clustering up and running on AIX. JBoss is doing fine without clustering.

      The maschine has more than one IP so this is
      specified several places in the cluster-service.xml file.

      The log is telling the following:

      2003-11-04 19:12:07,356 main INFO [org.jboss.deployment.MainDeployer ] Starting deployment of package: file:/exp/prog/origo/ECJboss-RC2-2_0_0/jboss-3.2.2/server/ec-ha/deploy/cluster-service.xml
      2003-11-04 19:12:07,944 main INFO [org.jboss.ha.framework.server.ClusterPartition ] Set the JGroups logging to log4j with category:org.apache.log4j.Logger@4facee28, priority: DEBUG, JGroupsLevel: 4
      2003-11-04 19:12:08,005 main INFO [org.jboss.ha.framework.interfaces.HAPartition.DefaultPartition] Initializing
      2003-11-04 19:12:08,023 main DEBUG [DefaultPartition:ReplicantManager ] registerRPCHandler
      2003-11-04 19:12:08,025 main DEBUG [DefaultPartition:ReplicantManager ] subscribeToStateTransferEvents
      2003-11-04 19:12:08,027 main DEBUG [DefaultPartition:ReplicantManager ] registerMembershipListener
      2003-11-04 19:12:08,167 main DEBUG [org.javagroups.DefaultPartition ] [ti nov 4 19:12:08 GMT+01:00 2003] [ERROR] JChannel.connect(): exception: java.net.SocketException: The socket name is not available on this system.
      2003-11-04 19:12:08,172 main ERROR [org.jboss.ha.framework.server.ClusterPartition ] Starting failed
      ChannelException: java.net.SocketException: The socket name is not available on this system.
      at org.jgroups.JChannel.connect(JChannel.java:224)
      at org.jboss.ha.framework.server.ClusterPartition.startService(ClusterPartition.java:291)
      at org.jboss.system.ServiceMBeanSupport.start(ServiceMBeanSupport.java:192)
      at sun.reflect.GeneratedMethodAccessor8.invoke(Unknown Source)


      Any idea how to get this working?

      Egil