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 "Kenny Lee (JIRA)" <ji...@apache.org> on 2008/08/28 05:14:44 UTC

[jira] Created: (AXIS2-3993) Failed on redirect from Apache

Failed on redirect from Apache 
-------------------------------

                 Key: AXIS2-3993
                 URL: https://issues.apache.org/jira/browse/AXIS2-3993
             Project: Axis 2.0 (Axis2)
          Issue Type: Test
          Components: modules
         Environment: Linux
            Reporter: Kenny Lee


When the client application direct connect to weblogic server use the URL  "http://10.1.1.53:7011/axis2/services/testService" , the application respond correct. (P.S 10.1.1.53 is the Weblogic Server IP address)

But when I change to use "http://www.abc.com/axis2/services/testService" it return the following exception error.

The "http://www.abc.com/axis2/services/testService" was redirect from the Apache Web service and config by httpd.conf


org.apache.axis2.AxisFault

    at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)

    at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:89)

    at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:326)

    at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)

    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)

Thanks,

Kenny.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS2-3993) Failed on redirect from Apache

Posted by "Kenny Lee (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS2-3993?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12626833#action_12626833 ] 

Kenny Lee commented on AXIS2-3993:
----------------------------------

I searched on web, and the problem fixed by Disable chunk mode, I dont know why this issue will related to it, thanks.

// DISABLING_CHUNK_MODE:
calaisStub._getServiceClient().getOptions().setProperty(org.apache.axis2.transport.http.HTTPConstants.CHUNKED, Boolean.FALSE);

> Failed on redirect from Apache 
> -------------------------------
>
>                 Key: AXIS2-3993
>                 URL: https://issues.apache.org/jira/browse/AXIS2-3993
>             Project: Axis 2.0 (Axis2)
>          Issue Type: Test
>          Components: modules
>         Environment: Linux
>            Reporter: Kenny Lee
>
> When the client application direct connect to weblogic server use the URL  "http://10.1.1.53:7011/axis2/services/testService" , the application respond correct. (P.S 10.1.1.53 is the Weblogic Server IP address)
> But when I change to use "http://www.abc.com/axis2/services/testService" it return the following exception error.
> The "http://www.abc.com/axis2/services/testService" was redirect from the Apache Web service and config by httpd.conf
> org.apache.axis2.AxisFault
>     at org.apache.axis2.AxisFault.makeFault(AxisFault.java:417)
>     at org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUtils.java:89)
>     at org.apache.axis2.description.OutInAxisOperationClient.handleResponse(OutInAxisOperation.java:326)
>     at org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:389)
>     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)
> Thanks,
> Kenny.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org