oracle / opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java
http://oracle.github.io/opengrok/
Other
4.3k stars 739 forks source link

Cannot open folder in OpenGrok #4452

Closed YongJ7 closed 8 months ago

YongJ7 commented 8 months ago

Describe the bug I cannot open folder in OpenGrok,,

installed tomcat 10 & java 17(openjdk-1.17.0) & opengrok 1.12.20 http://localhost:12333 connection is OK also http://localhost:12333/source connection is OK But when I click dlt-daemon on opengrok,, below screenshot appears..

Below is the command I used to do indexing java -Djava.util.logging.config.file=/var/opengrok/etc/logging.properties -jar /var/opengrok/dist/lib/opengrok.jar -c /usr/local/bin/ctags -s /var/opengrok/src -d /var/opengrok/data -H -P -S -G -W /var/opengrok/etc/configuration.xml -U http://localhost:12333/source

And I attached the log file for indexing.

image

opengrok0.0.log

Please help,,