Hi. I am trying to build the server, with your designated command:
$ mvn package -am -pl server -P h2
There is an error. Some lines around the error:
---
127.0.0.1 - - [08/Sep/2016:22:48:06 +0000] "GET /ui HTTP/1.1" 302 - "-" "okhttp/3.0.1" 0
INFO [2016-09-08 22:48:06,597] org.eclipse.jetty.server.ServerConnector: Stopped application@3529dcc{SSL-HTTP/1.1}{
0.0.0.0:4445}
INFO [2016-09-08 22:48:06,628] org.eclipse.jetty.server.ServerConnector: Stopped admin@558202bd{HTTP/1.1}{localhost:8081}
INFO [2016-09-08 22:48:06,628] org.eclipse.jetty.server.handler.ContextHandler: Stopped i.d.j.MutableServletContextHandler@42c6367b{/,null,UNAVAILABLE}
INFO [2016-09-08 22:48:06,629] org.eclipse.jetty.server.handler.ContextHandler: Stopped i.d.j.MutableServletContextHandler@7aa9607c{/,null,UNAVAILABLE}
Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 34.321 sec
Results :
Tests in error:
SecretsDeliveryResourceIntegrationTest.returnsJsonArrayWhenUserHasMultipleSecrets:86 » SocketTimeout
Tests run: 349, Failures: 0, Errors: 1, Skipped: 4
---
Any ideas?