-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed to load configured vocabulary directory. #143
Comments
Is this in regards to the local version https://github.com/siteadmin/ccda-scorecard-local-instantiation or are you running the version in this repo, locally? |
Hi Dan, Yes, we used local version. Folder scorecarddatabase gets created when tomcat service starts and it is created in Tomcat folder. Is it possible somehow to define where exactly this database should be created by using parameter? Applications scorecard and referenceccdaservice are located in Tomcat/webapps. I was trying to identify problem by checking source code file located at I managed to overcome this problem by manually importing data to scorecarddatabase/db by using 'Execute Query' app and commenting out schema.sql file located at So that's a story. Kind Regards |
Thanks for the info - I am going to assign this to Mounika as she handled that port / handles that repo. She should be able to help you and update the product if needed accordingly. |
Hi Jonas, Thanks for the info!! The idea is any one (including non technical people) should be able to run scorecard in local with minimal effort; hence hsqldb URL was not exposed as configurable property. We never had any issues in the past in regards with loading vocabulary config files from classpath. We are logging the exception in case of failing to load vocabulary config files. If possible could you please share the error stack trace..? |
Hi Monika, Yes, I get an idea and I am sharing logs with you. Thanks for your time and your help. P.S. Problem could be related to our Tomcat configuration. Kind Regards |
Hello monika, Even i am getting same error. Please find the exception for scorecard C:\Program Files\Apache Software Foundation\Tomcat 9.0\bin>catalina.bat run |
Hello monika, |
Hi guys,
When scorecard starts, i get an error in scorecard logs:
"[VocabularyLoadRunner:89] Failed to load configured vocabulary directory."
It seems that application could not load files located in "WEB-INF/classes/code_repository"
This folder contains 4 folders with csv files in it and it seems that those could not be loaded.
It looks like that there is a need to configure hsql as for some reason connection to internal database could not be established. May be someone already was on this before and knows how to solve it.
Documentation doesn't provide such information.
Thank you very much for your time.
Kind Regards
Jonas
The text was updated successfully, but these errors were encountered: