|
|
|
![]() |
|
Strumenti |
![]() |
#1 |
Senior Member
Iscritto dal: Dec 2003
Città: pisa
Messaggi: 2304
|
Jxta (In ambiente java) : Sapere quali peers partecipano ad un PeerGroup
Salve,
quando un peer si unisce ad un peerGroup come può recuperare l'identità (nome, peerID) di tutti gli altri peer che attualmente stanno partecipando a questo peerGroup? Grazie ![]() |
![]() |
![]() |
![]() |
#2 |
Senior Member
Iscritto dal: Jul 2002
Città: Milano
Messaggi: 19148
|
urca c'è qualcuno che usa JXTA
![]() se vuoi informazioni sugli altri peers usi il Discovery Query Message che ti consente di recuperare gli advertisement che sono pubblicati nel gruppo. non c'è niente di troppo difficile, devi inviare un messaggio ed implementare un handler ovvero una funzione che viene richiamata quando arrivano gli advertisement in modo da poterli processare. se prendi la java programmer's guide trovi sicuramente le indicazioni dettagliate: mi ricordo che uno degli esempi riguardava proprio la scoperta dei peer della rete ![]() se ti serve altro su JXTA rispondi pure al thread o contattami: ho fatto la tesi triennale e anche se sono passati 3 anni mi ricordo ancora abbastanza ![]() |
![]() |
![]() |
![]() |
#3 |
Senior Member
Iscritto dal: Dec 2003
Città: pisa
Messaggi: 2304
|
Ciao,
prima di tutto grazie per aver risposto^^ Allora Il discovery Query message ho visto che ha un metodo (getPeerAdvertiesemnt) che però restituisce un solo oggetto di tipo PeerAdvertiesemnt...quindi nn credo di aver bene capito cosa utilizzare. Cmq ho implementato questo metodo "alternativo": -Prima di tutto ogni Peer recupera il GroupAdvertiesemnt del PeerGroup interessato -Ottiene il DiscoveryService ( DS ) dall'istanza del PeerGroup recuperato -Pubblica il prorpio PeerAdv sul PeerGroup ( DS.remotePublish(PeerAdv) ) A questo punto ogni Peer effettua la ricerca di tutti i Peers prensenti nel gruppo con questa chiamata: -DS.getRemoteAdvertisements(null,DiscoveryService.PEER,null,null,4); e con l'ausilio di un listner che reperisce di volta in volta i messaggi di risposta. Ora ...ho provato a lanciare tre programmi in directory diverse e loro si riescono a vedere. ma un mio amico che lancia lo stesso programma da un'altra città non mi riesce a vedere ed io nn vedo lui. Quindi ho provato a dare alla getRemoteAdv l'Id del Peer del mio amico: -DS.getRemoteAdvertisements(IDPeerMioAmico,DiscoveryService.PEER,null,null,4); e a questo punto funziona. Come mai se fa una ricerca nn mirata (quindi senza l'id del Peer) nn trova niente?....Non dipenderà mica dal fatto che la getRemote Advertisement effettua la ricerca solo sul RendezvuosPeer al quale si è connessi? Non dovrebbe propagare la richiesta agli altri RendezvousPeer della rete (tra l'altro con numero hops settato di default a 7 )? Ti ringrazio ancora , Ciao! |
![]() |
![]() |
![]() |
#4 |
Senior Member
Iscritto dal: Jul 2002
Città: Milano
Messaggi: 19148
|
ho idea che è un problema relativo al Peer Resolver Protocol che è quello che sta alla base di tutto (comprese le query che generi con il Discovery Protocol).
sperimentalmente avevo notato che facendo partire il servizio Rendezvous su tutti i peer il problema si risolveva e avevo uno scambio di query molto più immediato però sono passati circa 3 anni, JXTA presumo si sia evoluto un pochino... tu cmq fai sta prova |
![]() |
![]() |
![]() |
#5 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 311
|
ciao, sto partecipando pure io al progetto in ambiente JXTA con makaku, in pratica oggi ho provato due classi "didattiche", una crea un ristorante l'altra un ipotetico avventore, il ristorante lo crea senza problemi l'avventore però una volta lanciato non vede il ristorante sia in locale tutte e due le classi sul mio pc sia in remoto ristorante da me e avventore sul pc di makaku (o viceversa), la mia domanda sarebbe questa:
Sai dove repererire del materiale "accurato" su JXTA compresa magari la configurazione dell'ambiente al momento lascio tutto su default per il discorso relays/rendezvous grazie ancora Ciao. |
![]() |
![]() |
![]() |
#6 |
Senior Member
Iscritto dal: Dec 2004
Città: Roma
Messaggi: 27168
|
mi unisco anche io.
non riesco a far comunicare due peers,uno server che ascolta messaggi su una pipe e uno client. ho semplicemente scaricato l'esempio del tutorial,ma nn funge...: http://platform.jxta.org/source/brow...utorials/pipe/ compilo tutto e parte, il server si blocca su "waiting messages", il client su "searching for the JXTA-EX1 Service advertisement" dove JXTA-EX1 è il nome dell'advertisement...
__________________
MetallicGear Qube,Asus Strix z690 d4,i7 13700k+Arctic 360rgb,2x32gb Patriot Viper Rgb 3600mhz,ssd:980pro 2TB-970evo 1tb-970evo 2tb-sm941 2tb-kingston 3dUltra 2tb,4090 phantom+Samsung 34 g8 OLED,Corsair 1000w,Xonar U7mk2 USB,sua 1500i,Asus Scope TKL-g13-g35-g903 vecchi bench 780/970 |
![]() |
![]() |
![]() |
#7 | |
Senior Member
Iscritto dal: Jul 2002
Città: Milano
Messaggi: 19148
|
Quote:
per quanto riguarda la configurazione non ho più i file che usavo io, ma ricordo che modificavo qualcosa come valore. i relay direi che non ti servono, ma i rendezvous sì... comunque come dicevo ieri io attivavo il servizio rendezvous su tutti i peer del mio gruppo, aiutava moltissimo |
|
![]() |
![]() |
![]() |
#8 | |
Senior Member
Iscritto dal: Jul 2002
Città: Milano
Messaggi: 19148
|
Quote:
|
|
![]() |
![]() |
![]() |
#9 |
Senior Member
Iscritto dal: Oct 2004
Messaggi: 311
|
grazie
siamo in fase di testing....non ci vediamo neanche settando nella getRemoteAdvertaisment l'ID dell'altro peer sono senza parole!!! ![]() |
![]() |
![]() |
![]() |
#10 | |
Senior Member
Iscritto dal: Dec 2004
Città: Roma
Messaggi: 27168
|
Quote:
// Let's initialize the client System.out.println("Start the Client"); // Let's try to locate the service advertisement // we will loop until we find it! System.out.println("searching for the JXTA-EX1 Service advertisement"); Enumeration en = null; while (true) { in pratica si blocca per cercare gli advertisements,e ad ogni ciclo del while mi scrive un ".",ma non ne trova mai
__________________
MetallicGear Qube,Asus Strix z690 d4,i7 13700k+Arctic 360rgb,2x32gb Patriot Viper Rgb 3600mhz,ssd:980pro 2TB-970evo 1tb-970evo 2tb-sm941 2tb-kingston 3dUltra 2tb,4090 phantom+Samsung 34 g8 OLED,Corsair 1000w,Xonar U7mk2 USB,sua 1500i,Asus Scope TKL-g13-g35-g903 vecchi bench 780/970 |
|
![]() |
![]() |
![]() |
#11 | |
Senior Member
Iscritto dal: Dec 2004
Città: Roma
Messaggi: 27168
|
Quote:
__________________
MetallicGear Qube,Asus Strix z690 d4,i7 13700k+Arctic 360rgb,2x32gb Patriot Viper Rgb 3600mhz,ssd:980pro 2TB-970evo 1tb-970evo 2tb-sm941 2tb-kingston 3dUltra 2tb,4090 phantom+Samsung 34 g8 OLED,Corsair 1000w,Xonar U7mk2 USB,sua 1500i,Asus Scope TKL-g13-g35-g903 vecchi bench 780/970 |
|
![]() |
![]() |
![]() |
#12 | |
Senior Member
Iscritto dal: Jul 2002
Città: Milano
Messaggi: 19148
|
Quote:
![]() |
|
![]() |
![]() |
![]() |
#13 |
Senior Member
Iscritto dal: Dec 2004
Città: Roma
Messaggi: 27168
|
che
![]()
__________________
MetallicGear Qube,Asus Strix z690 d4,i7 13700k+Arctic 360rgb,2x32gb Patriot Viper Rgb 3600mhz,ssd:980pro 2TB-970evo 1tb-970evo 2tb-sm941 2tb-kingston 3dUltra 2tb,4090 phantom+Samsung 34 g8 OLED,Corsair 1000w,Xonar U7mk2 USB,sua 1500i,Asus Scope TKL-g13-g35-g903 vecchi bench 780/970 |
![]() |
![]() |
![]() |
#14 |
Junior Member
Iscritto dal: Jan 2008
Messaggi: 4
|
Progetto p2p
Ciao a tutti,
mi rendo conto che forse questa discussione è un pò vecchiotta. Sto facendo un progetto didattico usando jxta: devo implementare,inoltre l'algoritmo per la DHT uguale a quello di CAN. Ho letto delle informazioni riguardo JXTA ma non ho capito bene dal punto di vista pratico cosa devo fare... sapete consigliarmi o indirizzarmi qualcosa? magari qualche esempio da testare... |
![]() |
![]() |
![]() |
#15 |
Senior Member
Iscritto dal: Dec 2004
Città: Roma
Messaggi: 27168
|
da quanto tempo non sentivo parlare di JXTA!
dalla tesi di un anno e mezzo fa... purtroppo non ho davvero nulla sottomano. dopo la laurea, ho perso di vista un po' di cose!
__________________
MetallicGear Qube,Asus Strix z690 d4,i7 13700k+Arctic 360rgb,2x32gb Patriot Viper Rgb 3600mhz,ssd:980pro 2TB-970evo 1tb-970evo 2tb-sm941 2tb-kingston 3dUltra 2tb,4090 phantom+Samsung 34 g8 OLED,Corsair 1000w,Xonar U7mk2 USB,sua 1500i,Asus Scope TKL-g13-g35-g903 vecchi bench 780/970 |
![]() |
![]() |
![]() |
#16 |
Junior Member
Iscritto dal: Jan 2008
Messaggi: 4
|
...Sapresti cmq indirizzarmi su come impostare il tutto?...su cosa devo implementare... nn ho le idee molto chiare!
![]() ![]() |
![]() |
![]() |
![]() |
#17 |
Senior Member
Iscritto dal: Dec 2004
Città: Roma
Messaggi: 27168
|
a grandi linee JXTA è questo:
- rappresenta una implementazione di una rete PEER TO PEER pura, senza alcun server. Ogni nodo può vedere tutti gli altri e carpire (se ne è autorizzato) le informazioni che gli necessitano - alcuni nodi sono destinati come "informatori" e sono i cosiddetti "rendez-vous", i quali sanno effettivamente chi è connesso alla rete. Ogni nodo che si collega cerca il rendez-vous, e se no lo trova, diventa egli stesso rendez-vous. Quindi la rete è sempre viva, anche se crasha uno di questi, si ristabilizza subito. Per procedere con l'implementazione di qualcosa, i primi passi, ti consiglio di seguire passo passo gli esempi-tutorial del sito ufficiale, www.jxta.org Se mi viene qualcos'altro in mente, te lo dico, ma è passato un bel po' di tempo.... PS: Sul sito dovresti trovare anche una shell che implementa una rete già fatta, dove ci sono nodi sparsi su internet, interrogabili, con i quali si può pure parlare in teoria.
__________________
MetallicGear Qube,Asus Strix z690 d4,i7 13700k+Arctic 360rgb,2x32gb Patriot Viper Rgb 3600mhz,ssd:980pro 2TB-970evo 1tb-970evo 2tb-sm941 2tb-kingston 3dUltra 2tb,4090 phantom+Samsung 34 g8 OLED,Corsair 1000w,Xonar U7mk2 USB,sua 1500i,Asus Scope TKL-g13-g35-g903 vecchi bench 780/970 |
![]() |
![]() |
![]() |
#18 |
Junior Member
Iscritto dal: Jan 2008
Messaggi: 4
|
Help
Ciao,
dal punto di vista teorico ho letto abbastanza su jxta ....il problema è adesso che sto cercando di implementare qualcosa... Cmq...sto cercando di far partire qualche esempio stupido..giusto per prendere familiarità... ma in ogni esempio ottengo sempre un'eccezione... (anche se poi in realtà sembra funzionare)... L'eccezione con alcuni mess è la seguente (per un esempio in cui creo e faccio la join ad un nuovo peerGroup..ma cmq si verifica anche x tutti gli altri: 22-giu-2008 10.50.20 net.jxta.platform.NetworkManager configure INFO: Loading existing configuration. mode = ADHOC 22-giu-2008 10.50.20 net.jxta.platform.NetworkManager startNetwork INFO: Starting JXTA Network! MODE = ADHOC, HOME = file:/C:/Documents%20and%20Settings/Gianluigi/Example_p2p/.cache/DirectMessengerReceiver/ 22-giu-2008 10.50.20 net.jxta.impl.protocol.RelayConfigAdv <init> AVVERTENZA: Unhandled Element: net.jxta.impl.document.LiteXMLElement@e1d5ea / isOff = <<null value>> 22-giu-2008 10.50.21 net.jxta.impl.loader.RefJxtaLoader findModuleImplAdvertisement AVVERTENZA: 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 example_p2p.Join.startJxta(Join.java:59) at example_p2p.Join.main(Join.java:44) 22-giu-2008 10.50.21 net.jxta.peergroup.WorldPeerGroupFactory newWorldPeerGroup INFO: Making a new World Peer Group instance using : net.jxta.impl.peergroup.Platform 22-giu-2008 10.50.21 net.jxta.impl.cm.SrdiIndex clearSrdi INFO: Clearing SRDI for null 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Always Access Service (net.jxta.impl.access.always.AlwaysAccessService) 22-giu-2008 10.50.21 net.jxta.impl.endpoint.tcp.IncomingUnicastServer openServerSocket INFO: Server will accept connections at /0.0.0.0:9701 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the TCP Message Transport (net.jxta.impl.endpoint.tcp.TcpTransport) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Rendezvous Service (net.jxta.impl.rendezvous.RendezVousServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Peerinfo Service (net.jxta.impl.peer.PeerInfoServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Endpoint service (net.jxta.impl.endpoint.EndpointServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : None Membership Service (net.jxta.impl.membership.none.NoneMembershipService) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Resolver service (net.jxta.impl.resolver.ResolverServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Discovery service (net.jxta.impl.discovery.DiscoveryServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the IP Multicast Message Transport (net.jxta.impl.endpoint.mcast.McastTransport) 22-giu-2008 10.50.21 net.jxta.impl.endpoint.tcp.TcpTransport startApp AVVERTENZA: Stalled until there is an endpoint service 22-giu-2008 10.50.21 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp AVVERTENZA: Stalled until there is an endpoint service 22-giu-2008 10.50.21 net.jxta.impl.peer.PeerInfoServiceImpl startApp AVVERTENZA: Stalled until there is a resolver service 22-giu-2008 10.50.21 net.jxta.impl.endpoint.EndpointServiceImpl startApp INFO: Endpoint Service started. 22-giu-2008 10.50.21 net.jxta.impl.discovery.DiscoveryServiceImpl startApp AVVERTENZA: Stalled until there is a rendezvous service 22-giu-2008 10.50.21 net.jxta.impl.endpoint.mcast.McastTransport startApp INFO: IP Multicast Message Transport started. 22-giu-2008 10.50.21 net.jxta.impl.endpoint.tcp.TcpTransport$MessengerSelectorThread run INFO: MessengerSelectorThread polling started 22-giu-2008 10.50.21 net.jxta.impl.endpoint.tcp.TcpTransport startApp INFO: TCP Message Transport started. 22-giu-2008 10.50.21 net.jxta.impl.rendezvous.adhoc.AdhocPeerRdvService <init> INFO: RendezVous Service is initialized for urn:jxta:jxta-WorldGroup as an ad hoc peer. 22-giu-2008 10.50.21 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp INFO: Rendezvous Serivce started 22-giu-2008 10.50.21 net.jxta.impl.endpoint.tcp.IncomingUnicastServer run INFO: Server is ready to accept connections 22-giu-2008 10.50.21 net.jxta.impl.discovery.DiscoveryServiceImpl beEdge INFO: Switched to a Edge peer role. 22-giu-2008 10.50.21 net.jxta.impl.discovery.DiscoveryServiceImpl startApp INFO: Discovery service started 22-giu-2008 10.50.21 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) 22-giu-2008 10.50.21 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 22-giu-2008 10.50.21 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) 22-giu-2008 10.50.21 net.jxta.impl.cm.SrdiIndex clearSrdi INFO: Clearing SRDI for NetPeerGroup 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the JXME Proxy Service (net.jxta.impl.proxy.ProxyService) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : PSE Membership Service (net.jxta.impl.membership.pse.PSEMembershipService) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Pipe Service (net.jxta.impl.pipe.PipeServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Router Message Transport (net.jxta.impl.endpoint.router.EndpointRouter) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Always Access Service (net.jxta.impl.access.always.AlwaysAccessService) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Rendezvous Service (net.jxta.impl.rendezvous.RendezVousServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Endpoint service (net.jxta.impl.endpoint.EndpointServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Peerinfo Service (net.jxta.impl.peer.PeerInfoServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Cryptobased-ID Message Transport (net.jxta.impl.endpoint.cbjx.CbJxTransport) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Resolver service (net.jxta.impl.resolver.ResolverServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.endpoint.tls.TlsTransport <init> INFO: Adjusting TLS connection idle timeout to 300000 millis. 22-giu-2008 10.50.21 net.jxta.impl.endpoint.tls.TlsTransport <init> INFO: Adjusting TLS min reconnection idle to 60000 millis. 22-giu-2008 10.50.21 net.jxta.impl.endpoint.tls.TlsTransport <init> INFO: Adjusting TLS maximum retry queue age to 120000 millis. 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the TLS Message Transport (net.jxta.impl.endpoint.tls.TlsTransport) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Discovery service (net.jxta.impl.discovery.DiscoveryServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.proxy.ProxyService startApp AVVERTENZA: Stalled until there is a endpoint service 22-giu-2008 10.50.21 net.jxta.impl.membership.pse.PSEMembershipService startApp INFO: PSE Membmership Service started. 22-giu-2008 10.50.21 net.jxta.impl.pipe.PipeServiceImpl startApp AVVERTENZA: Stalled until there is an endpoint service 22-giu-2008 10.50.21 net.jxta.impl.endpoint.router.EndpointRouter startApp AVVERTENZA: Stalled until there is an endpoint service 22-giu-2008 10.50.21 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp AVVERTENZA: Stalled until there is an endpoint service 22-giu-2008 10.50.21 net.jxta.impl.endpoint.EndpointServiceImpl startApp INFO: Endpoint Service started. 22-giu-2008 10.50.21 net.jxta.impl.peer.PeerInfoServiceImpl startApp AVVERTENZA: Stalled until there is a resolver service 22-giu-2008 10.50.21 net.jxta.impl.endpoint.cbjx.CbJxTransport startApp INFO: CbJxTransport started 22-giu-2008 10.50.21 net.jxta.impl.discovery.DiscoveryServiceImpl startApp AVVERTENZA: Stalled until there is a rendezvous service 22-giu-2008 10.50.21 net.jxta.impl.proxy.ProxyService startApp AVVERTENZA: Stalled until there is a discovery service 22-giu-2008 10.50.21 net.jxta.impl.pipe.PipeServiceImpl startApp AVVERTENZA: Stalled until there is a rendezvous service 22-giu-2008 10.50.21 net.jxta.impl.endpoint.router.EndpointRouter startApp AVVERTENZA: Endpoint Router start stalled until rendezvous service available 22-giu-2008 10.50.21 net.jxta.impl.rendezvous.adhoc.AdhocPeerRdvService <init> INFO: RendezVous Service is initialized for urn:jxta:jxta-NetGroup as an ad hoc peer. 22-giu-2008 10.50.21 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp INFO: Rendezvous Serivce started 22-giu-2008 10.50.21 net.jxta.impl.discovery.DiscoveryServiceImpl beEdge INFO: Switched to a Edge peer role. 22-giu-2008 10.50.21 net.jxta.impl.discovery.DiscoveryServiceImpl startApp INFO: Discovery service started 22-giu-2008 10.50.21 net.jxta.impl.proxy.ProxyService startApp AVVERTENZA: Stalled until there is a pipe service 22-giu-2008 10.50.21 net.jxta.impl.cm.SrdiIndex <init> INFO: [urn:jxta:jxta-NetGroup "NetPeerGroup"[0] / urn:jxta:jxta-WorldGroup "World PeerGroup"[2]] : Initialized pipeResolverSrdi 22-giu-2008 10.50.21 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 22-giu-2008 10.50.21 net.jxta.impl.cm.SrdiIndex <init> INFO: [urn:jxta:jxta-NetGroup "NetPeerGroup"[0] / urn:jxta:jxta-WorldGroup "World PeerGroup"[2]] : Initialized routerSrdi 22-giu-2008 10.50.21 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. 22-giu-2008 10.50.21 net.jxta.impl.proxy.ProxyService startApp INFO: JXME Proxy Service started. 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded module : Default Network PeerGroup reference implementation (net.jxta.impl.peergroup.ShadowPeerGroup) 22-giu-2008 10.50.21 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) 22-giu-2008 10.50.21 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) Creating a new group advertisement 22-giu-2008 10.50.21 net.jxta.impl.protocol.RelayConfigAdv <init> AVVERTENZA: Unhandled Element: net.jxta.impl.document.LiteXMLElement@100363 / isOff = <<null value>> 22-giu-2008 10.50.21 net.jxta.platform.NetworkManager startNetwork INFO: Started JXTA Network! 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup getInterface INFO: [urn:jxta:jxta-NetGroup] GROUP REF COUNT INCREMENTED TO: 2 by net.jxta.impl.peergroup.GenericPeerGroup.newGroup(GenericPeerGroup.java:1432) 22-giu-2008 10.50.21 net.jxta.impl.cm.SrdiIndex clearSrdi INFO: Clearing SRDI for null 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Always Access Service (net.jxta.impl.access.always.AlwaysAccessService) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Rendezvous Service (net.jxta.impl.rendezvous.RendezVousServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Peerinfo Service (net.jxta.impl.peer.PeerInfoServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Endpoint service (net.jxta.impl.endpoint.EndpointServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : None Membership Service (net.jxta.impl.membership.none.NoneMembershipService) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Resolver service (net.jxta.impl.resolver.ResolverServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Discovery service (net.jxta.impl.discovery.DiscoveryServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded privileged module : Reference Implementation of the Pipe Service (net.jxta.impl.pipe.PipeServiceImpl) 22-giu-2008 10.50.21 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp AVVERTENZA: Stalled until there is an endpoint service 22-giu-2008 10.50.21 net.jxta.impl.peer.PeerInfoServiceImpl startApp AVVERTENZA: Stalled until there is a resolver service 22-giu-2008 10.50.21 net.jxta.impl.endpoint.EndpointServiceImpl startApp INFO: Endpoint Service started. 22-giu-2008 10.50.21 net.jxta.impl.discovery.DiscoveryServiceImpl startApp AVVERTENZA: Stalled until there is a rendezvous service 22-giu-2008 10.50.21 net.jxta.impl.pipe.PipeServiceImpl startApp AVVERTENZA: Stalled until there is a rendezvous service 22-giu-2008 10.50.21 net.jxta.impl.rendezvous.edge.EdgePeerRdvService <init> INFO: RendezVous Service is initialized for urn:jxta:uuid-D47DF7F61DF74B37A7FBC97AC397C44A02 as an Edge peer. 22-giu-2008 10.50.21 net.jxta.impl.rendezvous.RendezVousServiceImpl startApp INFO: Rendezvous Serivce started 22-giu-2008 10.50.21 net.jxta.impl.discovery.DiscoveryServiceImpl beEdge INFO: Switched to a Edge peer role. 22-giu-2008 10.50.21 net.jxta.impl.discovery.DiscoveryServiceImpl startApp INFO: Discovery service started 22-giu-2008 10.50.21 net.jxta.impl.pipe.NonBlockingWireOutputPipe <init> INFO: Constructing for urn:jxta:uuid-59616261646162614E504720503250335065657256694577B575A9642D44343704 22-giu-2008 10.50.21 net.jxta.impl.pipe.NonBlockingWireOutputPipe close INFO: Closing queue for urn:jxta:uuid-59616261646162614E504720503250335065657256694577B575A9642D44343704 22-giu-2008 10.50.21 net.jxta.impl.cm.SrdiIndex <init> INFO: [urn:jxta:uuid-D47DF7F61DF74B37A7FBC97AC397C44A02[0] / urn:jxta:jxta-NetGroup "NetPeerGroup"[2] / urn:jxta:jxta-WorldGroup "World PeerGroup"[1]] : Initialized pipeResolverSrdi 22-giu-2008 10.50.21 net.jxta.impl.cm.SrdiIndex startGC INFO: [urn:jxta:uuid-D47DF7F61DF74B37A7FBC97AC397C44A02[0] / urn:jxta:jxta-NetGroup "NetPeerGroup"[2] / urn:jxta:jxta-WorldGroup "World PeerGroup"[1]] : Starting SRDI GC Thread for pipeResolverSrdi 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup loadModule INFO: Loaded module : General Purpose Peer Group Implementation (net.jxta.impl.peergroup.StdPeerGroup) 22-giu-2008 10.50.21 net.jxta.impl.peergroup.GenericPeerGroup getInterface INFO: [urn:jxta:uuid-D47DF7F61DF74B37A7FBC97AC397C44A02] GROUP REF COUNT INCREMENTED TO: 1 by net.jxta.impl.peergroup.PeerGroupInterface.newGroup(PeerGroupInterface.java:322) Group = JoinTest Group ID = urn:jxta:uuid-D47DF7F61DF74B37A7FBC97AC397C44A02 Group published successfully. Joining peer group... Successfully joined group JoinTest Credential: jxta:Cred ( xml:space="preserve" xmlns:jxta="http://jxta.org" type="jxta:NullCred" ) : PeerGroupID : urn:jxta:uuid-D47DF7F61DF74B37A7FBC97AC397C44A02 PeerID : urn:jxta:uuid-59616261646162614E5047205032503346C57D94085643418492CF33E5F80AED03 Identity : nobody |
![]() |
![]() |
![]() |
#19 |
Senior Member
Iscritto dal: Oct 2007
Città: Padova
Messaggi: 4131
|
usare il tag CODE anche per l'output del processo di compilazione e/o esecuzione sarebbe cosa gradita (e offre maggiori probabilità che il codice postato venga letto dagli altri utenti)
__________________
As long as you are basically literate in programming, you should be able to express any logical relationship you understand. If you don’t understand a logical relationship, you can use the attempt to program it as a means to learn about it. (Chris Crawford) |
![]() |
![]() |
![]() |
Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 01:37.