[freenet-support] Installation Woes

2008-07-15 Thread Daniel Cheng
Ron Wilson wrote:
> I am trying to install Freenet on Kubuntu 8.04 but not having much luck.
> When I run start run.sh script it complains that I have a buggy version
> of jvm installed. As far as I can tell I have a perfectly valid Java
> setup version 1.6 which I have installed from repositories. Is Freenet
> complaining about this and should I remove all my installed java and
> install from Sun or what?
> Any help appreciated
> 

sudo apt-get install sun-java6-jdk
sudo update-java-alternatives -s java-6-sun

(don't use `update-alternative`, use `update-java-alternatives`)

-- 
This space was intended to be left blank.




[freenet-support] Installation Woes

2008-07-15 Thread Volodya
Ron Wilson wrote:
> I am trying to install Freenet on Kubuntu 8.04 but not having much luck.
> When I run start run.sh script it complains that I have a buggy version
> of jvm installed. As far as I can tell I have a perfectly valid Java
> setup version 1.6 which I have installed from repositories. Is Freenet
> complaining about this and should I remove all my installed java and
> install from Sun or what?
> Any help appreciated

Type this in the terminal:
   update-alternatives --display java
it should tell you which java is the default at the moment. If it's not 
sun-java, then you will need to do
sudo update-alternatives --config java
and then set sun-java as the default.

Hope this helps.

   - Volodya

-- 
http://freedom.libsyn.com/   Voice of Freedom, Radical Podcast
http://eng.anarchopedia.org/ Anarchopedia, A Free Knowledge Portal

  "None of us are free until all of us are free."~ Mihail Bakunin



Re: [freenet-support] Installation Woes

2008-07-15 Thread Daniel Cheng
Ron Wilson wrote:
> I am trying to install Freenet on Kubuntu 8.04 but not having much luck.
> When I run start run.sh script it complains that I have a buggy version
> of jvm installed. As far as I can tell I have a perfectly valid Java
> setup version 1.6 which I have installed from repositories. Is Freenet
> complaining about this and should I remove all my installed java and
> install from Sun or what?
> Any help appreciated
> 

sudo apt-get install sun-java6-jdk
sudo update-java-alternatives -s java-6-sun

(don't use `update-alternative`, use `update-java-alternatives`)

-- 
This space was intended to be left blank.

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

2008-07-15 Thread Felix Griessenbeck
Hi,
when I start FreeNet, then in this black DOS window
it says: Systemerror 5, Access denied... and tells me to
press a key. That's it. Won't run. I'm using VISTA.
 
Tried to start it in XP compatibility mode, but that didn't
work either.
 
Any other idea, how to fix this?
 
(Suggest you tell specificall on your homepage, whether
FreeNet runs on VISTA or not)
 
Thanx,
Felix
 
___
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] freenet not working with openjdk/icedtea

2008-07-15 Thread Marco R
Hi, I'm running the latest openjdk/icedtea on ubuntu hardy and freenet
won't run. It complains about an exception in
java.lang.ClassNotFoundException. is it an unsupported feature of
icedtea. I attached the error log with this email.

Thanks
Marco Robado
STATUS | wrapper  | 2008/07/08 19:37:50 | --> Wrapper Started as Daemon
STATUS | wrapper  | 2008/07/08 19:37:50 | Launching a JVM...
INFO   | jvm 1| 2008/07/08 19:37:50 | Exception in thread "main" 
ERROR  | wrapper  | 2008/07/08 19:37:50 | JVM exited while loading the application.
INFO   | jvm 1| 2008/07/08 19:37:50 | java.lang.NoClassDefFoundError: freenet/node/NodeStarter
INFO   | jvm 1| 2008/07/08 19:37:50 | Caused by: java.lang.ClassNotFoundException: freenet.node.NodeStarter
INFO   | jvm 1| 2008/07/08 19:37:50 | 	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
INFO   | jvm 1| 2008/07/08 19:37:50 | 	at java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 1| 2008/07/08 19:37:50 | 	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
INFO   | jvm 1| 2008/07/08 19:37:50 | 	at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
INFO   | jvm 1| 2008/07/08 19:37:50 | 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
INFO   | jvm 1| 2008/07/08 19:37:50 | 	at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
INFO   | jvm 1| 2008/07/08 19:37:50 | 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
STATUS | wrapper  | 2008/07/08 19:37:55 | Reloading Wrapper configuration...
STATUS | wrapper  | 2008/07/08 19:37:55 | Launching a JVM...
ERROR  | wrapper  | 2008/07/08 19:37:55 | JVM exited while loading the application.
INFO   | jvm 2| 2008/07/08 19:37:55 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter
INFO   | jvm 2| 2008/07/08 19:37:55 | Caused by: java.lang.ClassNotFoundException: freenet.node.NodeStarter
INFO   | jvm 2| 2008/07/08 19:37:55 | 	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
INFO   | jvm 2| 2008/07/08 19:37:55 | 	at java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 2| 2008/07/08 19:37:55 | 	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
INFO   | jvm 2| 2008/07/08 19:37:55 | 	at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
INFO   | jvm 2| 2008/07/08 19:37:55 | 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
INFO   | jvm 2| 2008/07/08 19:37:55 | 	at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
INFO   | jvm 2| 2008/07/08 19:37:55 | 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
STATUS | wrapper  | 2008/07/08 19:37:59 | Reloading Wrapper configuration...
STATUS | wrapper  | 2008/07/08 19:37:59 | Launching a JVM...
INFO   | jvm 3| 2008/07/08 19:37:59 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter
INFO   | jvm 3| 2008/07/08 19:37:59 | Caused by: java.lang.ClassNotFoundException: freenet.node.NodeStarter
INFO   | jvm 3| 2008/07/08 19:37:59 | 	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
INFO   | jvm 3| 2008/07/08 19:37:59 | 	at java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 3| 2008/07/08 19:37:59 | 	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
INFO   | jvm 3| 2008/07/08 19:37:59 | 	at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
INFO   | jvm 3| 2008/07/08 19:37:59 | 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
INFO   | jvm 3| 2008/07/08 19:37:59 | 	at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
INFO   | jvm 3| 2008/07/08 19:37:59 | 	at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:336)
ERROR  | wrapper  | 2008/07/08 19:37:59 | JVM exited while loading the application.
STATUS | wrapper  | 2008/07/08 19:38:03 | Reloading Wrapper configuration...
STATUS | wrapper  | 2008/07/08 19:38:03 | Launching a JVM...
ERROR  | wrapper  | 2008/07/08 19:38:04 | JVM exited while loading the application.
INFO   | jvm 4| 2008/07/08 19:38:04 | Exception in thread "main" java.lang.NoClassDefFoundError: freenet/node/NodeStarter
INFO   | jvm 4| 2008/07/08 19:38:04 | Caused by: java.lang.ClassNotFoundException: freenet.node.NodeStarter
INFO   | jvm 4| 2008/07/08 19:38:04 | 	at java.net.URLClassLoader$1.run(URLClassLoader.java:217)
INFO   | jvm 4| 2008/07/08 19:38:04 | 	at java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 4| 2008/07/08 19:38:04 | 	at java.net.URLClassLoader.findClass(URLClassLoader.java:205)
INFO   | jvm 4| 2008/07/08 19:38:04 | 	at java.lang.ClassLoader.loadClass(ClassLoader.java:323)
INFO   | jvm 4| 2008/07/08 19:38:04 | 	at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:294)
INFO   | jvm 4| 2008/07/08 19:38:04 | 	at java.lang.ClassLoader.loadClass(ClassLoader.java:268)
INFO   | jvm 4| 2008/07/08 19:38:04 | 	at java.lang.ClassLoade

Re: [freenet-support] Installation Woes

2008-07-15 Thread Volodya
Ron Wilson wrote:
> I am trying to install Freenet on Kubuntu 8.04 but not having much luck.
> When I run start run.sh script it complains that I have a buggy version
> of jvm installed. As far as I can tell I have a perfectly valid Java
> setup version 1.6 which I have installed from repositories. Is Freenet
> complaining about this and should I remove all my installed java and
> install from Sun or what?
> Any help appreciated

Type this in the terminal:
   update-alternatives --display java
it should tell you which java is the default at the moment. If it's not 
sun-java, then you will need to do
sudo update-alternatives --config java
and then set sun-java as the default.

Hope this helps.

   - Volodya

-- 
http://freedom.libsyn.com/   Voice of Freedom, Radical Podcast
http://eng.anarchopedia.org/ Anarchopedia, A Free Knowledge Portal

  "None of us are free until all of us are free."~ Mihail Bakunin
___
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]