On Thu, Aug 27, 2009 at 4:36 PM, Matthew
Toseland<toad at amphibian.dyndns.org> wrote:
> On Thursday 27 August 2009 16:26:12 Matthew Toseland wrote:
>> On Thursday 27 August 2009 16:01:59 Matthew Toseland wrote:
>> > On Thursday 27 August 2009 01:01:38 Juiceman wrote:
>> > > On Wed, Aug 26, 2009 at 6:57 PM, Matthew
>> > > Toseland<toad at amphibian.dyndns.org> wrote:
>> > > > freenet-ext.jar 27pre4 is now available. Please test it! This supports 
>> > > > FreeBSD on x86 (thanks to Artefact2), and it has x86-64 native FEC 
>> > > > that hopefully doesn't segfault any more (thanks infinity0). Please 
>> > > > try it, and report any problems.
>> > > >
>> > >
>> > > Got a problem here.
>> > >
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # A fatal error has been
>> > > detected by the Java Runtime Environment:
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>> > > EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x21bf18a9, pid=292,
>> > > tid=4572
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # JRE version: 6.0_15-b03
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # Java VM: Java HotSpot(TM)
>> > > Client VM (14.1-b02 mixed mode windows-x86 )
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # Problematic frame:
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # C
>> > > [libfec5080962777883551596.tmp+0x18a9]
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # An error report file with
>> > > more information is saved as:
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # F:\Freenet\hs_err_pid292.log
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # If you would like to
>> > > submit a bug report, please visit:
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>> > > http://java.sun.com/webapps/bugreport/crash.jsp
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # The crash happened outside
>> > > the Java Virtual Machine in native code.
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | # See problematic frame for
>> > > where to report the bug.
>> > > INFO ? | jvm 1 ? ?| 2009/08/26 19:54:49 | #
>> > > ERROR ?| wrapper ?| 2009/08/26 19:54:49 | JVM exited unexpectedly.
>> > >
>> > Pre5 should fix this. Rebuilt the 32-bit windows libraries using mingw32, 
>> > so we *need testing*. The win64 libraries have been deleted, hopefully 
>> > somebody can compile some (infinity0 might be able to).
>> > http://downloads.freenetproject.org/alpha/freenet-ext.27pre5.jar
>> >
>> > Also, if you want to include the git version, you need to set 
>> > -Dgit.revision=`git describe` not -Dsvn.revision=`git describe` as before. 
>> > Don't forget to reset afterwards. Hence to build freenet-ext.jar: (junit 
>> > must be on classpath)
>> > [ clone contrib ]
>> > ant -Dgit.revision=`git describe` -Dbits=64 -f freenet_ext/build.xml
>> > (Lose the -Dbits=64 on a 32-bit system)
>> >
>> Doh, 27-pre6 is now available, with a fix for a trivial bug that prevented 
>> native FEC from working anywhere in pre5. But it works now for me (on linux 
>> x86-64). Get it here:
>> http://downloads.freenetproject.org/alpha/freenet-ext.27pre6.jar
>>
> freenet-ext.27-pre6-1-g746aeb5.jar contains the same as pre6, but built with 
> java 1.5 (DOH! I've made a script to try to avoid this in future) (and I 
> added an eclipse project, but that shouldn't affect the jar).

Still won't load:

STATUS | wrapper  | 2009/08/27 21:04:13 | --> Wrapper Started as Service
STATUS | wrapper  | 2009/08/27 21:04:13 | Java Service Wrapper
Community Edition 3.3.3
STATUS | wrapper  | 2009/08/27 21:04:13 |   Copyright (C) 1999-2009
Tanuki Software, Ltd.  All Rights Reserved.
STATUS | wrapper  | 2009/08/27 21:04:13 |     http://wrapper.tanukisoftware.org
STATUS | wrapper  | 2009/08/27 21:04:13 |
STATUS | wrapper  | 2009/08/27 21:04:13 | Launching a JVM...
INFO   | jvm 1    | 2009/08/27 21:04:13 |
java.lang.NoClassDefFoundError: freenet/node/NodeStarter
INFO   | jvm 1    | 2009/08/27 21:04:13 | Caused by:
java.lang.ClassNotFoundException: freenet.node.NodeStarter
INFO   | jvm 1    | 2009/08/27 21:04:13 |       at
java.net.URLClassLoader$1.run(Unknown Source)
INFO   | jvm 1    | 2009/08/27 21:04:13 |       at
java.security.AccessController.doPrivileged(Native Method)
INFO   | jvm 1    | 2009/08/27 21:04:13 |       at
java.net.URLClassLoader.findClass(Unknown Source)
INFO   | jvm 1    | 2009/08/27 21:04:13 |       at
java.lang.ClassLoader.loadClass(Unknown Source)
INFO   | jvm 1    | 2009/08/27 21:04:13 |       at
sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
INFO   | jvm 1    | 2009/08/27 21:04:13 |       at
java.lang.ClassLoader.loadClass(Unknown Source)
INFO   | jvm 1    | 2009/08/27 21:04:13 |       at
java.lang.ClassLoader.loadClassInternal(Unknown Source)
INFO   | jvm 1    | 2009/08/27 21:04:13 | Could not find the main
class: freenet.node.NodeStarter.  Program will exit.
INFO   | jvm 1    | 2009/08/27 21:04:13 | Exception in thread "main"
ERROR  | wrapper  | 2009/08/27 21:04:13 | JVM exited while loading the
application.

Reply via email to