GitHub user dominikriemer added a comment to the discussion: Something went wrong during the adapter installation
Hi @Bauaser-kun thanks for providing the logs. That's a rather strange error so here are just some initial thoughts: * In 0.93.0, we eliminated Consul and configurations such as the `messagingSettings` which are null according to the logs are now provided directly from a CouchDB document. * The config is written either at installation time or when upgrading the system. * Did you start from an empty installation or did you upgrade from a previous version? If yes, which was the version you had installed before doing the upgrade? * It would be interesting to check the couchdb (you can log in to the web interface at `http://COUCHDB_HOST:5984/_utils`). Is there a database called `general-configuration` and document `core` in the database? If yes, does it include the messaging settings? GitHub link: https://github.com/apache/streampipes/discussions/2498#discussioncomment-8671510 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
