Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongo error #82

Open
umemon-ibm opened this issue Jan 25, 2025 · 1 comment
Open

Mongo error #82

umemon-ibm opened this issue Jan 25, 2025 · 1 comment

Comments

@umemon-ibm
Copy link

umemon-ibm commented Jan 25, 2025

I am not able to run bee stack. I am getting Mongo error. I tried to change the version to 5 or 6 but it still fails.

I have a new Macbook. Installing Docker was a challenge. I had to install Colima.

  • docker --version

  • Docker version 27.5.1, build 9f9e405801

  • Colima version 0.8.1

  • runtime: docker

  • arch: x86_64

  • client: v27.5.1

  • server: v27.4.0

2025-01-24_2113S.zip

@Tomas2D Tomas2D transferred this issue from i-am-bee/bee-agent-framework Jan 27, 2025
@jezekra1
Copy link
Collaborator

Upon quick inspection it seems that most of your components are not started at all:

❯ find . -type f -name "*.log" -empty
./redis.log
./milvus.log
./bee-api.log
./bee-ui.log
./mlflow.log

Mongo log terminates after a few lines, I'd say the most likely issue is that you do not have enough RAM configured for your VM, please consult colima docs how to add more RAM or use one of the other supported runtimes (preferably Rancher Desktop which is a nice wrapper around lima with GUI in comparison to colima)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants