Return-Path: X-Original-To: apmail-jackrabbit-users-archive@minotaur.apache.org Delivered-To: apmail-jackrabbit-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E9A94FE91 for ; Sun, 14 Apr 2013 19:48:46 +0000 (UTC) Received: (qmail 50262 invoked by uid 500); 14 Apr 2013 19:48:46 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 50207 invoked by uid 500); 14 Apr 2013 19:48:45 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 50198 invoked by uid 99); 14 Apr 2013 19:48:45 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Apr 2013 19:48:45 +0000 X-ASF-Spam-Status: No, hits=0.7 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [81.169.146.160] (HELO mo-p00-ob.rzone.de) (81.169.146.160) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 14 Apr 2013 19:48:39 +0000 X-RZG-AUTH: :KmMWYE27W/ilSTaLlIhIv4iEzodG0oLTAfi6USF/2Ap8UKi/98oA4Bc90OCsH0efDQ== X-RZG-CLASS-ID: mo00 Received: from GombersPC (dslb-188-107-192-038.pools.arcor-ip.net [188.107.192.38]) by smtp.strato.de (jorabe mo15) (RZmta 31.26 DYNA|AUTH) with ESMTPA id U02b02p3EIjtCG for ; Sun, 14 Apr 2013 21:48:16 +0200 (CEST) From: "Ulrich" To: References: <516829C3.6030702@gmx.de> <1664752035.591362.1365783740865.JavaMail.open-xchange@com4.strato.de> <516857CD.3050804@gmx.de> <2550A7DA-A7F4-417C-9E52-6FEBB2DF0293@gombers.de> <51692D03.5010707@gmx.de> In-Reply-To: <51692D03.5010707@gmx.de> Subject: AW: no space left on device-exception by Property.getStream() Date: Sun, 14 Apr 2013 21:48:16 +0200 Message-ID: <001401ce3949$01f7dca0$05e795e0$@gombers.de> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable X-Mailer: Microsoft Outlook 14.0 Thread-Index: AQGnSkIQkVZyM9qhS7TWyKdkZiyXZQH9oF40AkBrkpYB6UlCgAKqhnD2AUupSIKY0okIwA== Content-Language: de X-Virus-Checked: Checked by ClamAV on apache.org Thank you for your, help. I will open a ticket in Jira: https://issues.apache.org/jira/browse/JCR-3568. Just for the forum I = will tell my findings up to now here. To have a clean test-environment, I have installed a new jackrabbit repository; just by downloading "org.apache.sling.launchpad-6-standalone.jar" from the Sling portal. I have written a Class to populate the repository with 12 files, each = has a size of 87MB.=20 Then I wrote a Class to retrieve the files as described in this thread. = The class supervises the Temp-Directory and displays all new and all gone = files after each loop. >From this I can see, that for each retrieval creates 6 indentical = temporary files. This adds up to 530MB of storage needed in the tempDir for each = of these requests. As they are not deleted in time, I need 6,4GB for my 12 testfiles. Best regards, Ulrich -----Urspr=FCngliche Nachricht----- Von: Julian Reschke [mailto:julian.reschke@gmx.de]=20 Gesendet: Samstag, 13. April 2013 12:02 An: users@jackrabbit.apache.org Cc: Ulrich Betreff: Re: no space left on device-exception by Property.getStream() On 2013-04-12 22:54, Ulrich wrote: > I've added the statement after your mail, I splitted the getStream() = to: > Binary filebin =3D jcrdata.getBinary(); InputStream file =3D=20 > filebin.getStream(); file.close(); filebin.dispose(); > > And as I said, it makes no difference. But anyway, many thanks for the = > hint, Ulrich ... OK; that sounds like a bug. Can you open a ticket in Jira? Best regards, Julian