Ticket #40 (assigned defect)

Opened 2 years ago

Last modified 2 years ago

problems joining the network ("Could not dispatch message ...")

Reported by: anonymous Assigned to: dsandler (accepted)
Priority: normal Milestone: 0.8
Component: ftproxy Version: 0.7.0
Severity: normal Keywords: pastry
Cc: jeffh@cs.rice.edu Java version: Unknown
Subversion change number (if known):

Description

"0xAFA335:rice.pastry.messaging:1140755711762:Could not dispatch message rice.pastry.join.InitiateJoin?@6782a9 because the pastry node is not yet ready.Message is going to be dropped on the floor."

proxy does not work either.

Change History

02/23/06 22:46:34 changed by dsandler

  • status changed from new to assigned.
  • version changed from 0.5.0 to 0.7.0.
  • summary changed from seeing this error over and over when running feedtree to problems joining the network ("Could not dispatch message ...").

(Too bad you didn't leave your email address so I can get back to you.)

A node joining the system goes through some hoops (deep inside Pastry) to make sure things are stable. This is called the Consistent Join Protocol, and sometimes it takes a little while for things inside the network to settle down when you join. These messages are what you see if things are particularly agitated; the node might wait up to a minute while joining the network.

There's an elusive bug that occasionally makes a node wait forever and never join the network. (After several tries the FeedTree client will detect this situation and shut down.) If you see this start to happen, you can pre-emptively try killing the process and re-starting it; this should clear up any transient join slowness.

If you try this process (start proxy, see it hang, re-start) several times and it still never joins, there might be some other problem going on.

Oh, and the HTTP proxy is not started until the join is complete, so if there's a problem joining, the proxy won't be available.

02/23/06 23:15:55 changed by anonymous

  • version changed from 0.7.0 to 0.5.0.

thanks for the quick response - I will try what you say

what does feedtree say when it successfully connects, so I know to test it?

02/23/06 23:16:09 changed by anonymous

  • version changed from 0.5.0 to 0.7.0.

02/23/06 23:20:58 changed by dsandler

If it's the command-line proxy, it won't say anything much. Use -V to get lots of gory status information.

If it's the GUI proxy, it will give you feedback in the main window when it has started. Use the log (ctl-L) to see status info.

Let me know if the re-starting fixes the problem.

02/23/06 23:31:47 changed by anonymous

restarting and trying the -V flag now: (seems to be failing every minute)

INFO: Version: 0.7.0 Feb 23, 2006 9:26:08 PM net.feedtree.proxyapp.WebProxyClient? main FINER: Running on Linux (i386) 2.6.9-11.ELsmp Feb 23, 2006 9:26:08 PM net.feedtree.core.client.Client start_node FINE: [Creating new node on port 29690] Feb 23, 2006 9:26:08 PM net.feedtree.util.NAT findNatAddress FINER: Verifying connection; localSocket=my.server.com/10.1.23.211:29690; hosts=[Ljava.net.InetSocketAddress?;@129f3b5 Feb 23, 2006 9:26:08 PM net.feedtree.util.NAT findNatAddress INFO: NAT external address (forwarding port 29690) detected: 64.34.34.6 Feb 23, 2006 9:26:08 PM net.feedtree.core.client.Client start_node FINE: [Contacting bootstrap host bootstrap.feedtree.net:29690] Feb 23, 2006 9:28:14 PM net.feedtree.core.client.Client start_node FINE: [Created node: SocketNodeHandle? (<0xD9EF72..>//PUBLIC.IP.ADDRESS:29690 [-6742687083885860256])] Feb 23, 2006 9:28:14 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:28:19 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:28:24 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:28:29 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:28:34 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:28:39 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:28:44 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:28:49 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:28:54 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:28:59 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:29:04 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:29:09 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Feb 23, 2006 9:29:14 PM net.feedtree.core.client.Client start_node INFO: [Failed to bootstrap node into network after 60 sec. Scrapping node and re-starting in 5-15 sec.]

this cycle repeats with these messages interspersed

0x1F08C5:rice.pastry.messaging:1140759080152:Could not dispatch message rice.pastry.join.InitiateJoin?@453807 because the pastry node is not yet ready.Message is going to be dropped on the floor.

02/23/06 23:33:03 changed by anonymous

Ah I just found out that UDP is not being forwarded on the server - trying to rectify, this may be causing the problem?

02/23/06 23:39:59 changed by dsandler

Yeah, both TCP and UDP are involved. TCP is used for communication between nodes, but UDP is used for liveness checking and public IP address detection.

02/24/06 19:28:55 changed by anonymous

Still have this problem, can't connect through the NAT even with UDP port forwarding enabled.

It would be nice if there were some detection/specific warning if the NAT were not working as well.

02/24/06 19:32:07 changed by dsandler

  • cc set to jeffh@cs.rice.edu.

Hmm. I thought broken NAT detection was detected and shown to the user. Guess that's another bug.

I'm pretty sure this is a router-dependent bug; the only times I've seen this before, switching the router fixed things. That's not practical here, though, of course; I need to hunt down the Pastry behavior that's responsible.

Stay tuned.

02/26/06 15:38:18 changed by dsandler

  • milestone set to 0.8.

Note: Checkin [176] now include copious Pastry logging as well, to help debug these sorts of things. If you're interested in debugging a network problem like this, compile from Subversion or wait for the 2/27 snapshot of the proxy. (Or contact me and I'll get you a new build, fresh from the oven.)

03/01/06 11:45:14 changed by dsandler

See:

http://lists.feedtree.net/archives/feedtree-users/2006-March/000016.html

There's a new snapshot that should address some of these join issues.

(Included fixes are in change [180].)

03/01/06 17:24:07 changed by anonymous

Still failing to join Pastry (verbose messages do not give a reason why)

Mar 1, 2006 3:20:52 PM net.feedtree.proxyapp.WebProxyClient? main INFO: Version: 0.7.0 Mar 1, 2006 3:20:52 PM net.feedtree.proxyapp.WebProxyClient? main FINER: Running on Linux (i386) 2.6.9-11.ELsmp Mar 1, 2006 3:20:52 PM net.feedtree.core.client.Client start_node FINE: [Creating new node on sandbox.colo.sourcelabs.com/10.1.23.211 port 29690] Mar 1, 2006 3:20:52 PM net.feedtree.util.NAT findNatAddress INFO: Finding public address for IP: 10.1.23.211 Mar 1, 2006 3:20:52 PM net.feedtree.util.NAT findNatAddress FINER: Verifying connection; localSocket=sandbox.colo.sourcelabs.com/10.1.23.211:29690; hosts=[Ljava.net.InetSocketAddress?;@d80be3 Mar 1, 2006 3:20:52 PM net.feedtree.util.NAT findNatAddress INFO: NAT external address (forwarding port 29690) detected: 64.34. Mar 1, 2006 3:20:52 PM net.feedtree.core.client.Client start_node FINE: [Contacting bootstrap host bootstrap.feedtree.net:29690] Mar 1, 2006 3:22:54 PM net.feedtree.core.client.Client start_node FINE: [Created node: SocketNodeHandle? (<0x1C32A6..>//64.34.:29690 [5710336570397182814])] Mar 1, 2006 3:22:54 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:22:59 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:04 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:09 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:14 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:19 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:24 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:29 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:34 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:39 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:44 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:49 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 1, 2006 3:23:54 PM net.feedtree.core.client.Client start_node INFO: [Failed to bootstrap node into network after 60 sec. Scrapping node and re-starting in 5-15 sec.]

message repeats

03/01/06 23:06:54 changed by dsandler

  • keywords set to pastry.

Dear Anonymous: Please re-try with -V -D (the -D will give us low-level Pastry debugging info). Thanks!

03/02/06 08:43:41 changed by jeffh@cs.rice.edu

This address is bogus: <0x1C32A6..>//64.34.:29690

I assume you have dropped off the last few bytes to keep your address private? If not, then this is the problem.

-Jeff

03/02/06 10:14:30 changed by dsandler

I didn't change it; maybe Anonymous scrubbed the log before pasting it.

03/02/06 15:20:47 changed by anonymous

yes I left out the ip last digits

here's the log with -D

0x8DF30B:rice.pastry.socket:1141334517970: 0x8DF30B:rice.pastry.socket:1141334517970:(PM) Suppressing ping via path {64.34.:29690} local /64.34.:29690 [-6392210996251429218]0x8DF30B:rice.pastry.socket:1141334517970:(PM) Suppressing ping via path {64.34.:29690} local /64.34.:29690 [-6392210996251429218]0x8DF30B:rice.pastry.socket:1141334517971:(PM) Suppressing ping via path {64.34.:29690} local /64.34.:29690 [-6392210996251429218]0x8DF30B:rice.pastry.socket:1141334517971:(PM) Suppressing ping via path {64.34.:29690} local /64.34.:29690 [-6392210996251429218]:rice.pastry.socket:1141334519532:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690}:rice.pastry.socket:1141334519533:COUNT: Enqueued message class rice.pastry.socket.messaging.LeafSetRequestMessage? of size -1 to {128.42.129.11:29690}:rice.pastry.socket:1141334519533:COUNT: Enqueueing message rice.pastry.socket.messaging.LeafSetRequestMessage? at location 1 in the pending queue (priority 5):rice.pastry.socket:1141334519533:(W) About to serialize object [B@1db699b:rice.pastry.socket:1141334519533:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690}:rice.pastry.socket:1141334519533:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690}:rice.pastry.socket:1141334519533:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690:rice.pastry.socket:1141334519533:(W) Finished writing message [B@1db699b - queue now contains 1 items:rice.pastry.socket:1141334519534:(W) About to serialize object rice.pastry.socket.messaging.LeafSetRequestMessage?@1238bd2:rice.pastry.socket:1141334519536:COUNT: Sent message class rice.pastry.socket.messaging.LeafSetRequestMessage? of size 294 to {128.42.129.11:29690}:rice.pastry.socket:1141334519536:COUNT: Wrote 294 of 294 bytes of message class rice.pastry.socket.messaging.LeafSetRequestMessage? of size 294 to {128.42.129.11:29690}:rice.pastry.socket:1141334519536:(W) Wrote 294 of 294 bytes to bootstrap.feedtree.net/128.42.129.11:29690:rice.pastry.socket:1141334519536:(W) Finished writing message rice.pastry.socket.messaging.LeafSetRequestMessage?@1238bd2 - queue now contains 0 items:rice.pastry.socket:1141334519671:(R) Found object of 3408 bytes from bootstrap.feedtree.net/128.42.129.11:29690:rice.pastry.socket:1141334519671:(R) Read 2892 bytes of object...516:rice.pastry.socket:1141334519732:(R) Read 516 bytes of object...0:rice.pastry.socket:1141334519755:(R) Deserialized bytes into object rice.pastry.socket.messaging.LeafSetResponseMessage?@157aa53:rice.pastry.socket:1141334519755:COUNT: Read message class rice.pastry.socket.messaging.LeafSetResponseMessage? of size 3412 from {128.42.129.11:29690}:rice.pastry.socket:1141334519755:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:59886 remote=bootstrap.feedtree.net/128.42.129.11:29690]:rice.pastry.socket:1141334519755:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed]

03/02/06 15:22:06 changed by anonymous

here's some more of the log - with ERROR: cannot join ring. All Bootsraps are faulty

0x8DF30B:rice.pastry.socket:1141334633602:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690}0x8DF30B:rice.pastry.socket:1141334633602:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:296900x8DF30B:rice.pastry.socket:1141334633603:(W) Finished writing message [B@1db699b - queue now contains 1 items0x8DF30B:rice.pastry.socket:1141334633603:(W) About to serialize object [ JoinRequest?(<0x8DF30B..>,null) ]0x8DF30B:rice.pastry.socket:1141334633613:COUNT: Sent message class rice.pastry.join.JoinRequest? of size 1485 to {128.42.129.11:29690}0x8DF30B:rice.pastry.socket:1141334633613:COUNT: Wrote 1485 of 1485 bytes of message class rice.pastry.join.JoinRequest? of size 1485 to {128.42.129.11:29690}0x8DF30B:rice.pastry.socket:1141334633613:(W) Wrote 1485 of 1485 bytes to bootstrap.feedtree.net/128.42.129.11:296900x8DF30B:rice.pastry.socket:1141334633613:(W) Finished writing message [ JoinRequest?(<0x8DF30B..>,null) ] - queue now contains 0 items0x8DF30B:rice.pastry.socket:1141334633613:Closing connection with path {128.42.129.11:29690}0x8DF30B:rice.pastry.socket:1141334633614:(SCM) Recorded closing of socket to {128.42.129.11:29690}0x8DF30B:rice.pastry.socket:1141334636616:(SSRM) Found route {128.42.129.11:29690} to be suspected0x8DF30B:rice.pastry.socket:1141334636616:COUNT: 1141334636616 /10.1.23.211:29690 [-6392210996251429218] Found address [SNH: <0x8DF30B..> -> <0x7F481E..>/bootstrap.feedtree.net/128.42.129.11:29690 [-1996302258097300654]] to be suspected.0x8DF30B:rice.pastry.socket:1141334636617:(PM) Actually sending ping via path {128.42.129.11:29690} local /64.34.:29690 [-6392210996251429218]0x8DF30B:rice.pastry.socket:1141334636617:COUNT: Sent message rice.pastry.socket.messaging.ShortPingMessage? of size 50 to {128.42.129.11:29690}Mar 2, 2006 1:23:58 PM net.feedtree.core.client.Client start_nodeFINE: [waiting for node to join network]0x8DF30B:rice.pastry.socket:1141334639983:(PM) Actually sending ping via path {128.42.129.11:29690} local /64.34.:29690 [-6392210996251429218]0x8DF30B:rice.pastry.socket:1141334639983:COUNT: Sent message rice.pastry.socket.messaging.ShortPingMessage? of size 50 to {128.42.129.11:29690}0x8DF30B:rice.pastry.socket:1141334643350:DeadChecker({128.42.129.11:29690}) expired - marking as dead.0x8DF30B:rice.pastry.socket:1141334643351:(SSRM) Found route {128.42.129.11:29690} to be dead:rice.environment.random.simple:1141334643352:nextInt = 0:rice.environment.random.simple:1141334643352:nextInt = 00x8DF30B:rice.pastry.socket:1141334643352:COUNT: /10.1.23.211:29690 [-6392210996251429218] Found address [SNH: <0x8DF30B..> -> <0x7F481E..>/bootstrap.feedtree.net/128.42.129.11:29690 [-1996302258097300654]] to be dead.Mar 2, 2006 1:24:03 PM net.feedtree.core.client.Client start_nodeFINE: [waiting for node to join network]0x8DF30B:rice.pastry.standard:1141334648542:ERROR: Cannot join ring. All bootstraps are faulty.Mar 2, 2006 1:24:08 PM net.feedtree.core.client.Client start_nodeFINE: [waiting for node to join network]Mar 2, 2006 1:24:13 PM net.feedtree.core.client.Client start_nodeFINE: [waiting for node to join network]Mar 2, 2006 1:24:18 PM net.feedtree.core.client.Client start_nodeFINE: [waiting for node to join network]Mar 2, 2006 1:24:23 PM net.feedtree.core.client.Client start_nodeFINE: [waiting for node to join network]Mar 2, 2006 1:24:28 PM net.feedtree.core.client.Client start_nodeFINE: [waiting for node to join network]

03/06/06 15:10:17 changed by dsandler

Change [188] includes some updates to FreePastry? that should address this "never able to join" message. Check out tonight's snapshot (or download from SVN and build) to try it out.

03/19/06 15:34:59 changed by anonymous

continues to fail with newest version, no new clues as to the problem

ppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029049:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029049:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029050:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029050:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029050:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029050:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029050:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029051:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029051:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029051:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029051:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029051:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029052:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029052:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029052:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029052:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029053:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029053:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029053:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029053:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029053:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029054:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029054:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029054:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029055:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804029055:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [2867655759284261131] :rice.pastry.socket:1142804031111:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804031112:COUNT: Enqueued message class rice.pastry.socket.messaging.LeafSetRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804031112:COUNT: Enqueueing message rice.pastry.socket.messaging.LeafSetRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804031112:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804031112:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804031112:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804031112:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804031112:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804031112:(W) About to serialize object rice.pastry.socket.messaging.LeafSetRequestMessage?@814013 :rice.pastry.socket:1142804031113:COUNT: Sent message class rice.pastry.socket.messaging.LeafSetRequestMessage? of size 294 to {128.42.129.11:29690} :rice.pastry.socket:1142804031113:COUNT: Wrote 294 of 294 bytes of message class rice.pastry.socket.messaging.LeafSetRequestMessage? of size 294 to {128.42.129.11:29690} :rice.pastry.socket:1142804031113:(W) Wrote 294 of 294 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804031113:(W) Finished writing message rice.pastry.socket.messaging.LeafSetRequestMessage?@814013 - queue now contains 0 items :rice.pastry.socket:1142804031246:(R) Found object of 3150 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804031247:(R) Read 2892 bytes of object...258 :rice.pastry.socket:1142804031306:(R) Read 258 bytes of object...0 :rice.pastry.socket:1142804031313:(R) Deserialized bytes into object rice.pastry.socket.messaging.LeafSetResponseMessage?@192c8d9 :rice.pastry.socket:1142804031313:COUNT: Read message class rice.pastry.socket.messaging.LeafSetResponseMessage? of size 3154 from {128.42.129.11:29690} :rice.pastry.socket:1142804031313:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40689 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804031314:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] 0x10A086:rice.pastry.messaging:1142804060995:Could not dispatch message rice.pastry.join.InitiateJoin?@296f76 because the pastry node is not yet ready.Message is going to be dropped on the floor. :rice.pastry.socket:1142804126407:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804126407:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804126407:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804126407:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804126407:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804126407:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804126407:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126407:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804126408:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@106fc94 :rice.pastry.socket:1142804126408:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804126408:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804126408:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126408:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@106fc94 - queue now contains 0 items :rice.pastry.socket:1142804126536:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126536:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804126538:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@1b06041 :rice.pastry.socket:1142804126538:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804126538:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40705 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804126538:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804126599:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804126599:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804126599:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804126599:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804126599:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804126599:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804126599:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126599:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804126599:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@1c6572b :rice.pastry.socket:1142804126600:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804126600:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804126600:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126600:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@1c6572b - queue now contains 0 items :rice.pastry.socket:1142804126728:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126729:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804126731:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@84cc09 :rice.pastry.socket:1142804126731:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804126731:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40706 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804126731:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804126792:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804126792:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804126792:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804126792:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804126792:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804126792:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804126792:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126792:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804126793:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@14db0e3 :rice.pastry.socket:1142804126793:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804126793:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804126793:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126793:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@14db0e3 - queue now contains 0 items :rice.pastry.socket:1142804126921:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126921:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804126923:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@1982fc1 :rice.pastry.socket:1142804126923:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804126923:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40707 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804126923:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804126984:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804126984:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804126984:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804126985:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804126985:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804126985:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804126985:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126985:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804126985:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@2bd3a :rice.pastry.socket:1142804126985:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804126986:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804126986:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804126986:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@2bd3a - queue now contains 0 items :rice.pastry.socket:1142804127113:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127114:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804127116:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@1d53f5b :rice.pastry.socket:1142804127116:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804127116:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40708 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804127116:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804127177:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804127177:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804127177:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804127177:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804127178:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804127178:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804127178:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127178:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804127178:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@26d607 :rice.pastry.socket:1142804127178:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804127179:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804127179:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127179:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@26d607 - queue now contains 0 items :rice.pastry.socket:1142804127308:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127308:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804127310:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@1ad98ef :rice.pastry.socket:1142804127310:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804127310:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40709 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804127310:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804127371:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804127371:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804127371:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804127371:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804127371:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804127371:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804127371:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127372:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804127372:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@165f738 :rice.pastry.socket:1142804127372:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804127372:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804127372:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127372:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@165f738 - queue now contains 0 items :rice.pastry.socket:1142804127500:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127501:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804127502:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@149b290 :rice.pastry.socket:1142804127503:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804127503:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40710 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804127503:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804127564:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804127564:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804127564:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804127564:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804127564:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804127564:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804127565:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127565:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804127565:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@b1074a :rice.pastry.socket:1142804127565:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804127565:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804127565:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127565:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@b1074a - queue now contains 0 items :rice.pastry.socket:1142804127693:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127693:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804127695:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@55a338 :rice.pastry.socket:1142804127695:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804127695:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40711 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804127695:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804127756:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804127756:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804127756:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804127756:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804127756:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804127757:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804127757:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127757:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804127757:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@22ab57 :rice.pastry.socket:1142804127757:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804127757:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804127757:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127758:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@22ab57 - queue now contains 0 items :rice.pastry.socket:1142804127885:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127885:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804127887:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@1eec35 :rice.pastry.socket:1142804127887:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804127887:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40712 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804127888:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804127947:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804127948:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804127948:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804127948:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804127948:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804127948:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804127948:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127948:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804127948:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@77ef83 :rice.pastry.socket:1142804127949:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804127949:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804127949:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804127949:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@77ef83 - queue now contains 0 items :rice.pastry.socket:1142804128079:(R) Found object of 1785 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804128079:(R) Read 1785 bytes of object...0 :rice.pastry.socket:1142804128082:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@d85cc :rice.pastry.socket:1142804128082:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1789 from {128.42.129.11:29690} :rice.pastry.socket:1142804128082:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40713 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804128082:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804128143:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804128143:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804128143:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804128143:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804128143:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804128143:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804128144:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804128144:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804128144:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@1a12495 :rice.pastry.socket:1142804128144:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804128144:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804128144:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804128144:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@1a12495 - queue now contains 0 items :rice.pastry.socket:1142804128277:(R) Found object of 2727 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804128277:(R) Read 2727 bytes of object...0 :rice.pastry.socket:1142804128281:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@68c26c :rice.pastry.socket:1142804128281:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 2731 from {128.42.129.11:29690} :rice.pastry.socket:1142804128282:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40715 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804128282:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804128343:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804128343:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804128343:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804128343:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804128343:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804128343:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804128343:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804128344:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804128344:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@955cd5 :rice.pastry.socket:1142804128344:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804128344:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804128344:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804128344:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@955cd5 - queue now contains 0 items :rice.pastry.socket:1142804128477:(R) Found object of 2727 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804128477:(R) Read 2727 bytes of object...0 :rice.pastry.socket:1142804128481:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@1bde4 :rice.pastry.socket:1142804128482:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 2731 from {128.42.129.11:29690} :rice.pastry.socket:1142804128482:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40716 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804128482:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] 0xE86742:rice.pastry.socket:1142804128594:Scheduling routeSetMaint for 900000,900000 0xE86742:rice.pastry.socket:1142804129056:Scheduling leafSetMaint for 60000,60000 0xE86742:rice.pastry.socket:1142804129056:DistPN.initiateJoin() 0xE86742:rice.pastry.socket:1142804129056:(SSRM) ADDRESS MANAGER CREATED AT sandbox.colo.sourcelabs.com/10.1.23.211:29690 [2867655759284261131] FOR [SNH: <0xE86742..> -> <0x888C6D..>/bootstrap.feedtree.net/128.42.129.11:29690 [-4245051181264846577]] 0xE86742:rice.pastry.socket:1142804129057:CHECK DEAD: /64.34.#.#:29690 [2867655759284261131] CHECKING DEATH OF PATH {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129057:DeadChecker({128.42.129.11:29690}) started. Mar 19, 2006 1:35:29 PM net.feedtree.core.client.Client start_node FINE: [Created node: SocketNodeHandle? (<0xE86742..>//64.34.#.#:29690 [2867655759284261131])] :rice.environment.random.simple:1142804129057:nextInt = 611 :rice.environment.random.simple:1142804129057:nextInt = 289 0xE86742:rice.pastry.socket:1142804129057:(PM) Actually sending ping via path {128.42.129.11:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804129057:COUNT: Sent message rice.pastry.socket.messaging.ShortPingMessage? of size 50 to {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129058:Opening connection with path {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129058:(SM) Initiating socket connection to path {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129058:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129058:(SCM) Recorded opening of socket to path {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129058:COUNT: Enqueued message class rice.pastry.join.JoinRequest? of size -1 to {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129058:COUNT: Enqueueing message rice.pastry.routing.RouteMessage? at location 1 in the pending queue (priority 0) Mar 19, 2006 1:35:29 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] 0xE86742:rice.pastry.socket:1142804129118:(SSRM) Found route {128.42.129.11:29690} to be alive 0xE86742:rice.pastry.socket:1142804129118:(SSRM) No previous best route existed to [SNH: <0xE86742..> -> <0x888C6D..>/bootstrap.feedtree.net/128.42.129.11:29690 [-4245051181264846577]] route {128.42.129.11:29690} is now the best 0xE86742:rice.pastry.socket:1142804129118:COUNT: sandbox.colo.sourcelabs.com/10.1.23.211:29690 [2867655759284261131] Found address [SNH: <0xE86742..> -> <0x888C6D..>/bootstrap.feedtree.net/128.42.129.11:29690 [-4245051181264846577]] to be unsuspected. 0xE86742:rice.pastry.socket:1142804129118:(SM) Found connectable channel - completed connection 0xE86742:rice.pastry.socket:1142804129118:(W) About to serialize object [B@1db699b 0xE86742:rice.pastry.socket:1142804129118:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129119:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129119:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 0xE86742:rice.pastry.socket:1142804129119:(W) Finished writing message [B@1db699b - queue now contains 1 items 0xE86742:rice.pastry.socket:1142804129119:(W) About to serialize object [ JoinRequest?(<0xE86742..>,null) ] 0xE86742:rice.pastry.socket:1142804129120:COUNT: Sent message class rice.pastry.join.JoinRequest? of size 1485 to {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129120:COUNT: Wrote 1485 of 1485 bytes of message class rice.pastry.join.JoinRequest? of size 1485 to {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129120:(W) Wrote 1485 of 1485 bytes to bootstrap.feedtree.net/128.42.129.11:29690 0xE86742:rice.pastry.socket:1142804129120:(W) Finished writing message [ JoinRequest?(<0xE86742..>,null) ] - queue now contains 0 items 0xE86742:rice.pastry.socket:1142804129120:Closing connection with path {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804129121:(SCM) Recorded closing of socket to {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804132169:(SSRM) Found route {128.42.129.11:29690} to be suspected 0xE86742:rice.pastry.socket:1142804132170:COUNT: 1142804132170 sandbox.colo.sourcelabs.com/10.1.23.211:29690 [2867655759284261131] Found address [SNH: <0xE86742..> -> <0x888C6D..>/bootstrap.feedtree.net/128.42.129.11:29690 [-4245051181264846577]] to be suspected. 0xE86742:rice.pastry.socket:1142804132170:(PM) Actually sending ping via path {128.42.129.11:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804132170:COUNT: Sent message rice.pastry.socket.messaging.ShortPingMessage? of size 50 to {128.42.129.11:29690} Mar 19, 2006 1:35:34 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] 0xE86742:rice.pastry.socket:1142804134958:(PM) Actually sending ping via path {128.42.129.11:29690} local /64.34.#.#:29690 [2867655759284261131] 0xE86742:rice.pastry.socket:1142804134958:COUNT: Sent message rice.pastry.socket.messaging.ShortPingMessage? of size 50 to {128.42.129.11:29690} 0xE86742:rice.pastry.socket:1142804137747:DeadChecker({128.42.129.11:29690}) expired - marking as dead. 0xE86742:rice.pastry.socket:1142804137747:(SSRM) Found route {128.42.129.11:29690} to be dead :rice.environment.random.simple:1142804137747:nextInt = 0 :rice.environment.random.simple:1142804137747:nextInt = 0 0xE86742:rice.pastry.socket:1142804137748:[SNH: <0xE86742..> -> <0x888C6D..>/bootstrap.feedtree.net/128.42.129.11:29690 [-4245051181264846577]].update(2)0 0xE86742:rice.pastry.socket:1142804137748:[SNH: <0xE86742..> -> <0x888C6D..>/bootstrap.feedtree.net/128.42.129.11:29690 [-4245051181264846577]].update(2)0 done 0xE86742:rice.pastry.socket:1142804137748:COUNT: sandbox.colo.sourcelabs.com/10.1.23.211:29690 [2867655759284261131] Found address [SNH: <0xE86742..> -> <0x888C6D..>/bootstrap.feedtree.net/128.42.129.11:29690 [-4245051181264846577]] to be dead. Mar 19, 2006 1:35:39 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] 0xE86742:rice.pastry.standard:1142804144059:ERROR: Cannot join ring. All bootstraps are faulty. Mar 19, 2006 1:35:44 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 19, 2006 1:35:49 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 19, 2006 1:35:54 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 19, 2006 1:35:59 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 19, 2006 1:36:04 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 19, 2006 1:36:09 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] 0xE86742:rice.pastry.standard:1142804174060:ERROR: Cannot join ring. All bootstraps are faulty. Mar 19, 2006 1:36:14 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 19, 2006 1:36:19 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] 0x10A086:rice.pastry.messaging:1142804180996:Could not dispatch message rice.pastry.join.InitiateJoin?@296f76 because the pastry node is not yet ready.Message is going to be dropped on the floor. Mar 19, 2006 1:36:24 PM net.feedtree.core.client.Client start_node FINE: [waiting for node to join network] Mar 19, 2006 1:36:29 PM net.feedtree.core.client.Client start_node INFO: [Failed to bootstrap node into network after 60 sec. Scrapping node and re-starting in 5-15 sec.] 0xE86742:rice.pastry.standard:1142804189087:PLSP: destroy() called 0xE86742:rice.pastry.standard:1142804189087:CJP: destroy() called Mar 19, 2006 1:36:36 PM net.feedtree.core.client.Client start_node FINE: [Creating new node on sandbox.colo.sourcelabs.com/10.1.23.211 port 29690] :rice.environment.random.simple:1142804196618:nextLong = 8829357523701021129 Mar 19, 2006 1:36:36 PM net.feedtree.util.NAT findNatAddress INFO: Finding public address for IP: 10.1.23.211 Mar 19, 2006 1:36:36 PM net.feedtree.util.NAT findNatAddress FINER: Verifying connection; localSocket=sandbox.colo.sourcelabs.com/10.1.23.211:29690; hosts=[Ljava.net.InetSocketAddress?;@2c35e :rice.pastry.socket@:1142804196620:Verifying connection of local node sandbox.colo.sourcelabs.com/10.1.23.211:29690 using 5 hosts: bootstrap.feedtree.net/128.42.6.47:29690, bootstrap.feedtree.net/128.42.6.47:29690, bootstrap.feedtree.net/128.42.6.47:29690, bootstrap.feedtree.net/128.42.129.11:29690, bootstrap.feedtree.net/128.42.129.19:29690 :rice.pastry.socket@:1142804196620:Sending IP address request packet to bootstrap.feedtree.net/128.42.6.47:29690 length=468 :rice.pastry.socket@:1142804196621:Sending IP address request packet to bootstrap.feedtree.net/128.42.6.47:29690 length=468 :rice.pastry.socket@:1142804196621:Sending IP address request packet to bootstrap.feedtree.net/128.42.6.47:29690 length=468 :rice.pastry.socket@:1142804196621:Sending IP address request packet to bootstrap.feedtree.net/128.42.129.11:29690 length=468 :rice.pastry.socket@:1142804196622:Sending IP address request packet to bootstrap.feedtree.net/128.42.129.19:29690 length=468 Mar 19, 2006 1:36:36 PM net.feedtree.util.NAT findNatAddress INFO: NAT external address (forwarding port 29690) detected: 64.34.#.# Mar 19, 2006 1:36:36 PM net.feedtree.core.client.Client start_node FINE: [Contacting bootstrap host bootstrap.feedtree.net:29690] :rice.pastry.socket:1142804196693:Socket: Contacting bootstrap node bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804196753:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804196753:COUNT: Enqueued message class rice.pastry.socket.messaging.NodeIdRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804196753:COUNT: Enqueueing message rice.pastry.socket.messaging.NodeIdRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804196753:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804196753:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804196753:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804196753:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804196754:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804196754:(W) About to serialize object rice.pastry.socket.messaging.NodeIdRequestMessage?@1cd107f :rice.pastry.socket:1142804196754:COUNT: Sent message class rice.pastry.socket.messaging.NodeIdRequestMessage? of size 293 to {128.42.129.11:29690} :rice.pastry.socket:1142804196754:COUNT: Wrote 293 of 293 bytes of message class rice.pastry.socket.messaging.NodeIdRequestMessage? of size 293 to {128.42.129.11:29690} :rice.pastry.socket:1142804196754:(W) Wrote 293 of 293 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804196754:(W) Finished writing message rice.pastry.socket.messaging.NodeIdRequestMessage?@1cd107f - queue now contains 0 items :rice.pastry.socket:1142804196880:(R) Found object of 452 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804196881:(R) Read 452 bytes of object...0 :rice.pastry.socket:1142804196881:(R) Deserialized bytes into object rice.pastry.socket.messaging.NodeIdResponseMessage?@1f64158 :rice.pastry.socket:1142804196881:COUNT: Read message class rice.pastry.socket.messaging.NodeIdResponseMessage? of size 456 from {128.42.129.11:29690} :rice.pastry.socket:1142804196882:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40817 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804196882:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.environment.random.simple:1142804196882:nextLong = -3385775160284173332 0xC69348:rice.pastry.socket:1142804197103:BINDING TO ADDRESS sandbox.colo.sourcelabs.com/10.1.23.211:29690 [-3385775160284173332] AND CLAIMING /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197605:(PM) Actually sending ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197605:COUNT: Sent message rice.pastry.socket.messaging.ShortPingMessage? of size 50 to {64.34.#.#:29690} 0xC69348:rice.pastry.socket:1142804197605:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197605:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197605:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197606:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197606:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197606:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197606:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197606:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197606:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197607:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197607:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197607:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197607:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197607:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197607:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197608:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197608:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197608:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197608:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197608:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197609:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197609:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197609:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197609:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197609:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197610:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197610:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197610:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197610:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197610:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197611:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197611:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197611:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197611:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197611:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197611:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197612:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197612:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] 0xC69348:rice.pastry.socket:1142804197612:(PM) Suppressing ping via path {64.34.#.#:29690} local /64.34.#.#:29690 [-3385775160284173332] :rice.pastry.socket:1142804199671:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804199671:COUNT: Enqueued message class rice.pastry.socket.messaging.LeafSetRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804199671:COUNT: Enqueueing message rice.pastry.socket.messaging.LeafSetRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804199672:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804199672:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804199672:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804199672:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804199672:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804199672:(W) About to serialize object rice.pastry.socket.messaging.LeafSetRequestMessage?@7a5a19 :rice.pastry.socket:1142804199672:COUNT: Sent message class rice.pastry.socket.messaging.LeafSetRequestMessage? of size 294 to {128.42.129.11:29690} :rice.pastry.socket:1142804199672:COUNT: Wrote 294 of 294 bytes of message class rice.pastry.socket.messaging.LeafSetRequestMessage? of size 294 to {128.42.129.11:29690} :rice.pastry.socket:1142804199673:(W) Wrote 294 of 294 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804199673:(W) Finished writing message rice.pastry.socket.messaging.LeafSetRequestMessage?@7a5a19 - queue now contains 0 items :rice.pastry.socket:1142804199808:(R) Found object of 3150 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804199808:(R) Read 2892 bytes of object...258 :rice.pastry.socket:1142804199868:(R) Read 258 bytes of object...0 :rice.pastry.socket:1142804199874:(R) Deserialized bytes into object rice.pastry.socket.messaging.LeafSetResponseMessage?@b122a1 :rice.pastry.socket:1142804199874:COUNT: Read message class rice.pastry.socket.messaging.LeafSetResponseMessage? of size 3154 from {128.42.129.11:29690} :rice.pastry.socket:1142804199874:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:40823 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804199874:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] 0xE86742:rice.pastry.messaging:1142804234061:Could not dispatch message rice.pastry.join.InitiateJoin?@a98932 because the pastry node is not yet ready.Message is going to be dropped on the floor. 0xC9D6DF:rice.pastry.messaging:1142804251936:Could not dispatch message rice.pastry.join.InitiateJoin?@18941f7 because the pastry node is not yet ready.Message is going to be dropped on the floor. :rice.pastry.socket:1142804294969:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804294969:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804294969:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804294970:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804294970:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804294970:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804294970:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804294970:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804294970:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@d17ec3 :rice.pastry.socket:1142804294970:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804294970:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804294970:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804294971:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@d17ec3 - queue now contains 0 items :rice.pastry.socket:1142804295099:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295099:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804295101:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@1d95da8 :rice.pastry.socket:1142804295101:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804295101:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:41120 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804295101:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804295161:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804295161:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804295162:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804295162:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804295162:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804295162:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804295162:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295162:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804295162:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@1358f03 :rice.pastry.socket:1142804295162:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804295162:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804295162:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295163:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@1358f03 - queue now contains 0 items :rice.pastry.socket:1142804295291:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295291:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804295293:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@1402d5a :rice.pastry.socket:1142804295293:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804295294:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:41121 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804295294:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804295357:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804295357:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804295357:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804295357:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804295357:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804295357:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804295358:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295358:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804295358:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@1e13e07 :rice.pastry.socket:1142804295358:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804295358:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804295358:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295358:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@1e13e07 - queue now contains 0 items :rice.pastry.socket:1142804295486:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295486:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804295488:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@af72d8 :rice.pastry.socket:1142804295488:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804295488:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:41122 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804295488:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804295550:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804295550:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804295550:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804295550:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804295550:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804295550:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804295550:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295550:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804295551:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@11946c2 :rice.pastry.socket:1142804295551:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804295551:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804295551:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295551:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@11946c2 - queue now contains 0 items :rice.pastry.socket:1142804295682:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295682:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804295684:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@747fa2 :rice.pastry.socket:1142804295684:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804295684:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:41123 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804295684:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804295745:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804295745:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804295745:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804295745:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804295746:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804295746:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804295746:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295746:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804295746:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@1b34126 :rice.pastry.socket:1142804295746:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804295746:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804295746:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295746:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@1b34126 - queue now contains 0 items :rice.pastry.socket:1142804295877:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295877:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804295879:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@17a4989 :rice.pastry.socket:1142804295879:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804295879:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:41124 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804295879:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804295939:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804295939:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804295939:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804295939:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804295939:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804295939:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804295939:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295939:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804295939:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@18c3679 :rice.pastry.socket:1142804295940:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804295940:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804295940:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804295940:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@18c3679 - queue now contains 0 items :rice.pastry.socket:1142804296070:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804296070:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804296072:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@4c47db :rice.pastry.socket:1142804296072:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804296072:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:41125 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804296072:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804296133:COUNT: Enqueued message class [B of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804296134:COUNT: Enqueued message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size -1 to {128.42.129.11:29690} :rice.pastry.socket:1142804296134:COUNT: Enqueueing message rice.pastry.socket.messaging.RouteRowRequestMessage? at location 1 in the pending queue (priority 5) :rice.pastry.socket:1142804296134:(W) About to serialize object [B@1db699b :rice.pastry.socket:1142804296134:COUNT: Sent message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804296134:COUNT: Wrote 4 of 4 bytes of message class [B of size 4 to {128.42.129.11:29690} :rice.pastry.socket:1142804296134:(W) Wrote 4 of 4 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804296134:(W) Finished writing message [B@1db699b - queue now contains 1 items :rice.pastry.socket:1142804296134:(W) About to serialize object rice.pastry.socket.messaging.RouteRowRequestMessage?@1ac3379 :rice.pastry.socket:1142804296134:COUNT: Sent message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804296135:COUNT: Wrote 305 of 305 bytes of message class rice.pastry.socket.messaging.RouteRowRequestMessage? of size 305 to {128.42.129.11:29690} :rice.pastry.socket:1142804296135:(W) Wrote 305 of 305 bytes to bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804296135:(W) Finished writing message rice.pastry.socket.messaging.RouteRowRequestMessage?@1ac3379 - queue now contains 0 items :rice.pastry.socket:1142804296264:(R) Found object of 1326 bytes from bootstrap.feedtree.net/128.42.129.11:29690 :rice.pastry.socket:1142804296265:(R) Read 1326 bytes of object...0 :rice.pastry.socket:1142804296266:(R) Deserialized bytes into object rice.pastry.socket.messaging.RouteRowResponseMessage?@6779e6 :rice.pastry.socket:1142804296267:COUNT: Read message class rice.pastry.socket.messaging.RouteRowResponseMessage? of size 1330 from {128.42.129.11:29690} :rice.pastry.socket:1142804296267:SPNF.getResponse(): Closing java.nio.channels.SocketChannel?[connected local=/10.1.23.211:41126 remote=bootstrap.feedtree.net/128.42.129.11:29690] :rice.pastry.socket:1142804296267:SPNF.getResponse(): Closed java.nio.channels.SocketChannel?[closed] :rice.pastry.socket:1142804296331:COUNT: Enqueued message class [B of size -1 to {1