[ 
https://issues.apache.org/jira/browse/AXIS-2225?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13025581#comment-13025581
 ] 

Justin Lawler commented on AXIS-2225:
-------------------------------------

We've seen this issue reproduced intermittently on axis 1.4 release. We have 
the following setup:

* Using HTTPSender
* we don't cache the service locator object.
* running on a linux environment.

Is this a known issue? has anybody else seen this on axis 1.4?

> org.apache.axis.client.Call.invoke() returns null on Linux but works on 
> Windows
> -------------------------------------------------------------------------------
>
>                 Key: AXIS-2225
>                 URL: https://issues.apache.org/jira/browse/AXIS-2225
>             Project: Axis
>          Issue Type: Bug
>    Affects Versions: 1.2.1
>         Environment: Linux Red Hat Fedora Core 3 on x86, Sun SDK 1.4.2_08, 
> Tomcat 4.1.31
>            Reporter: Fabio Da Soghe
>            Priority: Blocker
>
> I developed a simple web service, both server and client with Axis.
> The client is a proxy wrapper around the org.apache.axis.client.Call class, 
> that should return my business data bean.
> The weird thing is that the client works great on windows (xp) but fail on 
> linux (on the described environment).
> I've done every debug action I can think of and now I'm totally unable to 
> think whatelse to try.
> The problem is that, after all the proper initialization, the call to 
> org.apache.axis.client.Call.invoke() returns null, without any exception or 
> log message. It doesn't even get to actually touch the remote web service: 
> when I execute the client on linux, the server remains quiet (I trace every 
> incoming request).
> I built this web service using the Eclipse WTP wizard, which created the 
> proxy for me. Of course I didn't modified anything of the generated code.
> This is blocking me for several days now, so any help or hint about further 
> investigation would be very appreciated.
> Of course I can post here any source code you would ask for, if it could be 
> useful (the generated code is not very little).
> Thanks in advance.
> Fabio Da Soghe

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to