gitbitex/gitbitex-new

error in running with docker

erfanhemmati opened this issue · 19 comments

Hello i have done all of docker instructions and commands. but still project does not available in my localhost. is there any instructions/command which i should to do? something like installing java requirements, jdk and ...?

@greensheng

Execute docker ps and check that all containers are started correctly


CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
408396d21712 greensheng/gitbitex "java -cp /app/res..." 3 minutes ago Up 3 minutes gitbitex
f30f51d6c166 redis "docker-entrypoint..." 19 hours ago Up 19 hours redis-server
d2b5d5c30eae bitnami/kafka:latest "/opt/bitnami/scri..." 19 hours ago Up 19 hours kafka-server
ed42ae9b2076 bitnami/zookeeper:latest "/opt/bitnami/scri..." 19 hours ago Up 19 hours zookeeper-server
50c88962a29b mysql:5.7 "docker-entrypoint..." 2 days ago Up 2 days mysql

image
this is my containers

image
but i can not open web interface

image this is my containers

I didn't see kafka-server. Didn't you start Kafka?

image
its here

image its here

docker logs gitbitex
check the log

i am getting a lots of error.
image

i am getting a lots of error. image

This is TradeMaker running, you can close it, just for demonstration purposes, keep getting the latest trade from binance, and then place an order on gitbitex.

Did you restart gitbitex after starting kafka-server?

yes i restarted but web interface does not work

i am getting a lots of error. image

This is TradeMaker running, you can close it, just for demonstration purposes, keep getting the latest trade from binance, and then place an order on gitbitex.

how can i disable it?

i am getting a lots of error. image

This is TradeMaker running, you can close it, just for demonstration purposes, keep getting the latest trade from binance, and then place an order on gitbitex.

how can i disable it?

docker pull greensheng/gitbitex
docker stop gitbitex
docker rm gitbitex
docker run ....

image

now i dont have any error but why web interface and services does not working?

change the port can solve the problem?

You seem to be running docker on windows, you need to check your docker network to see if your host can access the docker port

yes iam using docker desktop on windows

is there any maker and taker concept in this project?

is there any maker and taker concept in this project?

I don't quite understand what you mean.