Skip to content

Instantly share code, notes, and snippets.

@rafarocha
Created February 27, 2012 14:55
Show Gist options
  • Save rafarocha/1924382 to your computer and use it in GitHub Desktop.
Save rafarocha/1924382 to your computer and use it in GitHub Desktop.
AppProxy
11:51:58 [main] Removing cache files... - (JxtaNode.java:67)
27/02/2012 11:51:58 net.jxta.platform.NetworkManager configure
INFO: Loading existing configuration. mode = EDGE
11:51:58 [main] HTTP PORT: [Ljava.lang.String;@9c0ec97 - (JxtaNode.java:102)
11:51:58 [main] Adding seeds... - (JxtaNode.java:109)
11:51:58 [main] HTTP SELECTED TRANSPORT MODE - (JxtaNode.java:117)
11:51:58 [main] RENDEZVOUS URL: http://127.0.0.1:9901 - (JxtaNode.java:144)
11:51:58 [main] RELAY URL: http://127.0.0.1:9901 - (JxtaNode.java:181)
27/02/2012 11:51:58 net.jxta.platform.NetworkManager startNetwork
INFO: Starting JXTA Network! MODE = EDGE, HOME = file:/Users/rafaelrocha/Documents/workspace/ustore/p2p_proxy/.cache%5C/ProxyService/
27/02/2012 11:51:58 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.AppProxy.main(AppProxy.java:36)
27/02/2012 11:51:59 net.jxta.peergroup.WorldPeerGroupFactory newWorldPeerGroup
INFO: Making a new World Peer Group instance using : net.jxta.impl.peergroup.Platform
27/02/2012 11:51:59 net.jxta.impl.cm.SrdiIndex clearSrdi
INFO: Clearing SRDI for null
27/02/2012 11:51:59 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Always Access Service (net.jxta.impl.access.always.AlwaysAccessService)
27/02/2012 11:51:59 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:51:59 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:51:59 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:51:59 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:51:59 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : None Membership Service (net.jxta.impl.membership.none.NoneMembershipService)
27/02/2012 11:51:59 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:51:59 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:51:59 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:51:59 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp
AVISO: Stalled until there is an endpoint service
27/02/2012 11:51:59 net.jxta.impl.peer.PeerInfoServiceImpl startApp
AVISO: Stalled until there is a resolver service
27/02/2012 11:51:59 net.jxta.impl.endpoint.EndpointServiceImpl startApp
INFO: Endpoint Service started.
27/02/2012 11:51:59 org.mortbay.http.HttpServer start
INFO: Starting Jetty/4.2.25
27/02/2012 11:51:59 org.mortbay.http.HttpContext start
INFO: Started HttpContext[/]
27/02/2012 11:51:59 org.mortbay.http.SocketListener start
INFO: Started SocketListener on 0.0.0.0:5350
27/02/2012 11:51:59 org.mortbay.http.HttpServer start
INFO: Started org.mortbay.http.HttpServer@2565a3c2
27/02/2012 11:51:59 net.jxta.impl.endpoint.servlethttp.HttpMessageReceiver start
INFO: HTTP Servlet Transport started.
27/02/2012 11:51:59 net.jxta.impl.endpoint.servlethttp.HttpMessageSender start
INFO: HTTP Client Transport started.
27/02/2012 11:51:59 net.jxta.impl.discovery.DiscoveryServiceImpl startApp
AVISO: Stalled until there is a rendezvous service
27/02/2012 11:51:59 net.jxta.impl.endpoint.mcast.McastTransport startApp
INFO: IP Multicast Message Transport started.
27/02/2012 11:51:59 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:51:59 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp
INFO: Rendezvous Serivce started
27/02/2012 11:51:59 net.jxta.impl.discovery.DiscoveryServiceImpl beEdge
INFO: Switched to a Edge peer role.
27/02/2012 11:51:59 net.jxta.impl.discovery.DiscoveryServiceImpl startApp
INFO: Discovery service started
27/02/2012 11:51:59 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:51:59 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:51:59 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:51:59 net.jxta.impl.cm.SrdiIndex clearSrdi
INFO: Clearing SRDI for NetPeerGroup
27/02/2012 11:51:59 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:51:59 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:51:59 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : PSE Membership Service (net.jxta.impl.membership.pse.PSEMembershipService)
27/02/2012 11:51:59 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:51:59 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:51:59 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded privileged module : Always Access Service (net.jxta.impl.access.always.AlwaysAccessService)
27/02/2012 11:51:59 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:51:59 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:51:59 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:51:59 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:51:59 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:51:59 net.jxta.impl.endpoint.tls.TlsTransport <init>
INFO: Adjusting TLS connection idle timeout to 300000 millis.
27/02/2012 11:51:59 net.jxta.impl.endpoint.tls.TlsTransport <init>
INFO: Adjusting TLS min reconnection idle to 60000 millis.
27/02/2012 11:51:59 net.jxta.impl.endpoint.tls.TlsTransport <init>
INFO: Adjusting TLS maximum retry queue age to 120000 millis.
27/02/2012 11:51:59 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:51:59 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:51:59 net.jxta.impl.proxy.ProxyService startApp
AVISO: Stalled until there is a endpoint service
27/02/2012 11:51:59 net.jxta.impl.endpoint.relay.RelayTransport startApp
AVISO: Stalled until there is an endpoint service
27/02/2012 11:51:59 net.jxta.impl.membership.pse.PSEMembershipService startApp
INFO: PSE Membmership Service started.
27/02/2012 11:51:59 net.jxta.impl.pipe.PipeServiceImpl startApp
AVISO: Stalled until there is an endpoint service
27/02/2012 11:51:59 net.jxta.impl.endpoint.router.EndpointRouter startApp
AVISO: Stalled until there is an endpoint service
27/02/2012 11:51:59 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp
AVISO: Stalled until there is an endpoint service
27/02/2012 11:51:59 net.jxta.impl.endpoint.EndpointServiceImpl startApp
INFO: Endpoint Service started.
27/02/2012 11:51:59 net.jxta.impl.peer.PeerInfoServiceImpl startApp
AVISO: Stalled until there is a resolver service
27/02/2012 11:51:59 net.jxta.impl.endpoint.cbjx.CbJxTransport startApp
INFO: CbJxTransport started
27/02/2012 11:51:59 net.jxta.impl.discovery.DiscoveryServiceImpl startApp
AVISO: Stalled until there is a rendezvous service
27/02/2012 11:51:59 net.jxta.impl.proxy.ProxyService startApp
AVISO: Stalled until there is a discovery service
27/02/2012 11:51:59 net.jxta.impl.endpoint.relay.RelayTransport startApp
AVISO: Stalled until there is a discovery service
27/02/2012 11:51:59 net.jxta.impl.pipe.PipeServiceImpl startApp
AVISO: Stalled until there is a rendezvous service
27/02/2012 11:51:59 net.jxta.impl.endpoint.router.EndpointRouter startApp
AVISO: Endpoint Router start stalled until rendezvous service available
27/02/2012 11:51:59 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:51:59 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp
INFO: Rendezvous Serivce started
27/02/2012 11:51:59 net.jxta.impl.rendezvous.edge.EdgePeerRdvService$MonitorTask run
AVISO: Rendezvous connection stalled until router is started!
27/02/2012 11:51:59 net.jxta.impl.discovery.DiscoveryServiceImpl beEdge
INFO: Switched to a Edge peer role.
27/02/2012 11:51:59 net.jxta.impl.discovery.DiscoveryServiceImpl startApp
INFO: Discovery service started
27/02/2012 11:51:59 net.jxta.impl.proxy.ProxyService startApp
AVISO: Stalled until there is a pipe service
27/02/2012 11:51:59 net.jxta.impl.endpoint.relay.RelayTransport startApp
AVISO: Stalled until there is a pipe service
27/02/2012 11:51:59 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:51:59 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:51:59 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:51:59 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:51:59 net.jxta.impl.proxy.ProxyService startApp
INFO: JXME Proxy Service started.
27/02/2012 11:51:59 net.jxta.impl.endpoint.relay.RelayClient startClient
INFO: Started client : relay://uuid-59616261646162614E50472050325033115DFC7CA331416691A8A50EDA315E3503
27/02/2012 11:51:59 net.jxta.impl.endpoint.relay.RelayClient run
INFO: Start relay client thread
27/02/2012 11:51:59 net.jxta.impl.endpoint.relay.RelayTransport startApp
INFO: Relay Message Transport started
27/02/2012 11:51:59 net.jxta.impl.peergroup.GenericPeerGroup loadModule
INFO: Loaded module : Default Network PeerGroup reference implementation (net.jxta.impl.peergroup.ShadowPeerGroup)
27/02/2012 11:51:59 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:51:59 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:51:59 net.jxta.platform.NetworkManager startNetwork
INFO: Started JXTA Network!
11:51:59 [main] Trying rendezvous connection [attempt 1] - (JxtaNode.java:194)
27/02/2012 11:51:59 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:51:59 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:01 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:52:01 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:14 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:52:14 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901 : Connection refused
11:52:14 [main] Rendezvous connection FAILED - (JxtaNode.java:208)
11:52:14 [main] PeerID = urn:jxta:uuid-59616261646162614E50472050325033115DFC7CA331416691A8A50EDA315E3503 - (AppProxy.java:46)
Exception in thread "main" java.lang.NoClassDefFoundError: org/springframework/asm/ClassVisitor
at org.springframework.context.support.AbstractRefreshableApplicationContext.customizeBeanFactory(AbstractRefreshableApplicationContext.java:214)
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:126)
at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:425)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:355)
at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:140)
at org.springframework.context.support.FileSystemXmlApplicationContext.<init>(FileSystemXmlApplicationContext.java:84)
at br.com.eb.service.ServiceLocator.init(ServiceLocator.java:48)
at br.com.eb.service.ServiceLocator.singleton(ServiceLocator.java:59)
at br.com.eb.app.client.AppProxy.main(AppProxy.java:50)
Caused by: java.lang.ClassNotFoundException: org.springframework.asm.ClassVisitor
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:306)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
at java.lang.ClassLoader.loadClass(ClassLoader.java:247)
... 9 more
27/02/2012 11:52:24 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger <init>
INFO: New messenger : net.jxta.impl.endpoint.servlethttp.HttpClientMessenger@5470be88 {http://10.0.0.4:39528} {http://10.0.0.4:39528 / jxta://uuid-59616261646162614E50472050325033434E313333304131B937B43434303803}
27/02/2012 11:52:24 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger$MessagePoller run
INFO: Message polling beings for http://10.0.0.4:39528/uuid-59616261646162614E50472050325033115DFC7CA331416691A8A50EDA315E3503?120000,120000,http://10.0.0.4:39528
27/02/2012 11:52:29 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:52:29 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:29 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:52:29 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.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 : 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 <init>
INFO: New messenger : net.jxta.impl.endpoint.servlethttp.HttpClientMessenger@3c3a1834 {http://10.0.0.4:12436} {http://10.0.0.4:12436 / 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-59616261646162614E50472050325033115DFC7CA331416691A8A50EDA315E3503?120000,120000,http://10.0.0.4:12436
27/02/2012 11:52:56 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger <init>
INFO: New messenger : net.jxta.impl.endpoint.servlethttp.HttpClientMessenger@53797795 {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-59616261646162614E50472050325033115DFC7CA331416691A8A50EDA315E3503?120000,120000,http://10.0.0.4:4612
27/02/2012 11:52:59 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:52:59 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:59 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:52:59 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: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 : Connection refused
27/02/2012 11:53:18 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger <init>
INFO: New messenger : net.jxta.impl.endpoint.servlethttp.HttpClientMessenger@13342a67 {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-59616261646162614E50472050325033115DFC7CA331416691A8A50EDA315E3503?120000,120000,http://10.0.0.4:3939
27/02/2012 11:53:29 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:53:29 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:29 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:53:29 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: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 : Connection refused
27/02/2012 11:53:59 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:53:59 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:59 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:53:59 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:54:14 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:54:14 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901 : Connection refused
27/02/2012 11:54:17 net.jxta.impl.resolver.ResolverServiceImpl processResponse
AVISO: Uncaught Throwable from handler for: urn:jxta:uuid-DEADBEEFDEAFBABAFEEDBABE0000000305
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2786)
at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:94)
at net.jxta.impl.xindice.core.filer.Paged$Page.streamTo(Paged.java:1479)
at net.jxta.impl.xindice.core.filer.Paged.readValue(Paged.java:349)
at net.jxta.impl.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:148)
at net.jxta.impl.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:131)
at net.jxta.impl.cm.Indexer.writeRecord(Indexer.java:552)
at net.jxta.impl.cm.Indexer.addToIndex(Indexer.java:361)
at net.jxta.impl.cm.Cm.save(Cm.java:686)
at net.jxta.impl.discovery.DiscoveryServiceImpl.publish(DiscoveryServiceImpl.java:761)
at net.jxta.impl.discovery.DiscoveryServiceImpl.processResponse(DiscoveryServiceImpl.java:856)
at net.jxta.impl.resolver.ResolverServiceImpl.processResponse(ResolverServiceImpl.java:862)
at net.jxta.impl.resolver.ResolverServiceImpl.access$900(ResolverServiceImpl.java:119)
at net.jxta.impl.resolver.ResolverServiceImpl$DemuxResponse.processIncomingMessage(ResolverServiceImpl.java:1201)
at net.jxta.impl.endpoint.EndpointServiceImpl.processIncomingMessage(EndpointServiceImpl.java:989)
at net.jxta.impl.endpoint.EndpointServiceInterface.processIncomingMessage(EndpointServiceInterface.java:352)
at net.jxta.impl.endpoint.router.EndpointRouter.processIncomingMessage(EndpointRouter.java:1687)
at net.jxta.impl.endpoint.EndpointServiceImpl.processIncomingMessage(EndpointServiceImpl.java:989)
at net.jxta.impl.endpoint.EndpointServiceImpl.demux(EndpointServiceImpl.java:1053)
at net.jxta.impl.endpoint.EndpointServiceInterface.demux(EndpointServiceInterface.java:345)
at net.jxta.impl.endpoint.servlethttp.HttpMessageServlet.processRequest(HttpMessageServlet.java:384)
at net.jxta.impl.endpoint.servlethttp.HttpMessageServlet.doPost(HttpMessageServlet.java:193)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
at org.mortbay.jetty.servlet.ServletHandler.dispatch(ServletHandler.java:657)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
at org.mortbay.http.HttpServer.service(HttpServer.java:879)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
27/02/2012 11:54:29 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:54:29 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901 : Connection refused
27/02/2012 11:54:29 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:54:29 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:54:36 net.jxta.impl.resolver.ResolverServiceImpl processResponse
AVISO: Uncaught Throwable from handler for: urn:jxta:uuid-DEADBEEFDEAFBABAFEEDBABE0000000305
java.lang.OutOfMemoryError: Java heap space
at java.util.Arrays.copyOf(Arrays.java:2786)
at java.io.ByteArrayOutputStream.write(ByteArrayOutputStream.java:94)
at net.jxta.impl.xindice.core.filer.Paged$Page.streamTo(Paged.java:1479)
at net.jxta.impl.xindice.core.filer.Paged.readValue(Paged.java:349)
at net.jxta.impl.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:148)
at net.jxta.impl.xindice.core.filer.BTreeFiler.readRecord(BTreeFiler.java:131)
at net.jxta.impl.cm.Indexer.writeRecord(Indexer.java:552)
at net.jxta.impl.cm.Indexer.addToIndex(Indexer.java:361)
at net.jxta.impl.cm.Cm.save(Cm.java:686)
at net.jxta.impl.discovery.DiscoveryServiceImpl.publish(DiscoveryServiceImpl.java:761)
at net.jxta.impl.discovery.DiscoveryServiceImpl.processResponse(DiscoveryServiceImpl.java:856)
at net.jxta.impl.resolver.ResolverServiceImpl.processResponse(ResolverServiceImpl.java:862)
at net.jxta.impl.resolver.ResolverServiceImpl.access$900(ResolverServiceImpl.java:119)
at net.jxta.impl.resolver.ResolverServiceImpl$DemuxResponse.processIncomingMessage(ResolverServiceImpl.java:1201)
at net.jxta.impl.endpoint.EndpointServiceImpl.processIncomingMessage(EndpointServiceImpl.java:989)
at net.jxta.impl.endpoint.EndpointServiceInterface.processIncomingMessage(EndpointServiceInterface.java:352)
at net.jxta.impl.endpoint.router.EndpointRouter.processIncomingMessage(EndpointRouter.java:1687)
at net.jxta.impl.endpoint.EndpointServiceImpl.processIncomingMessage(EndpointServiceImpl.java:989)
at net.jxta.impl.endpoint.EndpointServiceImpl.demux(EndpointServiceImpl.java:1053)
at net.jxta.impl.endpoint.EndpointServiceInterface.demux(EndpointServiceInterface.java:345)
at net.jxta.impl.endpoint.servlethttp.HttpMessageServlet.processRequest(HttpMessageServlet.java:384)
at net.jxta.impl.endpoint.servlethttp.HttpMessageServlet.doPost(HttpMessageServlet.java:193)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
at org.mortbay.jetty.servlet.ServletHolder.handle(ServletHolder.java:358)
at org.mortbay.jetty.servlet.ServletHandler.dispatch(ServletHandler.java:657)
at org.mortbay.jetty.servlet.ServletHandler.handle(ServletHandler.java:567)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1807)
at org.mortbay.http.HttpContext.handle(HttpContext.java:1757)
at org.mortbay.http.HttpServer.service(HttpServer.java:879)
at org.mortbay.http.HttpConnection.service(HttpConnection.java:789)
at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:960)
27/02/2012 11:54:44 net.jxta.impl.endpoint.servlethttp.HttpClientMessenger retreiveLogicalDestinationAddress
AVISO: Ping (http://127.0.0.1:9901/) -> failed
27/02/2012 11:54:44 net.jxta.impl.endpoint.servlethttp.HttpMessageSender getMessenger
AVISO: Failed to connect to http://127.0.0.1:9901 : Connection refused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment