admin/admin doesn't work on fresh Docker Datafari 1.1 installation

37 views
Skip to first unread message

Frédéric Fanchamps

unread,
Sep 28, 2018, 10:19:26 AM9/28/18
to Datafari
Hi,
I have the following issue:
fresh installation of Datafari in docker windows 10.
On admin panel, it asked a userid password, which according to the quick start guide should be admin admin
But it doesn't work ...
Any help will be appreciated.
Fred
Note: "installation" was easy, I just used these 2 commands:
-docker pull datafari/datafari
which has downloaded lot of things
then:
-docker container run --name datafari -d -p 8080:8080 datafari/datafari:latest
nothing more ...

Frédéric Fanchamps

unread,
Sep 28, 2018, 10:22:51 AM9/28/18
to Datafari
Typo in title: Datafari 4.1 not 1.1 of course

Olivier Tavard

unread,
Sep 28, 2018, 10:38:20 AM9/28/18
to Datafari
Hello Frédéric,

Could you tell me what are the resources of the server of the machine that runs the container (CPU, RAM) please ?
Could you also send me the logs of the container ?

Thanks,
Best regards,

Olivier

Frédéric Fanchamps

unread,
Sep 28, 2018, 11:20:19 AM9/28/18
to Datafari
Hi
I will certainly send the logs of the container, I just need some instructions on where to find them
(first time in my life that I use Docker)
Fred

Frédéric Fanchamps

unread,
Sep 28, 2018, 11:24:55 AM9/28/18
to Datafari
Meanwhile, here a print screen of the "error"

Capture.PNG

Olivier Tavard

unread,
Sep 28, 2018, 12:58:35 PM9/28/18
to frederic....@gmail.com, Datafari
Hello,

OK the most probable cause of this is a lack of resources on the host of your container.
Could you tell me the resources of the machine that runs the container ? It would be helpful.

Meantime I just tested on a new droplet on DigitalOcean with 4vcpu and 8 GB RAM and all was fine. I did not have any issues.
To check what happened during the start of your Datafari container, to obtain the logs the commands are :
#docker ps
Identify the container id of the container you started (or its name)
Then you can enter :
# docker logs $ID --tail all > log_datafari_docker.txt
(replace $ID with the container id or its name)

Best regards,

Olivier


--
You received this message because you are subscribed to the Google Groups "Datafari" group.
To unsubscribe from this group and stop receiving emails from it, send an email to datafari+u...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Frédéric Fanchamps

unread,
Sep 29, 2018, 2:12:16 AM9/29/18
to Datafari
Hi,
Docker was a fresh basic zero option installation on windows 10 pro laptop with 8GB physical memory.
Changing the Docker settings and giving 4GB of memory instead of the 2GB set by default has solved the problem.
Docker stats shows datafari is using 2,612GB memory
Thanks!
Fred
Reply all
Reply to author
Forward
0 new messages