[freenet-support] Freenet 0.7 - Install Help on Fedora 5

2006-05-03 Thread Matthew Toseland
It's a known bug. :(

You can install the code manually; you need freenet-cvs-snapshot.jar and
freenet-ext.jar from http://downloads.freenetproject.org/

On Wed, May 03, 2006 at 08:50:36AM -0700, Shoey Fighter wrote:
> Hello, thanks for the reply.
> 
> I tired as you suggested (downloading the jar to my machine and then
> running java -jar), which did allow the installer to run.
> 
> However, once the installer got past the configuration and to the
> actual install part of it, it failed with the following message
> popping up:
> 
> Install Failed
> null
> 
> 
> When I open up the "Show Details" tab, in Error it says:
> 
> Installation failed:java.lang.NullPointerException
> 
> 
> Any ideas on this?
> 
> Thanks,
> ShoeyFighter
> 
> On 5/2/06, Matthew Toseland  wrote:
> >On Sat, Apr 29, 2006 at 02:00:43PM -0700, Shoey Fighter wrote:
> >> Hello. I am having some troubles installing Freenet 0.7 onto my Fedora
> >> 5 machine. I am fairly new to linux, so please bear with me.
> >>
> >> I installed the Sun JVM, but I might have screwed something up.
> >> Anyway, here is my
> >> java -version:
> >> java version "1.5.0_06"
> >> Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> >> Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
> >>
> >> When I run:
> >> javaws http://downloads.freenetproject.org/alpha/installer/freenet.jnlp
> >>
> >> it says:
> >> Exception in thread "main" java.lang.UnsatisfiedLinkError:
> >> /opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so:
> >> /opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so: cannot restore segment
> >> prot after reloc: Permission denied
> >>at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> >>at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
> >>at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
> >>at java.lang.Runtime.load0(Runtime.java:769)
> >>at java.lang.System.load(System.java:967)
> >>at 
> >com.sun.deploy.config.UnixConfig.loadLibDeploy(UnixConfig.java:41)
> >>at com.sun.deploy.config.UnixConfig.(UnixConfig.java:26)
> >>at
> >>
> >com.sun.deploy.config.ConfigFactory.newInstance(ConfigFactory.java:11)
> >>at com.sun.deploy.config.Config.getInstance(Config.java:575)
> >>at com.sun.deploy.config.Config.(Config.java:591)
> >>at com.sun.javaws.Main.main(Main.java:82)
> >>
> >> When I run:
> >> java -jar
> >> http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar
> >>
> >> it says:
> >> Unable to access jarfile
> >> http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar
> >
> >Have you tried downloading it then running java -jar
> >selfextractpack.jar ?
> >>
> >>
> >> Any thoughts? I think this is a great project and I would love to help
> >> test it out.
> >>
> >> Thanks,
> >> ShoeyFighter
> >> shoeyfighter at gmail.com
> >--
> >Matthew J Toseland - toad at amphibian.dyndns.org
> >Freenet Project Official Codemonkey - http://freenetproject.org/
> >ICTHUS - Nothing is impossible. Our Boss says so.
> >
> >
> >-BEGIN PGP SIGNATURE-
> >Version: GnuPG v1.4.1 (GNU/Linux)
> >
> >iD8DBQFEV3ARHzsuOmVUoi0RAvmQAJ9FTXKs9fiEqFjkkNvGE5mNHDPhuwCdEOYM
> >aUTOtsIyp16/x0phUPJg2Jc=
> >=ZX22
> >-END PGP SIGNATURE-
> >
> >
> >
> 
> 
> --
> shoeyfighter at gmail.com
> 

-- 
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: 
<https://emu.freenetproject.org/pipermail/support/attachments/20060503/529a5930/attachment.pgp>


[freenet-support] Freenet 0.7 - Install Help on Fedora 5

2006-05-03 Thread Shoey Fighter
Hello, thanks for the reply.

I tired as you suggested (downloading the jar to my machine and then
running java -jar), which did allow the installer to run.

However, once the installer got past the configuration and to the
actual install part of it, it failed with the following message
popping up:

Install Failed
null


When I open up the "Show Details" tab, in Error it says:

Installation failed:java.lang.NullPointerException


Any ideas on this?

Thanks,
ShoeyFighter

