I am getting a weird error when trying to access happyaxis.jsp on my test server installation that I need to start using.
The Axis admin console works fine, but instead of the services pointing to http://server:port/axis2/services/ServiceName, they point to http://server:port/axis2/null/ServiceName. I think that this is related to a problem I have when I try to access happyaxis.jsp. It gets a 500 error and the localhost_log shows this error: 2007-07-10 11:03:36 StandardWrapperValve[jsp]: Servlet.service() for servlet jsp threw exception java.lang.NoSuchMethodError: org.apache.axis2.context.ConfigurationContext.getSe rvicePath()Ljava/lang/String; at org.apache.jsp.axis2_002dweb.HappyAxis_jsp.invokeTheService(HappyAxis _jsp.java:332) at org.apache.jsp.axis2_002dweb.HappyAxis_jsp._jspService(HappyAxis_jsp. java:511) at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:94) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper .java:324) at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:2 92) at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:236) at javax.servlet.http.HttpServlet.service(HttpServlet.java:802) at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl icationFilterChain.java:237) I suspect the two are related but I don't know how. Alan Delimon Senior Software Engineer Software Integration Group PAETEC [EMAIL PROTECTED] 585-413-2127 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
