Re: SESSIONS.ser (Too many open files)

2007-09-26 Thread Ranjan Kumar Baisak
lots of open xml files, and because of improper handling of xml files by xml marshaller. Now I am going to rewrite marshaller and close this issue. I would like to thank all for your help, and this is really a great forum. ALso I starter learning all unix commands :D - RB Ranjan Kumar Baisak a

Re: SESSIONS.ser (Too many open files)

2007-09-26 Thread Ranjan Kumar Baisak
I got a tool called process explorer for windows. After running lsof in linux, I got lits of files and its count is more than 1024 (something around 5000 odd,). Hence I would appreciate your help to analyze lsof output. regards, Ranjan Ranjan Kumar Baisak wrote: BTW, Is there are any

Re: SESSIONS.ser (Too many open files)

2007-09-26 Thread Ranjan Kumar Baisak
Schultz a écrit : -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 RB, Ranjan Kumar Baisak wrote: To see your current settings use 'ulimit -a'. If you want to make permanent changes edit /etc/security/limits.conf Everything in a system is a file, not just a single webpage, the defau

Re: SESSIONS.ser (Too many open files)

2007-09-26 Thread Ranjan Kumar Baisak
I really appreciate with the kind of response I am getting from this list. Just as I would caution anyone who is running out of memory to check to see /why/ they were running out of memory before they blindly increase the heap size, I have to caution you to investigate /why/ you are running out o

Re: SESSIONS.ser (Too many open files)

2007-09-26 Thread Ranjan Kumar Baisak
To see your current settings use 'ulimit -a'. If you want to make permanent changes edit /etc/security/limits.conf Everything in a system is a file, not just a single webpage, the default are not enough for your requirements. Ok now I got it. default value for open files is 1024 and I think I

Re: SESSIONS.ser (Too many open files)

2007-09-26 Thread Ranjan Kumar Baisak
es getting opened in my web application which results such exception. regards, Ranjan Kumar Baisak wrote: Hi Experts, I am facing a strange problem in my tomcat application. Suddenly it generates following Exceptions java.io.FileNotFoundException: /server/http/site/music.

SESSIONS.ser (Too many open files)

2007-09-26 Thread Ranjan Kumar Baisak
Hi Experts, I am facing a strange problem in my tomcat application. Suddenly it generates following Exceptions java.io.FileNotFoundException: /server/http/site/music.yamaha.com/site/work/SESSIONS.ser (Too many open files) at java.io.FileOutputStream.open(Native Method) ..