at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
at java.lang.Thread.run(Thread.java:748)
Caused by: javax.servlet.ServletException: javax.servlet.jsp.JspException: org.onebusaway.wiki.api.WikiException: error evaluating xwiki http method
at org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:906)
at org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:838)
at org.apache.jsp.WEB_002dINF.content.index_jspx._jspService(index_jspx.java:146)
at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:70)
at javax.servlet.http.HttpServlet.service(HttpServlet.java:729)
at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:438)
... 131 more
Caused by: org.onebusaway.wiki.api.WikiException: error evaluating xwiki http method
at org.onebusaway.wiki.xwiki.impl.XWikiDocumentServiceImpl.evaluateHttpMethod(XWikiDocumentServiceImpl.java:209)
at org.onebusaway.wiki.xwiki.impl.XWikiDocumentServiceImpl.getWikiPage(XWikiDocumentServiceImpl.java:140)
at org.onebusaway.wiki.xwiki.impl.XWikiDocumentServiceImpl.getWikiPage(XWikiDocumentServiceImpl.java:78)
at org.onebusaway.wiki.tags.WikiTag.doEndTag(WikiTag.java:68)
at org.apache.jsp.WEB_002dINF.content.index_jspx._jspx_meth_wiki_005fwiki_005f0(index_jspx.java:165)
at org.apache.jsp.WEB_002dINF.content.index_jspx._jspService(index_jspx.java:131)
... 134 more
Caused by: java.net.UnknownHostException:
wiki.onebusaway.org at java.net.AbstractPlainSocketImpl.connect(AbstractPlainSocketImpl.java:184)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:392)
at java.net.Socket.connect(Socket.java:589)
at java.net.Socket.connect(Socket.java:538)
at java.net.Socket.<init>(Socket.java:434)
at java.net.Socket.<init>(Socket.java:286)
at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:79)
at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:121)
at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)
at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386)
at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:324)
at org.onebusaway.wiki.xwiki.impl.XWikiDocumentServiceImpl.evaluateHttpMethod(XWikiDocumentServiceImpl.java:207)
... 139 more
Sorry for the super long stacktrace I thought I may be prudent to the issue.
I looked up the issue and was thinking perhaps it may be that a jar was missing for xwiki but I am not sure. Checking the lib directory it seems they are all in place but I am not too familiar with this.