After updating the repository from ris-2019 and running all of the test of HA2 every test passed except the OrchestratorIntegrationTest.
In this test i got the following error:
java.lang.IllegalStateException: Failed to load ApplicationContext
Caused by: eu.arrowhead.common.exception.ArrowheadException: Unknown error occurred at http://127.0.0.1:8443/serviceregistry/echo. Check log for possibly more information.
Caused by: com.fasterxml.jackson.core.JsonParseException: Unrecognized token 'No': was expecting 'null', 'true', 'false' or NaN
On Travis it is working well.
What am I missing?
Thanks in advance.