> 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? /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
