[freenet-support] Re: Connection Issue

2005-09-20 Thread Jake Speed
Matthew Toseland  writes:

> 
> On Sun, Sep 18, 2005 at 01:01:35AM -0700, Jake Speed wrote:
> > I had been using Freenet for about a week without an
> > issue. After having to restart, Freenet would just
> > keep trying to connect forever without success.
> 
> Trying to connect? What do you mean? Do you have any connections (web
> interface -> open connections)? What happens normally, and what happens
> now?

What I mean is, I see the freenet icon in my system tray with the blue arrows 
going up. And the tool tip on the icon says "Freenet is Starting...Please Wait"

Below is a copy of the freenet.log file. It is apparently having trouble with 
something if those java exceptions are any indicator.

Sep 18, 2005 12:47:19 AM (freenet.node.Main, main): Starting Freenet (Fred) 0.5 
node, build #5105 on JVM Sun Microsystems Inc.:Java HotSpot(TM) Client VM:1.5.
0_04-b05
os.arch = x86
Loading native...
Attempting to load freenet/support/CPUInformation/jcpuid-x86-windows.dll
Written to C:\DOCUME~1\download\LOCALS~1\Temp\2\jcpuid54325lib.tmp: 40960
INFO: Native CPUID library 'freenet/support/CPUInformation/jcpuid-x86-windows.
dll' loaded from resource
INFO: Optimized native BigInteger library 'net/i2p/util/jbigi-windows-pentium3.
dll' loaded from resource
Sep 18, 2005 12:47:22 AM (freenet.node.Main, main): loading node keys: node
Sep 18, 2005 12:47:22 AM (freenet.node.Main, main): Unexpected Exception: java.
io.EOFException
java.io.EOFException
at freenet.support.io.ReadInputStream.readUTFChar(ReadInputStream.java:
223)
at 
freenet.support.io.ReadInputStream.readToEOF(ReadInputStream.java:134)
at freenet.support.io.CommentedReadInputStream.
readToEOF(CommentedReadInputStream.java:45)
at 
freenet.support.io.ReadInputStream.readToEOF(ReadInputStream.java:184)
at freenet.FieldSet.privParse(FieldSet.java:521)
at freenet.FieldSet.parseFields(FieldSet.java:454)
at freenet.FieldSet.parseFields(FieldSet.java:390)
at freenet.FieldSet.(FieldSet.java:83)
at freenet.node.Main.loadNodeFile(Main.java:2950)
at freenet.node.Main.main(Main.java:515)

Exception in thread "main" java.io.EOFException
at freenet.support.io.ReadInputStream.readUTFChar(ReadInputStream.java:
223)
at 
freenet.support.io.ReadInputStream.readToEOF(ReadInputStream.java:134)
at freenet.support.io.CommentedReadInputStream.
readToEOF(CommentedReadInputStream.java:45)
at 
freenet.support.io.ReadInputStream.readToEOF(ReadInputStream.java:184)
at freenet.FieldSet.privParse(FieldSet.java:521)
at freenet.FieldSet.parseFields(FieldSet.java:454)
at freenet.FieldSet.parseFields(FieldSet.java:390)
at freenet.FieldSet.(FieldSet.java:83)
at freenet.node.Main.loadNodeFile(Main.java:2950)
at freenet.node.Main.main(Main.java:515)


> > 
> > I have tried re-installing to no avail.
> > 
> > I have double checked my Firewall settings with the
> > Port in the Freenet.ini file.
> > 
> > I can't see any reason it should have stopped being
> > able to connect.
> > 
> > Jake







[freenet-support] Connection Issue

2005-09-19 Thread Jake Speed
I had been using Freenet for about a week without an
issue. After having to restart, Freenet would just
keep trying to connect forever without success.

I have tried re-installing to no avail.

I have double checked my Firewall settings with the
Port in the Freenet.ini file.

I can't see any reason it should have stopped being
able to connect.

Jake



__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com
___
Support mailing list
Support@freenetproject.org
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] Re: Connection Issue

2005-09-19 Thread Jake Speed
Matthew Toseland [EMAIL PROTECTED] writes:

 
 On Sun, Sep 18, 2005 at 01:01:35AM -0700, Jake Speed wrote:
  I had been using Freenet for about a week without an
  issue. After having to restart, Freenet would just
  keep trying to connect forever without success.
 
 Trying to connect? What do you mean? Do you have any connections (web
 interface - open connections)? What happens normally, and what happens
 now?

What I mean is, I see the freenet icon in my system tray with the blue arrows 
going up. And the tool tip on the icon says Freenet is Starting...Please Wait

Below is a copy of the freenet.log file. It is apparently having trouble with 
something if those java exceptions are any indicator.

Sep 18, 2005 12:47:19 AM (freenet.node.Main, main): Starting Freenet (Fred) 0.5 
node, build #5105 on JVM Sun Microsystems Inc.:Java HotSpot(TM) Client VM:1.5.
0_04-b05
os.arch = x86
Loading native...
Attempting to load freenet/support/CPUInformation/jcpuid-x86-windows.dll
Written to C:\DOCUME~1\download\LOCALS~1\Temp\2\jcpuid54325lib.tmp: 40960
INFO: Native CPUID library 'freenet/support/CPUInformation/jcpuid-x86-windows.
dll' loaded from resource
INFO: Optimized native BigInteger library 'net/i2p/util/jbigi-windows-pentium3.
dll' loaded from resource
Sep 18, 2005 12:47:22 AM (freenet.node.Main, main): loading node keys: node
Sep 18, 2005 12:47:22 AM (freenet.node.Main, main): Unexpected Exception: java.
io.EOFException
java.io.EOFException
at freenet.support.io.ReadInputStream.readUTFChar(ReadInputStream.java:
223)
at 
freenet.support.io.ReadInputStream.readToEOF(ReadInputStream.java:134)
at freenet.support.io.CommentedReadInputStream.
readToEOF(CommentedReadInputStream.java:45)
at 
freenet.support.io.ReadInputStream.readToEOF(ReadInputStream.java:184)
at freenet.FieldSet.privParse(FieldSet.java:521)
at freenet.FieldSet.parseFields(FieldSet.java:454)
at freenet.FieldSet.parseFields(FieldSet.java:390)
at freenet.FieldSet.init(FieldSet.java:83)
at freenet.node.Main.loadNodeFile(Main.java:2950)
at freenet.node.Main.main(Main.java:515)

Exception in thread main java.io.EOFException
at freenet.support.io.ReadInputStream.readUTFChar(ReadInputStream.java:
223)
at 
freenet.support.io.ReadInputStream.readToEOF(ReadInputStream.java:134)
at freenet.support.io.CommentedReadInputStream.
readToEOF(CommentedReadInputStream.java:45)
at 
freenet.support.io.ReadInputStream.readToEOF(ReadInputStream.java:184)
at freenet.FieldSet.privParse(FieldSet.java:521)
at freenet.FieldSet.parseFields(FieldSet.java:454)
at freenet.FieldSet.parseFields(FieldSet.java:390)
at freenet.FieldSet.init(FieldSet.java:83)
at freenet.node.Main.loadNodeFile(Main.java:2950)
at freenet.node.Main.main(Main.java:515)


  
  I have tried re-installing to no avail.
  
  I have double checked my Firewall settings with the
  Port in the Freenet.ini file.
  
  I can't see any reason it should have stopped being
  able to connect.
  
  Jake




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