try ulimit -s 2048 before starting tomcat. Solved the problem for me a way back.
hth, jim > I would be more carefully say: it can be a known issue. > But it can also be an application error or a setup error. > > Without any information about where in the java code > the StackOverFlow happens and under what circumstances > it's hard to say. (As Randy said at least a stacktrace > would give some hints what kind of bug it is. > >> -----Urspr�ngliche Nachricht----- >> Von: Mike Millson [mailto:[EMAIL PROTECTED]] >> Gesendet: Freitag, 8. Februar 2002 17:15 >> An: Tomcat Users List >> Betreff: RE: java.lang.StackOverflowError > <snip/> >> Are you using jdk 1.3? If so, this is a known issue (see tomcat >> documentation), and you should start using j2sdk1.4. It's beta, but I >> haven't had any issues w/it, and it solved this problem for >> me. You can keep > <snip/> > > -- > To unsubscribe: <mailto:[EMAIL PROTECTED]> > For additional commands: <mailto:[EMAIL PROTECTED]> > Troubles with the list: <mailto:[EMAIL PROTECTED]> -- Jim McLaughlin Software Engineer Stonewater Software email: [EMAIL PROTECTED] Phone: 847.864.1060 x107 Fax : 847.864.1238 -- To unsubscribe: <mailto:[EMAIL PROTECTED]> For additional commands: <mailto:[EMAIL PROTECTED]> Troubles with the list: <mailto:[EMAIL PROTECTED]>
