You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "rnell (JIRA)" <ji...@apache.org> on 2006/03/27 17:50:22 UTC

[jira] Created: (AXIS2-525) Web site admin - available services broken

Web site admin - available services broken
------------------------------------------

         Key: AXIS2-525
         URL: http://issues.apache.org/jira/browse/AXIS2-525
     Project: Apache Axis 2.0 (Axis2)
        Type: Bug
    Versions: 0.95    
    Reporter: rnell


To repeat,
   1. install axis2.war into tomcat's webapps directory
   2. start tomcat.
   3. launch web browser and go to the axis2 admin page http://localhost:8080/axis2
    > choose "Administration"
    > login using admin/axis2  
   4.  upload service "MyService.aar"  from samples/userguide
   5. select "available services" from the admin page
   6. boom!

HTTP Status 500 -

type Exception report

message

description The server encountered an internal error () that prevented it from fulfilling this request.

exception

org.apache.jasper.JasperException: org.apache.axis2.description.AxisService.getOperations()Ljava/util/HashMap;
	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

javax.servlet.ServletException: org.apache.axis2.description.AxisService.getOperations()Ljava/util/HashMap;
	org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:858)
	org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791)
	org.apache.jsp.listService_jsp._jspService(listService_jsp.java:245)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

root cause

java.lang.NoSuchMethodError: org.apache.axis2.description.AxisService.getOperations()Ljava/util/HashMap;
	org.apache.jsp.listService_jsp._jspService(listService_jsp.java:109)
	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (AXIS2-525) Web site admin - available services broken

Posted by "Deepal Jayasinghe (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-525?page=all ]
     
Deepal Jayasinghe resolved AXIS2-525:
-------------------------------------

    Resolution: Invalid

I followed the the step you have mention and I was unable to regenerate the problem. (btw which axis2 version you are using )

The result I got 

Available services
MyService
Service EPR : http://127.0.0.1:8080/axis2/services/MyService
Service Description : This is a sample Web Service with two operations,echo and ping.
Service Status : Active Engaged modules for the service

    * addressing


Available operations

    * pingF

      Engaged Modules for the Operation
          o addressing

    * echo

      Engaged Modules for the Operation
          o addressing

    * ping

      Engaged Modules for the Operation
          o addressing

> Web site admin - available services broken
> ------------------------------------------
>
>          Key: AXIS2-525
>          URL: http://issues.apache.org/jira/browse/AXIS2-525
>      Project: Apache Axis 2.0 (Axis2)
>         Type: Bug
>     Versions: 0.95
>     Reporter: rnell

>
> To repeat,
>    1. install axis2.war into tomcat's webapps directory
>    2. start tomcat.
>    3. launch web browser and go to the axis2 admin page http://localhost:8080/axis2
>     > choose "Administration"
>     > login using admin/axis2  
>    4.  upload service "MyService.aar"  from samples/userguide
>    5. select "available services" from the admin page
>    6. boom!
> HTTP Status 500 -
> type Exception report
> message
> description The server encountered an internal error () that prevented it from fulfilling this request.
> exception
> org.apache.jasper.JasperException: org.apache.axis2.description.AxisService.getOperations()Ljava/util/HashMap;
> 	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:510)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:375)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> root cause
> javax.servlet.ServletException: org.apache.axis2.description.AxisService.getOperations()Ljava/util/HashMap;
> 	org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:858)
> 	org.apache.jasper.runtime.PageContextImpl.handlePageException(PageContextImpl.java:791)
> 	org.apache.jsp.listService_jsp._jspService(listService_jsp.java:245)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> root cause
> java.lang.NoSuchMethodError: org.apache.axis2.description.AxisService.getOperations()Ljava/util/HashMap;
> 	org.apache.jsp.listService_jsp._jspService(listService_jsp.java:109)
> 	org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> 	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
> 	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
> 	org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
> 	javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira