Re: Query regarding an issue been faced in TOMCAT

2011-06-07 Thread André Warnier
Bill Miller wrote: It's also possible that there were no more iNodes available for that directory. It will give false "volume full" type of errors when it's actually just too many files/folders within a directory. (This used to happen a LOT in the ancient DOS days in the root directory... max

RE: Query regarding an issue been faced in TOMCAT

2011-06-07 Thread Bill Miller
max file count=255!!) Bill -Original Message- From: Christopher Schultz [mailto:ch...@christopherschultz.net] Sent: June 7, 2011 3:48 PM To: Tomcat Users List Subject: Re: Query regarding an issue been faced in TOMCAT -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Srilalitha, On 6/7/2011

Re: Query regarding an issue been faced in TOMCAT

2011-06-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Srilalitha, On 6/7/2011 4:54 AM, Srilalitha Bijumalla wrote: > This issue got solved when we deleted some folders from a directory > which was mapped to tomcat in conf. So, you *did* run out of disk space. > But we are still not able to analyse why

Re: Query regarding an issue been faced in TOMCAT

2011-06-07 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Mikolaj, On 6/3/2011 8:33 AM, Mikolaj Rydzewski wrote: > On Fri, 3 Jun 2011 17:58:06 +0530, Srilalitha Bijumalla wrote: > >> java.io.FileNotFoundException: >> /global/backup/apache-tomcat-5.5.23/logs/catalina.2011-05-31.log (No >> space left on devic

RE: Query regarding an issue been faced in TOMCAT

2011-06-07 Thread Srilalitha Bijumalla
Mikolaj Rydzewski wrote: > On Fri, 3 Jun 2011 17:58:06 +0530, Srilalitha Bijumalla wrote: > >> java.io.FileNotFoundException: >> /global/backup/apache-tomcat-5.5.23/logs/catalina.2011-05-31.log (No >> space left on device) > > Either there's no space left or there are insufficient permissions. > Ma

Re: Query regarding an issue been faced in TOMCAT

2011-06-03 Thread André Warnier
Mikolaj Rydzewski wrote: On Fri, 3 Jun 2011 17:58:06 +0530, Srilalitha Bijumalla wrote: java.io.FileNotFoundException: /global/backup/apache-tomcat-5.5.23/logs/catalina.2011-05-31.log (No space left on device) Either there's no space left or there are insufficient permissions. Maybe tomcat i

RE: Query regarding an issue been faced in TOMCAT

2011-06-03 Thread Mikolaj Rydzewski
On Fri, 3 Jun 2011 17:58:06 +0530, Srilalitha Bijumalla wrote: java.io.FileNotFoundException: /global/backup/apache-tomcat-5.5.23/logs/catalina.2011-05-31.log (No space left on device) Either there's no space left or there are insufficient permissions. Maybe tomcat is unable to create logfile

RE: Query regarding an issue been faced in TOMCAT

2011-06-03 Thread Srilalitha Bijumalla
Below is the output of Catalina.out May 31, 2011 7:34:36 PM org.apache.coyote.http11.Http11BaseProtocol pause INFO: Pausing Coyote HTTP/1.1 on http-8080 May 31, 2011 7:34:37 PM org.apache.catalina.core.StandardService stop INFO: Stopping service Catalina May 31, 2011 7:34:37 PM org.apache.catal

Re: Query regarding an issue been faced in TOMCAT

2011-06-03 Thread André Warnier
Srilalitha Bijumalla wrote: Hi We have an application running on linux, we have a TOMCAT server installed in linux as the applications web container. We are receiving "No space on device" error while starting TOMCAT(Catalina.out attached for reference). Though we have

Query regarding an issue been faced in TOMCAT

2011-06-03 Thread Srilalitha Bijumalla
Hi We have an application running on linux, we have a TOMCAT server installed in linux as the applications web container. We are receiving "No space on device" error while starting TOMCAT(Catalina.out attached for reference). Though we have around 40% space available i