-
Notifications
You must be signed in to change notification settings - Fork 11
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
WrongType & KeyNotFound Errors #4
Comments
Hi @ZonerDan, Can you paste the content of your configuration file? |
JSON Version: { HOCON Version: jdbc { gcloud { |
Other things I have tried:
|
Provided in comments
|
I just copy/pasted your HOCON (with all the placeholders ), the program starts:
|
:( I'm at a loss. I just tried with all the placeholders as well and still receive the WrongType error. |
Ok. I think its because in my original testing I received an error stating that I should change the file extension to .properties instead of .conf. Now I've changed it back and the program is starting. |
Yeah, I think when the file ends by |
Thanks for your help!
|
I have modified my configuration file in multiple ways and I continue to get one of the following errors regardless of the changes I make:
When using JSON format:
[main] ERROR com.powerspace.pg2bq.Main$ - Incorrect configuration: KeyNotFound(jdbc,None,Set("jdbc")), KeyNotFound(gcloud,None,Set("gcloud"))
When using HOCON format that matches the example on your README:
[main] ERROR com.powerspace.pg2bq.Main$ - Incorrect configuration: WrongType(STRING,Set(OBJECT),None,jdbc), WrongType(STRING,Set(OBJECT),None,gcloud)
The text was updated successfully, but these errors were encountered: