seanfinan commented on issue #70: URL: https://github.com/apache/ctakes/issues/70#issuecomment-2963637894
Hi TT, This is a different issue. It looks like you did not provide a UMLS key. If you do so, you should see log output as you did in your first run: `Parsing dictionary specifications: Checking UMLS Account at https://utslogin.nlm.nih.gov/cas/v1/api-key: ... UMLS Account has been validated ` The log output in your second run states: `Parsing dictionary specifications: Error: umlsUser CHANGE_ME not allowed. It is a placeholder reminder. Error: umlsPass CHANGE_ME not allowed. It is a placeholder reminder. Error: Starting 2021 NIH is using a new method for UMLS license authentication. To use the UMLS dictionary you must obtain a UMLS API Key. After obtaining a Key, there are several methods to utilize it with Apache cTAKES. You may specify the value of your Key with a single parameter: ctakes.umls_apikey in your Operating System, umlsKey in your Operating System, umlsKey in your Piper File, umlsKey in your Dictionary Properties XML, --key in your Piper Runner command line, --key in your Clinical Pipeline Script command line, -Dctakes.umls_apikey in your Java command parameters, or -DumlsKey in your Java command parameters. The single key settings above will be preferred over the pre-2021 [UserName , Password] method. The pre-2021 [UserName , Password] method may still be used if the username is set to umls_api_key and the password is set to the value of your Key. For more information visit https://cwiki.apache.org/confluence/display/CTAKES/cTAKES+4.0.0.1 https://uts.nlm.nih.gov/ ` Sean -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
