Skip to content

Revocation Service in Docker - ERROR: relation "lists" does not exist

Hi, I'm trying to use the revocation Service in Docker (only the revocation image). The application starts with no errors, but when I call curl --location --request GET 'http://localhost:8086/management/lists' or any other endpoint with postman I'm getting this Error:

2022-08-30 09:19:58,955 WARN  [io.qua.ope.exp.otl.run.LateBoundBatchSpanProcessor] (vert.x-eventloop-thread-2) No BatchSpanProcessor delegate specified, no action taken.
2022-08-30 09:19:59,249 WARN  [org.hib.eng.jdb.spi.SqlExceptionHelper] (executor-thread-0) SQL Error: 0, SQLState: 42P01
2022-08-30 09:19:59,250 ERROR [org.hib.eng.jdb.spi.SqlExceptionHelper] (executor-thread-0) ERROR: relation "lists" does not exist
  Position: 201
2022-08-30 09:19:59,269 ERROR [io.qua.ver.htt.run.QuarkusErrorHandler] (executor-thread-0) HTTP Request to /management/lists failed, error id: 95275dc4-65bf-47f5-9de4-9ff3af921149-1: javax.persistence.PersistenceException: org.hibernate.exception.SQLGrammarException: could not extract ResultSet
.....

Do I need to create the tables manually?

image

Thanks.

Edited by Cristina Pauna