Hello, while trying the last version 8.1 from github repo Knowage Server Docker
using docker-compose.yml, the Knowage server start, but an error 500 is returned in the browser.
the database has been created, but in the log file /logs/knowage.log, I've found the following errors :
[http-nio-8080-exec-29] 06 Jul 2021 14:26:42,146 ERROR it.eng.spagobi.commons.MetadataDatabaseConfigurationRetriever.loadConfigurations:88 - The table sbi_config is EMPTY
[http-nio-8080-exec-29] 06 Jul 2021 14:26:42,148 ERROR it.eng.spagobi.commons.utilities.ChannelUtilities.isWebRunning:161 - SPAGOBI.SPAGOBI-MODE.mode IS NULL
[http-nio-8080-exec-5] 06 Jul 2021 14:26:42,147 ERROR it.eng.spagobi.commons.filters.ProfileFilter.getUserIdWithSSO:313 - Authentication failed
Can someone help with this issue of sbi_config table empty ?
what is wrong in this new release ?
please to note that the problem raise on docker WSL2 under windows, as well on macos, but not with docker on Ubuntu !