You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Tony Dean <To...@sas.com> on 2008/09/28 01:25:18 UTC

axis2 1.3 stackoverflow

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
tony.dean@sas.com

SAS... The Power to Know
http://www.sas.com



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


RE: axis2 1.3 stackoverflow

Posted by Tony Dean <To...@sas.com>.
I'm using wsdl4j 1.6.1.

From: Martin Gainty [mailto:mgainty@hotmail.com]
Sent: Saturday, September 27, 2008 8:13 PM
To: axis-user@ws.apache.org
Subject: RE: axis2 1.3 stackoverflow

i found this on the spring site as a JIRA concerning jira when implementing WSDL4J
WSDL4J (the library we use) is not thread-safe, so I put a synchronized block around it.

for some reason I cannot locate the print method on the current WSDL version 1.5.2 of
com.ibm.wsdl.util.xml.DOM2Writer
which wsdl4j version supports print() method in com.ibm.wsdl.util.xml.DOM2Writer

?
Martin
______________________________________________
Disclaimer and confidentiality note
Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.


> From: Tony.Dean@sas.com
> To: axis-user@ws.apache.org
> Date: Sat, 27 Sep 2008 19:25:18 -0400
> Subject: axis2 1.3 stackoverflow
>
> 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
> tony.dean@sas.com
>
> SAS... The Power to Know
> http://www.sas.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
________________________________
Stay up to date on your PC, the Web, and your mobile phone with Windows Live. See Now<http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/>

RE: axis2 1.3 stackoverflow

Posted by Martin Gainty <mg...@hotmail.com>.
i found this on the spring site as a JIRA concerning jira when implementing WSDL4J
WSDL4J (the library we use) is not thread-safe, so I put a synchronized block around it.

for some reason I cannot locate the print method on the current WSDL version 1.5.2 of
com.ibm.wsdl.util.xml.DOM2Writer
which wsdl4j version supports print() method in com.ibm.wsdl.util.xml.DOM2Writer

?
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. 


> From: Tony.Dean@sas.com
> To: axis-user@ws.apache.org
> Date: Sat, 27 Sep 2008 19:25:18 -0400
> Subject: axis2 1.3 stackoverflow
> 
> 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
> tony.dean@sas.com
> 
> SAS... The Power to Know
> http://www.sas.com
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
> 

_________________________________________________________________
Stay up to date on your PC, the Web, and your mobile phone with Windows Live.
http://clk.atdmt.com/MRT/go/msnnkwxp1020093185mrt/direct/01/

RE: axis2 1.3 stackoverflow

Posted by omatzura <ol...@eviware.com>.
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 (ole@eviware.com)?

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:Tony.Dean@sas.com]
>> Sent: Saturday, September 27, 2008 9:34 PM
>> To: axis-user@ws.apache.org
>> 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:null.nan@gmail.com]
>> > Sent: Saturday, September 27, 2008 8:10 PM
>> > To: axis-user@ws.apache.org
>> > 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 <To...@sas.com> 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
>> > > tony.dean@sas.com
>> > >
>> > > SAS... The Power to Know
>> > > http://www.sas.com
>> > >
>> > >
>> > >
>> > > -------------------------------------------------------------------
>> --
>> > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> > > For additional commands, e-mail: axis-user-help@ws.apache.org
>> > >
>> > >
>> >
>> > ---------------------------------------------------------------------
>> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> > For additional commands, e-mail: axis-user-help@ws.apache.org
>> >
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
> 
> 
> 

-- 
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: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


RE: axis2 1.3 stackoverflow

Posted by Tony Dean <To...@sas.com>.
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:Tony.Dean@sas.com]
> Sent: Saturday, September 27, 2008 9:34 PM
> To: axis-user@ws.apache.org
> 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:null.nan@gmail.com]
> > Sent: Saturday, September 27, 2008 8:10 PM
> > To: axis-user@ws.apache.org
> > 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 <To...@sas.com> 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
> > > tony.dean@sas.com
> > >
> > > SAS... The Power to Know
> > > http://www.sas.com
> > >
> > >
> > >
> > > -------------------------------------------------------------------
> --
> > > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > > For additional commands, e-mail: axis-user-help@ws.apache.org
> > >
> > >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>


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


RE: axis2 1.3 stackoverflow

Posted by Tony Dean <To...@sas.com>.
this appears to be in the Axis2 code before my implementation is dispatched...

> -----Original Message-----
> From: Nan Null [mailto:null.nan@gmail.com]
> Sent: Saturday, September 27, 2008 8:10 PM
> To: axis-user@ws.apache.org
> 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 <To...@sas.com> 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
> > tony.dean@sas.com
> >
> > SAS... The Power to Know
> > http://www.sas.com
> >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>


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


Re: axis2 1.3 stackoverflow

Posted by Nan Null <nu...@gmail.com>.
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 <To...@sas.com> 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
> tony.dean@sas.com
>
> SAS... The Power to Know
> http://www.sas.com
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

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