Skip to Main Content

Java HotSpot Virtual Machine

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JIMI 1.0 causes JVM to stop with status 129 under Linux

843811Jun 10 2005
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 8 2005
Added on Jun 10 2005
0 comments
122 views