FIWARE-Big-Bang icon indicating copy to clipboard operation
FIWARE-Big-Bang copied to clipboard

Unable to log out of Zeppelin.

Open fisuda opened this issue 3 years ago • 0 comments

Checklist

Put an x in the boxes that apply

  • [X] I have run the latest release.
  • [X] I have inspeced the status of docker containers.
  • [X] I have run the sanity check described in after-installation.md.
  • [X] I have inspected all error messages.
  • [X] I have inspected the log files in the /var/log/fiware directory.
  • [X] I have run the make collect command.

Describe the bug

Unable to log out of Apache Zeppelin.

Your system environment

Run make collect in a directory where you ran the lets-fiware.sh script and paste the results here.

Date: Sun Feb 13 14:24:25 JST 2022
Version: 0.12.0
Hash: 4291ceaacab4a66b5c6c1c109a2f4d9462cc8d274aaaa185b7dc635167297055  lets-fiware.sh
git-hash:
21ba0e10daf79d2cb798763c9dd78390c2f6a705
18b4434d40557e89d1d5ac25661973e30909b158
824b4f8354f68c63b35a026b60f7c3201f8f0142
App list: KEYROCK ORION
Install: completed
Docker containers:
make[1]: Entering directory '/home/ksmainte/FIWARE-Big-Bang'
sudo /usr/local/bin/docker-compose ps
            Name                          Command                       State                                      Ports
----------------------------------------------------------------------------------------------------------------------------------------------------
fiware-big-bang_keyrock_1      docker-entrypoint.sh npm start   Up (healthy)            3000/tcp
fiware-big-bang_mongo_1        docker-entrypoint.sh --noj ...   Up                      27017/tcp
fiware-big-bang_mysql_1        docker-entrypoint.sh mysqld      Up                      3306/tcp, 33060/tcp
fiware-big-bang_nginx_1        /docker-entrypoint.sh ngin ...   Up                      0.0.0.0:443->443/tcp,:::443->443/tcp,
                                                                                        0.0.0.0:80->80/tcp,:::80->80/tcp
fiware-big-bang_orion_1        sh -c rm /tmp/contextBroke ...   Up                      1026/tcp
fiware-big-bang_tokenproxy_1   docker-entrypoint.sh             Up                      1029/tcp
fiware-big-bang_wilma_1        docker-entrypoint.sh npm start   Up (health: starting)   1027/tcp
fiware-big-bang_zeppelin_1     /usr/bin/tini -- bin/zeppe ...   Up                      8080/tcp
make[1]: Leaving directory '/home/ksmainte/FIWARE-Big-Bang'
Keyrock:
{"keyrock":{"version":"8.1.0","release_date":"2021-07-22","uptime":"00:01:12.3","git_hash":"https://github.com/ging/fiware-idm/releases/tag/8.1.0","doc":"https://fiware-idm.readthedocs.io/en/8.1.0/","api":{"version":"v1","link":"https://keyrock.big-bang.letsfiware.jp/v1"}}}

To Reproduce

Steps to reproduce the behavior:

  1. Log in Zeppelin
  2. Select Log out from top-right side menu.

Expected behavior

Logout is complete and the session ends.

Screenshots

If applicable, add screenshots to help explain your problem.

image

Server (please complete the following information):

  • OS and OS version: Ubuntu 20.04
  • Docker version: 20.10.8
  • Docker-compose version: 1.29.2

Additional context

Add any other context about the problem here.

fisuda avatar Feb 13 '22 05:02 fisuda