You can increase the stack size with the -Xss option on the java command, i.e., java -Xss64m.
Mark Gertsvolf
<[EMAIL PROTECTED] To: [EMAIL PROTECTED]
com> cc:
Subject: Passing large XML
Document object via RMI
06/16/02 09:42
AM
Please respond
to xerces-j-user
Hello everybody,
While using Xerces-J version 2.0.1.
I am having a problem with passing a large XML Document via RMI. The
receiving side gets a "Stack overflow" exception.
Some of the resources on the web suggest that it is a serialization
issue (the serialization being a recursive process causes stack overflow
on a large hierarchy of objects, which DocumentImpl object is). The
solution is to overwrite writeObject/readObject methods of the object in
question using intimate knowledge of the object.
Has anybody had such an issue in the past and what is the solution.
Your help is much appreciated.
Mark Gertsvolf
---------------------------------------------------------------------
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]
