Replies: 4 comments 5 replies
-
The first thing I noticed is that if the source root directory is Is there anything of interest in the webapp logs when the xref is displayed ? If not, try raising the log level per https://github.com/oracle/opengrok/wiki/Debugging#web-application and retry the request and see what was added to the Tomcat log. Does this happen with the latest OpenGrok version ? |
Beta Was this translation helpful? Give feedback.
-
And the sourceRoot is set to C:\OpenGrok_Sources\setup
Resource lacks history info. Was remote SCM side up when indexing occurred? Cleanup history cache dir(or just the .gz for the file or db record) and rerun indexer making sure remote side will respond during indexing. Thanks |
Beta Was this translation helpful? Give feedback.
-
I tried latest opengrok-1.12.5 with Tomcat 10 but get same result. I have a feeling that something is wrong with the .xml configuration file or batch file that create the index. |
Beta Was this translation helpful? Give feedback.
-
I have moved the .git folder to be under C:\OpenGrok_Sources\setup\COMMON
|
Beta Was this translation helpful? Give feedback.
-
Hi
I have OpenGrok up and running with these:
Tomcat 9
Java 11
opengrok-1.5.11
ctags-p6.0.20230416.0-x64
Git
Git Repository = C:\OpenGrok_Sources\setup\.git
My problem is that I want OpenGrok will support History of git but it doesn't work. The History ( and also Annotate ) are just text and not link and when I choose file and click on the H link I get error.
This is the index command I'm running:
"C:\Program Files\Zulu\zulu-11\bin\java" -Xmx1048m -jar C:\apps\opengrok-1.5.11\lib/opengrok.jar -P -W C:\OpenGrok\run_update_SRC.xml -v -H -S -G --depth 8 -c C:\apps\ctags-p6.0.20230416.0-x64\ctags.exe -s "C:\OpenGrok_Sources\setup" -d "C:\opengrok\grokdata\SRC"
Any idea what I'm doing wrong ?
Beta Was this translation helpful? Give feedback.
All reactions