Welcome to wis2box Discussions! #2
Replies: 9 comments 9 replies
-
I am trying to run python3 wis2box-ctl.py start . |
Beta Was this translation helpful? Give feedback.
-
After re-installing, I am trying to run python3 wis2box-ctl.py start again During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): During handling of the above exception, another exception occurred: Traceback (most recent call last): |
Beta Was this translation helpful? Give feedback.
-
Hi Maixentkambi, Thank you for trying out wis2box ! Can you confirm docker is running using the following command: Could you let us know the version of docker and docker-compose you are running ? |
Beta Was this translation helpful? Give feedback.
-
Hi all thanks for your answer . Here is the output [root@localhost wis2box]# python3 wis2box-ctl.py start |
Beta Was this translation helpful? Give feedback.
-
Hello, |
Beta Was this translation helpful? Give feedback.
-
Hi, By default the WIS2BOX_URL=http://localhost:8999 It sounds like that's exactly what you did, but to double-check, could you repeat these steps: For example,
Update WIS2BOX_URL and WIS2BOX_API_URL in dev.env :
Restart the wis2box-stack
And WIS2BOX_UI is available on http://localhost:1234 If your wis2box shows no datasets, it might mean you have not added the collections. To add collections, login to the wis2box-container:
and, assuming your using the test-data from the quickstart, run the following commands: add-collection
publish metadata
|
Beta Was this translation helpful? Give feedback.
-
We are working on improving documentation for WIS2-in-a-box users with a new guide available here: |
Beta Was this translation helpful? Give feedback.
-
Hi I've been working to get wis2box running but once I'm set up and applied some preliminary config from the guide, the containers don't seem to deploy. The output is listed below. When setting up the host, I had to remove docker-compose-plugin (yum remove ...) as the version was > v2 and get docker-compose 1.29.2 manually and then ln -s /usr/bin/docker-compose according to the troubleshooting guide. I've tested docker-compose using the example at https://docs.docker.com/compose/gettingstarted/ and that example worked normally with docker, so I think docker and docker-compose are working fine. docker version is 23.0.5 After attempting to start wis2box (output below) "docker info" reports no containers running but I'm left with three docker-proxy processes for ports 8884. 1883 and 3000. Those persist across docker stop and starts and I have to remove them from /var/lib/docker/network/files/local-kv.db, otherwise they interfere with following wis2box start attempts. I've switched SELinux to permissive and stopped firewalld. I tried removing all the containers and images with docker rm(i) but once everything was retrieved again the same as below occurred. I tried various entries for DOCKER_HOST env but that didn't seem to help. Do you have any tips or can see what I've got wrong here?
Thank you for any help you can give |
Beta Was this translation helpful? Give feedback.
-
Typing to get v1.0b6 running (same problem with git-main) Cleared out all the docker container.
docker inspect --format "{{json .State.Health }}" elasticsearch | jq
So it seems that elasticsearch is not accepting connections. I have no idea why and need help to get this running |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions