Hopefully there are people out on this list who can point me to more information.
I'm trying to install Keywhiz on a server and am running into problems with the database toward the end of the installation.
Tests run: 353, Failures: 0, Errors: 58, Skipped: 4
[INFO] ------------------------------------------------------------------------
[INFO] Reactor Summary:
[INFO]
[INFO] Keywhiz (Parent) ................................... SUCCESS [ 2.571 s]
[INFO] Keywhiz Testing .................................... SUCCESS [ 1.291 s]
[INFO] Keywhiz API ........................................ SUCCESS [ 7.974 s]
[INFO] Keywhiz Client ..................................... SUCCESS [ 0.090 s]
[INFO] Keywhiz HKDF ....................................... SUCCESS [ 1.735 s]
[INFO] Keywhiz Model ...................................... SUCCESS [ 4.078 s]
[INFO] Keywhiz Log ........................................ SUCCESS [ 0.040 s]
[INFO] Keywhiz Server ..................................... FAILURE [01:48 min]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:06 min
[INFO] Finished at: 2018-01-22T15:33:23-05:00
[INFO] Final Memory: 29M/74M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.14.1:test (default-test) on project keywhiz-server: There are test failures.
[ERROR]
[ERROR] Please refer to /opt/src/keywhiz/server/target/surefire-reports for the individual test results.
[ERROR] -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR]
I'm guessing this has to do with me not properly setting up the h2 database properly, but I see nothing in the documentation about how to set up the h2 database. For that matter, I would prefer to use mysql but I got even less far with the setup using the mysql option of maven. But, again, it could well be that there is an expectation of setting up a database ahead of time and I see no documentation on how that is supposed to be set up.
Can anyone give me the additional background information I would need for that?