Re: Re: Re: [freenet-support] Freenet not starting on Mandrake 10 + J2SE 1.4.2_05

2004-08-04 Thread Toad
On Wed, Aug 04, 2004 at 01:34:53PM -0700, Scott Call wrote:
> > It's supposed to infinite loop. Hence "waiting". It's waiting for I/O or
> > something. What do you see on normal? On minor?
> > >
> 
> D'oh sorry, that's my misunderstanding then.
> 
> With "minor" I get:
> Aug 4, 2004 1:31:49 PM (freenet.node.Main, main, MINOR): Granularity
> is between 2ms and 2ms, average is 2
> Aug 4, 2004 1:31:49 PM (freenet.node.Main, main, NORMAL): Starting
> Freenet (Fred) 0.5 node, build #5088 on JVM Sun Microsystems Inc.:Java
> HotSpot(TM) Server VM:1.4.2_05-b04
> Aug 4, 2004 1:31:50 PM (freenet.node.Main, main, ERROR): Unexpected
> Exception: java.lang.ClassCastException
> java.lang.ClassCastException
> at freenet.config.Params.getLong(Params.java:294)
> at freenet.node.Node.init(Node.java:3384)
> at freenet.node.Main.main(Main.java:471)

Ahh. Why didn't you say so in the first place? :)

This is caused by your freenet.conf being corrupt. Please send me it and
I can suggest how to fix it. I apologize for the uninformative error
message. A fix is on its way.
-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: Re: Re: [freenet-support] Freenet not starting on Mandrake 10 + J2SE 1.4.2_05

2004-08-04 Thread Scott Call
> It's supposed to infinite loop. Hence "waiting". It's waiting for I/O or
> something. What do you see on normal? On minor?
> >

D'oh sorry, that's my misunderstanding then.

With "minor" I get:
Aug 4, 2004 1:31:49 PM (freenet.node.Main, main, MINOR): Granularity
is between 2ms and 2ms, average is 2
Aug 4, 2004 1:31:49 PM (freenet.node.Main, main, NORMAL): Starting
Freenet (Fred) 0.5 node, build #5088 on JVM Sun Microsystems Inc.:Java
HotSpot(TM) Server VM:1.4.2_05-b04
Aug 4, 2004 1:31:50 PM (freenet.node.Main, main, ERROR): Unexpected
Exception: java.lang.ClassCastException
java.lang.ClassCastException
at freenet.config.Params.getLong(Params.java:294)
at freenet.node.Node.init(Node.java:3384)
at freenet.node.Main.main(Main.java:471)


and it never gets farther than that.  In previous (mandrake with 2.4
kernel) it proceeds with setting up the datastore and initializing
interfaces, but on the Mandrake 10 system it just stops there.

I also get:
INFO: Native CPUID library
'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from
resource
INFO: Optimized native BigInteger library
'net/i2p/util/libjbigi-linux-pentium4.so' loaded from resource

displayed on the console at startup where I didn't get that before.

Thanks
-S
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: Re: [freenet-support] Freenet not starting on Mandrake 10 + J2SE 1.4.2_05

2004-08-04 Thread Toad
On Tue, Aug 03, 2004 at 09:14:33PM -0700, Scott Call wrote:
> On Wed, 4 Aug 2004 03:01:02 +0200, Martin Scheffler <[EMAIL PROTECTED]> wrote:
> > Am Mittwoch, 4. August 2004 02:01 schrieb Scott Call:
> > > I get the following when I run start-freenet under mandrake 10 (log
> > > level debug):
> > > ...
> > 
> > Please, leave LogLevel at "Normal" or "Minor". LogLevel=debug will rather
> > make your node inoperatable, because of the vast amount of messages it
> > spits out.
> > 
> 
> Thanks for the quick reply.  However, the issue is not that material
> is logged, it is that material is logged indicating an infinite loop
> in the "(freenet.support.BlockingQueue, PRNG/Yarrow
> entropy processing thread, DEBUG): Waiting... class
> java.util.LinkedList:[]" line

