1 Reply Latest reply on Apr 13, 2005 11:34 AM by ben.wang

    Problem with HttpSession

    cd625

      Hello, everyone,
      I have two Nodes(A and B). I created a Session Object with Node A. I wanted to delivery this Sessionobject to Node B when i shutdown the Node B. But it failed!! Please help me!

      14:01:19,286 INFO [Log4jService$URLWatchTimerTask] Configuring from URL: resource:log4j.xml
      14:01:19,541 INFO [WebService] Using RMI server codebase: http://10.122.1.66:8083/
      14:01:20,044 INFO [NamingService] Started jndi bootstrap jnpPort=1099, rmiPort=1098, backlog=50, bindAddress=/10.122.1.66, Client SocketFactory=null, Server SocketFactory=org.jboss.net.sockets.DefaultSocketFactory@ad093076
      14:01:25,232 INFO [TreeCache] setClusterConfig(): setting cluster properties from xml to: UDP(ip_mcast=true;ip_ttl=64;loopback=false;mcast_addr=228.1.2.5;mcast_port=45566;mcast_recv_buf_size=80000;mcast_send_buf_size=150000;ucast_recv_buf_size=80000;ucast_send_buf_size=150000)
      14:01:25,438 INFO [TreeCache] interceptor chain is:
      class org.jboss.cache.interceptors.CallInterceptor
      class org.jboss.cache.interceptors.ReplicationInterceptor
      class org.jboss.cache.interceptors.TransactionInterceptor
      14:01:25,438 INFO [TreeCache] cache mode is REPL_ASYNC
      14:01:25,623 INFO [UDP] unicast sockets will use interface 10.122.1.66
      14:01:25,628 INFO [UDP] socket information:
      local_addr=10.122.1.66:32780, mcast_addr=228.1.2.5:45566, bind_addr=/10.122.1.66, ttl=64
      sock: bound to 10.122.1.66:32780, receive buffer size=80000, send buffer size=131071
      mcast_recv_sock: bound to 10.122.1.66:45566, send buffer size=131071, receive buffer size=80000
      mcast_send_sock: bound to 10.122.1.66:32781, send buffer size=131071, receive buffer size=80000
      14:01:25,635 WARN [JChannel] fetching state will fail as state transfer is not supported. Add one of the STATE_TRANSFER protocols to your protocol configuration
      14:01:30,637 INFO [TreeCache] state could not be retrieved (must be first member in group)
      14:01:57,867 INFO [Server] JBoss (MX MicroKernel) [3.2.6 (build: CVSTag=JBoss_3_2_6 date=200410140106)] Started in 43s:946ms
      14:02:10,589 WARN [UDP] discarded message from different group (DefaultPartition). Sender was 10.122.1.47:32808 (additional data: 16 bytes)
      14:02:27,008 INFO [STDOUT] Can't find resource org.jboss.web.tomcat.session.LocalStrings org.jboss.web.tomcat.tc5.WebCtxLoader$ENCLoader@1dd1ed2
      14:02:27,008 INFO [STDOUT] [Ljava.net.URL;@4f12c2
      14:02:29,385 WARN [UDP] discarded message from different group (DefaultPartition). Sender was 10.122.1.47:32808 (additional data: 16 bytes)
      14:02:42,730 WARN [UDP] discarded message from different group (DefaultPartition). Sender was 10.122.1.47:32808 (additional data: 16 bytes)
      14:02:49,246 WARN [UDP] discarded message from different group (DefaultPartition). Sender was 10.122.1.66:32783 (additional data: 16 bytes)
      14:02:53,402 WARN [UDP] discarded message from different group (DefaultPartition). Sender was 10.122.1.47:32808 (additional data: 16 bytes)
      14:02:55,687 WARN [UDP] discarded message from different group (DefaultPartition). Sender was 10.122.1.47:32808 (additional data: 16 bytes)
      14:02:58,623 WARN [UDP] discarded message from different group (DefaultPartition). Sender was 10.122.1.66:32783 (additional data: 16 bytes)
      14:03:12,507 WARN [UDP] discarded message from different group (DefaultPartition). Sender was 10.122.1.47:32808 (additional data: 16 bytes)





      Best wishes,

      Yuan

        • 1. Re: Problem with HttpSession

          Not sure if this is node A or B, but
          14:01:30,637 INFO [TreeCache] state could not be retrieved (must be first member in group)
          indicates that you only have one node in the cluster. If both A and B join, you should see the correct membership view.

          -Ben