alright, i can telnet to 19114 and see it --

[root@www Freenet]# netstat -nap | grep 19114
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 0.0.0.0:19114           0.0.0.0:*               LISTEN
7290/Kaffe         

but i still get exceptions when i try to insert and request.

[root@www Freenet]# ./freenet_insert freenet:KSK@bush-protest
bush-protest.jpg 
+ java Freenet.client.InsertClient freenet:KSK@bush-protest bush-protest.jpg
Freenet Core running on 1146 (build 391)
Freenet.ConnectFailedException
        at java.lang.Throwable.<init>(Throwable.java:33)
        at java.lang.Exception.<init>(Exception.java:20)
        at 
Freenet.ConnectFailedException.<init>(ConnectFailedException.java:line
unknown, pc 0x85204b3)
        at Freenet.Core.makeConnection(Core.java:line unknown, pc 0x84f54f4)
        at Freenet.client.FNPClient$BInstance.prepare(FNPClient.java:line
unknown, pc 0x84f5134)
        at 
Freenet.client.FNPClient$BInsertInstance.prepare(FNPClient.java:line
unknown, pc 0x841bc04)
        at Freenet.client.FNPClient$BInstance.run(FNPClient.java:line
unknown, pc 0x840981c)
        at java.lang.Thread.run(Thread.java:314)
A fatal exception occured while processing: Freenet.ConnectFailedException
State "FAILED" reached.
Encountered the following exceptions while trying to Insert:
Freenet.ConnectFailedException
        at java.lang.Throwable.<init>(Throwable.java:33)
        at java.lang.Exception.<init>(Exception.java:20)
        at 
Freenet.ConnectFailedException.<init>(ConnectFailedException.java:line
unknown, pc 0x85204b3)
        at Freenet.Core.makeConnection(Core.java:line unknown, pc 0x84f54f4)
        at Freenet.client.FNPClient$BInstance.prepare(FNPClient.java:line
unknown, pc 0x84f5134)
        at 
Freenet.client.FNPClient$BInsertInstance.prepare(FNPClient.java:line
unknown, pc 0x841bc04)
        at Freenet.client.FNPClient$BInstance.run(FNPClient.java:line
unknown, pc 0x840981c)
        at java.lang.Thread.run(Thread.java:314)
Generic exception: null




On 5/10/01 1:26 AM, "Tavin Cole" <[EMAIL PROTECTED]> wrote:
> On Wed, May 09, 2001 at 09:34:46PM -0500, Rick Dietz wrote:
>> I've got the most recent freenet release.  I'm running redhat 6.2 and Kaffe.
>> The process list indicates the server is running.  Any ideas about what
>> might be wrong with the configuration?
>> rick
> 
> Well, what port number do you have the node running on?  Probably not 19114
> according to the stack traces..
> 
> You can use the -serverAddress switch to specify the node and port number
> to connect to.
> 
> 
>> [root@www Freenet]# ./freenet_insert freenet:KSK@bush-protest
>> bush_protest.jpg
>> + java Freenet.client.InsertClient freenet:KSK@bush-protest bush_protest.jpg
>> Freenet Core running on 1035 (build 391)
>> Freenet.ConnectFailedException: Freenet.ConnectException:
>> java.io.IOException: Connection refused when attempting to connect to
>> tcp/127.0.0.1:19114
>>         at java.lang.Throwable.<init>(Throwable.java:38)
>>         at java.lang.Exception.<init>(Exception.java:24)
>>         at 
>> Freenet.ConnectFailedException.<init>(ConnectFailedException.java:line
>> unknown, pc 0x84f0b1b)
>>         at Freenet.Core.connect(Core.java:line unknown, pc 0x84f6230)
>>         at Freenet.Core.makeConnection(Core.java:line unknown, pc 0x84f547f)
>>         at Freenet.client.FNPClient$BInstance.prepare(FNPClient.java:line
>> unknown, pc 0x84f5134)
>>         at 
>> Freenet.client.FNPClient$BInsertInstance.prepare(FNPClient.java:line
>> unknown, pc 0x841bc04)
>>         at Freenet.client.FNPClient$BInstance.run(FNPClient.java:line
>> unknown, pc 0x840981c)
>>         at java.lang.Thread.run(Thread.java:314)
>> A fatal exception occured while processing: Freenet.ConnectFailedException:
>> Freenet.ConnectException: java.io.IOException: Connection refused when
>> attempting to connect to tcp/127.0.0.1:19114
>> State "FAILED" reached.
>> Encountered the following exceptions while trying to Insert:
>> Freenet.ConnectFailedException: Freenet.ConnectException:
>> java.io.IOException: Connection refused when attempting to connect to
>> tcp/127.0.0.1:19114
>>         at java.lang.Throwable.<init>(Throwable.java:38)
>>         at java.lang.Exception.<init>(Exception.java:24)
>>         at 
>> Freenet.ConnectFailedException.<init>(ConnectFailedException.java:line
>> unknown, pc 0x84f0b1b)
>>         at Freenet.Core.connect(Core.java:line unknown, pc 0x84f6230)
>>         at Freenet.Core.makeConnection(Core.java:line unknown, pc 0x84f547f)
>>         at Freenet.client.FNPClient$BInstance.prepare(FNPClient.java:line
>> unknown, pc 0x84f5134)
>>         at 
>> Freenet.client.FNPClient$BInsertInstance.prepare(FNPClient.java:line
>> unknown, pc 0x841bc04)
>>         at Freenet.client.FNPClient$BInstance.run(FNPClient.java:line
>> unknown, pc 0x840981c)
>>         at java.lang.Thread.run(Thread.java:314)
>> Generic exception: null
>> [root@www Freenet]#
>> 
>> 
>> _______________________________________________
>> Chat mailing list
>> [EMAIL PROTECTED]
>> http://lists.freenetproject.org/mailman/listinfo/chat


_______________________________________________
Chat mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/chat

Reply via email to