Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Out of the box build / test failure #201

Open
thxmike opened this issue Mar 25, 2023 · 0 comments
Open

Out of the box build / test failure #201

thxmike opened this issue Mar 25, 2023 · 0 comments

Comments

@thxmike
Copy link

thxmike commented Mar 25, 2023

Describe the bug
Pulling down the latest version and running
./gradlew clean build --no-build-cache
Postgres SQL Test Failure

2023-03-25 22:29:48.404 ERROR 32188 --- [led-task-pool-1] c.n.c.c.r.WorkflowReconciler : Error when polling for workflows

com.netflix.conductor.core.exception.NonTransientException: HikariDataSource HikariDataSource (HikariPool-3) has been closed.
at com.netflix.conductor.postgres.dao.PostgresBaseDAO.getWithTransactionWithOutErrorPropagation(PostgresBaseDAO.java:171) ~[main/:?]
at com.netflix.conductor.postgres.dao.PostgresQueueDAO.pollMessages(PostgresQueueDAO.java:118) ~[main/:?]
at com.netflix.conductor.postgres.dao.PostgresQueueDAO.pop(PostgresQueueDAO.java:96) ~[main/:?]
at com.netflix.conductor.core.reconciliation.WorkflowReconciler.pollAndSweep(WorkflowReconciler.java:66) [conductor-core-3.13.5.jar:3.13.5]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?]
at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:?]
at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:?]
at java.lang.reflect.Method.invoke(Method.java:566) ~[?:?]
at org.springframework.scheduling.support.ScheduledMethodRunnable.run(ScheduledMethodRunnable.java:84) [spring-context-5.3.19.jar:5.3.19]
at org.springframework.scheduling.support.DelegatingErrorHandlingRunnable.run(DelegatingErrorHandlingRunnable.java:54) [spring-context-5.3.19.jar:5.3.19]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:515) [?:?]
at java.util.concurrent.FutureTask.runAndReset(FutureTask.java:305) [?:?]
at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:305) [?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) [?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) [?:?]
at java.lang.Thread.run(Thread.java:829) [?:?]
Caused by: java.sql.SQLException: HikariDataSource HikariDataSource (HikariPool-3) has been closed.
at com.zaxxer.hikari.HikariDataSource.getConnection(HikariDataSource.java:96) ~[HikariCP-4.0.3.jar:?]
at com.netflix.conductor.postgres.dao.PostgresBaseDAO.getWithTransactionWithOutErrorPropagation(PostgresBaseDAO.java:156) ~[main/:?]
... 15 more

2023-03-25 22:29:48.725 INFO 32188 --- [ionShutdownHook] c.z.h.HikariDataSource : HikariPool-3 - Shutdown completed.

@thxmike thxmike changed the title Out of the box build Out of the box build / test failur Mar 25, 2023
@thxmike thxmike changed the title Out of the box build / test failur Out of the box build / test failure Mar 25, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant