Serializing 'hello.png' brings down my server? Where to start?

2004-09-13 Thread Sandor Spruit
Hi all, Context: Linux, CentOS-3, running on a dual processor server, Apache Tomcat 5.0, Cocoon 2.1.5, Sun Java JVM 1.4.2 Running the following sample, under the 'Hello World' samples with blocks, completely brings down my Tomcat server. No error messages, no entries in the logfiles. No

Re: Serializing 'hello.png' brings down my server? Where to start?

2004-09-13 Thread Sandor Spruit
Jorg Heymans wrote: Did you set your JVM to be headless? For tomcat you can set CATALINA_OPTS=-Djava.awt.headless=true I think you just broke the record for the shortest, most concise and fastest answer - and best of all: issue resolved :) Thanks, Sandor

Re: Serializing 'hello.png' brings down my server? Where to start?

2004-09-13 Thread Jorg Heymans
:) There used to be a page on the WIKI about this, but i can't find it anymore (well at least it's not showing up when searching for SVG) Regards Jorg Sandor Spruit wrote: Jorg Heymans wrote: Did you set your JVM to be headless? For tomcat you can set CATALINA_OPTS=-Djava.awt.headless=true I

Re: Serializing 'hello.png' brings down my server? Where to start?

2004-09-13 Thread David Crossley
Jorg Heymans wrote: There used to be a page on the WIKI about this, but i can't find it anymore (well at least it's not showing up when searching for SVG) http://cocoon.apache.org/2.1/faq/faq-configure-environment.html has an FAQ about it, which leads to other notes about installation. --