Hi, I'm trying to use freenet 0.7 but it seems that 64
bits is not supported yet. Maybe I'm doing something
wrong.

Any help will be wellcome.

Thanks.



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam
protection around 
http://mail.yahoo.com 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 
STATUS | wrapper  | 2006/07/07 10:18:38 | --> Wrapper Started as Console
STATUS | wrapper  | 2006/07/07 10:18:38 | Launching a JVM...
INFO   | jvm 1    | 2006/07/07 10:18:38 | Wrapper (Version 3.2.0) http://wrapper.tanukisoftware.org
INFO   | jvm 1    | 2006/07/07 10:18:38 | 
INFO   | jvm 1    | 2006/07/07 10:18:38 | 
INFO   | jvm 1    | 2006/07/07 10:18:38 | WARNING - Unable to load the Wrapper's native library 'libwrapper.so'.
INFO   | jvm 1    | 2006/07/07 10:18:38 |           The file is located on the path at the following location but
INFO   | jvm 1    | 2006/07/07 10:18:38 |           could not be loaded:
INFO   | jvm 1    | 2006/07/07 10:18:38 |             /home/freenet/freenet-0.7/lib/libwrapper.so
INFO   | jvm 1    | 2006/07/07 10:18:38 |           Please verify that the file is readable by the current user
INFO   | jvm 1    | 2006/07/07 10:18:38 |           and that the file has not been corrupted in any way.
INFO   | jvm 1    | 2006/07/07 10:18:38 |           One common cause of this problem is running a 32-bit version
INFO   | jvm 1    | 2006/07/07 10:18:38 |           of the Wrapper with a 64-bit version of Java, or vica versa.
INFO   | jvm 1    | 2006/07/07 10:18:38 |           This is a 64-bit JVM.
INFO   | jvm 1    | 2006/07/07 10:18:38 |           System signals will not be handled correctly.
INFO   | jvm 1    | 2006/07/07 10:18:38 | 
INFO   | jvm 1    | 2006/07/07 10:18:38 |   
INFO   | jvm 1    | 2006/07/07 10:18:39 | INFO: Optimized native BigInteger library 'net/i2p/util/libjbigi-linux-x86_64.so' loaded from resource
INFO   | jvm 1    | 2006/07/07 10:18:39 | Created log files
INFO   | jvm 1    | 2006/07/07 10:18:39 | Initializing Node using SVN r9473
INFO   | jvm 1    | 2006/07/07 10:18:39 | FNP port created on 0.0.0.0:42860
INFO   | jvm 1    | 2006/07/07 10:18:39 | Testnet mode DISABLED. You may have some level of anonymity. :)
INFO   | jvm 1    | 2006/07/07 10:18:39 | Note that while we no longer have explicit back-doors enabled, this version of Freenet is still a very early alpha, and may well have numerous bugs and design flaws.
INFO   | jvm 1    | 2006/07/07 10:18:39 | In particular: YOU ARE WIDE OPEN TO YOUR IMMEDIATE DARKNET PEERS! They can eavesdrop on your requests with relatively little difficulty at present (correlation attacks etc).
INFO   | jvm 1    | 2006/07/07 10:18:39 | Creating ARKFetchManager
INFO   | jvm 1    | 2006/07/07 10:18:39 | Creating PeerManager
INFO   | jvm 1    | 2006/07/07 10:18:39 | Starting NodePinger
INFO   | jvm 1    | 2006/07/07 10:18:39 | Initializing CHK Datastore (30688 keys)
INFO   | jvm 1    | 2006/07/07 10:18:39 | java.lang.RuntimeException: 1.4 based 64 bit JVM not supported
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at com.sleepycat.je.dbi.MemoryBudget.<clinit>(MemoryBudget.java:233)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at com.sleepycat.je.dbi.EnvironmentImpl.<init>(EnvironmentImpl.java:201)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:102)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:54)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at com.sleepycat.je.Environment.<init>(Environment.java:80)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at freenet.store.BerkeleyDBFreenetStore.<init>(BerkeleyDBFreenetStore.java:113)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at freenet.node.Node.<init>(Node.java:1444)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at freenet.node.NodeStarter.start(NodeStarter.java:120)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at org.tanukisoftware.wrapper.WrapperManager.startInner(WrapperManager.java:2909)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at org.tanukisoftware.wrapper.WrapperManager.handleSocket(WrapperManager.java:3761)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at org.tanukisoftware.wrapper.WrapperManager.run(WrapperManager.java:4158)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at java.lang.Thread.run(Thread.java:534)
INFO   | jvm 1    | 2006/07/07 10:18:39 | Error in WrapperListener.start callback.  java.lang.ExceptionInInitializerError
INFO   | jvm 1    | 2006/07/07 10:18:39 | java.lang.ExceptionInInitializerError
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at com.sleepycat.je.dbi.EnvironmentImpl.<init>(EnvironmentImpl.java:201)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:102)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at com.sleepycat.je.dbi.DbEnvPool.getEnvironment(DbEnvPool.java:54)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at com.sleepycat.je.Environment.<init>(Environment.java:80)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at freenet.store.BerkeleyDBFreenetStore.<init>(BerkeleyDBFreenetStore.java:113)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at freenet.node.Node.<init>(Node.java:1444)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at freenet.node.NodeStarter.start(NodeStarter.java:120)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at org.tanukisoftware.wrapper.WrapperManager.startInner(WrapperManager.java:2909)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at org.tanukisoftware.wrapper.WrapperManager.handleSocket(WrapperManager.java:3761)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at org.tanukisoftware.wrapper.WrapperManager.run(WrapperManager.java:4158)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at java.lang.Thread.run(Thread.java:534)
INFO   | jvm 1    | 2006/07/07 10:18:39 | Caused by: java.lang.RuntimeException: 1.4 based 64 bit JVM not supported
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	at com.sleepycat.je.dbi.MemoryBudget.<clinit>(MemoryBudget.java:233)
INFO   | jvm 1    | 2006/07/07 10:18:39 | 	... 11 more
STATUS | wrapper  | 2006/07/07 10:18:40 | <-- Wrapper Stopped
_______________________________________________
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]

Reply via email to