On 5/2/06, Matthew Toseland  wrote:
> On Sat, Apr 29, 2006 at 02:00:43PM -0700, Shoey Fighter wrote:
> > Hello. I am having some troubles installing Freenet 0.7 onto my Fedora
> > 5 machine. I am fairly new to linux, so please bear with me.
> >
> > I installed the Sun JVM, but I might have screwed something up.
> > Anyway, here is my
> > java -version:
> > java version "1.5.0_06"
> > Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
> > Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
> >
> > When I run:
> > javaws http://downloads.freenetproject.org/alpha/installer/freenet.jnlp
> >
> > it says:
> > Exception in thread "main" java.lang.UnsatisfiedLinkError:
> > /opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so:
> > /opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so: cannot restore segment
> > prot after reloc: Permission denied
> >at java.lang.ClassLoader$NativeLibrary.load(Native Method)
> >at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
> >at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
> >at java.lang.Runtime.load0(Runtime.java:769)
> >at java.lang.System.load(System.java:967)
> >at com.sun.deploy.config.UnixConfig.loadLibDeploy(UnixConfig.java:41)
> >at com.sun.deploy.config.UnixConfig.(UnixConfig.java:26)
> >at
> >
> > com.sun.deploy.config.ConfigFactory.newInstance(ConfigFactory.java:11)
> >at com.sun.deploy.config.Config.getInstance(Config.java:575)
> >at com.sun.deploy.config.Config.(Config.java:591)
> >at com.sun.javaws.Main.main(Main.java:82)
> >
> > When I run:
> > java -jar
> > http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar
> >
> > it says:
> > Unable to access jarfile
> > http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar
>
> Have you tried downloading it then running java -jar
> selfextractpack.jar ?
> >
> >
> > Any thoughts? I think this is a great project and I would love to help
> > test it out.
> >
> > Thanks,
> > ShoeyFighter
> > shoeyfighter at gmail.com
> --
> Matthew J Toseland - toad at amphibian.dyndns.org
> Freenet Project Official Codemonkey - http://freenetproject.org/
> ICTHUS - Nothing is impossible. Our Boss says so.
>
>
> -BEGIN PGP SIGNATURE-
> Version: GnuPG v1.4.1 (GNU/Linux)
>
> iD8DBQFEV3ARHzsuOmVUoi0RAvmQAJ9FTXKs9fiEqFjkkNvGE5mNHDPhuwCdEOYM
> aUTOtsIyp16/x0phUPJg2Jc=
> =ZX22
> -END PGP SIGNATURE-
>
>
>


--
shoeyfighter at gmail.com



Re: [freenet-support] Freenet 0.7 - Install Help on Fedora 5

2006-05-03 Thread Shoey Fighter

Hello, thanks for the reply.

I tired as you suggested (downloading the jar to my machine and then
running java -jar), which did allow the installer to run.

However, once the installer got past the configuration and to the
actual install part of it, it failed with the following message
popping up:

Install Failed
null


When I open up the Show Details tab, in Error it says:

Installation failed:java.lang.NullPointerException


Any ideas on this?

Thanks,
ShoeyFighter

On 5/2/06, Matthew Toseland [EMAIL PROTECTED] wrote:

On Sat, Apr 29, 2006 at 02:00:43PM -0700, Shoey Fighter wrote:
 Hello. I am having some troubles installing Freenet 0.7 onto my Fedora
 5 machine. I am fairly new to linux, so please bear with me.

 I installed the Sun JVM, but I might have screwed something up.
 Anyway, here is my
 java -version:
 java version 1.5.0_06
 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
 Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)

 When I run:
 javaws http://downloads.freenetproject.org/alpha/installer/freenet.jnlp

 it says:
 Exception in thread main java.lang.UnsatisfiedLinkError:
 /opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so:
 /opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so: cannot restore segment
 prot after reloc: Permission denied
at java.lang.ClassLoader$NativeLibrary.load(Native Method)
at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
at java.lang.Runtime.load0(Runtime.java:769)
at java.lang.System.load(System.java:967)
at com.sun.deploy.config.UnixConfig.loadLibDeploy(UnixConfig.java:41)
at com.sun.deploy.config.UnixConfig.clinit(UnixConfig.java:26)
at
com.sun.deploy.config.ConfigFactory.newInstance(ConfigFactory.java:11)
at com.sun.deploy.config.Config.getInstance(Config.java:575)
at com.sun.deploy.config.Config.clinit(Config.java:591)
at com.sun.javaws.Main.main(Main.java:82)

 When I run:
 java -jar
 http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar

 it says:
 Unable to access jarfile
 http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar

