geonetwork / geonetwork-microservices

GNU General Public License v2.0
13 stars 18 forks source link

Services not working (searching, ogc-api) using documentation and docker-compose #60

Open jeanpommier opened 1 year ago

jeanpommier commented 1 year ago

Hi, I built the code using ./mvnw clean install on openJDK 11 as instructed in the readme. Then started the composition.

I'm getting two services that won't run:

archaeogeek commented 1 year ago

Stuck at the same point- with the searching service not working after running mvnw clean install. When I run docker-compose up it fails because it can't find the image.

gareth-sullivan commented 11 months ago

Same here - are there any plans to address this? Happy to help...

archaeogeek commented 11 months ago

I have it working just by using the docker image, using the docker-compose file at https://github.com/geonetwork/docker-geonetwork/blob/main/4.2.5/docker-compose.yml. I'm not sure what the original problem is though!