> At my current project we have a problem that the jvm which is running MMBase (Tomcat > 5.0.25) is crashing all the time with a core dump. I am wondering if someone has any > recomendations I should look at? > > The systems which crash are SunBlades with a single sparc processor. They are runniong > solaris 8 with the patchlevel up to jdk1.4.2_05. We tried jdk 1.4.2_05 and 1.4.1_07 with > the same resukt. We switched threadmodels with no luck. > Does someone have a similar setup?
We do, we are running Solaris 8 with 1.4.2_03 We have had similar problems, it was traced back to a stack overflow somewhere. Increasing the stack helped in our case. Check the output of you startup script (the stderr en stdout) for clues. This info does not get into the mmbase.log that log4j creates. GrtX. Rico
