A Bug?
A Bug?
This happened when I tried to access this page.
http://127.0.0.1:7657/i2pbote/network.jsp
here's the main body:
HTTP ERROR 500
Problem accessing /i2pbote/network.jsp. Reason:
Server Error
Caused by:
javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class org.jfree.chart.JFreeChart
at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:909)
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:838)
at i2p.bote.jsp.network_jsp._jspService(network_jsp.java:156)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at i2p.bote.web.CharsetFilter.doFilter(CharsetFilter.java:38)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at net.i2p.servlet.filters.XSSFilter.doFilter(XSSFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.SameOriginFilter.doFilter(SameOriginFilter.java:34)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.CSPApplier.doFilter(CSPApplier.java:98)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
at org.eclipse.jetty.servlets.gzip.GzipHandler.handle(GzipHandler.java:479)
at net.i2p.router.web.HostCheckHandler.handle(HostCheckHandler.java:118)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:258)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jfree.chart.JFreeChart
at i2p.bote.web.PeerInfoTag.createDhtChart(PeerInfoTag.java:195)
at i2p.bote.web.PeerInfoTag.doTag(PeerInfoTag.java:80)
at i2p.bote.jsp.network_jsp._jspx_meth_ib_005fpeerInfo_005f0(network_jsp.java:400)
at i2p.bote.jsp.network_jsp._jspx_meth_c_005fotherwise_005f0(network_jsp.java:347)
at i2p.bote.jsp.network_jsp._jspx_meth_c_005fchoose_005f0(network_jsp.java:240)
at i2p.bote.jsp.network_jsp._jspService(network_jsp.java:140)
... 35 more
Caused by:
java.lang.NoClassDefFoundError: Could not initialize class org.jfree.chart.JFreeChart
at i2p.bote.web.PeerInfoTag.createDhtChart(PeerInfoTag.java:195)
at i2p.bote.web.PeerInfoTag.doTag(PeerInfoTag.java:80)
at i2p.bote.jsp.network_jsp._jspx_meth_ib_005fpeerInfo_005f0(network_jsp.java:400)
at i2p.bote.jsp.network_jsp._jspx_meth_c_005fotherwise_005f0(network_jsp.java:347)
at i2p.bote.jsp.network_jsp._jspx_meth_c_005fchoose_005f0(network_jsp.java:240)
at i2p.bote.jsp.network_jsp._jspService(network_jsp.java:140)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at i2p.bote.web.CharsetFilter.doFilter(CharsetFilter.java:38)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at net.i2p.servlet.filters.XSSFilter.doFilter(XSSFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.SameOriginFilter.doFilter(SameOriginFilter.java:34)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.CSPApplier.doFilter(CSPApplier.java:98)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
at org.eclipse.jetty.servlets.gzip.GzipHandler.handle(GzipHandler.java:479)
at net.i2p.router.web.HostCheckHandler.handle(HostCheckHandler.java:118)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:258)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.base/java.lang.Thread.run(Thread.java:844)
Powered by Jetty://
Here's my environment:
I2P version: 0.9.34-0-2ubuntu1
Java version: Oracle Corporation 9.0.4 (OpenJDK Runtime Environment 9.0.4+12-Debian-4)
Wrapper version: 3.5.30
Server version: 9.2.23.v20171218
Servlet version: Jasper JSP 2.3 Engine
JSTL version: standard-taglib 1.2.5
Platform: Linux amd64 4.14.0-kali3-amd64
Jcpuid version: 3
Processor: Haswell Core i3/i5/i7 model 60 (coreihwl)
Jbigi: Locally optimized native BigInteger library loaded from file
Jbigi version: 4
GMP version: 6.1.2
Encoding: UTF-8
Charset: UTF-8
Could str4d please fix it in 0.4.8? Thank you very much.
http://127.0.0.1:7657/i2pbote/network.jsp
here's the main body:
HTTP ERROR 500
Problem accessing /i2pbote/network.jsp. Reason:
Server Error
Caused by:
javax.servlet.ServletException: java.lang.NoClassDefFoundError: Could not initialize class org.jfree.chart.JFreeChart
at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:909)
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:838)
at i2p.bote.jsp.network_jsp._jspService(network_jsp.java:156)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at i2p.bote.web.CharsetFilter.doFilter(CharsetFilter.java:38)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at net.i2p.servlet.filters.XSSFilter.doFilter(XSSFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.SameOriginFilter.doFilter(SameOriginFilter.java:34)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.CSPApplier.doFilter(CSPApplier.java:98)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
at org.eclipse.jetty.servlets.gzip.GzipHandler.handle(GzipHandler.java:479)
at net.i2p.router.web.HostCheckHandler.handle(HostCheckHandler.java:118)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:258)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.base/java.lang.Thread.run(Thread.java:844)
Caused by: java.lang.NoClassDefFoundError: Could not initialize class org.jfree.chart.JFreeChart
at i2p.bote.web.PeerInfoTag.createDhtChart(PeerInfoTag.java:195)
at i2p.bote.web.PeerInfoTag.doTag(PeerInfoTag.java:80)
at i2p.bote.jsp.network_jsp._jspx_meth_ib_005fpeerInfo_005f0(network_jsp.java:400)
at i2p.bote.jsp.network_jsp._jspx_meth_c_005fotherwise_005f0(network_jsp.java:347)
at i2p.bote.jsp.network_jsp._jspx_meth_c_005fchoose_005f0(network_jsp.java:240)
at i2p.bote.jsp.network_jsp._jspService(network_jsp.java:140)
... 35 more
Caused by:
java.lang.NoClassDefFoundError: Could not initialize class org.jfree.chart.JFreeChart
at i2p.bote.web.PeerInfoTag.createDhtChart(PeerInfoTag.java:195)
at i2p.bote.web.PeerInfoTag.doTag(PeerInfoTag.java:80)
at i2p.bote.jsp.network_jsp._jspx_meth_ib_005fpeerInfo_005f0(network_jsp.java:400)
at i2p.bote.jsp.network_jsp._jspx_meth_c_005fotherwise_005f0(network_jsp.java:347)
at i2p.bote.jsp.network_jsp._jspx_meth_c_005fchoose_005f0(network_jsp.java:240)
at i2p.bote.jsp.network_jsp._jspService(network_jsp.java:140)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:742)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at i2p.bote.web.CharsetFilter.doFilter(CharsetFilter.java:38)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at net.i2p.servlet.filters.XSSFilter.doFilter(XSSFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.SameOriginFilter.doFilter(SameOriginFilter.java:34)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.CSPApplier.doFilter(CSPApplier.java:98)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
at org.eclipse.jetty.servlets.gzip.GzipHandler.handle(GzipHandler.java:479)
at net.i2p.router.web.HostCheckHandler.handle(HostCheckHandler.java:118)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:258)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.base/java.lang.Thread.run(Thread.java:844)
Powered by Jetty://
Here's my environment:
I2P version: 0.9.34-0-2ubuntu1
Java version: Oracle Corporation 9.0.4 (OpenJDK Runtime Environment 9.0.4+12-Debian-4)
Wrapper version: 3.5.30
Server version: 9.2.23.v20171218
Servlet version: Jasper JSP 2.3 Engine
JSTL version: standard-taglib 1.2.5
Platform: Linux amd64 4.14.0-kali3-amd64
Jcpuid version: 3
Processor: Haswell Core i3/i5/i7 model 60 (coreihwl)
Jbigi: Locally optimized native BigInteger library loaded from file
Jbigi version: 4
GMP version: 6.1.2
Encoding: UTF-8
Charset: UTF-8
Could str4d please fix it in 0.4.8? Thank you very much.
Email: obfuscate@mail.i2p
GPG/Bote: http://zerobin.i2p/?f29cf44277405258#ZIy3CVcmTvaguHRv0MX6n7e43ttM49PmnFV5qT+N4eQ=
GPG/Bote: http://zerobin.i2p/?f29cf44277405258#ZIy3CVcmTvaguHRv0MX6n7e43ttM49PmnFV5qT+N4eQ=
Re: A Bug?
I am experiencing this same problem.
I'm a new user of I2P, not a dev or coder or anything. Briefly, I went to the geti2p.net site, installed the latest version for my Ubuntu Linux computer (using Xubuntu 16.04), and got that up and running.
Next I followed the instructions posted on bote.i2p/install and pasted the URL "http://bote.i2p/i2pbote.su3" into my Router Plugins page. The plugin installed successfully.
When I went back to the Router home page and clicked on "Secure Email" I get the same error as OP when trying to display the URL http://127.0.01:7657/i2pbote/index.jsp
In searching a bit before finding this forum, I discovered an old reference to this same problem here: https://trac.i2p2.de/ticket/1793 but the issue was marked as resolved.
If you know how to fix, I can follow directions pretty well, but am just not knowledgeable enough to troubleshoot myself.
Any help would be much appreciated! Thanks.
I'm a new user of I2P, not a dev or coder or anything. Briefly, I went to the geti2p.net site, installed the latest version for my Ubuntu Linux computer (using Xubuntu 16.04), and got that up and running.
Next I followed the instructions posted on bote.i2p/install and pasted the URL "http://bote.i2p/i2pbote.su3" into my Router Plugins page. The plugin installed successfully.
When I went back to the Router home page and clicked on "Secure Email" I get the same error as OP when trying to display the URL http://127.0.01:7657/i2pbote/index.jsp
In searching a bit before finding this forum, I discovered an old reference to this same problem here: https://trac.i2p2.de/ticket/1793 but the issue was marked as resolved.
If you know how to fix, I can follow directions pretty well, but am just not knowledgeable enough to troubleshoot myself.
Any help would be much appreciated! Thanks.
Code: Select all
HTTP ERROR 500
Problem accessing /i2pbote/index.jsp. Reason:
Server Error
Caused by:
javax.servlet.ServletException: java.lang.NoSuchMethodError: org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(Ljavax/servlet/jsp/tagext/Tag;Lorg/apache/tomcat/InstanceManager;Z)V
at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:909)
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:838)
at i2p.bote.jsp.folder_jsp._jspService(folder_jsp.java:211)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:595)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:191)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:72)
at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:742)
at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:712)
at i2p.bote.jsp.index_jsp._jspService(index_jsp.java:111)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at i2p.bote.web.CharsetFilter.doFilter(CharsetFilter.java:38)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at net.i2p.servlet.filters.XSSFilter.doFilter(XSSFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.SameOriginFilter.doFilter(SameOriginFilter.java:34)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.CSPApplier.doFilter(CSPApplier.java:98)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
at org.eclipse.jetty.servlets.gzip.GzipHandler.handle(GzipHandler.java:299)
at net.i2p.router.web.HostCheckHandler.handle(HostCheckHandler.java:111)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:748)
Caused by: java.lang.NoSuchMethodError: org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(Ljavax/servlet/jsp/tagext/Tag;Lorg/apache/tomcat/InstanceManager;Z)V
at i2p.bote.jsp.folder_jsp._jspx_meth_c_005fif_005f0(folder_jsp.java:251)
at i2p.bote.jsp.folder_jsp._jspService(folder_jsp.java:187)
... 52 more
Caused by:
java.lang.NoSuchMethodError: org.apache.jasper.runtime.JspRuntimeLibrary.releaseTag(Ljavax/servlet/jsp/tagext/Tag;Lorg/apache/tomcat/InstanceManager;Z)V
at i2p.bote.jsp.folder_jsp._jspx_meth_c_005fif_005f0(folder_jsp.java:251)
at i2p.bote.jsp.folder_jsp._jspService(folder_jsp.java:187)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:587)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:595)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:191)
at org.eclipse.jetty.server.Dispatcher.forward(Dispatcher.java:72)
at org.apache.jasper.runtime.PageContextImpl.doForward(PageContextImpl.java:742)
at org.apache.jasper.runtime.PageContextImpl.forward(PageContextImpl.java:712)
at i2p.bote.jsp.index_jsp._jspService(index_jsp.java:111)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.eclipse.jetty.servlet.ServletHolder.handle(ServletHolder.java:812)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1669)
at i2p.bote.web.CharsetFilter.doFilter(CharsetFilter.java:38)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at net.i2p.servlet.filters.XSSFilter.doFilter(XSSFilter.java:30)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.owasp.csrfguard.CsrfGuardFilter.doFilter(CsrfGuardFilter.java:88)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.SameOriginFilter.doFilter(SameOriginFilter.java:34)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at i2p.bote.web.CSPApplier.doFilter(CSPApplier.java:98)
at org.eclipse.jetty.servlet.ServletHandler$CachedChain.doFilter(ServletHandler.java:1652)
at org.eclipse.jetty.servlet.ServletHandler.doHandle(ServletHandler.java:585)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:143)
at org.eclipse.jetty.security.SecurityHandler.handle(SecurityHandler.java:577)
at org.eclipse.jetty.server.session.SessionHandler.doHandle(SessionHandler.java:223)
at org.eclipse.jetty.server.handler.ContextHandler.doHandle(ContextHandler.java:1127)
at org.eclipse.jetty.servlet.ServletHandler.doScope(ServletHandler.java:515)
at org.eclipse.jetty.server.session.SessionHandler.doScope(SessionHandler.java:185)
at org.eclipse.jetty.server.handler.ContextHandler.doScope(ContextHandler.java:1061)
at org.eclipse.jetty.server.handler.ScopedHandler.handle(ScopedHandler.java:141)
at org.eclipse.jetty.server.handler.ContextHandlerCollection.handle(ContextHandlerCollection.java:215)
at org.eclipse.jetty.servlets.gzip.GzipHandler.handle(GzipHandler.java:299)
at net.i2p.router.web.HostCheckHandler.handle(HostCheckHandler.java:111)
at org.eclipse.jetty.server.handler.HandlerCollection.handle(HandlerCollection.java:110)
at org.eclipse.jetty.server.handler.HandlerWrapper.handle(HandlerWrapper.java:97)
at org.eclipse.jetty.server.Server.handle(Server.java:499)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:311)
at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:257)
at org.eclipse.jetty.io.AbstractConnection$2.run(AbstractConnection.java:544)
at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:635)
at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:555)
at java.lang.Thread.run(Thread.java:748)
Powered by Jetty://
SOLUTION
The problem you have is because you are using a Debian/Ubuntu I2P installation (or Devuan/LinuxMint/Trisquel).
Resume: uninstall I2P, delete the PPA or the "sources", and try the ".jar" installer.
--- BEFORE YOU DELETE I2P ---
Of course, you need to recover your I2P-Bote address. So, there is a possibility. Try:
# synaptic
...and force an older version of I2P. Then start I2P-Bote and try to export your identities.
If you can't, I am sorry: you will have to create a new one after purge I2P.
# aptitude purge I2P
Then, go to this section of the download page, and initiate the installation from the I2P ".jar" installer.
Then install I2P-Bote. It should work.
Let us know!
Resume: uninstall I2P, delete the PPA or the "sources", and try the ".jar" installer.
--- BEFORE YOU DELETE I2P ---
Of course, you need to recover your I2P-Bote address. So, there is a possibility. Try:
# synaptic
...and force an older version of I2P. Then start I2P-Bote and try to export your identities.
If you can't, I am sorry: you will have to create a new one after purge I2P.
# aptitude purge I2P
Then, go to this section of the download page, and initiate the installation from the I2P ".jar" installer.
Then install I2P-Bote. It should work.
Let us know!
Re: A Bug?
Hello all,
Is there a solution for a windows 10 install. I am having this problem on my system also. Thank you.
quark
Is there a solution for a windows 10 install. I am having this problem on my system also. Thank you.
quark
quark
Re: A Bug?
Hi
the solution is a new version of i2pbote with adoptions to new java and I2P. To bad the bote dev is absent for longer now.
But you can ask str4d if he may update bote and fix this bug for I2PBote to work again.
echelon
the solution is a new version of i2pbote with adoptions to new java and I2P. To bad the bote dev is absent for longer now.
But you can ask str4d if he may update bote and fix this bug for I2PBote to work again.
echelon
Re: A Bug?
Do I ask strd here like ob did? or is there another way to communicate the request?
quark
quark
quark
Re: A Bug?
hi all,
Well I tried to get an email or something for str4d, but i was not successful. As echelon suggested I am asking if str4d can please fix this issue. I would really like to install i2p bote. If i was able to fix it I would voluntarily fix it, but I can't. I have win10 and get the 404 error when trying to load bote after clicking on the secure mail button in the router console.
Thank you for your time in advace,
quark
Well I tried to get an email or something for str4d, but i was not successful. As echelon suggested I am asking if str4d can please fix this issue. I would really like to install i2p bote. If i was able to fix it I would voluntarily fix it, but I can't. I have win10 and get the 404 error when trying to load bote after clicking on the secure mail button in the router console.
Thank you for your time in advace,
quark
quark
Re: A Bug?
Hi
It is a bote bug, nothing to be fixed in I2P.
The bote coder needs to fix it, which is currently str4d. But str4d has mostly lost interest in it, or has no time, so it is nearly abandonware.
If you are lucky, you get str4d to fix it. Or you find another coder with time and knowledge to make a new fixed releas of bote.
echelon
It is a bote bug, nothing to be fixed in I2P.
The bote coder needs to fix it, which is currently str4d. But str4d has mostly lost interest in it, or has no time, so it is nearly abandonware.
If you are lucky, you get str4d to fix it. Or you find another coder with time and knowledge to make a new fixed releas of bote.
echelon
Re: A Bug?
echelon thank you for clarification. I wish I could help, but I know nothing about coding. Also, this is one of i2p strong points and I would like to see it come back soon.
quark