opengrok-indexer failed #4378
cyberhorse208
started this conversation in
General
Replies: 1 comment 2 replies
-
Does the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
using following command to add new project as discribed in https://github.com/oracle/opengrok/wiki/Per-project-management-and-workflow:
#opengrok-projadm -b /home/opengrok -a newproject
#curl -s -X GET http://localhost:8080/source/api/v1/configuration -o fresh_config.xml
#opengrok-indexer -a /home/opengrok/dist/lib/opengrok.jar -- -c /usr/local/bin/ctags -U 'http://localhost:8080/source' -o /home/opengrok/etc/ctags.config -R fresh_config.xml -H newproject newproject
get error:
Jun 16, 2023 9:19:38 AM org.opengrok.indexer.configuration.Configuration read
INFO: Reading configuration from /home/opengrok/tools/fresh_config.xml
Jun 16, 2023 9:19:38 AM org.opengrok.indexer.index.Indexer parseOptions
INFO: Indexer options: [-c, /usr/local/bin/ctags, -U, http://localhost:8080/source, -o, /home/opengrok/etc/ctags.config, -R, fresh_config.xml, -H, newproject, newproject]
ERROR: File '/home/opengrok/etc/ctags.config' not found for the -o option
Indexer command failed (return code 1)
how can i fix this?
env:
java 17,opengrok 1.12.11, apache tomcat 10.1.9, ctagc 6.0.0
Beta Was this translation helpful? Give feedback.
All reactions