Have you tried downloading it then running java -jar
selfextractpack.jar ?


 Any thoughts? I think this is a great project and I would love to help
 test it out.

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


-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.1 (GNU/Linux)

iD8DBQFEV3ARHzsuOmVUoi0RAvmQAJ9FTXKs9fiEqFjkkNvGE5mNHDPhuwCdEOYM
aUTOtsIyp16/x0phUPJg2Jc=
=ZX22
-END PGP SIGNATURE-






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


Re: [freenet-support] Freenet 0.7 - Install Help on Fedora 5

2006-05-03 Thread Matthew Toseland
It's a known bug. :(

You can install the code manually; you need freenet-cvs-snapshot.jar and
freenet-ext.jar from http://downloads.freenetproject.org/

On Wed, May 03, 2006 at 08:50:36AM -0700, Shoey Fighter wrote:
 Hello, thanks for the reply.
 
 I tired as you suggested (downloading the jar to my machine and then
 running java -jar), which did allow the installer to run.
 
 However, once the installer got past the configuration and to the
 actual install part of it, it failed with the following message
 popping up:
 
 Install Failed
 null
 
 
 When I open up the Show Details tab, in Error it says:
 
 Installation failed:java.lang.NullPointerException
 
 
 Any ideas on this?
 
 Thanks,
 ShoeyFighter
 
 On 5/2/06, Matthew Toseland [EMAIL PROTECTED] wrote:
 On Sat, Apr 29, 2006 at 02:00:43PM -0700, Shoey Fighter wrote:
  Hello. I am having some troubles installing Freenet 0.7 onto my Fedora
  5 machine. I am fairly new to linux, so please bear with me.
 
  I installed the Sun JVM, but I might have screwed something up.
  Anyway, here is my
  java -version:
  java version 1.5.0_06
  Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05)
  Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing)
 
  When I run:
  javaws http://downloads.freenetproject.org/alpha/installer/freenet.jnlp
 
  it says:
  Exception in thread main java.lang.UnsatisfiedLinkError:
  /opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so:
  /opt/jdk1.5.0_06/jre/lib/i386/libdeploy.so: cannot restore segment
  prot after reloc: Permission denied
 at java.lang.ClassLoader$NativeLibrary.load(Native Method)
 at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1751)
 at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1647)
 at java.lang.Runtime.load0(Runtime.java:769)
 at java.lang.System.load(System.java:967)
 at 
 com.sun.deploy.config.UnixConfig.loadLibDeploy(UnixConfig.java:41)
 at com.sun.deploy.config.UnixConfig.clinit(UnixConfig.java:26)
 at
 
 com.sun.deploy.config.ConfigFactory.newInstance(ConfigFactory.java:11)
 at com.sun.deploy.config.Config.getInstance(Config.java:575)
 at com.sun.deploy.config.Config.clinit(Config.java:591)
 at com.sun.javaws.Main.main(Main.java:82)
 
  When I run:
  java -jar
  http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar
 
  it says:
  Unable to access jarfile
  http://downloads.freenetproject.org/alpha/installer/selfextractpack.jar
 
 Have you tried downloading it then running java -jar
 selfextractpack.jar ?
 
 
  Any thoughts? I think this is a great project and I would love to help
  test it out.
 
  Thanks,
  ShoeyFighter
  [EMAIL PROTECTED]
 --
 Matthew J Toseland - [EMAIL PROTECTED]
 Freenet Project Official Codemonkey - http://freenetproject.org/
 ICTHUS - Nothing is impossible. Our Boss says so.
 
 
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.1 (GNU/Linux)
 
 iD8DBQFEV3ARHzsuOmVUoi0RAvmQAJ9FTXKs9fiEqFjkkNvGE5mNHDPhuwCdEOYM
 aUTOtsIyp16/x0phUPJg2Jc=
 =ZX22
 -END PGP SIGNATURE-
 
 
 
 
 
 --
 [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]