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 bu...@apache.org on 2003/04/10 22:42:05 UTC

DO NOT REPLY [Bug 18919] New: - HTTP ERROR: 500 org.apache.axis.client.Stub.setPortName

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18919>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=18919

HTTP ERROR: 500 org.apache.axis.client.Stub.setPortName

           Summary: HTTP ERROR: 500 org.apache.axis.client.Stub.setPortName
           Product: Axis
           Version: 1.0
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: Critical
          Priority: Other
         Component: Samples
        AssignedTo: axis-dev@ws.apache.org
        ReportedBy: mello@virgos.com.br


I get HTTP ERROR: 500 org.apache.axis.client.Stub.setPortName from my browser 
when I invoke a method of the Web Service using a JSP page. I create a Java 
Application and tried to do the same, and it works in the Java Application, 
but it doesn't in JSP page. 

Has anyone had any idea???

Thanks...

The Jboss 3.0.6 generates the output below when I use the JSP page to call the 
WS method:

java.lang.NoSuchMethodError: org.apache.axis.client.Stub.setPortName
(Ljavax/xml/namespace/QName;)V
	at virgosbi.webservices.generated.TestServiceLocator.getTest
(TestServiceLocator.java:44)
	at virgosbi.webservices.generated.TestServiceLocator.getTest
(TestServiceLocator.java:38)
	at org.apache.jsp.index$jsp._jspService(index$jsp.java:69)
	at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:107)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.apache.jasper.servlet.JspServlet$JspServletWrapper.service
(JspServlet.java:201)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile
(JspServlet.java:381)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:473)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle
(ServletHolder.java:360)
	at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch
(WebApplicationHandler.java:280)
	at org.mortbay.jetty.servlet.Dispatcher.dispatch(Dispatcher.java:194)
	at org.mortbay.jetty.servlet.Dispatcher.forward(Dispatcher.java:129)
	at org.mortbay.jetty.servlet.Default.handleGet(Default.java:239)
	at org.mortbay.jetty.servlet.Default.service(Default.java:153)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at org.mortbay.jetty.servlet.ServletHolder.handle
(ServletHolder.java:360)
	at org.mortbay.jetty.servlet.WebApplicationHandler.dispatch
(WebApplicationHandler.java:280)
	at org.mortbay.jetty.servlet.ServletHandler.handle
(ServletHandler.java:553)
	at org.mortbay.http.HttpContext.handle(HttpContext.java:1717)
	at org.mortbay.jetty.servlet.WebApplicationContext.handle
(WebApplicationContext.java:549)
	at org.mortbay.http.HttpContext.handle(HttpContext.java:1667)
	at org.mortbay.http.HttpServer.service(HttpServer.java:862)
	at org.jboss.jetty.Jetty.service(Jetty.java:497)
	at org.mortbay.http.HttpConnection.service(HttpConnection.java:759)
	at org.mortbay.http.HttpConnection.handleNext(HttpConnection.java:923)
	at org.mortbay.http.HttpConnection.handle(HttpConnection.java:776)
	at org.mortbay.http.SocketListener.handleConnection
(SocketListener.java:202)
	at org.mortbay.util.ThreadedServer.handle(ThreadedServer.java:289)
	at org.mortbay.util.ThreadPool$PoolThread.run(ThreadPool.java:455)