![]() |
|
Register | FAQ | The Twelve Commandments | Members List | Calendar | Arcade | Find the Best VPN | Today's Posts | Search |
General Gnutella Development Discussion For general discussion about Gnutella development. |
![]() |
| LinkBack | Thread Tools | Display Modes |
|
| |||
![]() I am trying to send a few ping requests and want to handle the pong replies. What is the best way to go about it? I tried extending StandardMessageRouter class and overriding handlePingRequestForMe method. I initialized the required classes like acceptor FileManager, Authenticator .... etc in a main method but got the following exception: java.lang.NullPointerException at com.sun.java.util.collections.Arrays.sort(Arrays.j ava:1102) at com.limegroup.gnutella.FileManager.loadSettingsBlo cking(FileManager.j ava:472) at com.limegroup.gnutella.FileManager$1.run(FileManag er.java:416) java.io.IOException at com.limegroup.gnutella.util.SocketOpener.connect(S ockets.java:183) at com.limegroup.gnutella.util.Sockets.connect(Socket s.java:105) at com.limegroup.gnutella.Connection.initializeWithou tRetry(Connection.j ava:253) at com.limegroup.gnutella.Connection.initialize(Conne ction.java:213) at com.limegroup.gnutella.ManagedConnection.initializ e(ManagedConnection .java:349) at com.limegroup.gnutella.ConnectionManager.initializ eExternallyGenerate dConnection(ConnectionManager.java:1225) at com.limegroup.gnutella.ConnectionManager.createCon nectionBlocking(Con nectionManager.java:173) at myStart.main(myStart.java:29) ****************************************** Thanks in advance for any help Sriram |
![]() |
| |
![]() | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ping | kittijo | General Windows Support | 1 | August 24th, 2004 12:53 PM |
Sending Ping Requests | Sriram | Open Discussion topics | 0 | January 24th, 2003 04:03 PM |
Problems sending MSGs(ping, pong, query...) over gnutella network | Tiago s1x | General Gnutella / Gnutella Network Discussion | 1 | August 4th, 2001 04:20 AM |
Problems sending MSGs(ping, pong, query...) over gnutella network | Tiago s1x | General Gnutella / Gnutella Network Discussion | 1 | August 4th, 2001 04:17 AM |
PING? | chinaman | General Gnutella / Gnutella Network Discussion | 0 | April 26th, 2001 08:50 PM |