OpenGrok is a code search tool from Oracle.
Questions tagged [opengrok]
78 questions
0
votes
1 answer
What will be Grok Pattern for following IIS logs?
I have following IIS server logs :
2018-09-16 04:11:47 W3SVC10 webserver 107.6.166.194 POST /api/uploadjsontrip - 443 - 203.77.177.176 HTTP/1.1 Java/1.8.0_45 - - vehicletrack.biz 200 0 0 506 872 508
Data Description:
date time s-sitename…

Raj
- 429
- 2
- 6
- 26
0
votes
1 answer
OpenGrok on Windows - svn history not enabled
I setup OpenGrok on a Windows Server 2012R2, and trying to index an SVN repository that resides on the same server.
I managed to have the source indexed and OpenGrok basically working but history/annotate features are not enabled.
I followed those…

Federico Destefanis
- 968
- 1
- 16
- 27
0
votes
1 answer
OpenGrok project picklist doesn't show as I want
The opengrok version: opengrok-1.1-rc3
My project picklist displays like this
But, I want it to be like this
Thanks!!!

Cena
- 1
- 2
0
votes
2 answers
Multi-Project support on Opengrok issue
I create 2 opengrok project on the server following the instruction in How-to-install-OpenGrok.
Each project have its own name: project1 and project 2.
After I create the index, deploy my projects and restart my tomcat. Only the first project that I…

Ling Guo
- 1
0
votes
2 answers
Multi git repo fast data mining API
Is there a system which allows fast API access to the complete version history and any version of any file in any out of several hundred git repos.
The git CLI is way too slow. Gerrit is even slower.
I am basically looking for something which can…

Timmy Brolin
- 1,101
- 1
- 8
- 18
0
votes
1 answer
How can I add a *.hx file support in opengrok?
I have a legacy C project which is using *.hx as a customized header file suffix. I'm trying to using opengrok to read the code. But it doesn't support this file extension.
I tried to modify the SUFFIX…

Joseph Qu
- 11
- 5
0
votes
1 answer
Opengrok OutOfMemoryError when re-indexing
I have checked out from SVN 19 projects, all are in code source directory.
I run indexing from jenkins with following command:
C:\Jenkins\workspace\Grok-Multiple-Projects-Checkout-And-Indexing>java -Xmx12288m -Xms2048m -jar…

misha
- 85
- 4
- 13
0
votes
2 answers
opengrok: HTTP Status 404 - /source/s when trying to open .cpp file via an xref
Suppose I'm looking at the .cpp file's source code in the web browser. Now, I want to review the .h file included with #include in this cpp. I'm clicking on the header's file name and instead of browsing its content I'm getting the following…

Artem
- 159
- 2
- 14
0
votes
2 answers
how to change the email link in the annotate section of opengrok
Have a head scratcher that I cannot quite figure out.
In opengrok when you are looking at a file and turn on the annotate feature / link, you see columns for changeset history, search for this changelist, and the user id or email address of the…

newbie_starter
- 43
- 1
- 5
0
votes
1 answer
How to automatically trigger reindexing between SVN & Opengrok
We are planning to use Opengrok in our Project. With the help of the below url:
http://algopadawan.blogspot.com/2012/07/installing-opengrok-on-windows.html
I did a small poc in my local desktop and I was able to get opengrok application up.
As part…

Sachin
- 2,087
- 16
- 22
0
votes
1 answer
OpenGrok results not showing the matched lines contents
I have configured the Opengrok 0.12.1 version with Tomcat 7.0, indexing is done successfully using the below command.
java -jar opengrok.jar -a on -C -W C:\opengrok-0.12.1\configuration.xml -c c:\ctags58\ctags.exe -P -S -v -s C:\ChangeDetails -d…

msKing
- 27
- 5
0
votes
1 answer
opengrok dataRoot configuration issue
I want to confugure opengrok source in directory other than /var/opengrok/src. I set OPENGROK_INSTANCE_BASE environment variable to my desired directory. (Just to be sure and for testing I hard coded that variable in Opengrok script.) I created src/…

user2670032
- 305
- 5
- 5
0
votes
1 answer
Why my OpenGrok full search always failed to get results?
My environment is the following:
win8 enterprise
tomcat 8.0.5 (can start up and access the home page successfully)
ctag ctags58
opengrok 0.9
jdk1.8.0_05
I copied all source code (C++ and C#) to OpenGrok\source, it is about 50GB.
Go to d:\opengrok in…

Orionpax
- 993
- 5
- 13
- 27
0
votes
1 answer
"./OpenGrok index" failed
I am trying to implement OpenGrok to search some source tree. There was no error when running "./OpenGrok deploy", but afterwards when I ran "./OpenGrok index", there jumped lots of similar errors which I will attached below. The full source tree I…

damingzi
- 676
- 10
- 28
0
votes
1 answer
OpenGrok: is it possible to copy the File full path?
When OpenGrok has a file search results,
I can't find a way to copy the full path name of the matched file result into clipboard, so I can open the file in Visual Studio or any other editor.
If I browse into a file result there's the xref full path…

Avi Rosenfeld
- 305
- 3
- 7
- 19