It's supposed to infinite loop. Hence "waiting". It's waiting for I/O or
something. What do you see on normal? On minor?
> 
> with logging set to normal or minimal I (obviously) do not get those
> lines, but neither do I get a working node, it just sits there and
> doesn't proceed through the usual startup stuff.
> 
> -Scott
> ___
> Support mailing list
> [EMAIL PROTECTED]
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:[EMAIL PROTECTED]

-- 
Matthew J Toseland - [EMAIL PROTECTED]
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.


signature.asc
Description: Digital signature
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

Re: Re: [freenet-support] Freenet not starting on Mandrake 10 + J2SE 1.4.2_05

2004-08-03 Thread Scott Call
On Wed, 4 Aug 2004 03:01:02 +0200, Martin Scheffler <[EMAIL PROTECTED]> wrote:
> Am Mittwoch, 4. August 2004 02:01 schrieb Scott Call:
> > I get the following when I run start-freenet under mandrake 10 (log
> > level debug):
> > ...
> 
> Please, leave LogLevel at "Normal" or "Minor". LogLevel=debug will rather
> make your node inoperatable, because of the vast amount of messages it
> spits out.
> 

Thanks for the quick reply.  However, the issue is not that material
is logged, it is that material is logged indicating an infinite loop
in the "(freenet.support.BlockingQueue, PRNG/Yarrow
entropy processing thread, DEBUG): Waiting... class
java.util.LinkedList:[]" line

with logging set to normal or minimal I (obviously) do not get those
lines, but neither do I get a working node, it just sits there and
doesn't proceed through the usual startup stuff.

-Scott
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


Re: [freenet-support] Freenet not starting on Mandrake 10 + J2SE 1.4.2_05

2004-08-03 Thread Martin Scheffler
Am Mittwoch, 4. August 2004 02:01 schrieb Scott Call:
> I get the following when I run start-freenet under mandrake 10 (log
> level debug):
> ...

Please, leave LogLevel at "Normal" or "Minor". LogLevel=debug will rather 
make your node inoperatable, because of the vast amount of messages it 
spits out.

There is another statement in the .conf (or .ini on windows) that 
specifies which subclasses to debug, when using LogLevel=normal.

good byte
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]


[freenet-support] Freenet not starting on Mandrake 10 + J2SE 1.4.2_05

2004-08-03 Thread Scott Call
I get the following when I run start-freenet under mandrake 10 (log
level debug):

Aug 3, 2004 4:52:19 PM (freenet.support.BlockingQueue, main, DEBUG): enqueueing
[EMAIL PROTECTED]
Aug 3, 2004 4:52:19 PM (freenet.support.BlockingQueue, main, DEBUG): enqueueing
[EMAIL PROTECTED] (locked)
Aug 3, 2004 4:52:19 PM (freenet.support.BlockingQueue, main, DEBUG):
enqueued [EMAIL PROTECTED]
(locked) to class
java.util.LinkedList:[EMAIL PROTECTED]
[]
Aug 3, 2004 4:57:20 PM (freenet.support.BlockingQueue, PRNG/Yarrow
entropy processing thread, DEBUG): Waiting... class
java.util.LinkedList:[]
[...until stop-freenet.sh is run]

Mandrake has an /etc/redhat-release in addition to
/etc/mandrake-release (so programs/rpms for redhat systems will think
they're on one) so the LS_ASSUME_KERNEL is getting set to 2.2.5.  I've
tried changing it to 2.4.1 and making it so it's not set at all
(kernel is 2.6.3)

I've had good luck with freenet on 2.4 kernel based Mandrake but this
is the first time I've tried running it on a 2.6 kernel machine.

It's a fresh install from the latest release tarball (5088 I think)

Thanks
-Scott
___
Support mailing list
[EMAIL PROTECTED]
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]