Hello everyone,
I try to run dataverse in docker in windows. Did anyone has success in it? I tried demo (evaluation) and it did work. But when I tried the develop branch with mvn -Pct clean package docker:run I get errors:
dev_bootstrap> 2024-05-16T18:38:15Z INF [HTTP] Checking the
http://dataverse:8080/api/info/version ...
dev_bootstrap> 2024-05-16T18:38:15Z ERR Expectation failed error="the status code doesn't expect" actual=404 expect=200
dev_bootstrap> 2024-05-16T18:38:23Z INF [HTTP] Checking the
http://dataverse:8080/api/info/version ...
dev_bootstrap> 2024-05-16T18:38:23Z ERR Expectation failed error="the status code doesn't expect" actual=404 expect=200
When I try to run localhost:8080 I get Payara Server page. it seems like war file is not deploying properly. Any help is appreciated.