-
Notifications
You must be signed in to change notification settings - Fork 34
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
FI compilation fails #12
Comments
You probably need to change Here is what Synthea normally contains: Here is what the FI file shows now: synthea-international/fi/test/main/resources/test.properties Lines 1 to 5 in a314315
It should probably be something like this (or whatever you want, picking locations from the FI demographics file): test_state.default = Uusimaa
test_state.alternative = Pirkanmaa
test_town.default = Helsinki
test_town.alternative = Tampere |
Let me know if that fixes it. Happy to take a pull request if that works. |
In general, it may help to read this series of "Other Areas" articles on the main Synthea wiki to help troubleshoot. https://github.com/synthetichealth/synthea/wiki/Other-Areas We may also need to update the instructions for Finland in particular, or Synthea International in general. Happy to have suggestions if you find they are incorrect. |
FI module installation fails according to instructions fails immediately to compilation error:
AppTest > testApp FAILED
java.lang.ExceptionInInitializerError
at org.mitre.synthea.world.geography.Location.(Location.java:102)
at org.mitre.synthea.engine.Generator.init(Generator.java:226)
at org.mitre.synthea.engine.Generator.(Generator.java:209)
at org.mitre.synthea.engine.Generator.(Generator.java:186)
at App.main(App.java:227)
at AppTest.testApp(AppTest.java:46)
The text was updated successfully, but these errors were encountered: