apache / incubator-kie-kogito-examples

Kogito examples - Kogito is a cloud-native business automation technology for building cloud-ready business applications.
http://kogito.kie.org
255 stars 381 forks source link

Kogito Travel Agency example: data-index crashes when running docker-compose #889

Closed plorent closed 3 years ago

plorent commented 3 years ago

When running docker-compose (kogito-examples/kogito-travel-agency/extended/docker-compose) the data-index crashes with ERROR [io.qua.run.Application] (main) Failed to start application (with profile prod): org.infinispan.commons.CacheConfigurationException: ISPN004030: Cannot enable authentication without specifying either a username, a token, a client Subject or a CallbackHandler. How can we resolve this?

ricardozanini commented 3 years ago

@cristianonicolai any thoughts?

cristianonicolai commented 3 years ago

@plorent thanks for reporting this, I created a PR for fixing the examples but you can fix it manually for now by simply adding: QUARKUS_INFINISPAN_CLIENT_USE_AUTH: "false" to Data Index environment variables inside the docker compose file.

plorent commented 3 years ago

Thanks @cristianonicolai - closing this issue.