Replies: 1 comment 1 reply
-
I my case, I were calling a non-existing endpoint. That caused the REST API service to throw this exception. So check your REST URL, method and params. Hope this helps. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have a Rest API Service (Containerized native executable) connecting with a MongoDB Serverless cluster and at random times the service logs the following message.
The error message is not fatal for the service, but it would be nice to know what's causing it.
At first, i thought it was a cursor or session that i forgot to close but it's not. Any ideas where should i look?
Edit: It doesn't happen when a request goes to the service, i've checked that.
Edit 2: I did some testing. I ran my native executable without a docker container on my own VM and the error message is not logged. The exception message is logged only when i run it as a docker container (I'm running my containers on oracle cloud VMs). To build my container, i used quarkus default Dockerfile for native. Any more help is much appreciated!
Edit 3: I'm attaching my pom.xml aswell.
Beta Was this translation helpful? Give feedback.
All reactions