Empty Response on API on restart.

14 views
Skip to first unread message

santosh reddy

unread,
May 13, 2026, 10:02:30 AM (5 days ago) May 13
to Kogito development mailing list
Hi,

I'm using kogito version: 10.1.0 and quarkus:3.15.3 with postgre. It is working fine but when we restart API showing empty response but data is available in DB. In logs able to see "InMemoryUsertaskInstances".


Application properties

quarkus.datasource.db-kind=postgresql

quarkus.datasource.username=kogito

quarkus.datasource.password=kogito

quarkus.datasource.jdbc.url=jdbc:postgresql://localhost:5432/kogito_history?currentSchema=public

quarkus.datasource.jdbc.transactions=enabled

kogito.persistence.type=jdbc

kogito.processinstances.type=jdbc

kogito.persistence.proto.enabled=false

quarkus.hibernate-orm.database.generation=update

--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2026-05-13 08:16:58.337|WARN||io.quarkus.config|Unrecognized configuration key "kogito.persistence.type" 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-05-13 08:16:59.417|INFO||org.kie.flyway.initializer.db.KieFlywayDataBaseHelper|Reading DataBase Product: 'PostgreSQL' Version: '15.17 (Debian 15.17-1.pgdg13+1)'
2026-05-13 08:16:59.553|INFO||org.flywaydb.core.FlywayExecutor|Database: jdbc:postgresql://localhost:5432/kogito_history?currentSchema=public (PostgreSQL 15.17)
2026-05-13 08:16:59.676|INFO||org.flywaydb.core.internal.command.DbValidate|Successfully validated 5 migrations (execution time 00:00.061s)
2026-05-13 08:16:59.759|INFO||org.flywaydb.core.internal.command.DbMigrate|Current version of schema "public": 10.0.2
2026-05-13 08:16:59.769|INFO||org.flywaydb.core.internal.command.DbMigrate|Schema "public" is up to date. No migration necessary.
2026-05-13 08:16:59.944|INFO||org.kie.kogito.usertask.impl.lifecycle.DefaultUserTaskLifeCycles|Registered UserTaskLifeCycles {ws-human-task=org.kie.kogito.usertask.impl.lifecycle.WsHumanTaskLifeCycle@76300eb0, kogito=org.kie.kogito.usertask.impl.lifecycle.DefaultUserTaskLifeCycle@7501295} with default lifecycle: kogito
2026-05-13 08:16:59.946|INFO||org.kie.kogito.usertask.impl.InMemoryUserTaskInstances|Initializing InMemoryUsertaskInstances
2026-05-13 08:17:00.192|WARN||org.kie.kogito.services.registry.ProcessDefinitionEventRegistry|Not source found for process id dealreviews
2026-05-13 08:17:00.196|WARN||org.kie.kogito.services.registry.ProcessDefinitionEventRegistry|Not source found for process id deals
2026-05-13 08:17:00.396|INFO||io.quarkus|process-postgresql-persistence-quarkus 999-SNAPSHOT on JVM (powered by Quarkus 3.27.3) started in 12.877s. Listening on: http://localhost:8080
2026-05-13 08:17:00.397|INFO||io.quarkus|Profile dev activated. Live Coding activated.
2026-05-13 08:17:00.397|INFO||io.quarkus|Installed features: [agroal, cdi, compose, flyway, jdbc-postgresql, kie-addon-persistence-jdbc-extension, kie-flyway, kogito-decisions, kogito-predictions, kogito-processes, kogito-rules, narayana-jta, resteasy, resteasy-jackson, smallrye-context-propagation, smallrye-fault-tolerance, smallrye-health, smallrye-openapi, swagger-ui, vertx]




Abhijit Humbe

unread,
May 13, 2026, 10:16:45 AM (5 days ago) May 13
to kogito-de...@googlegroups.com
Hi,
Seems UserTask persistence is enabled, make sure you have following dependency added in pom.xml 

    <dependency>
      <groupId>org.jbpm</groupId>
      <artifactId>jbpm-addons-quarkus-usertask-storage-jpa</artifactId>
    </dependency>

    <dependency>
      <groupId>org.kie</groupId>
      <artifactId>kie-addons-quarkus-persistence-jdbc</artifactId>
    </dependency>

Abhijit Humbe


--
You received this message because you are subscribed to the Google Groups "Kogito development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to kogito-developm...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/kogito-development/d80d9d98-2cce-452f-8c98-7fd8a66c6fd6n%40googlegroups.com.

santosh reddy

unread,
May 13, 2026, 10:44:47 AM (5 days ago) May 13
to Kogito development mailing list
Thank you @ abhiji, its working . 
Reply all
Reply to author
Forward
0 new messages