Uploaded image for project: 'Axis2'
  1. Axis2
  2. AXIS2-3435

version service not started and exception at console

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • 1.3
    • None
    • deployment, samples
    • None
    • Windows XP 5.1, Tomcat 6.0.9, Axis2 binary version, ant create.war, deployed axis2.war as folder

    Description

      Problem 1) opening HappyAxis.jsp, I am getting following problem reported and exception at console
      2) axis2/axis2-web/index.jsp has wrong web-link for listServices and admin

      Examining Version Service
      There was a problem in Axis2 version service , may be the service not available or some thing has gone wrong. But this does not mean system is not working ! Try to upload some other service and check to see whether it is working.

      ------------------- exception at Tomcat windows console ----------------------------
      [INFO] Unable to sendViaPost to urlhttp://127.0.0.1:8080/axis2/services/Version
      org.apache.axis2.AxisFault: Transport error: 404 Error: /axis2/services/Version
      at org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:298)
      at org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:192)
      at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
      at org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:327)
      at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:206)
      at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:396)
      at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:374)
      at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:211)
      at org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
      at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:528)
      at org.apache.axis2.client.ServiceClient.sendReceive(ServiceClient.java:508)
      at org.apache.jsp.axis2_002dweb.HappyAxis_jsp.invokeTheService(HappyAxis_jsp.java:338)
      at org.apache.jsp.axis2_002dweb.HappyAxis_jsp._jspService(HappyAxis_jsp.java:505)
      at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:98)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
      at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:384)
      at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:320)
      at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:266)
      at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
      at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:290)
      at org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationFilterChain.java:206)
      at org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperValve.java:228)
      at org.apache.catalina.core.StandardContextValve.invoke(StandardContextValve.java:175)
      at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:128)
      at org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:104)
      at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:109)
      at org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
      a:212)
      at org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
      :844)
      at org.apache.coyote.http11.Http11Protocol$Http11ConnectionHandler.proce
      ss(Http11Protocol.java:634)
      at org.apache.tomcat.util.net.JIoEndpoint$Worker.run(JIoEndpoint.java:44
      5)
      at java.lang.Thread.run(Unknown Source)
      null
      ==========================

      2nd issue

      I have download Axis2 from http://ws.apache.org/axis2/download/1_3/download.cgi and install in Tomcat and JBoss 4.2.2GA, everything default by installing axis2.war,
      but index.jsp in http://127.0.0.1:8080/axis2/axis2-web/ has wrong web link,

      I have fixed locally then it works as per screenshot in the document.

      problem
      ------------
      <a href="services/listServices">Services</a>
      <a href="axis2-admin/">Administration</a>
      ----------
      fixes
      ------
      <a href="axis2-web/listServices.jsp">Services</a>
      <a href="axis2-web/admin.jsp">Administration</a>

      Attachments

        Activity

          People

            Unassigned Unassigned
            ranjan Priya Ranjan Kumar
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: