Return-Path: Delivered-To: apmail-tomcat-dev-archive@www.apache.org Received: (qmail 1278 invoked from network); 22 Jul 2008 08:44:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jul 2008 08:44:40 -0000 Received: (qmail 81018 invoked by uid 500); 22 Jul 2008 08:44:33 -0000 Delivered-To: apmail-tomcat-dev-archive@tomcat.apache.org Received: (qmail 80971 invoked by uid 500); 22 Jul 2008 08:44:33 -0000 Mailing-List: contact dev-help@tomcat.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Tomcat Developers List" Delivered-To: mailing list dev@tomcat.apache.org Received: (qmail 80956 invoked by uid 500); 22 Jul 2008 08:44:33 -0000 Delivered-To: apmail-jakarta-tomcat-dev@jakarta.apache.org Received: (qmail 80952 invoked by uid 99); 22 Jul 2008 08:44:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 01:44:33 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 22 Jul 2008 08:43:47 +0000 Received: by brutus.apache.org (Postfix, from userid 33) id A3B60234C169; Tue, 22 Jul 2008 01:44:12 -0700 (PDT) From: bugzilla@apache.org To: tomcat-dev@jakarta.apache.org Subject: DO NOT REPLY [Bug 45452] New: Tomcat - Restriction of 80 file opens? X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: newchanged X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Tomcat 5 X-Bugzilla-Component: Unknown X-Bugzilla-Keywords: X-Bugzilla-Severity: regression X-Bugzilla-Who: chrigoli@tripod.de X-Bugzilla-Status: NEW X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: tomcat-dev@jakarta.apache.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Changed-Fields: Message-ID: Content-Type: text/plain; charset="UTF-8" MIME-Version: 1.0 Date: Tue, 22 Jul 2008 01:44:12 -0700 (PDT) X-Virus-Checked: Checked by ClamAV on apache.org https://issues.apache.org/bugzilla/show_bug.cgi?id=45452 Summary: Tomcat - Restriction of 80 file opens? Product: Tomcat 5 Version: Unknown Platform: PC OS/Version: Linux Status: NEW Severity: regression Priority: P2 Component: Unknown AssignedTo: tomcat-dev@jakarta.apache.org ReportedBy: chrigoli@tripod.de Hi I've got a Java 1.5 Application to generate RSS Files. For each date I open an existing RSS file and add a new entry to that file, afterwards I save and close the file. That means when I have 100 dates to process, the RSS file will be opened and saved 100 times. The application is running without any problems under different users (root, meier) when I start it from the console with "java myApp". When I now start the application within mit servlet that is running on a Tomcat 5.0 Server, it is running without any problems but after date number 80 the application is getting blocked. So after opening and writing the RSS file 80 times the application cannot open the RSS file anymore. The process is still running but the application is not able to open the RSS file anymore. I also don't get any exception or error in my application log, inside java or in the catalina.out log file. So I think it may be a problem with the tomcat user who is not allowed to read and write the RSS file so many times. Is there any restriction for the tomcat user for opening and writing files? Thanks a lot in advance. Regards Christoph -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org For additional commands, e-mail: dev-help@tomcat.apache.org