Re: [opengrok] OpenGrok : java.net.SocketException: Too many openfiles

2012-06-11 Thread Gandhi, Shailey
Hi Lubos / Jens So, is this bug fixed in 0.11.1.? I have a linux environment. Shailey Shailey Gandhi Morgan Stanley | GWMG Technology Building #5. Sector 30 | Mindspace, Goregaon (West) Mumbai (Ex Bombay), 400 090 Phone: +91 22 6641-1514 shailey.gan...@morganstanley.com -

Re: [opengrok] OpenGrok : java.net.SocketException: Too many openfiles

2012-06-11 Thread Lubos Kosco
So we didn't see this bug in 0.11.1 anymore I am not sure if this was mitigated by either deleting the eftar or touching it will have a look and let you know later this week -- L On 11.6.2012 16:16, Gandhi, Shailey wrote: Hi Lubos / Jens So, is this bug fixed in 0.11.1.? I have a linux en

Re: [opengrok] OpenGrok : java.net.SocketException: Too many openfiles

2012-06-11 Thread Lubos Kosco
On 11.6.2012 16:41, Lubos Kosco wrote: So we didn't see this bug in 0.11.1 anymore I am not sure if this was mitigated by either deleting the eftar or touching it Also you never said that you use eftar descriptors (which is optional and you need special setup for this), so if you don't use t

Re: [opengrok] OpenGrok : java.net.SocketException: Too many openfiles

2012-06-11 Thread Grisha Levit
I had the 'Too many open files' issue and fixed it by raising the open file limit. Add something like this to /etc/security/limits.conf: tomcat soft nofile 5 tomcat hard nofile 5 ___ opengrok-discuss mailing list opengrok-

[opengrok] How to set up 2 opengrok instances on 1 machine?

2012-06-11 Thread Huiliang Zhang
Hi, I want to provide search services to 2 separate teams on a single machine. I put 2 copies of opengrok in Tomcat6 which also point to 2 different positions for opengrok/etc/configuration.xml. For example: Tomcat6/webapps/searchforTeama --> /var/opengrok/teama Tomcat6/webapps/searchforTeamb --

Re: [opengrok] OpenGrok : java.net.SocketException: Too many openfiles

2012-06-11 Thread Jens Elkner
On Mon, Jun 11, 2012 at 04:41:56PM +0200, Lubos Kosco wrote: > > So we didn't see this bug in 0.11.1 anymore > I am not sure if this was mitigated by either deleting the eftar or > touching it BTW: When looking at the the lucend fd leak I realized, that the leaks disappear after a certain time.

Re: [opengrok] How to set up 2 opengrok instances on 1 machine?

2012-06-11 Thread Jens Elkner
On Mon, Jun 11, 2012 at 07:07:30PM +, Huiliang Zhang wrote: Hi, ... >Tomcat6/webapps/searchforTeama à /var/opengrok/teama >Tomcat6/webapps/searchforTeamb à /var/opengrok/teamb > >When the webpages are visited, they show source code repositories for >different teams. However, if