stack overflow

2001-08-21 Thread Biju Abraham Mathew
Hi , We are repeatedly getting a "Stack Over Flow Error" with blackdown jdk 1.2.2 on linux. Can you please guide me as to how to fix this problem? -biju Biju Mathew Sixth Dimension Inc. Fremont, California. -- To U

Re: stack overflow

2001-08-21 Thread Calvin Austin
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

Re: stack overflow

2001-08-21 Thread Calvin Austin
> 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

Java plugin for Mozilla?

2001-08-21 Thread Alex Buell
Hi A month ago someone said they would be shortly releasing a port of Java21.3.1 for sparc-linux platforms that would include a java plug-in. What's become of that? I'd really like to give Netscape the boot. -- Be careful out there. http://www.tahallah.demon.co.uk --

Re: stack overflow

2001-08-21 Thread Biju Abraham Mathew
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

Re: How to keep the application running on the server

2001-08-21 Thread Matthew Jensen
This is a realy old post I found on the archives: > On Sun, Aug 27, 2000 at 02:05:07PM -0400, Andrew Majercik wrote: > > Applications "tie" themselves to the console window in a parent/child > > relationship. (once the parent goes away, so do all the children!) What you > > Actually, they are tie