slashgao opened a new issue, #1633: URL: https://github.com/apache/camel-karavan/issues/1633
### Describe the bug 2026-06-01 11:16:53.104 | 2026-06-01 03:16:52,746 WARN [io.qua.config] (main) Unrecognized configuration key "quarkus.health.extensions.enabled" was provided; it will be ignored; verify that the dependency extension for this configuration is set or that you did not make a typo 2026-06-01 11:16:57.735 | 2026-06-01 03:16:57,734 WARN [io.agr.pool] (agroal-11) Datasource '<default>': The connection attempt failed. 2026-06-01 11:16:57.776 | 2026-06-01 03:16:57,773 ERROR [io.qua.run.Application] (main) Failed to start application: java.lang.RuntimeException: Failed to start quarkus 2026-06-01 11:16:57.776 | at io.quarkus.runner.ApplicationImpl.doStart(Unknown Source) 2026-06-01 11:16:57.776 | at io.quarkus.runtime.Application.start(Application.java:101) 2026-06-01 11:16:57.776 | at io.quarkus.runtime.ApplicationLifecycleManager.run(ApplicationLifecycleManager.java:119) 2026-06-01 11:16:57.776 | at io.quarkus.runtime.Quarkus.run(Quarkus.java:80) 2026-06-01 11:16:57.776 | at io.quarkus.runtime.Quarkus.run(Quarkus.java:51) 2026-06-01 11:16:57.776 | at io.quarkus.runtime.Quarkus.run(Quarkus.java:144) 2026-06-01 11:16:57.776 | at io.quarkus.runner.GeneratedMain.main(Unknown Source) 2026-06-01 11:16:57.776 | Caused by: org.flywaydb.core.internal.exception.sqlExceptions.FlywaySqlUnableToConnectToDbException: Unable to obtain connection from database: The connection attempt failed. 2026-06-01 11:16:57.776 | ------------------------------------------------------------------------- 2026-06-01 11:16:57.776 | SQL State : 08001 2026-06-01 11:16:57.776 | Error Code : 0 2026-06-01 11:16:57.776 | Message : The connection attempt failed. 2026-06-01 11:16:57.776 | 2026-06-01 11:16:57.776 | at org.flywaydb.core.internal.jdbc.JdbcUtils.openConnection(JdbcUtils.java:70) 2026-06-01 11:16:57.776 | at org.flywaydb.core.internal.jdbc.JdbcConnectionFactory.<init>(JdbcConnectionFactory.java:76) 2026-06-01 11:16:57.776 | at org.flywaydb.core.FlywayExecutor.execute(FlywayExecutor.java:137) 2026-06-01 11:16:57.776 | at org.flywaydb.core.Flyway.migrate(Flyway.java:187) 2026-06-01 11:16:57.776 | at io.quarkus.flyway.runtime.FlywayRecorder.doStartActions(FlywayRecorder.java:150) 2026-06-01 11:16:57.776 | at io.quarkus.runner.recorded.FlywayProcessor$startActions1575138505.deploy_0(Unknown Source) 2026-06-01 11:16:57.776 | at io.quarkus.runner.recorded.FlywayProcessor$startActions1575138505.deploy(Unknown Source) 2026-06-01 11:16:57.776 | ... 7 more 2026-06-01 11:16:57.776 | Caused by: org.postgresql.util.PSQLException: The connection attempt failed. 2026-06-01 11:16:57.776 | at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:385) 2026-06-01 11:16:57.776 | at org.postgresql.core.ConnectionFactory.openConnection(ConnectionFactory.java:57) 2026-06-01 11:16:57.776 | at org.postgresql.jdbc.PgConnection.<init>(PgConnection.java:277) 2026-06-01 11:16:57.776 | at org.postgresql.Driver.makeConnection(Driver.java:448) 2026-06-01 11:16:57.776 | at org.postgresql.Driver.connect(Driver.java:298) 2026-06-01 11:16:57.776 | at io.agroal.pool.ConnectionFactory.createConnection(ConnectionFactory.java:225) 2026-06-01 11:16:57.776 | at io.agroal.pool.ConnectionPool$CreateConnectionTask.call(ConnectionPool.java:625) 2026-06-01 11:16:57.776 | at io.agroal.pool.ConnectionPool$CreateConnectionTask.call(ConnectionPool.java:606) 2026-06-01 11:16:57.776 | at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317) 2026-06-01 11:16:57.776 | at io.agroal.pool.util.PriorityScheduledExecutor.beforeExecute(PriorityScheduledExecutor.java:75) 2026-06-01 11:16:57.776 | at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142) 2026-06-01 11:16:57.776 | at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642) 2026-06-01 11:16:57.776 | at java.base/java.lang.Thread.run(Thread.java:1583) 2026-06-01 11:16:57.776 | Caused by: java.net.UnknownHostException: postgres 2026-06-01 11:16:57.776 | at java.base/sun.nio.ch.NioSocketImpl.connect(NioSocketImpl.java:567) 2026-06-01 11:16:57.776 | at java.base/java.net.SocksSocketImpl.connect(SocksSocketImpl.java:327) 2026-06-01 11:16:57.776 | at java.base/java.net.Socket.connect(Socket.java:751) 2026-06-01 11:16:57.776 | at org.postgresql.core.PGStream.createSocket(PGStream.java:261) 2026-06-01 11:16:57.776 | at org.postgresql.core.PGStream.<init>(PGStream.java:122) 2026-06-01 11:16:57.776 | at org.postgresql.core.v3.ConnectionFactoryImpl.tryConnect(ConnectionFactoryImpl.java:146) 2026-06-01 11:16:57.776 | at org.postgresql.core.v3.ConnectionFactoryImpl.openConnectionImpl(ConnectionFactoryImpl.java:289) 2026-06-01 11:16:57.776 | ... 12 more ### Steps to reproduce the behavior 1. Go to '...'a 2. Click on '....' 3. Scroll down to '....' 4. See error ### Variant Web Application ### Container Management (if applicable) None ### Operating System (if applicable) None ### Version 4.7.0 ### Relevant log output ```shell ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
