WebSphere Application Server & Liberty

WebSphere Application Server & Liberty

Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  WebSphere Server v 9.0.5.2 error org.apache.axis2.AxisFault: HTTP ( 503 ) Service Unavailable address

    Posted Tue January 14, 2020 08:51 AM
    Hi and thanks for your support,

    i have a huge problem with a Web Service that provides an Authentication token, that seems depend on JAX-WS runtime in WebSphere

    Actual configuration:

    Windows 10

    WebSphere Platform 9.0.5.2 [BASE 9.0.5.2 f5021945.04] [JAVA8 8.0.5.36 pwa6480sr5fp36-20190510_01] (but also with 8.5)

    WS URL: https://cct-wcf-test.teamsystem.com/KnoS/wcf/CS/UserAuthentication.svc?wsdl

    I made a simple test class that executes the authentication method calling the WS and that works fine outside websphere, this is the trace:

    [1/14/20 11:55:33:547 CET] 000000e6 SystemOut O --> URL: https://cct-wcf-test.teamsystem.com/KnoS/wcf/CS/UserAuthentication.svc?wsdl
    [1/14/20 11:55:36:604 CET] 000000e6 WSChannelFram A CHFW0019I: The Transport Channel Service has started chain HttpsOutboundChain:cct-wcf-test.teamsystem.com:443:1949076779.
    [1/14/20 11:55:37:273 CET] 000000e6 SOAPOverHTTPS E WSWS7263E: The following exception occured: org.apache.axis2.AxisFault: HTTP ( 503 ) Service Unavailable address : https://cct-wcf-test.teamsystem.com/knos/wcf/CS/UserAuthentication.svc/https
    at com.ibm.ws.websvcs.transport.http.SOAPOverHTTPSender.processStatusCode(SOAPOverHTTPSender.java:3760)
    at com.ibm.ws.websvcs.transport.http.SOAPOverHTTPSender.send(SOAPOverHTTPSender.java:634)
    at com.ibm.ws.websvcs.transport.http.HTTPTransportSender.invoke(HTTPTransportSender.java:386)
    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:556)
    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:406)
    at org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:229)
    at org.apache.axis2.client.OperationClient.execute(OperationClient.java:165)
    at org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController.execute(AxisInvocationController.java:578)
    at org.apache.axis2.jaxws.core.controller.impl.AxisInvocationController.doInvoke(AxisInvocationController.java:127)
    at org.apache.axis2.jaxws.core.controller.impl.InvocationControllerImpl.invoke(InvocationControllerImpl.java:93)
    at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invokeSEIMethod(JAXWSProxyHandler.java:419)
    at org.apache.axis2.jaxws.client.proxy.JAXWSProxyHandler.invoke(JAXWSProxyHandler.java:213)
    at com.sun.proxy.$Proxy84.basicAuthentication(Unknown Source)
    at com.acg.acgv4.cct.managers.AuthenticationManager.getBasicCCTUserIdentity(AuthenticationManager.java:49)
    at com.acg.acgv4.cct.managers.AuthenticationManager.getBasicCCTUserIdentity(AuthenticationManager.java:27)
    at com.acg.acgv4.cct.delegate.CCTDelegate.getBasicCCTUserIdentity(CCTDelegate.java:40)
    at com.acg.acgv4.cct.action.CCTConfigurazioneAction.verifyConnection(CCTConfigurazioneAction.java:407)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:90)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55)
    at java.lang.reflect.Method.invoke(Method.java:508)
    at org.apache.struts.actions.DispatchAction.dispatchMethod(DispatchAction.java:269)
    at org.apache.struts.actions.DispatchAction.execute(DispatchAction.java:170)
    at com.ibm.acgv4.guiweb.ACGDispatchAction.execute(ACGDispatchAction.java:2710)
    at org.apache.struts.chain.commands.servlet.ExecuteAction.execute(ExecuteAction.java:58)
    at org.apache.struts.chain.commands.AbstractExecuteAction.execute(AbstractExecuteAction.java:67)
    at org.apache.struts.chain.commands.ActionCommandBase.execute(ActionCommandBase.java:51)
    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)
    at org.apache.commons.chain.generic.LookupCommand.execute(LookupCommand.java:304)
    at org.apache.commons.chain.impl.ChainBase.execute(ChainBase.java:190)
    at org.apache.struts.chain.ComposableRequestProcessor.process(ComposableRequestProcessor.java:283)
    at org.apache.struts.action.ActionServlet.process(ActionServlet.java:1913)
    at org.apache.struts.action.ActionServlet.doPost(ActionServlet.java:462)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:707)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:790)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.service(ServletWrapper.java:1235)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:779)
    at com.ibm.ws.webcontainer.servlet.ServletWrapper.handleRequest(ServletWrapper.java:478)
    at com.ibm.ws.webcontainer.servlet.ServletWrapperImpl.handleRequest(ServletWrapperImpl.java:179)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.invokeTarget(WebAppFilterChain.java:143)
    at com.ibm.ws.webcontainer.filter.WebAppFilterChain.doFilter(WebAppFilterChain.java:78)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.doFilter(WebAppFilterManager.java:969)
    at com.ibm.ws.webcontainer.filter.WebAppFilterManager.invokeFilters(WebAppFilterManager.java:1109)
    at com.ibm.ws.webcontainer.servlet.CacheServletWrapper.handleRequest(CacheServletWrapper.java:82)
    at com.ibm.ws.webcontainer.WebContainer.handleRequest(WebContainer.java:963)
    at com.ibm.ws.webcontainer.WSWebContainer.handleRequest(WSWebContainer.java:1817)
    at com.ibm.ws.webcontainer.channel.WCChannelLink.ready(WCChannelLink.java:382)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleDiscrimination(HttpInboundLink.java:465)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.handleNewRequest(HttpInboundLink.java:532)
    at com.ibm.ws.http.channel.inbound.impl.HttpInboundLink.processRequest(HttpInboundLink.java:318)
    at com.ibm.ws.http.channel.inbound.impl.HttpICLReadCallback.complete(HttpICLReadCallback.java:88)
    at com.ibm.ws.tcp.channel.impl.AioReadCompletionListener.futureCompleted(AioReadCompletionListener.java:175)
    at com.ibm.io.async.AbstractAsyncFuture.invokeCallback(AbstractAsyncFuture.java:217)
    at com.ibm.io.async.AsyncChannelFuture.fireCompletionActions(AsyncChannelFuture.java:161)
    at com.ibm.io.async.AsyncFuture.completed(AsyncFuture.java:138)
    at com.ibm.io.async.ResultHandler.complete(ResultHandler.java:204)
    at com.ibm.io.async.ResultHandler.runEventProcessingLoop(ResultHandler.java:775)
    at com.ibm.io.async.ResultHandler$2.run(ResultHandler.java:905)
    at com.ibm.ws.util.ThreadPool$Worker.run(ThreadPool.java:1909)

    ------------------------------
    Alessandro Raffaeli
    ------------------------------

    Attachment(s)

    zip
    server1_hpel_log.zip   2.86 MB 1 version
    zip
    server1.zip   32 KB 1 version


  • 2.  RE: WebSphere Server v 9.0.5.2 error org.apache.axis2.AxisFault: HTTP ( 503 ) Service Unavailable address

    Posted Tue January 14, 2020 10:13 AM
      |   view attached
    i've added the trace of call

    ------------------------------
    Alessandro Raffaeli
    ------------------------------

    Attachment(s)

    txt
    trace.txt   5.76 MB 1 version


  • 3.  RE: WebSphere Server v 9.0.5.2 error org.apache.axis2.AxisFault: HTTP ( 503 ) Service Unavailable address

    Posted Wed January 22, 2020 04:13 PM
    Hi, 
    From the trace, the Web service client is trying to send SOAP request to the provider, but it's getting a HTTP 503 from the provider, which usually means the provider is not available.  Do you have any server-side trace available for this issue?

    ------------------------------
    Syed Wadood
    ------------------------------



  • 4.  RE: WebSphere Server v 9.0.5.2 error org.apache.axis2.AxisFault: HTTP ( 503 ) Service Unavailable address

    Posted Thu January 23, 2020 03:14 AM
    @Syed Wadood The provider does function , i did a client that didn't use WAS and it's ok the problem is inside WAS Architecture, any other ideas? in the while i'll ask to the WS Provider to give me a trace if it exists

    Thanks

    ------------------------------
    Alessandro Raffaeli
    ------------------------------



  • 5.  RE: WebSphere Server v 9.0.5.2 error org.apache.axis2.AxisFault: HTTP ( 503 ) Service Unavailable address

    Posted Fri June 21, 2024 09:46 AM

    https://stackoverflow.com/questions/59007928/wsws7263e-the-following-exception-occured-org-apache-axis2-axisfault-http50



    ------------------------------
    Sriram Bharadwaj Sampathkumar
    ------------------------------



  • 6.  RE: WebSphere Server v 9.0.5.2 error org.apache.axis2.AxisFault: HTTP ( 503 ) Service Unavailable address

    Posted Wed December 14, 2022 09:48 AM
    Hi Alessandro,

    did you find the solution to this issue?

    I have the same problem with WAS 9.0.5.11

    Thank you in advance.

    ------------------------------
    Olga S.
    ------------------------------