Adnan Zelkanovic wrote:

>If you have problems to run/compile Cocoon/Tomcat etc. on your machine under
>Linux, then the problem could be jdk1.3.1
>If you are using jdk1.3.1 you have to install jdk1.3.0, because jdk1.3.1 has
>problems on some Linux-systems. For example, jdk1.3.1 doesn't run on my
>SuSE-Linux-7.2 so I installed jdk1.3.0 and now everything works ...
>

FYI: This is a well known jdk bug (or libc bug, I'm not sure) under 
Linux. As a workaround, use:

ulimit -s 2048

before you call the java VM (this is also valid for embedded usages, 
like inside Mozilla).

The bug is due to the implementation of dynamic stack under libc 2.2 and 
up for Linux. Sorry, I can't remember developer.java.sun.com bug id. So 
look it up yourself if you want to get more information.

>
>Mit freundlichen Grüßen
>
>Adnan Zelkanovic
>allgäuNet.Onlinedienste GmbH
>
>Nebelhornstraße 8
>86807 Buchloe
>Tel. (08241) 96869-33
>Fax  (08241) 96869-26
>http://www.allgaeu.net
>e-mail: [EMAIL PROTECTED]
>
>ein Unternehmen der abc.Mediengruppe
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, email: [EMAIL PROTECTED]
>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to