2 Replies Latest reply on Nov 3, 2005 11:38 AM by cachete

    startup problem

    cachete

      hello gents. I am being frustrated by a problem. I am running 3 instances of jboss on 3 different virtual ips on 1 server. (linux as 3 jdk1.5). i am also running jboss on other servers. now I am running in the all configuration, and I have changed the port for multicast in cluster-service.xml. for now they are not doing clustering, however, I get messages like this

      12:30:04,928 INFO [TreeCache] viewAccepted(): new members: [holodeck1:32811, devjac3:36827, devjac101:35420, devjac102:35442, devjac301:36895, wddsk04914:4108, devjac1:35539, devjac302:36918]

      and also,

      12:35:58,113 WARN [UDP] discarded message from different group (SessRepPartition). Sender was devjac3:36824 (additional data: 18 bytes)

      when I change the partition name. i still get discarded messages. This is concerning me as a couple of times when I have started jboss I have noticed that it will hang just after it announces its GMS address ( I guess while it is fetching state). (There is also a second hang after DetachedHANamingService$AutomaticDiscovery) such as here[I have bolded where the hangs occur]:

      -------------------------------------------------------
      GMS: address is devjac302:36922 (additional data: 18 bytes)
      -------------------------------------------------------
      /etc/init.d/jboss4c ki12:44:17,907 INFO [DefaultPartition] Number of cluster members: 3
      12:44:17,907 INFO [DefaultPartition] Other members: 2
      12:44:17,908 INFO [DefaultPartition] Fetching state (will wait for 30000 milliseconds):
      l12:44:18,173 WARN [UDP] discarded message from different group (SessRepPartition). Sender was devjac3:36824 (additional data: 18 bytes)
      l12:44:37,532 WARN [UDP] discarded message from different group (SessRepPartition). Sender was devjac3:36824 (additional data: 18 bytes)
      12:44:56,272 WARN [UDP] discarded message from different group (SessRepPartition). Sender was devjac3:36824 (additional data: 18 bytes)
      12:45:11,842 WARN [UDP] discarded message from different group (SessRepPartition). Sender was devjac3:36824 (additional data: 18 bytes)
      12:45:17,989 INFO [HANamingService] Started ha-jndi bootstrap jnpPort=1100, backlog=50, bindAddress=/192.168.2.234
      12:45:17,994 INFO [DetachedHANamingService$AutomaticDiscovery] Listening on /0.0.0.0:1102, group=230.0.0.4, HA-JNDI address=192.168.2.234:1100
      12:45:31,892 WARN [UDP] discarded message from different group (SessRepPartition). Sender was devjac3:36824 (additional data: 18 bytes)
      12:45:51,222 WARN [UDP] discarded message from different group (SessRepPartition). Sender was devjac3:36824 (additional data: 18 bytes)


      sometimes when I have had to kill jboss I notice that this statement has multiple enties for the same server.
      -------------------------------------------------------
      12:43:42,576 INFO [TreeCache] viewAccepted(): new members: [holodeck1:32811, devjac3:36827, devjac101:35420, devjac102:35442, devjac301:36895, wddsk04914:4108, devjac1:35550]

      can anyone help?