[freenet-support] Re: Huge logfile (3GB in 1 hour)

2005-11-29 Thread Matthew Toseland
In theory, there's a workaround in freenet too... :|

On Sun, Nov 27, 2005 at 12:36:38AM +, Bob wrote:
> Julien Cornuwel  writes:
> 
> > 
> > Hi all,
> > 
> > Someone asked me to help him but I don't know what causes that problem. 
> > Is logfile is filled with that message (several per second). Do you know 
> > what it means and how to solve the problem ?
> > 
> >
> QUOTE***
> > 25 nov. 2005 22:17:28 (freenet.transport.ReadSelectorLoop, Network 
> > reading thread, ERROR): Caught throwable in AbstractSelectorLoop!: 
> > java.lang.NullPointerException
> > java.lang.NullPointerException
> > 
> > at sun.nio.ch.WindowsSelectorImpl.implDereg(Unknown Source)
> --snip--
> 
> This is probably due to a bug in Java. There are problems with the NIO 
> selector
> loop easily getting overwhelmed in 1.4.x. There's a workaround in Azureus for
> this, I think I posted about it a while ago but I don't remember if changes 
> were
> made.
> Possibly it was this commit in 2.3.0.2 :
> "Core | Fix compatibility with JRE 1.4 series under Win32 due to NIO bug"
> (http://azureus.sourceforge.net/changelog_v2.php)
> 
> Anyway, try telling them to upgrade to 1.5 (aka Java 5) from www.java.com and
> that should hopefully fix it.
> 
> Bob
> 
> 
> ___
> Support mailing list
> Support at freenetproject.org
> http://news.gmane.org/gmane.network.freenet.support
> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
> Or mailto:support-request at freenetproject.org?subject=unsubscribe

-- 
Matthew J Toseland - toad at amphibian.dyndns.org
Freenet Project Official Codemonkey - http://freenetproject.org/
ICTHUS - Nothing is impossible. Our Boss says so.
-- next part --
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: 



Re: [freenet-support] Re: Huge logfile (3GB in 1 hour)

2005-11-29 Thread Matthew Toseland
In theory, there's a workaround in freenet too... :|

On Sun, Nov 27, 2005 at 12:36:38AM +, Bob wrote:
 Julien Cornuwel [EMAIL PROTECTED] writes:
 
  
  Hi all,
  
  Someone asked me to help him but I don't know what causes that problem. 
  Is logfile is filled with that message (several per second). Do you know 
  what it means and how to solve the problem ?
  
 
 QUOTE***
  25 nov. 2005 22:17:28 (freenet.transport.ReadSelectorLoop, Network 
  reading thread, ERROR): Caught throwable in AbstractSelectorLoop!: 
  java.lang.NullPointerException
  java.lang.NullPointerException
  
  at sun.nio.ch.WindowsSelectorImpl.implDereg(Unknown Source)
 --snip--
 
 This is probably due to a bug in Java. There are problems with the NIO 
 selector
 loop easily getting overwhelmed in 1.4.x. There's a workaround in Azureus for
 this, I think I posted about it a while ago but I don't remember if changes 
 were
 made.
 Possibly it was this commit in 2.3.0.2 :
 Core | Fix compatibility with JRE 1.4 series under Win32 due to NIO bug
 (http://azureus.sourceforge.net/changelog_v2.php)
 
 Anyway, try telling them to upgrade to 1.5 (aka Java 5) from www.java.com and
 that should hopefully fix it.
 
 Bob
 
 
 ___
 Support mailing list
 Support@freenetproject.org
 http://news.gmane.org/gmane.network.freenet.support
 Unsubscribe at http://emu.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
Support@freenetproject.org
http://news.gmane.org/gmane.network.freenet.support
Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support
Or mailto:[EMAIL PROTECTED]

[freenet-support] Re: Huge logfile (3GB in 1 hour)

2005-11-27 Thread Julien Cornuwel
Bob a ?crit :

>Julien Cornuwel  writes:
>
>  
>
>>Hi all,
>>
>>Someone asked me to help him but I don't know what causes that problem. 
>>Is logfile is filled with that message (several per second). Do you know 
>>what it means and how to solve the problem ?
>>
>>
>>
>>
>QUOTE***
>  
>
>>25 nov. 2005 22:17:28 (freenet.transport.ReadSelectorLoop, Network 
>>reading thread, ERROR): Caught throwable in AbstractSelectorLoop!: 
>>java.lang.NullPointerException
>>java.lang.NullPointerException
>>
>>at sun.nio.ch.WindowsSelectorImpl.implDereg(Unknown Source)
>>
>>
>--snip--
>
>This is probably due to a bug in Java. There are problems with the NIO selector
>loop easily getting overwhelmed in 1.4.x. There's a workaround in Azureus for
>this, I think I posted about it a while ago but I don't remember if changes 
>were
>made.
>Possibly it was this commit in 2.3.0.2 :
>"Core | Fix compatibility with JRE 1.4 series under Win32 due to NIO bug"
>(http://azureus.sourceforge.net/changelog_v2.php)
>
>Anyway, try telling them to upgrade to 1.5 (aka Java 5) from www.java.com and
>that should hopefully fix it.
>  
>

OK, I'll transmit. Thanks !




[freenet-support] Re: Huge logfile (3GB in 1 hour)

2005-11-27 Thread Bob
Julien Cornuwel  writes:

> 
> Hi all,
> 
> Someone asked me to help him but I don't know what causes that problem. 
> Is logfile is filled with that message (several per second). Do you know 
> what it means and how to solve the problem ?
> 
>
QUOTE***
> 25 nov. 2005 22:17:28 (freenet.transport.ReadSelectorLoop, Network 
> reading thread, ERROR): Caught throwable in AbstractSelectorLoop!: 
> java.lang.NullPointerException
> java.lang.NullPointerException
> 
> at sun.nio.ch.WindowsSelectorImpl.implDereg(Unknown Source)
--snip--

This is probably due to a bug in Java. There are problems with the NIO selector
loop easily getting overwhelmed in 1.4.x. There's a workaround in Azureus for
this, I think I posted about it a while ago but I don't remember if changes were
made.
Possibly it was this commit in 2.3.0.2 :
"Core | Fix compatibility with JRE 1.4 series under Win32 due to NIO bug"
(http://azureus.sourceforge.net/changelog_v2.php)

Anyway, try telling them to upgrade to 1.5 (aka Java 5) from www.java.com and
that should hopefully fix it.

Bob





Re: [freenet-support] Re: Huge logfile (3GB in 1 hour)

2005-11-27 Thread Julien Cornuwel

Bob a écrit :


Julien Cornuwel [EMAIL PROTECTED] writes:

 


Hi all,

Someone asked me to help him but I don't know what causes that problem. 
Is logfile is filled with that message (several per second). Do you know 
what it means and how to solve the problem ?



   


QUOTE***
 

25 nov. 2005 22:17:28 (freenet.transport.ReadSelectorLoop, Network 
reading thread, ERROR): Caught throwable in AbstractSelectorLoop!: 
java.lang.NullPointerException

java.lang.NullPointerException

at sun.nio.ch.WindowsSelectorImpl.implDereg(Unknown Source)
   


--snip--

This is probably due to a bug in Java. There are problems with the NIO selector
loop easily getting overwhelmed in 1.4.x. There's a workaround in Azureus for
this, I think I posted about it a while ago but I don't remember if changes were
made.
Possibly it was this commit in 2.3.0.2 :
Core | Fix compatibility with JRE 1.4 series under Win32 due to NIO bug
(http://azureus.sourceforge.net/changelog_v2.php)

Anyway, try telling them to upgrade to 1.5 (aka Java 5) from www.java.com and
that should hopefully fix it.
 



OK, I'll transmit. Thanks !

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


[freenet-support] Re: Huge logfile (3GB in 1 hour)

2005-11-26 Thread Bob
Julien Cornuwel [EMAIL PROTECTED] writes:

 
 Hi all,
 
 Someone asked me to help him but I don't know what causes that problem. 
 Is logfile is filled with that message (several per second). Do you know 
 what it means and how to solve the problem ?
 

QUOTE***
 25 nov. 2005 22:17:28 (freenet.transport.ReadSelectorLoop, Network 
 reading thread, ERROR): Caught throwable in AbstractSelectorLoop!: 
 java.lang.NullPointerException
 java.lang.NullPointerException
 
 at sun.nio.ch.WindowsSelectorImpl.implDereg(Unknown Source)
--snip--

This is probably due to a bug in Java. There are problems with the NIO selector
loop easily getting overwhelmed in 1.4.x. There's a workaround in Azureus for
this, I think I posted about it a while ago but I don't remember if changes were
made.
Possibly it was this commit in 2.3.0.2 :
Core | Fix compatibility with JRE 1.4 series under Win32 due to NIO bug
(http://azureus.sourceforge.net/changelog_v2.php)

Anyway, try telling them to upgrade to 1.5 (aka Java 5) from www.java.com and
that should hopefully fix it.

Bob


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