JIMI 1.0 causes JVM to stop with status 129 under Linux
Hello,
I'm using JIMI 1.0 for manipulating JPEG-images in my web-application. Each time the servlet is performing this manipulation, the JVM stopps with status 129 (this is, what the bash is telling me) after a few seconds.
The image itself seems to be ok, cause the Browser is able to display the response of the servlet. The response itself is written into a ServletOutputStream.
Sending a JPEG without manipulation works well.
First the JVM was missing the symbol-font:
"Font specified in font.properties not found [--symbol-medium-r-normal--*-%d-*-*-p-*-adobe-fontspecific]"
I installed a symbol.ttf from the internet and thought, this will solve the problem - but not! Only this message didn't appear any longer, but the JVM still stopps.
Webserver-Configuration:
SUSELinux 9.2 Prof. = Linux(2.6.24-default)
JVM 1.3.1
tomcat 4.1.31
JIMI 1.0
RAM: 192 MB
I'm just started to work with Linux, so I'm not quite sure, that my System is well configured, cause with a Win98-system this problem didn't occur.
This issue prevents my project from starting and I really want to get over it!
Thank you in advance.