Re: Servlet failed with IOException

2012-07-26 Thread chema gomez
Thanks. I'm trying to change the Axis library to the last version. I'll let you know. 2012/7/26 Andreas Veithen > The stack trace indicates that the error doesn't occur while invoking > the service, but while fetching the WSDL. There have been thread > safety issues in that part of the code: >

Re: Servlet failed with IOException

2012-07-26 Thread Andreas Veithen
The stack trace indicates that the error doesn't occur while invoking the service, but while fetching the WSDL. There have been thread safety issues in that part of the code: https://issues.apache.org/jira/browse/AXIS2-3276 This would explain the sporadic nature of the issue. Andreas On Thu, Ju

Re: Servlet failed with IOException

2012-07-26 Thread chema gomez
Well, I'm working on an interface made in jsp and it receives the input parameters of the service, then they are modified to serve as input to the service. But this error only occurs once every few requests 2012/7/26 Andreas Veithen > What are the steps to reproduce this issue? > > Andreas > >

Re: Servlet failed with IOException

2012-07-26 Thread Andreas Veithen
What are the steps to reproduce this issue? Andreas On Thu, Jul 26, 2012 at 5:29 PM, chema gomez wrote: > I'm calling a Web Service build with Java and Axis2 and throws me the > following error: > > org.apache.axis2.AxisFault: The current node has been removed using a method > other than Iterato