[freenet-support] Probably a bug: please report #1180

2008-11-19 Thread bqz69
Probably a bug: please report: 7 peers forcibly disconnected due to not 
acknowledging packets.
7 of your peers are having severe problems (not acknowledging packets even 
after 10 minutes). This is probably due to a bug in the code. Please report 
it to us at the bug tracker at https://bugs.freenetproject.org/ or at 
support at freenetproject.org. Please include this message and what version of 
the node you are running

Version Information & Node Control
Freenet 0.7 Build #1180 r23746
Freenet-ext Build #25 r23741



[freenet-support] A 1180 non-starter

2008-11-19 Thread Ermanno Baschiera
Try to launch update.sh (the manual update) again.

-ermanno

2008/11/19 SmallSister development :
> Freenet 1180 refuses to start; here is an extract from the wrapper.log file:
>
> STATUS | wrapper  | 2008/11/19 10:06:54 | Launching a JVM...
> ERROR  | wrapper  | 2008/11/19 10:06:54 | JVM exited while loading the
> application.
> INFO   | jvm 5| 2008/11/19 10:06:54 | Exception in thread "main"
> java.lang.NoClassDefFoundError: freenet/node/NodeStarter
> INFO   | jvm 5| 2008/11/19 10:06:54 | Caused by:
> java.lang.ClassNotFoundException: freenet.node.NodeStarter
> INFO   | jvm 5| 2008/11/19 10:06:54 |   at
> java.net.URLClassLoader$1.run(URLClassLoader.java:200)
> INFO   | jvm 5| 2008/11/19 10:06:54 |   at
> java.security.AccessController.doPrivileged(Native Method)
> INFO   | jvm 5| 2008/11/19 10:06:54 |   at
> java.net.URLClassLoader.findClass(URLClassLoader.java:188)
> INFO   | jvm 5| 2008/11/19 10:06:54 |   at
> java.lang.ClassLoader.loadClass(ClassLoader.java:307)
> INFO   | jvm 5| 2008/11/19 10:06:54 |   at
> sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
> INFO   | jvm 5| 2008/11/19 10:06:54 |   at
> java.lang.ClassLoader.loadClass(ClassLoader.java:252)
> INFO   | jvm 5| 2008/11/19 10:06:54 |   at
> java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
> INFO   | jvm 5| 2008/11/19 10:06:54 | Could not find the main class:
> freenet.node.NodeStarter.  Program will exit.
> FATAL  | wrapper  | 2008/11/19 10:06:54 | There were 5 failed launches
> in a row, each lasting less than 300 seconds.  Giving up.
> ___
> 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
>



[freenet-support] Sorry to have to report bad bug in 1180

2008-11-19 Thread Luke771
On Tue, 18 Nov 2008 23:32:18 -0500
Dennis Nezic  wrote:

> On Tue, 18 Nov 2008 23:16:21 -0500 (GMT-05:00), vinyl1
>  wrote:
> 
> > Node won't start.  I did a full manual update with update.cmd, same
> > result.   Java stack points to: java.lang.NoClassDefFoundError:
> > org/apache/tools/bzip2/CBZip2InputStream.   Here is full output from
> > wrapper log:
> > 
> > WARNING - The Wrapper jar file currently in use is version "3.3.1"
> > while the version of the Wrapper which launched this JVM is "3.2.3".
> 
> That looks strange.
> 
> > freenet.jar built with freenet-ext.jar Build #25 r23741
> > 
> > Initializing Node using Freenet Build #1180 r23746 and freenet-ext
> > Build #22 r22506 with Sun

W4M(tm) [Works Fore Me]

Freenet 0.7 Build 1180 r23747
Freenet-ext Build #25 r23741
Sun Java 6 from repos
Ubuntu 8.10 x86

> 
> And that is simply wrong. freenet-ext (whatever that is) should be at
> #25 now.

That's most likely the problem.
To force the update script to download the latest jar, run update.cmd testing. 

HowTo:
- Open a Cmd shell (the 'DOS window') Start=>Run=>(type) cmd => hit enter
- In the cmd shell, type 'cd C:\Program Files\Freenet' (no quotes) and hit enter
- Now type 'update.cmd testing' (no quotes) - Hit enter

This will update to the latest testing version.
After completing the update, run update.cmd again, but this time do it the 
regular way (no testing) and the node will be reverted back to latest stable 
version.

