https://issues.apache.org/bugzilla/show_bug.cgi?id=45452





--- Comment #2 from Chrigoli <[EMAIL PROTECTED]>  2008-07-23 03:34:33 PST ---
All FileInputStreams are correctly closed. When I check the files the process
has opened (ls /proc/#no/fd), the RSS file is only once (or nonce) opened. So
there is not a problem that the file stays open.
OS Limits are set to 1024, so that won't also not be the problem.

I also tried to run the java application directly with the tomcat user from a
console with java myapp, that run was successful. 

So there must be a restriction inside the tomcat environment.
In my web application I start the java app as follows:
Runtime rt = Runtime.getRuntime();
Process proc = rt.exec("java myapp");

Thanks for your help.


-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to