Stack overflow error

Try increasing the stack of your virtual machine. With Sun's JDK you can use this command to increase the stacksize:

 java -Xss512k ...
to set the maximum Java stack size to 512KB. If still not sufficient, slowly increase it.

For Windows, see OutOfMemoryException for pointers on how to modify your setup.