-
Notifications
You must be signed in to change notification settings - Fork 37
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
Validator fails to load valusets and codes #87
Comments
Hello Jordan. Thank you for reaching out to us for help. What you're seeing in the logs looks suspisious, but a quick question for clarification... 08:21:00,732 INFO [VocabularyLoadRunner:92] Loading vocabularies at: C:/Users/bharris/engineering/environments/site/mdht/Environment/VocabularyConfiguration/Vocabulary/code_repository... Another thing to check would be to make sure the configuration file in conf/Catalina/localhost/referenceccdaservice.xml is still there after Tomcat starts. I think there are times where that file might be removed - if I remember correctly, it could be during a hot deploy. Anyway, let me know how you make out. Thanks again! |
@Plow74 I looked around and finally found a log file that looked like your example (seems it's not being written to stdout). It was crashing when it got to the HCPCS folder, complaining that it couldn't find a HCPCS Bean. I deleted the |
Here's the trace in case you're curious. But again, works fine when the HCPCS dir is removed. I'm using the latest .war file (1.0.49). I don't see a HCPCS loader in https://github.com/onc-healthit/code-validator-api/tree/master/src/main/java/org/sitenv/vocabularies/loader/code, so maybe it's been removed and this is simply a case of outdated docs in https://github.com/onc-healthit/code-validator-api/tree/master/codevalidator-api/docs?
|
Looks like HCPCS support was removed: #83 |
Hi,
We are unable to get the validator to load the valusets or codes. We've followed the instructions extremely carefully and followed every piece of advice online to no avail. At this point we're completely out of ideas and completely desperate. Thank you for any insight!
Log output. As you can see it finishes loading the database in 0 time at all, which I suspect is wrong (since there's so much data):
conf/Catalina/localhost/referenceccdaservice.xml
Valueset files
The
c_cda_release_20200713.xlsx
files was obtained from VSAC. I also tried downloading all of the files individually but it didn't seem to matter.Code System files
The text was updated successfully, but these errors were encountered: