* Michael Rogers <[EMAIL PROTECTED]> [2006-03-31 17:36:30]: > Hi, > > I got the following message when trying to run 0.7 snapshot r8394 on a > Linux 2.6.13 Pentium 2 system: > > > Using default config filename freenet.ini > No config file found, creating new: freenet.ini > Created log files > INFO: Native CPUID library > 'freenet/support/CPUInformation/libjcpuid-x86-linux.so' loaded from resource > INFO: Optimized native BigInteger library > 'net/i2p/util/libjbigi-linux-pentium2.so' loaded from resource > Port number: 65061 > Testnet mode DISABLED. You may have some level of anonymity. :) > 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. > In particular: YOU ARE WIDE OPEN TO YOUR IMMEDIATE DARKNET PEERS! They > can eavesdrop on your requests with very little difficulty at present. > Exception in thread "main" java.lang.Error: > java.security.NoSuchAlgorithmException: SHA-256 > at > freenet.node.Node.initNodeFileSettings(freenet.crypt.RandomSource) > (Unknown Source) > at freenet.node.Node.Node(freenet.config.Config, > freenet.crypt.RandomSource) (Unknown Source) > at freenet.node.Node.main(java.lang.String[]) (Unknown Source) > at gnu.java.lang.MainThread.call_main() (/usr/lib/libgcj.so.6.0.0) > at gnu.java.lang.MainThread.run() (/usr/lib/libgcj.so.6.0.0) > Caused by: java.security.NoSuchAlgorithmException: SHA-256 > at java.security.MessageDigest.getInstance(java.lang.String) > (/usr/lib/libgcj.so.6.0.0) > at > freenet.node.Node.initNodeFileSettings(freenet.crypt.RandomSource) > (Unknown Source) > ...4 more
Hi,
You are probably using a "free" jvm. It can work if you set up
gnu-crypto, for now I recommand you to use sun's jvm insteed as
it's simpler :)
Regards,
NextGen$
signature.asc
Description: Digital signature
_______________________________________________ Devl mailing list [email protected] http://emu.freenetproject.org/cgi-bin/mailman/listinfo/devl
