geoserver / geoserver-cloud

Cloud Native GeoServer is GeoServer ready to use in the cloud through dockerized microservices.
http://geoserver.org/geoserver-cloud
Other
256 stars 79 forks source link

wms publish error #509

Closed tpolong closed 1 month ago

tpolong commented 1 month ago

org.springframework.messaging.MessageHandlingException: error occurred in message handler [org.springframework.integration.amqp.outbound.AmqpOutboundEndpoint@40edba7d]; nested exception is org.springframework.amqp.AmqpIOException: java.net.UnknownHostException: rabbitmq, failedMessage=GenericMessage [payload=byte[1516], headers={id=301a109c-a7a1-b1d6-dc7c-7562f8ba367b, contentType=application/json, target-protocol=amqp, timestamp=1725853483207}] image

groldan commented 1 month ago

java.net.UnknownHostException: rabbitmq: looks like your rabbitmq container died?

I can reproduce by going to the layer edit page, then do docker compose kill rabbitmq, back to the layer edit page, click save, and get that same error.

Once I do docker compose up -d rabbitmq I can save the layer.

Now, why your rabbitmq container is down I can't tell.

tpolong commented 1 month ago

image

tpolong commented 1 month ago

I use geoservercloud 1.8.11 and publish sucess