Looking into my log file, I see a bunch of these started around the time I tried to look at the graphs:
That certainly is the cause for the broken links.. I took a look at the 5031 source and it would seem that the line numbers below doesn't line up with the numbers in your callstack.. For instance does ResponseTimeEstimator.java:800 say 'protected int recentCount = 0; //TOTHINK: this could grow fast, may be better off with long' Which impossibly can cause an NPE (and neither is it called by drawGraphBMP())
Anyone who has an idea? Are you not running 5031 after all or doesn't 5031 contain the latest ResponseTimeEstimator code?
I must have gotten the version number wrong. I think I was using 6296. I just now went back to 5031 and I couldn't reproduce the error. Switching again back to 6296, I can no longer get the error to occur. When the error occurred, my node had been up for 7 hours.
So, check the same line number against 6296 and see if it makes sense.
-Martin
/N
2003 6:01:09 AM (freenet.node.rt.NGRouting, YThread-966, NORMAL): transferFailed(4812,2,1051245) on [EMAIL PROTECTED] (<snip>,request) got unreasonable time: 15903203 (now=1067781669156, lastTime=1067765765953) Nov 2, 2003 6:04:42 AM (freenet.interfaces.LocalNIOInterface, YThread-990, ERROR): Unhandled throwable while handling connection java.lang.NullPointerException at
freenet.node.rt.ResponseTimeEstimator$StandardHTMLReportTool.drapGraphOnImag e(ResponseTimeEstimator.java:800)
at
freenet.node.rt.ResponseTimeEstimator$StandardHTMLReportTool.drawGraphBMP(Re sponseTimeEstimator.java:812)
at
freenet.client.http.NodeStatusServlet.sendNodeGraph(NodeStatusServlet.java:1 137)
at freenet.client.http.NodeStatusServlet.doGet(NodeStatusServlet.java:505) at javax.servlet.http.HttpServlet.service(HttpServlet.java:740) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at
freenet.interfaces.servlet.ServletContainer.handle(ServletContainer.java:66)
at
freenet.interfaces.LocalNIOInterface$ConnectionShell.run(LocalNIOInterface.j ava:260)
at freenet.thread.YThreadFactory$YThread.run(YThreadFactory.java:194)
-Martin
_______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
_______________________________________________ Devl mailing list [EMAIL PROTECTED] http://dodo.freenetproject.org/cgi-bin/mailman/listinfo/devl
