-
Notifications
You must be signed in to change notification settings - Fork 78
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
knowage with Docker Menu disabled #27
Comments
Dear all, which version of Knowage do you deploy? Could you attach to this issue your Docker log? Which user have you used to login on Knowage? |
@kerny3d we followed the instructions from https://github.com/KnowageLabs/Knowage-Server-Docker and below is the docker file we have. We are running in Swarm. version: "3.5" services: knowagedb: ################################################################################ Networks################################################################################
|
Dear @Ape-Decendent, i've tried your YAML file on my local machine on Docker version 19.03.5, build 633a0ea838 and it works correctly. Could you please get the logs from both MySql and Tomcat and upload them here? Marco |
@kerny3d We are running this in Docker Swarm. I will try to pull some logs. I greatly appreciate your help. |
@Ape-Decendent @davide-zerbetto attaching the logs |
@Ape-Decendent, quick question: which protocol are you using? HTTP or HTTPS? |
@kerny3d http |
@Ape-Decendent, we are not able to replicate your case. On both docker-compose and swarm i see for biadmin:
Where the file log4j.properties is:
Could you replicate your case again and extract the logs from your environment? We hope we can find the problem this time. |
@Ape-Decendent, please use the following log4j.properties:
I'm sorry for the error. |
@kerny3d here it goes |
@Ape-Decendent, could you please see in the console browser, in the network panel, if there are some XHR call in error? Because, now, i don't think it's a DB problem or something like that. I think it's the 8082 port the real problem. In the meantime i will try your precise case because the first time i've updated you YAML because my 8082 was already used. |
@Ape-Decendent, could you also check the id of your image of Knowage? You can use:
|
@kerny3d sorry for the late reply. I needed to focus on some other things. I realized from docker logs that Tomcat is not happy with unsecured site. So I have put behind the reverse proxy with a sub-domain https://knowage.onion.fiware.city/knowage and seems to work I am now configuring it. |
after runnig knowage in docker i can't get the menu where data provider and profile management ..
any help please
The text was updated successfully, but these errors were encountered: