Giter VIP home page Giter VIP logo

Comments (7)

aermike avatar aermike commented on June 19, 2024

here is entire log
https://pastebin.com/cjEtEEXS

from hutoma-conversational-ai-platform.

 avatar commented on June 19, 2024

From the logs the problem seems to be that the containers are being created with a SHA postfix (hutomaoss_api-db_1_a0f7e084b454) instead of just the service name (hutomaoss_api-db_1).
Can you provide the docker and docker-compose versions you're using please? (docker --version and docker-compose --version)
Thanks.

from hutoma-conversational-ai-platform.

 avatar commented on June 19, 2024

If you're running docker-compose version 1.23.0 or 1.23.1 you will see this behaviour, which has been fixed from version 1.23.2 on:

Reverted a 1.23.0 change that appended random strings to container names
created by docker-compose up, causing addressability issues.
Note: Containers created by docker-compose run will continue to use
randomly generated names to avoid collisions during parallel runs.

(from https://github.com/docker/compose/releases/tag/1.23.2)

Please update docker-compose to at least 1.23.2, or ideally to the latest version (1.24.1).
Thanks.

from hutoma-conversational-ai-platform.

aermike avatar aermike commented on June 19, 2024

Hi
Sorry for delay

docker --version
Docker version 19.03.4, build 9013bf583a

[root@platform]# docker-compose --version
docker-compose version 1.23.2, build 1110ad01

from hutoma-conversational-ai-platform.

 avatar commented on June 19, 2024

Hi,
I'm not able to reproduce this behaviour with the latest version of docker-compose (1.24.1), as the service name comes up as expected thus allowing the script to run. You can either update docker-compose to the latest version (recommended) otherwise you can launch the system, run docker ps and check the service name (should be hutomaoss_api-db_1_< HASH >), then change the create_test_user.sh script, where it reads DB_IMAGE='hutomaoss_api-db_1' to DB_IMAGE='hutomaoss_api-db_< HASH >' (note the < HASH > should be replaced by whichever value you have). Since you only need to run the script once to create the user, there's no need to further change the script later.
Thanks.

from hutoma-conversational-ai-platform.

aermike avatar aermike commented on June 19, 2024

from hutoma-conversational-ai-platform.

aermike avatar aermike commented on June 19, 2024

Hi
Problems is our company filters facebook, and hutoma want tot connect to
After testing in other locations it works, but is verry slow
I use an VM with 4CPU and 16GB of RAM, 100GB hdd with ssd in back

from hutoma-conversational-ai-platform.

Related Issues (5)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.