bulolo commented on issue #17876:
URL: 
https://github.com/apache/dolphinscheduler/issues/17876#issuecomment-3748181340

   ```
   Error starting ApplicationContext. To display the conditions report re-run 
your application with 'debug' enabled.
   2026-01-14 15:25:17.910 ERROR 9 --- [           main] 
o.s.boot.SpringApplication               : Application run failed
   
   java.lang.IllegalStateException: Failed to execute CommandLineRunner
        at 
org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:774)
 [spring-boot-2.7.3.jar:2.7.3]
        at 
org.springframework.boot.SpringApplication.callRunners(SpringApplication.java:755)
 [spring-boot-2.7.3.jar:2.7.3]
        at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:315) 
[spring-boot-2.7.3.jar:2.7.3]
        at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:1306) 
[spring-boot-2.7.3.jar:2.7.3]
        at 
org.springframework.boot.SpringApplication.run(SpringApplication.java:1295) 
[spring-boot-2.7.3.jar:2.7.3]
        at 
org.apache.dolphinscheduler.tools.datasource.UpgradeDolphinScheduler.main(UpgradeDolphinScheduler.java:36)
 [dolphinscheduler-tools-3.3.2.jar:3.3.2]
   Caused by: java.lang.RuntimeException: Execute ddl file failed, meet an 
unknown exception
        at 
org.apache.dolphinscheduler.tools.datasource.upgrader.UpgradeDao.upgradeDolphinSchedulerDDL(UpgradeDao.java:146)
 ~[dolphinscheduler-tools-3.3.2.jar:3.3.2]
        at 
org.apache.dolphinscheduler.tools.datasource.upgrader.UpgradeDao.upgradeDolphinScheduler(UpgradeDao.java:88)
 ~[dolphinscheduler-tools-3.3.2.jar:3.3.2]
        at 
org.apache.dolphinscheduler.tools.datasource.DolphinSchedulerManager.upgradeDolphinScheduler(DolphinSchedulerManager.java:104)
 ~[dolphinscheduler-tools-3.3.2.jar:3.3.2]
        at 
org.apache.dolphinscheduler.tools.datasource.UpgradeDolphinScheduler$UpgradeRunner.run(UpgradeDolphinScheduler.java:53)
 ~[dolphinscheduler-tools-3.3.2.jar:3.3.2]
        at 
org.springframework.boot.SpringApplication.callRunner(SpringApplication.java:771)
 [spring-boot-2.7.3.jar:2.7.3]
        ... 5 common frames omitted
   Caused by: org.postgresql.util.PSQLException: ERROR: relation 
"t_ds_workflow_definition" does not exist
        at 
org.postgresql.core.v3.QueryExecutorImpl.receiveErrorResponse(QueryExecutorImpl.java:2676)
 ~[postgresql-42.4.1.jar:42.4.1]
        at 
org.postgresql.core.v3.QueryExecutorImpl.processResults(QueryExecutorImpl.java:2366)
 ~[postgresql-42.4.1.jar:42.4.1]
        at 
org.postgresql.core.v3.QueryExecutorImpl.execute(QueryExecutorImpl.java:356) 
~[postgresql-42.4.1.jar:42.4.1]
        at 
org.postgresql.jdbc.PgStatement.executeInternal(PgStatement.java:490) 
~[postgresql-42.4.1.jar:42.4.1]
        at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:408) 
~[postgresql-42.4.1.jar:42.4.1]
        at 
org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:329) 
~[postgresql-42.4.1.jar:42.4.1]
        at 
org.postgresql.jdbc.PgStatement.executeCachedSql(PgStatement.java:315) 
~[postgresql-42.4.1.jar:42.4.1]
        at 
org.postgresql.jdbc.PgStatement.executeWithFlags(PgStatement.java:291) 
~[postgresql-42.4.1.jar:42.4.1]
        at org.postgresql.jdbc.PgStatement.execute(PgStatement.java:286) 
~[postgresql-42.4.1.jar:42.4.1]
        at 
com.zaxxer.hikari.pool.ProxyStatement.execute(ProxyStatement.java:94) 
~[HikariCP-4.0.3.jar:na]
        at 
com.zaxxer.hikari.pool.HikariProxyStatement.execute(HikariProxyStatement.java) 
~[HikariCP-4.0.3.jar:na]
        at 
org.apache.dolphinscheduler.common.sql.SqlScriptRunner.execute(SqlScriptRunner.java:58)
 ~[dolphinscheduler-common-3.3.2.jar:3.3.2]
        at 
org.apache.dolphinscheduler.tools.datasource.upgrader.UpgradeDao.upgradeDolphinSchedulerDDL(UpgradeDao.java:138)
 ~[dolphinscheduler-tools-3.3.2.jar:3.3.2]
        ... 9 common frames omitted
   
   2026-01-14 15:25:17.914  INFO 9 --- [           main] 
com.zaxxer.hikari.HikariDataSource       : DolphinScheduler - Shutdown 
initiated...
   2026-01-14 15:25:17.917  INFO 9 --- [           main] 
com.zaxxer.hikari.HikariDataSource       : DolphinScheduler - Shutdown 
completed.
   ```


-- 
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]

Reply via email to