Author: toad
Date: 2009-04-10 23:08:15 +0000 (Fri, 10 Apr 2009)
New Revision: 26730

Modified:
   trunk/freenet/src/freenet/node/Node.java
Log:
An extra 2 minutes here. I've seen nodes (notably p0s') timeout after 25 
seconds, which is wierd...


Modified: trunk/freenet/src/freenet/node/Node.java
===================================================================
--- trunk/freenet/src/freenet/node/Node.java    2009-04-10 22:59:33 UTC (rev 
26729)
+++ trunk/freenet/src/freenet/node/Node.java    2009-04-10 23:08:15 UTC (rev 
26730)
@@ -2005,6 +2005,15 @@
                Logger.normal(this, "Initializing Plugin Manager");
                System.out.println("Initializing Plugin Manager");
                pluginManager = new PluginManager(this);
+               
+               // FIXME
+               // Short timeouts and JVM timeouts with nothing more said than 
the above have been seen...
+               // I don't know why... need a stack dump...
+               // For now just give it an extra 2 minutes. If it doesn't start 
in that time,
+               // it's likely (on reports so far) that a restart will fix it.
+               // And we have to get a build out because ALL plugins are now 
failing to load,
+               // including the absolutely essential (for most nodes) JSTUN 
and UPnP.
+               WrapperManager.signalStarting(120*1000);
 
                FetchContext ctx = clientCore.makeClient((short)0, 
true).getFetchContext();
                

_______________________________________________
cvs mailing list
[email protected]
http://emu.freenetproject.org/cgi-bin/mailman/listinfo/cvs

Reply via email to