Return-Path: Mailing-List: contact cocoon-users-help@xml.apache.org; run by ezmlm Delivered-To: mailing list cocoon-users@xml.apache.org Received: (qmail 19795 invoked from network); 15 Aug 2000 19:32:46 -0000 Received: from mailout05.sul.t-online.com (194.25.134.82) by locus.apache.org with SMTP; 15 Aug 2000 19:32:46 -0000 Received: from fmrl03.sul.t-online.de by mailout05.sul.t-online.com with smtp id 13OmRt-0006jw-00; Tue, 15 Aug 2000 21:32:33 +0200 Received: from yeti.nonn.net (320095969295-0001@[62.158.195.95]) by fmrl03.sul.t-online.com with esmtp id 13OmRi-0qVn3wC; Tue, 15 Aug 2000 21:32:22 +0200 Received: from cs.bonn.edu (audrey.nonn.net [192.168.1.3]) by yeti.nonn.net (8.9.3/8.9.3) with ESMTP id VAA00379 for ; Tue, 15 Aug 2000 21:33:17 +0200 Message-ID: <39999AA5.36C4B15A@cs.bonn.edu> Date: Tue, 15 Aug 2000 21:31:49 +0200 From: Markus Schneider X-Mailer: Mozilla 4.74 [en] (Win98; U) X-Accept-Language: en MIME-Version: 1.0 To: cocoon-users@xml.apache.org Subject: OutOfMemory issue... Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Sender: 320095969295-0001@t-dialin.net X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N Hello, I am currently developing a cross-database retrieval system based on Xerces and Cocoon (for the formatting of the output). Basically I gather XML-Data in a servlet and send it via a custom CocconServletRequest to Cocoon. Everything works fine for several runs. But afterwards I just get 'Internal Server Error's. After restarting apache, everything works fine again. Seems to be a problem with the Garbage Collection to me... httpd.error.log says: java.lang.OutOfMemoryError: at org.apache.jserv.JServConnection.processRequest(JServConnection.java:320) at org.apache.jserv.JServConnection.run(JServConnection.java:188) at java.lang.Thread.run(Thread.java) Configuration: - PII 400, 64 MB RAM (128MB swap) - i386 Linux SuSE 6.4 - JDK 1.17B - JSDK 2.0 - JServ 1.1 - Cocoon 1.7.4 Any suggestions are highly appreciated (maybe VM tweaking)... Thanks in advance, Markus