Alright, i'm using IBM's java now on my server, but i'm still getting
errors, although different... thoughts? anyone?
[root@www Freenet]#
[root@www Freenet]# cd /usr/local/Freenet/
[root@www Freenet]# ./freenet_server &
[1] 6162
[root@www Freenet]# + java Freenet.node.Node
[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
6165/java
[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 2295 (build 391)
State "PREPARED" reached.
java.lang.IllegalArgumentException: Freenet.transport.<!DOCTYPE HTML PUBLIC
"-Address
at Freenet.support.Loader.load(Loader.java)
at Freenet.support.Loader.getInstance(Loader.java)
at Freenet.Address.<init>(Address.java)
at Freenet.node.NodeReference.getAddress(NodeReference.java)
at Freenet.message.Request.sentToNextBest(Request.java)
at Freenet.message.Request.pReceived(Request.java)
at Freenet.Message.received(Message.java)
at
Freenet.node.StandardMessageHandler.handle(StandardMessageHandler.java)
at Freenet.ConnectionHandler.run(ConnectionHandler.java)
at Freenet.thread.EThread.run(EThread.java)
at java.lang.Thread.run(Thread.java)
A message was sent to tcp/127.0.0.1:19114.
State "REQUESTING" reached.
No reply was received from Freenet within the calculated expected time. Are
you not running a local node?
State "FAILED" reached.
Insert failed gracefully.
Generic exception: null
[root@www Freenet]#
On 5/15/01 4:53 PM, "David McNab" <[EMAIL PROTECTED]> wrote:
> Dunno if this helps, but I've never had much luck running Freenet on Linux
> using kaffe.
> IBMJava - no sweat.
>
> Cheers
> David
>
> ----- Original Message -----
> From: "Rick Dietz" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, May 16, 2001 8:14 AM
> Subject: Re: [freenet-chat] getting freenet running on linux
>
>
>> 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
>>
>
>
> _______________________________________________
> Chat mailing list
> [EMAIL PROTECTED]
> http://lists.freenetproject.org/mailman/listinfo/chat
_______________________________________________
Chat mailing list
[EMAIL PROTECTED]
http://lists.freenetproject.org/mailman/listinfo/chat