Calvin,
Thanks. Attaching herewith the stacktrace. Could you say whether it is a
native stack overflow, or a java stack overflow?
java.lang.StackOverflowError
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java, Compiled Code)
at sun.io.Co
> Hmm .. would increasing the heap size affect the stack size ?
It is very possible you will see a stack overflow if the heap is
exhausted. The options to change the stack in non-hotspot vms were -ss for c
stack -oss for Java stacks. These are for each thread and are not configurable
in the hotsp
I would recommend using JDK 1.3.1, it is way faster than 1.2.2.
Now one of two things may have occured, either you really got a stack overflow
or stack overflow was incorrectly detected. If its the first case try
giving java some more heap space to use (java -Xmx128m ). If its the second
case you