[freenet-support] Node doesn't start anymore... "java.lang.NoSuchFieldError: config"
>Doesn't happen here. Maybe an SVN/compiling glitch? You did compile it >yourself, correct? With sun java or GCJ? 1. "ant clean" 2. delete test folder contents as it depends on junit, regardless the proclamation of default target being independent of them now it still is (here) 3. "ant" 4. compiles without problems 5. run 6. get exception on node startup 7. node shuts down jikes is not installed here, compiling is done with sun's javac "java -version": java version "1.6.0-beta2" Java(TM) SE Runtime Environment (build 1.6.0-beta2-b86) Java HotSpot(TM) Client VM (build 1.6.0-beta2-b86, mixed mode, sharing) "javac -version": javac 1.6.0-beta2 wrapper is not installed but it wonderfully worked without until now (yet another*** annoying "must-have" dependency!!?!) >On Thu, Dec 21, 2006 at 10:30:32PM +0100, freenetwork at web.de wrote: >> ...and once again one of the recent change broke my node... *sigh* >> build 11507 >>=20 >>=20 >> Initializing SSK Datacache (15344 keys) >> Opening database using .\ssk-xxx.cache >> Opening block db index >> Keys in store: db 4422 file 4422 / max 15344 >> Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in >> Initializing USK Manager >> Initializing Plugin Manager >> Error in WrapperListener.start callback. java.lang.NoSuchFieldError: con= >fig >> java.lang.NoSuchFieldError: config >> at freenet.pluginmanager.PluginManager.(PluginManager.java:= >62) >> at freenet.node.Node.(Node.java:1338) >> at freenet.node.NodeStarter.start(NodeStarter.java:148) >> at org.tanukisoftware.wrapper.WrapperManager.startInner(WrapperMa= >nager.java:2831) >> at org.tanukisoftware.wrapper.WrapperManager.privilegedStart(Wrap= >perManager.java:1815) >> at org.tanukisoftware.wrapper.WrapperManager.access$2400(WrapperM= >anager.java:103) >> at org.tanukisoftware.wrapper.WrapperManager$5.run(WrapperManager= >=2Ejava:1743) >> at java.security.AccessController.doPrivileged(Native Method) >> at org.tanukisoftware.wrapper.WrapperManager.start(WrapperManager= >=2Ejava:1740) >> at freenet.node.NodeStarter.main(NodeStarter.java:256) >> at freenet.node.Node.main(Node.java:685) >> Closing database due to shutdown. >> Closing database due to shutdown. >> Closing database due to shutdown. >> Closing database due to shutdown. >> Closing database due to shutdown. >> Closing database due to shutdown. >> Closed database >> Closed database >> Closed database >> Closed database >> Closed database >> Closed database >> Successfully closed all datastores. >>=20 >>=20 >> ___ >> Support mailing list >> Support at freenetproject.org >> http://news.gmane.org/gmane.network.freenet.support >> Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/sup= >port >> Or mailto:support-request at freenetproject.org?subject=3Dunsubscribe >>=20 >--M9NhX3UHpAaciwkO >Content-Type: application/pgp-signature; name="signature.asc" >Content-Description: Digital signature >Content-Disposition: inline >-BEGIN PGP SIGNATURE- >Version: GnuPG v1.4.6 (GNU/Linux) >iD8DBQFFjHUTA9rUluQ9pFARAqdXAJ9OGiuY8kGxD/GoZGeHBGue/1fOawCdHNw/ >iljgXZSwKBv5wfbPfF2kRTA= >=a1a8 >-END PGP SIGNATURE- >--M9NhX3UHpAaciwkO-- >--===1987447660== >Content-Type: text/plain; charset="us-ascii" >MIME-Version: 1.0 >Content-Transfer-Encoding: 7bit >Content-Disposition: inline >___ >Support mailing list >Support at freenetproject.org >http://news.gmane.org/gmane.network.freenet.support >Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support >Or mailto:support-request at freenetproject.org?subject=unsubscribe >--===1987447660==--
[freenet-support] HELP...Uninstallation
Well, on Linux I know all you have to do is delete the files, it doesn't run automatically though. On windoze, there's an uninstall file. So look for an uninstall file, and if you don't have one, just delete it. On 12/6/06, Gabriel Lipson wrote: > I desperately need to remove freenet from running on my mac. Ever > since I installed it I've had problems and it's so transparent > (whatever unix stuff is going on in the background) that I don't know > what to do. > > Please help. > > Gabe > ___ > Support mailing list > Support at freenetproject.org > http://news.gmane.org/gmane.network.freenet.support > Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support > Or mailto:support-request at freenetproject.org?subject=unsubscribe > -- http://www.spreadfirefox.com/?q=affiliatesid=0t=57;>http://sfx-images.mozilla.org/affiliates/Buttons/180x60/blank.gif"/>
[freenet-support] HELP...Uninstallation
Why not just stop freenet, you don't have to uninstall it. In Terminal type sh run.sh stop >I desperately need to remove freenet from running on my mac. Ever >since I installed it I've had problems and it's so transparent >(whatever unix stuff is going on in the background) that I don't know >what to do. > >Please help. > >Gabe >___ >Support mailing list >Support at freenetproject.org >http://news.gmane.org/gmane.network.freenet.support >Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support >Or mailto:support-request at freenetproject.org?subject=unsubscribe -- Mel Charters
[freenet-support] Freenet 0.7 build 1009
Freenet 0.7 build 1009 is now available. Please upgrade. Please test, and report bugs. This build is an experiment in load limiting. It will in the short term yield a significant advantage to nodes running it; what we want to determine is whether this is sustainable once the build becomes mandatory on december 31. Technical details: We have an AIMD window, this represents the number of requests that can be in flight at once of any type. It is increase additively (Additive Increase) when a request completes without timing out or reporting an overload, and decreased multiplicatively (MD) when a request times out. We divide the round trip time (average time it takes to complete a request) by the window, to get the interval between sending requests. This is based on TCP/IP. What this build does is it multiplies the window from above by the number of connected, routable peers. This is on the basis that TCP assumes a single connection - a single channel from one host to another host - whereas freenet is dealing with requests which go all over the network; it seemed to be worth trying, especially as there seems to be serious underload on the network at present. So lets see how it goes! -- 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/20061223/dafd6004/attachment.pgp>
[freenet-support] Node doesn't start anymore... "java.lang.NoSuchFieldError: config"
Doesn't happen here. Maybe an SVN/compiling glitch? You did compile it yourself, correct? With sun java or GCJ? On Thu, Dec 21, 2006 at 10:30:32PM +0100, freenetwork at web.de wrote: > ...and once again one of the recent change broke my node... *sigh* > build 11507 > > > Initializing SSK Datacache (15344 keys) > Opening database using .\ssk-xxx.cache > Opening block db index > Keys in store: db 4422 file 4422 / max 15344 > Deleted 0 of 0 temporary files (0 non-temp files in temp directory) in > Initializing USK Manager > Initializing Plugin Manager > Error in WrapperListener.start callback. java.lang.NoSuchFieldError: config > java.lang.NoSuchFieldError: config > at freenet.pluginmanager.PluginManager.(PluginManager.java:62) > at freenet.node.Node.(Node.java:1338) > at freenet.node.NodeStarter.start(NodeStarter.java:148) > at > org.tanukisoftware.wrapper.WrapperManager.startInner(WrapperManager.java:2831) > at > org.tanukisoftware.wrapper.WrapperManager.privilegedStart(WrapperManager.java:1815) > at > org.tanukisoftware.wrapper.WrapperManager.access$2400(WrapperManager.java:103) > at > org.tanukisoftware.wrapper.WrapperManager$5.run(WrapperManager.java:1743) > at java.security.AccessController.doPrivileged(Native Method) > at > org.tanukisoftware.wrapper.WrapperManager.start(WrapperManager.java:1740) > at freenet.node.NodeStarter.main(NodeStarter.java:256) > at freenet.node.Node.main(Node.java:685) > Closing database due to shutdown. > Closing database due to shutdown. > Closing database due to shutdown. > Closing database due to shutdown. > Closing database due to shutdown. > Closing database due to shutdown. > Closed database > Closed database > Closed database > Closed database > Closed database > Closed database > Successfully closed all datastores. > > > ___ > Support mailing list > Support at freenetproject.org > http://news.gmane.org/gmane.network.freenet.support > Unsubscribe at http://emu.freenetproject.org/cgi-bin/mailman/listinfo/support > Or mailto:support-request at freenetproject.org?subject=unsubscribe > -- 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/20061223/1e3c7bf4/attachment.pgp>