Opengrok UI shows incorrect results #4586
Replies: 1 comment
-
The files with The As for the previous exception ( |
Beta Was this translation helpful? Give feedback.
-
The files with The As for the previous exception ( |
Beta Was this translation helpful? Give feedback.
-
I'm using
I'm getting incorrect results in Opengrok UI, let's say for example in a specific file I have 3 rehearsals of a specific string, it shows me four rehearsals, the forth one is incorrect (the original line does not contains the string, seems it think like it's a duplication of the first result) and it's in incorrect line order
for example
As you can see line 2237 does not contains the string
Under /opengrok/data folder I see that the file has "org_opengrok" extension, I tried to delete the file and touch the src file so it'll be reindex, but it keeps failing and re generating the file with "org_opengrok" extension
I use this command to index
java -Djavax.net.debug=all -Djavax.net.ssl.trustStore=/usr/share/apache-tomcat-9.0.40/conf/keystore/opengrok.jks -Djavax.net.ssl.trustStoreType=jks -Djavax.net.ssl.keyStorePassword= -Djava.util.logging.config.file=/opengrok/etc/logging.properties -jar /opengrok/dist/lib/opengrok.jar -c /usr/local/bin/ctags -s /opengrok/src -d /opengrok/data -H -P -S -G -W /opengrok/etc/configuration.xml -U https://opengrok.com:8443/source/
special output in indexing command for this project
Beta Was this translation helpful? Give feedback.
All reactions