You may want to run the testing version to help find bugs before they make it 
into the stable release, but if you don't feel like bug-hunting, revert to 
stable.

(in case of problem, an unoffical you-shouldnt-do-that way to get the new 
freenet-ext is to download it off the freenet website and replace the old one 
manually (not recommended. In fact, I shouldnt even suggest it)





[freenet-support] A 1180 non-starter

2008-11-19 Thread SmallSister development
Freenet 1180 refuses to start; here is an extract from the wrapper.log file:

STATUS | wrapper  | 2008/11/19 10:06:54 | Launching a JVM...
ERROR  | wrapper  | 2008/11/19 10:06:54 | JVM exited while loading the
application.
INFO   | jvm 5| 2008/11/19 10:06:54 | Exception in thread "main"
java.lang.NoClassDefFoundError: freenet/node/NodeStarter
INFO   | jvm 5| 2008/11/19 10:06:54 | Caused by:
java.lang.ClassNotFoundException: freenet.node.NodeStarter
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.lang.ClassLoader.loadClass(ClassLoader.java:252)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
INFO   | jvm 5| 2008/11/19 10:06:54 | Could not find the main class:
freenet.node.NodeStarter.  Program will exit.
FATAL  | wrapper  | 2008/11/19 10:06:54 | There were 5 failed launches
in a row, each lasting less than 300 seconds.  Giving up.



[freenet-support] (no subject)

2008-11-19 Thread Luke771
On Tue, 18 Nov 2008 14:33:57 +0100
bqz69  wrote:


> 
> (I am the author of www.minihowto.org, and I have tried to make documentation 
> along your "lines" - it's not very easy?)

LOL you may have recognized the nickname, and possibly the writing style: I am 
the author of FAFS (Freenet Applications FreeSite)
And yes it IS easy: always assume that the reader doesn't know what you're 
talking about, that English is not his native language, that his education is 
below average, and he's a retard. So you get relatively few 'could you explain 
a little better...' questions.




Re: [freenet-support] (no subject)

2008-11-19 Thread Luke771
On Tue, 18 Nov 2008 14:33:57 +0100
bqz69 [EMAIL PROTECTED] wrote:

zn1P
 
 (I am the author of www.minihowto.org, and I have tried to make documentation 
 along your lines - it's not very easy?)

LOL you may have recognized the nickname, and possibly the writing style: I am 
the author of FAFS (Freenet Applications FreeSite)
And yes it IS easy: always assume that the reader doesn't know what you're 
talking about, that English is not his native language, that his education is 
below average, and he's a retard. So you get relatively few 'could you explain 
a little better...' questions.

___
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] A 1180 non-starter

2008-11-19 Thread SmallSister development
Freenet 1180 refuses to start; here is an extract from the wrapper.log file:

STATUS | wrapper  | 2008/11/19 10:06:54 | Launching a JVM...
ERROR  | wrapper  | 2008/11/19 10:06:54 | JVM exited while loading the
application.
INFO   | jvm 5| 2008/11/19 10:06:54 | Exception in thread main
java.lang.NoClassDefFoundError: freenet/node/NodeStarter
INFO   | jvm 5| 2008/11/19 10:06:54 | Caused by:
java.lang.ClassNotFoundException: freenet.node.NodeStarter
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.net.URLClassLoader$1.run(URLClassLoader.java:200)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.net.URLClassLoader.findClass(URLClassLoader.java:188)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.lang.ClassLoader.loadClass(ClassLoader.java:307)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.lang.ClassLoader.loadClass(ClassLoader.java:252)
INFO   | jvm 5| 2008/11/19 10:06:54 |   at
java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
INFO   | jvm 5| 2008/11/19 10:06:54 | Could not find the main class:
freenet.node.NodeStarter.  Program will exit.
FATAL  | wrapper  | 2008/11/19 10:06:54 | There were 5 failed launches
in a row, each lasting less than 300 seconds.  Giving up.
___
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]


Re: [freenet-support] Sorry to have to report bad bug in 1180

2008-11-19 Thread Luke771
On Tue, 18 Nov 2008 23:32:18 -0500
Dennis Nezic [EMAIL PROTECTED] wrote:

 On Tue, 18 Nov 2008 23:16:21 -0500 (GMT-05:00), vinyl1
 [EMAIL PROTECTED] wrote:
 
  Node won't start.  I did a full manual update with update.cmd, same
  result.   Java stack points to: java.lang.NoClassDefFoundError:
  org/apache/tools/bzip2/CBZip2InputStream.   Here is full output from
  wrapper log:
  
  WARNING - The Wrapper jar file currently in use is version 3.3.1
  while the version of the Wrapper which launched this JVM is 3.2.3.
 
 That looks strange.
 
  freenet.jar built with freenet-ext.jar Build #25 r23741
  
  Initializing Node using Freenet Build #1180 r23746 and freenet-ext
  Build #22 r22506 with Sun

W4M(tm) [Works Fore Me]

Freenet 0.7 Build 1180 r23747
Freenet-ext Build #25 r23741
Sun Java 6 from repos
Ubuntu 8.10 x86

 
 And that is simply wrong. freenet-ext (whatever that is) should be at
 #25 now.

That's most likely the problem.
To force the update script to download the latest jar, run update.cmd testing. 

HowTo:
- Open a Cmd shell (the 'DOS window') Start=Run=(type) cmd = hit enter
- In the cmd shell, type 'cd C:\Program Files\Freenet' (no quotes) and hit enter
- Now type 'update.cmd testing' (no quotes) - Hit enter

This will update to the latest testing version.
After completing the update, run update.cmd again, but this time do it the 
regular way (no testing) and the node will be reverted back to latest stable 
version.

You may want to run the testing version to help find bugs before they make it 
into the stable release, but if you don't feel like bug-hunting, revert to 
stable.

(in case of problem, an unoffical you-shouldnt-do-that way to get the new 
freenet-ext is to download it off the freenet website and replace the old one 
manually (not recommended. In fact, I shouldnt even suggest it)


___
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]


Re: [freenet-support] A 1180 non-starter

2008-11-19 Thread Ermanno Baschiera
Try to launch update.sh (the manual update) again.

-ermanno

2008/11/19 SmallSister development [EMAIL PROTECTED]:
 Freenet 1180 refuses to start; here is an extract from the wrapper.log file:

 STATUS | wrapper  | 2008/11/19 10:06:54 | Launching a JVM...
 ERROR  | wrapper  | 2008/11/19 10:06:54 | JVM exited while loading the
 application.
 INFO   | jvm 5| 2008/11/19 10:06:54 | Exception in thread main
 java.lang.NoClassDefFoundError: freenet/node/NodeStarter
 INFO   | jvm 5| 2008/11/19 10:06:54 | Caused by:
 java.lang.ClassNotFoundException: freenet.node.NodeStarter
 INFO   | jvm 5| 2008/11/19 10:06:54 |   at
 java.net.URLClassLoader$1.run(URLClassLoader.java:200)
 INFO   | jvm 5| 2008/11/19 10:06:54 |   at
 java.security.AccessController.doPrivileged(Native Method)
 INFO   | jvm 5| 2008/11/19 10:06:54 |   at
 java.net.URLClassLoader.findClass(URLClassLoader.java:188)
 INFO   | jvm 5| 2008/11/19 10:06:54 |   at
 java.lang.ClassLoader.loadClass(ClassLoader.java:307)
 INFO   | jvm 5| 2008/11/19 10:06:54 |   at
 sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:301)
 INFO   | jvm 5| 2008/11/19 10:06:54 |   at
 java.lang.ClassLoader.loadClass(ClassLoader.java:252)
 INFO   | jvm 5| 2008/11/19 10:06:54 |   at
 java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
 INFO   | jvm 5| 2008/11/19 10:06:54 | Could not find the main class:
 freenet.node.NodeStarter.  Program will exit.
 FATAL  | wrapper  | 2008/11/19 10:06:54 | There were 5 failed launches
 in a row, each lasting less than 300 seconds.  Giving up.
 ___
 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]

___
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] Probably a bug: please report #1180

2008-11-19 Thread bqz69
Probably a bug: please report: 7 peers forcibly disconnected due to not 
acknowledging packets.
7 of your peers are having severe problems (not acknowledging packets even 
after 10 minutes). This is probably due to a bug in the code. Please report 
it to us at the bug tracker at https://bugs.freenetproject.org/ or at 
[EMAIL PROTECTED] Please include this message and what version of 
the node you are running

Version Information  Node Control
Freenet 0.7 Build #1180 r23746
Freenet-ext Build #25 r23741
___
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]