Getting ...... in admin_data file

Hi I’m getting … in admin_data file

[root@CentOS8 conjur-quickstart]# docker-compose exec conjur conjurctl account create myConjurAccount > admin_data
[root@CentOS8 conjur-quickstart]#
[root@CentOS8 conjur-quickstart]# cat admin_data

[root@CentOS8 conjur-quickstart]#

All the containers are running, I’ve even tried docker-compose stop & then again going through step by step process.

[root@CentOS8 conjur-quickstart]# docker ps -a
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
cef7fea0b8e6 cyberark/conjur “conjurctl server” 6 minutes ago Up 25 seconds 80/tcp conjur_server
37d61d87cbf1 cyberark/conjur-cli:5 “sleep infinity” 10 minutes ago Up 7 minutes conjur_client
c3e4580707a4 nginx:1.13.6-alpine “nginx -g 'daemon of…” 10 minutes ago Up 7 minutes 80/tcp, 0.0.0.0:8443->443/tcp nginx_proxy
149268b2651e postgres:9.4 “docker-entrypoint.s…” 11 minutes ago Up 7 minutes 5432/tcp postgres_database
ff13f5ffd0ad svagi/openssl:latest “openssl req -newkey…” 11 minutes ago Exited (0) 6 minutes ago openssl
d0b60feab368 cfmanteiga/alpine-bash-curl-jq “tail -F anything” 11 minutes ago Up 7 minutes bot_app
[root@CentOS8 conjur-quickstart]#

Rather than redirecting stdout to admin_data, just run docker-compose exec conjur conjurctl account create myConjurAccount and paste the output here.

(Be sure to change any API keys that are output for security purposes.)

Hey Joe,
Tried the same & even tried getting an interactive shell to the container.

[root@CentOS8 conjur-quickstart]# docker-compose exec conjur conjurctl account create myConjurAccount

…[root@CentOS8 conjur-quickstart]#
[root@CentOS8 conjur-quickstart]#
[root@CentOS8 conjur-quickstart]#

[root@CentOS8 conjur-quickstart]# docker exec -it cef7fea0b8e6 /bin/bash
root@cef7fea0b8e6:/opt/conjur-server# conjurctl account create myConjurAccount123
…[root@CentOS8 conjur-quickstart]#

So I rebuilt the server CentOS8 OS same error. Then again I rebuilt the server with CentOS7 it worked in the first go. So something related to OS surely.
I can see similar issue in this as well Conjur Open source not working
@Ankush_Agarwal were you using CentOS8 as well?