Skip to content

Instantly share code, notes, and snippets.

@rafarocha
Created February 27, 2012 14:54
Show Gist options
  • Save rafarocha/1924379 to your computer and use it in GitHub Desktop.
Save rafarocha/1924379 to your computer and use it in GitHub Desktop.
AppClient
11:52:42 [main] br.com.eb.app.client.AppClient initializing - (AppClient.java:28)
11:52:42 [main] Creating one PeerId control... - (ClientNodeController.java:25)
11:52:42 [main] Removing cache files... - (JxtaNode.java:67)
27/02/2012 11:52:43 net.jxta.platform.NetworkManager configure
INFO: Loading existing configuration. mode = EDGE
11:52:43 [main] HTTP PORT: [Ljava.lang.String;@5464ea66 - (JxtaNode.java:102)
11:52:43 [main] Adding seeds... - (JxtaNode.java:109)
11:52:43 [main] HTTP SELECTED TRANSPORT MODE - (JxtaNode.java:117)
11:52:43 [main] RENDEZVOUS URL: http://127.0.0.1:9901 - (JxtaNode.java:144)
11:52:43 [main] RELAY URL: http://127.0.0.1:9901 - (JxtaNode.java:181)
27/02/2012 11:52:43 net.jxta.platform.NetworkManager startNetwork
INFO: Starting JXTA Network! MODE = EDGE, HOME = file:/Users/rafaelrocha/Documents/workspace/ustore/p2p_client/.cache%5C/CN1330119744408/
27/02/2012 11:52:43 net.jxta.impl.loader.RefJxtaLoader findModuleImplAdvertisement
AVISO: Failed to find class for urn:jxta:uuid-DEADBEEFDEAFBABAFEEDBABE0000000C0206
java.lang.ClassNotFoundException: No matching class for : urn:jxta:uuid-DEADBEEFDEAFBABAFEEDBABE0000000C0206
at net.jxta.impl.loader.RefJxtaLoader.findClass(RefJxtaLoader.java:240)
at net.jxta.impl.loader.RefJxtaLoader.findModuleImplAdvertisement(RefJxtaLoader.java:350)
at net.jxta.impl.peergroup.StdPeerGroup.getDefaultModuleImplAdvertisement(StdPeerGroup.java:353)
at net.jxta.impl.peergroup.StdPeerGroup.<clinit>(StdPeerGroup.java:143)
at net.jxta.peergroup.WorldPeerGroupFactory.getDefaultWorldPeerGroupClass(WorldPeerGroupFactory.java:237)
at net.jxta.peergroup.WorldPeerGroupFactory.<init>(WorldPeerGroupFactory.java:178)
at net.jxta.peergroup.NetPeerGroupFactory.<init>(NetPeerGroupFactory.java:205)
at net.jxta.platform.NetworkManager.startNetwork(NetworkManager.java:410)
at br.com.eb.service.transport.jxta.JxtaNode.<init>(JxtaNode.java:187)
at br.com.eb.service.transport.jxta.JxtaNode.getInstance(JxtaNode.java:237)
at br.com.eb.app.client.AppClient.main(AppClient.java:40)
27/02/2012 11:52:43 net.jxta.peergroup.WorldPeerGroupFactory newWorldPeerGroup
INFO: Making a new World Peer Group instance using : net.jxta.impl.peergroup.Platform
27/02/2012 11:52:43 net.jxta.impl.cm.SrdiIndex clearSrdi
INFO: Clearing SRDI for null
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Always Access Service (net.jxta.impl.access.always.AlwaysAccessService)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Rendezvous Service (net.jxta.impl.rendezvous.RendezVousServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Peerinfo Service (net.jxta.impl.peer.PeerInfoServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Endpoint service (net.jxta.impl.endpoint.EndpointServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the HTTP Message Transport (net.jxta.impl.endpoint.servlethttp.ServletHttpTransport)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : None Membership Service (net.jxta.impl.membership.none.NoneMembershipService)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Resolver service (net.jxta.impl.resolver.ResolverServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Discovery service (net.jxta.impl.discovery.DiscoveryServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the IP Multicast Message Transport (net.jxta.impl.endpoint.mcast.McastTransport)
27/02/2012 11:52:43 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp
AVISO: Stalled until there is an endpoint service
27/02/2012 11:52:43 net.jxta.impl.peer.PeerInfoServiceImpl startApp
AVISO: Stalled until there is a resolver service
27/02/2012 11:52:43 net.jxta.impl.endpoint.EndpointServiceImpl startApp
INFO: Endpoint Service started.
27/02/2012 11:52:43 org.mortbay.http.HttpServer start
INFO: Starting Jetty/4.2.25
27/02/2012 11:52:43 org.mortbay.http.HttpContext start
INFO: Started HttpContext[/]
27/02/2012 11:52:43 org.mortbay.http.SocketListener start
INFO: Started SocketListener on 0.0.0.0:22688
27/02/2012 11:52:43 org.mortbay.http.HttpServer start
INFO: Started org.mortbay.http.HttpServer@7d95d4fe
27/02/2012 11:52:43 net.jxta.impl.endpoint.servlethttp.HttpMessageReceiver start
INFO: HTTP Servlet Transport started.
27/02/2012 11:52:43 net.jxta.impl.endpoint.servlethttp.HttpMessageSender start
INFO: HTTP Client Transport started.
27/02/2012 11:52:43 net.jxta.impl.discovery.DiscoveryServiceImpl startApp
AVISO: Stalled until there is a rendezvous service
27/02/2012 11:52:43 net.jxta.impl.endpoint.mcast.McastTransport startApp
INFO: IP Multicast Message Transport started.
27/02/2012 11:52:43 net.jxta.impl.rendezvous.adhoc.AdhocPeerRdvService <init>
INFO: RendezVous Service is initialized for urn:jxta:jxta-WorldGroup as an ad hoc peer.
27/02/2012 11:52:43 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp
INFO: Rendezvous Serivce started
27/02/2012 11:52:43 net.jxta.impl.discovery.DiscoveryServiceImpl beEdge
INFO: Switched to a Edge peer role.
27/02/2012 11:52:43 net.jxta.impl.discovery.DiscoveryServiceImpl startApp
INFO: Discovery service started
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup getInterface
INFO: [urn:jxta:jxta-WorldGroup] GROUP REF COUNT INCREMENTED TO: 1 by
net.jxta.peergroup.NetPeerGroupFactory.<init>(NetPeerGroupFactory.java:206)
27/02/2012 11:52:43 net.jxta.peergroup.NetPeerGroupFactory newNetPeerGroup
INFO: Instantiating net peer group : urn:jxta:jxta-NetGroup
Parent : urn:jxta:jxta-WorldGroup "World PeerGroup"[1]
ID : urn:jxta:jxta-NetGroup
Name : NetPeerGroup
impl : null
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup getInterface
INFO: [urn:jxta:jxta-WorldGroup] GROUP REF COUNT INCREMENTED TO: 2 by
net.jxta.impl.peergroup.GenericPeerGroup.loadModule(GenericPeerGroup.java:652)
27/02/2012 11:52:43 net.jxta.impl.cm.SrdiIndex clearSrdi
INFO: Clearing SRDI for NetPeerGroup
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the JXME Proxy Service (net.jxta.impl.proxy.ProxyService)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Relay Message Transport (net.jxta.impl.endpoint.relay.RelayTransport)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : PSE Membership Service (net.jxta.impl.membership.pse.PSEMembershipService)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Pipe Service (net.jxta.impl.pipe.PipeServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Router Message Transport (net.jxta.impl.endpoint.router.EndpointRouter)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Always Access Service (net.jxta.impl.access.always.AlwaysAccessService)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Rendezvous Service (net.jxta.impl.rendezvous.RendezVousServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Endpoint service (net.jxta.impl.endpoint.EndpointServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Peerinfo Service (net.jxta.impl.peer.PeerInfoServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Cryptobased-ID Message Transport (net.jxta.impl.endpoint.cbjx.CbJxTransport)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Resolver service (net.jxta.impl.resolver.ResolverServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.endpoint.tls.TlsTransport <init>
INFO: Adjusting TLS connection idle timeout to 300000 millis.
27/02/2012 11:52:43 net.jxta.impl.endpoint.tls.TlsTransport <init>
INFO: Adjusting TLS min reconnection idle to 60000 millis.
27/02/2012 11:52:43 net.jxta.impl.endpoint.tls.TlsTransport <init>
INFO: Adjusting TLS maximum retry queue age to 120000 millis.
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the TLS Message Transport (net.jxta.impl.endpoint.tls.TlsTransport)
27/02/2012 11:52:43 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Reference Implementation of the Discovery service (net.jxta.impl.discovery.DiscoveryServiceImpl)
27/02/2012 11:52:43 net.jxta.impl.proxy.ProxyService startApp
AVISO: Stalled until there is a endpoint service
27/02/2012 11:52:43 net.jxta.impl.endpoint.relay.RelayTransport startApp
AVISO: Stalled until there is an endpoint service
27/02/2012 11:52:43 net.jxta.impl.membership.pse.PSEMembershipService startApp
INFO: PSE Membmership Service started.
27/02/2012 11:52:43 net.jxta.impl.pipe.PipeServiceImpl startApp
AVISO: Stalled until there is an endpoint service
27/02/2012 11:52:43 net.jxta.impl.endpoint.router.EndpointRouter startApp
AVISO: Stalled until there is an endpoint service
27/02/2012 11:52:43 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp
AVISO: Stalled until there is an endpoint service
27/02/2012 11:52:43 net.jxta.impl.endpoint.EndpointServiceImpl startApp
INFO: Endpoint Service started.
27/02/2012 11:52:43 net.jxta.impl.peer.PeerInfoServiceImpl startApp
AVISO: Stalled until there is a resolver service
27/02/2012 11:52:43 net.jxta.impl.endpoint.cbjx.CbJxTransport startApp
INFO: CbJxTransport started
27/02/2012 11:52:43 net.jxta.impl.discovery.DiscoveryServiceImpl startApp
AVISO: Stalled until there is a rendezvous service
27/02/2012 11:52:43 net.jxta.impl.proxy.ProxyService startApp
AVISO: Stalled until there is a discovery service
27/02/2012 11:52:43 net.jxta.impl.endpoint.relay.RelayTransport startApp
AVISO: Stalled until there is a discovery service
27/02/2012 11:52:43 net.jxta.impl.pipe.PipeServiceImpl startApp
AVISO: Stalled until there is a rendezvous service
27/02/2012 11:52:43 net.jxta.impl.endpoint.router.EndpointRouter startApp
AVISO: Endpoint Router start stalled until rendezvous service available
27/02/2012 11:52:43 net.jxta.impl.rendezvous.edge.EdgePeerRdvService <init>
INFO: RendezVous Service is initialized for urn:jxta:jxta-NetGroup as an Edge peer.
27/02/2012 11:52:43 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp
INFO: Rendezvous Serivce started
27/02/2012 11:52:43 net.jxta.impl.discovery.DiscoveryServiceImpl beEdge
INFO: Switched to a Edge peer role.
27/02/2012 11:52:43 net.jxta.impl.discovery.DiscoveryServiceImpl startApp
INFO: Discovery service started
27/02/2012 11:52:43 net.jxta.impl.proxy.ProxyService startApp
AVISO: Stalled until there is a pipe service
27/02/2012 11:52:43 net.jxta.impl.endpoint.relay.RelayTransport startApp
AVISO: Stalled until there is a pipe service
27/02/2012 11:52:43 net.jxta.impl.rendezvous.edge.EdgePeerRdvService$MonitorTask run
AVISO: Rendezvous connection stalled until router is started!
27/02/2012 11:52:43 net.jxta.impl.cm.SrdiIndex <init>
INFO: [urn:jxta:jxta-NetGroup "NetPeerGroup"[0] / urn:jxta:jxta-WorldGroup "World PeerGroup"[2]] : Initialized pipeResolverSrdi
27/02/2012 11:52:43 net.jxta.impl.cm.SrdiIndex startGC
INFO: [urn:jxta:jxta-NetGroup "NetPeerGroup"[0] / urn:jxta:jxta-WorldGroup "World PeerGroup"[2]] : Starting SRDI GC Thread for pipeResolverSrdi
27/02/2012 11:52:43 net.jxta.impl.cm.SrdiIndex <init>
INFO: [urn:jxta:jxta-NetGroup "NetPeerGroup"[0] / urn:jxta:jxta-WorldGroup "World PeerGroup"[2]] : Initialized routerSrdi
27/02/2012 11:52:43 net.jxta.impl.endpoint.router.EndpointRouter startApp
INFO: urn:jxta:jxta-NetGroup "NetPeerGroup"[0] / urn:jxta:jxta-WorldGroup "World PeerGroup"[2] : Router Message Transport started.
27/02/2012 11:52:43 net.jxta.impl.proxy.ProxyService startApp
INFO: JXME Proxy Service started.
27/02/2012 11:52:44 net.jxta.impl.endpoint.relay.RelayClient run
INFO: Start relay client thread
27/02/2012 11:52:44 net.jxta.impl.endpoint.relay.RelayClient startClient
INFO: Started client : relay://uuid-59616261646162614E50472050325033434E313333304131B937B43434303803
27/02/2012 11:52:44 net.jxta.impl.endpoint.relay.RelayTransport startApp
INFO: Relay Message Transport started
27/02/2012 11:52:44 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded module : Default Network PeerGroup reference implementation (net.jxta.impl.peergroup.ShadowPeerGroup)
11:52:44 [main] Trying rendezvous connection [attempt 1] - (JxtaNode.java:194)
27/02/2012 11:52:44 net.jxta.impl.peergroup.GenericPeerGroup decRefCount
INFO: [urn:jxta:jxta-WorldGroup] GROUP REF COUNT DECCREMENTED TO: 1 by
net.jxta.peergroup.NetPeerGroupFactory.<init>(NetPeerGroupFactory.java:220)
27/02/2012 11:52:44 net.jxta.impl.peergroup.GenericPeerGroup getInterface
INFO: [urn:jxta:jxta-NetGroup] GROUP REF COUNT INCREMENTED TO: 1 by
net.jxta.platform.NetworkManager.startNetwork(NetworkManager.java:412)
27/02/2012 11:52:44 net.jxta.platform.NetworkManager startNetwork
INFO: Started JXTA Network!
27/02/2012 11:52:44 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:52:44 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901/EndpointService:jxta-NetGroup/uuid-DEADBEEFDEAFBABAFEEDBABE0000000F05/connect,3600000,keep,true : Connection refused
27/02/2012 11:52:44 net.jxta.impl.endpoint.router.RouteControl addRoute
AVISO: Failed to connect to address :jxta://uuid-59616261646162614E504720503250330FFB0835120542958225CFD5E0F472D703
27/02/2012 11:52:44 net.jxta.impl.resolver.ResolverServiceImpl sendMessage
AVISO: Failed to add route for urn:jxta:uuid-59616261646162614E504720503250330FFB0835120542958225CFD5E0F472D703
27/02/2012 11:52:44 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger$MessagePoller run
INFO: Message polling beings for http://10.0.0.4:12436/uuid-59616261646162614E50472050325033434E313333304131B937B43434303803?120000,120000,http://10.0.0.4:12436
27/02/2012 11:52:44 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger <init>
INFO: New messenger : net.jxta.impl.endpoint.servlethttp.HttpClientMessenger@30ff94b1 {http://10.0.0.4:12436} {http://10.0.0.4:12436 / jxta://uuid-59616261646162614E504720503250330FFB0835120542958225CFD5E0F472D703}
27/02/2012 11:52:45 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:52:45 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901 : Connection refused
27/02/2012 11:52:56 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger <init>
INFO: New messenger : net.jxta.impl.endpoint.servlethttp.HttpClientMessenger@722b9406 {http://10.0.0.4:4612} {http://10.0.0.4:4612 / jxta://uuid-59616261646162614E50472050325033434E313332324038B030B63131393803}
27/02/2012 11:52:56 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger$MessagePoller run
INFO: Message polling beings for http://10.0.0.4:4612/uuid-59616261646162614E50472050325033434E313333304131B937B43434303803?120000,120000,http://10.0.0.4:4612
27/02/2012 11:52:58 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:52:58 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901 : Connection refused
11:52:59 [main] Trying rendezvous connection [attempt 2] - (JxtaNode.java:194)
27/02/2012 11:53:13 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:53:13 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901 : Connection refused
27/02/2012 11:53:14 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:53:14 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901/EndpointService:jxta-NetGroup/uuid-DEADBEEFDEAFBABAFEEDBABE0000000F05/connect,3600000,keep,true : Connection refused
27/02/2012 11:53:18 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger <init>
INFO: New messenger : net.jxta.impl.endpoint.servlethttp.HttpClientMessenger@7e1a9d1b {http://10.0.0.4:3939} {http://10.0.0.4:3939 / jxta://uuid-59616261646162614E50472050325033434E313332384133B738B73637303803}
27/02/2012 11:53:18 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger$MessagePoller run
INFO: Message polling beings for http://10.0.0.4:3939/uuid-59616261646162614E50472050325033434E313333304131B937B43434303803?120000,120000,http://10.0.0.4:3939
11:53:19 [main] Rendezvous connection FAILED - (JxtaNode.java:208)
11:53:19 [main] PeerID = urn:jxta:uuid-59616261646162614E50472050325033434E313333304131B937B43434303803 - (AppClient.java:48)
11:53:22 [main] Free local space: 0 MB out of 0 MB. - (FileSystemDBAux.java:166)
Metal
Nimbus
FileDrop: Hierarchy changed.
FileDrop: Drop target added to component.
FileDrop: Hierarchy changed.
FileDrop: Drop target added to component.
FileDrop: Hierarchy changed.
FileDrop: Drop target added to component.
OS Name: Mac OS X
Vers„o 00.09.26
27/02/2012 11:53:28 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:53:28 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901 : Connection refused
11:53:34 [main] Loading local chunks... - (SimplePeerController.java:164)
11:53:34 [main] -- 0seconds - (SimplePeerController.java:167)
11:53:34 [ProxyClient] [ms] Message added to the controller (1330354414835). Now, queue PROXY_RETRIEVE with 1 messages - (MessageController.java:164)
11:53:34 [ProxyClient] [ms] Creating a new Timer [PROXY_RETRIEVE] - (MessageController.java:168)
11:53:34 [ProxyClient] [q] Message [PROXY_RETRIEVE] added in the queue... (Size of the queue: 0) - (RequestSender.java:100)
11:53:34 [Thread-34] [gs] PROXY_RETRIEVE going to sleep! - (MessageController.java:357)
11:53:35 [main] Starting P2P Application... - (SimplePeerController.java:719)
11:53:35 [Timer-1] [ChunksAvailabilityAgent] NUMBER OF MESSAGES SENT IN THIS RUN: 0 - (ChunksAvailabilityAgent.java:505)
11:53:35 [Timer-1] [ChunksAvailabilityAgent] NUMBER OF MESSAGES SENT UP UNTIL NOW: 0 - (ChunksAvailabilityAgent.java:507)
11:53:36 [Thread-23] [t] Pop or wait for a new message in the stack (Size before taking a message: 1) - (RequestSender.java:142)
11:53:36 [Thread-23] [t] Trying to send a message PROXY_RETRIEVE... (Size after taking a message: 0) - (RequestSender.java:145)
11:53:36 [Thread-23] Remote Andress = urn:jxta:uuid-59616261646162614E50472050325033115DFC7CA331416691A8A50EDA315E3503 - (JxtaNode.java:340)
11:53:39 [Thread-23] [s] Sent message - PROXY_RETRIEVE id: ...0EDA315E3503 - (JxtaNode.java:351)
27/02/2012 11:53:43 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:53:43 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901 : Connection refused
27/02/2012 11:53:44 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:53:44 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901/EndpointService:jxta-NetGroup/uuid-DEADBEEFDEAFBABAFEEDBABE0000000F05/connect,3600000,keep,true : Connection refused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment