DevServices PostgreSQL suddenly fails on quarkus:dev with ConnectException (timeout) #54764
kawoolutions
started this conversation in
Community
Replies: 2 comments 4 replies
|
Have you checked your Docker Desktop or Podman Desktop or equivalent to see if the container with the database is launching? |
1 reply
|
I'd put a guard on your datasource configuration to only apply in prod (assuming that's the correct prod url); it doesn't explain why you're seeing something different from your colleagues, but with dev services, in general, you wouldn't explicitly configure a url. |
3 replies
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 all.
I am fairly new to Quarkus. I am currently developing an application for a customer. The project was starting up fine since the beginning half a year ago.
I am suddently getting the following (this is the whole output from the IntelliJ Build terminal, see first line with the launch command):
My colleague running the same Git branch (develop) has no problems at all. My other computer, sharing the IntelliJ settings, exposes the same timeout exception.
Does anyone know how to find out what's wrong?
Where do I start?
Here's my application.properties:
I am using Quarkus 3.36.1 and I tried 3.34.3. Both the same...
Any help / hints appreciated.
Thanks, Karsten
EDIT
I just heard, that our newly installed Jenkins on the customer servers just starts the application without any exception/s...
All reactions