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 ax...@ws.apache.org on 2004/10/08 01:25:51 UTC

[jira] Commented: (AXIS-1594) Axis doesn't run WebSphere 4

The following comment has been added to this issue:

     Author: Emmanuel Bourg
    Created: Thu, 7 Oct 2004 4:23 PM
       Body:
Axis calls a method defined in the Servlet 2.3 spec, WebSphere 4 only supports the 2.2 spec. Maybe the call to getRequestURL could be replaced with something like this :

request.getScheme() + "://" + request.getServerName() + ":" + request.getServerPort() + request.getRequestURI()


---------------------------------------------------------------------
View this comment:
  http://issues.apache.org/jira/browse/AXIS-1594?page=comments#action_53818

---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-1594

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-1594
    Summary: Axis doesn't run WebSphere 4
       Type: Bug

     Status: Unassigned
   Priority: Major

    Project: Axis
   Versions:
             1.2RC1

   Assignee: 
   Reporter: Emmanuel Bourg

    Created: Thu, 7 Oct 2004 10:05 AM
    Updated: Thu, 7 Oct 2004 4:23 PM

Description:
I tried to run a .jws on WebSphere 4 and got the following error :

Servlet Error: javax.servlet.http.HttpServletRequest: method getRequestURL()Ljava/lang/StringBuffer&#59; not found: java.lang.NoSuchMethodError: javax.servlet.http.HttpServletRequest: method getRequestURL()Ljava/lang/StringBuffer; not found

	at org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:250)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:740)
	at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:301)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
	at com.ibm.servlet.engine.webapp.StrictServletInstance.doService(ServletManager.java:827)
	at com.ibm.servlet.engine.webapp.StrictLifecycleServlet._service(StrictLifecycleServlet.java:167)
	at com.ibm.servlet.engine.webapp.IdleServletState.service(StrictLifecycleServlet.java:297)
	at com.ibm.servlet.engine.webapp.StrictLifecycleServlet.service(StrictLifecycleServlet.java:110)
	at com.ibm.servlet.engine.webapp.ServletInstance.service(ServletManager.java:472)
	at com.ibm.servlet.engine.webapp.ValidServletReferenceState.dispatch(ServletManager.java:1012)
	at com.ibm.servlet.engine.webapp.ServletInstanceReference.dispatch(ServletManager.java:913)
	at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.handleWebAppDispatch(WebAppRequestDispatcher.java:721)
	at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.dispatch(WebAppRequestDispatcher.java:374)
	at com.ibm.servlet.engine.webapp.WebAppRequestDispatcher.forward(WebAppRequestDispatcher.java:118)
	at com.ibm.servlet.engine.srt.WebAppInvoker.doForward(WebAppInvoker.java:134)
	at com.ibm.servlet.engine.srt.WebAppInvoker.handleInvocationHook(WebAppInvoker.java:239)
	at com.ibm.servlet.engine.invocation.CachedInvocation.handleInvocation(CachedInvocation.java:67)
	at com.ibm.servlet.engine.srp.ServletRequestProcessor.dispatchByURI(ServletRequestProcessor.java:151)
	at com.ibm.servlet.engine.oselistener.OSEListenerDispatcher.service(OSEListener.java:317)
	at com.ibm.servlet.engine.http11.HttpConnection.handleRequest(HttpConnection.java:60)
	at com.ibm.ws.http.HttpConnection.readAndHandleRequest(HttpConnection.java:477)
	at com.ibm.ws.http.HttpConnection.run(HttpConnection.java:351)
	at com.ibm.ws.util.CachedThread.run(ThreadPool.java(Compiled Code))



---------------------------------------------------------------------
JIRA INFORMATION:
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

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira