You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe this is about bacalhau serve failing with no clear error message when another server is running on the same host. Usually this is related to trying to use an already reserved port or file by the first server. We need to improve the error somehow, and test that you can actually run two separate instances on the same host. Not recommended for production purposes, but for testing
@frrist I believe it will be easier to run two instances locally after #4014 and when we have a single way to define API ports. Today we have client port and server port, where --api-port only sets the client port which is confusing
Error: orchestrator port 4222 is already in use
Hint: To resolve this, either:
1. Check if you are already running the orchestrator
2. Stop the other process using this port
3. Configure a different port using one of these methods:
a. Use the `-c Orchestrator.Port=<new_port>` flag with your serve command
b. Set the port in a configuration file with `bacalhau config set Orchestrator.Port=<new_port>`
No description provided.
The text was updated successfully, but these errors were encountered: