Hi Tony, Ole from the soapUI team here. This sounds more like an error in soapUI to me, it shouldn't receive the WSDL for each time it asserts the response, and probably is not releasing the previously retreived WSDLs correctly.. could you check if this problem persists in our newly release 2.5 beta1 version and mail me your findings ([EMAIL PROTECTED])?
Thanks for your help.. regards! /Ole eviware.com Tony Dean wrote: > > there must be some issues with wsdl4j... I'm using soapUI to perform some > load testing and if I turn off SOAP compliance assertion, the problems go > away. With SOAP compliance assertion, soapUI continuously retrieves the > WSDL from the service to assert the response message. Turning this off > takes wsdl4j out of the picture and no errors. > >> -----Original Message----- >> From: Tony Dean [mailto:[EMAIL PROTECTED] >> Sent: Saturday, September 27, 2008 9:34 PM >> To: [email protected] >> Subject: RE: axis2 1.3 stackoverflow >> >> this appears to be in the Axis2 code before my implementation is >> dispatched... >> >> > -----Original Message----- >> > From: Nan Null [mailto:[EMAIL PROTECTED] >> > Sent: Saturday, September 27, 2008 8:10 PM >> > To: [email protected] >> > Subject: Re: axis2 1.3 stackoverflow >> > >> > Do you have database connection involved? Look like you have >> resource >> > sharing problem. If it's not database, then make sure you >> > synchronized where needed. If it's database, make sure to use >> > connection pool, and try..finally to release all connections >> properly. >> > I would comment out all code, except returning empty result. Then >> > progressively uncomment code to find out where causes the problem. >> > >> > On Sat, Sep 27, 2008 at 7:25 PM, Tony Dean <[EMAIL PROTECTED]> wrote: >> > > I have seen numerous jira issues regarding stackoverflow... >> > > >> > > A single client accessing my Axis2 service is successful and >> appears >> > to be successful an unlimited amount of iterations. >> > > >> > > However, if I put a load on the service and allow multiple clients >> to >> > access my service simultaneously, it does take long for >> stackoverflows >> > to occur. I'm getting a consistent stacktrace as follows: >> > > >> > > 08:25:00,237 ERROR [[AxisServlet]] Servlet.service() for servlet >> > AxisServlet thre >> > > java.lang.StackOverflowError >> > > at >> > java.nio.charset.CharsetEncoder.encode(CharsetEncoder.java:544) >> > > at >> > sun.nio.cs.StreamEncoder$CharsetSE.implWrite(StreamEncoder.java:384) >> > > at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:136) >> > > at sun.nio.cs.StreamEncoder.write(StreamEncoder.java:146) >> > > at >> > java.io.OutputStreamWriter.write(OutputStreamWriter.java:204) >> > > at java.io.PrintWriter.write(PrintWriter.java:384) >> > > at java.io.PrintWriter.write(PrintWriter.java:384) >> > > at java.io.PrintWriter.write(PrintWriter.java:401) >> > > at java.io.PrintWriter.print(PrintWriter.java:532) >> > > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) >> > > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) >> > > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) >> > > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) >> > > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) >> > > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) >> > > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) >> > > at com.ibm.wsdl.util.xml.DOM2Writer.print(Unknown Source) >> > > >> > > >> > > Anyone know what's going on? >> > > >> > > Thanks for any insight. >> > > >> > > Tony Dean >> > > SAS Institute Inc. >> > > 919.531.6704 >> > > [EMAIL PROTECTED] >> > > >> > > SAS... The Power to Know >> > > http://www.sas.com >> > > >> > > >> > > >> > > ------------------------------------------------------------------- >> -- >> > > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > > For additional commands, e-mail: [EMAIL PROTECTED] >> > > >> > > >> > >> > --------------------------------------------------------------------- >> > To unsubscribe, e-mail: [EMAIL PROTECTED] >> > For additional commands, e-mail: [EMAIL PROTECTED] >> > >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > -- View this message in context: http://www.nabble.com/axis2-1.3-stackoverflow-tp19707394p19746513.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
