Re: [opengrok] Opengrok 11.1 Memory Leak

2013-02-01 Thread Devlin, Alex
How mandatory is it to use the advanced configuration in such a setting? Has anyone tried to just use the simple configuration across multiple machines? Thanks again, -Alex From: Rodrigo Chiossi [mailto:rodrigochio...@gmail.com] Sent: Thursday, January 17, 2013 4:02 AM To: Lubos Kosco Cc: De

Re: [opengrok] Opengrok 11.1 Memory Leak

2013-01-16 Thread Devlin, Alex
ently has 8gb but we're concerned that this may not be enough (even without the leak). Thanks again, -Alex -Original Message- From: opengrok-discuss-boun...@opensolaris.org [mailto:opengrok-discuss-boun...@opensolaris.org] On Behalf Of Vladimir Kotal Sent: Wednesday, January 16, 2013

[opengrok] Opengrok 11.1 Memory Leak

2013-01-15 Thread Devlin, Alex
We're attempting to locate the leak, but have not yet had much luck. Thanks, -Alex ___ opengrok-discuss mailing list opengrok-discuss@opensolaris.org http://mail.opensolaris.org/mailman/listinfo/opengrok-discuss

[opengrok] Clearcase snapshot views solution

2011-03-02 Thread Alex Revetchi
Hi, I'm running the opengrok over a bunch of clearcase snapshot views, and the current algorithm to detect a clearcase view does not work with snapshots. I've patched the isRepositoryFor() method so it works for me now: File f1 = new File(file, "view.dat"); // snapshot views have .view.dat fil

[opengrok] clearcase instructions

2010-10-29 Thread alex
Does anyone have instructions for indexing source from clearcase? I tried running the index command while pointing my source to a snapshot view. The index completed successfully but did not capture any history. When I browse from opengrok the history button is greyed out. -- This message posted

Re: [opengrok] cvs history working on some files only

2010-07-30 Thread alex
This appears to have solved it. I set all permissions to tomcat, run cvs checkout as tomcat and ran index as tomcat. Thanks, -- This message posted from opensolaris.org ___ opengrok-discuss mailing list opengrok-discuss@opensolaris.org http://mail.open

Re: [opengrok] cvs history working on some files only

2010-07-27 Thread alex
If I re-create the /var/opengrok folder and re-run the index some files I could not see history before are fixed but some files that were ok before are now broken (can't see history). I cannot find any pattern as to which files have history problems and which are ok. I'm also seeing 2 other erro

Re: [opengrok] cvs history working on some files only

2010-07-26 Thread alex
I switched to tomcat user and I'm able to run the cvs command. I don't have any branches in my CVS repostory. It's a test repository where the only history is my initial import to create the repository. $ su - tomcat -sh-3.2$ cvs log -N /var/opengrok/src/src_root_for_opengrok/testmod1/build.com

Re: [opengrok] cvs history working on some files only

2010-07-26 Thread alex
This error is coming from the web app. There are no errors I see in the log after running the index. The process running tomcat has the cvs in it's PATH. With some files I am able to get history. -- This message posted from opensolaris.org ___ opengrok

Re: [opengrok] cvs history working on some files only

2010-07-23 Thread alex
Here's the output $ cvs log -N /var/opengrok/src/src_root_for_opengrok/testmod1/build.com RCS file: /home/ealerag/cvsroot/testmod1/build.com,v Working file: /var/opengrok/src/src_root_for_opengrok/testmod1/build.com head: 1.1 branch: 1.1.1 locks: strict access list: keyword substitution: kv total

[opengrok] cvs history working on some files only

2010-07-23 Thread alex
I cannot view history on most of my files. I get Problem: Failed to get history for: "/var/opengrok/src/src_root_for_opengrok/testmod1/build.com" Exit code: 1 There are a few files where I see history. I checked out the source from a local CVS repository. I'm running openGrok 0.9, Centos 5.5