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

FireFly Unable to Start Due to Docker Container Failures on Windows and Ubuntu Env #304

Open
vishnuvajhalaharsha opened this issue Jun 3, 2024 · 5 comments

Comments

@vishnuvajhalaharsha
Copy link

vishnuvajhalaharsha commented Jun 3, 2024

Hi Everyone,

I'm facing an issue with starting the FireFly server due to failures in Docker containers, and I could use some help troubleshooting it. Here are the details:

System Details:

Operating System: Windows, switched to WSL (Ubuntu) environment
Command used: ff start org1
Docker command: docker ps -a
Issue:
When I run ff start org1, some of the Docker containers fail to start properly. Below is the screenshot showing the details of the issue:

Docker Container Status:
ubunute-docker-status

As you can see, several containers exit immediately after starting, with some showing an exit status of (1) and others (0). This happens both on my native Windows environment and when I switched to using WSL with Ubuntu.

Has anyone experienced similar issues or have any suggestions on how to resolve this? Any help would be greatly appreciated!

Thank you!

@EnriqueL8
Copy link
Contributor

@vishnuvajhalaharsha thanks for raising this! Could you provide some logs of the failed containers to be able to understand further what the cause might be?

@vishnuvajhalaharsha
Copy link
Author

Hi @EnriqueL8 ,

Thank you for the reply, please find the logs for the below containers.

EVM

evm

Ethereum Client:

ethereum_client\

Data Exchange :
data exchnage container

Firefly Container does not show any logs but failed to run.

@EnriqueL8
Copy link
Contributor

Thanks - so it seems like an issue with files and volume mounting

@EnriqueL8
Copy link
Contributor

EnriqueL8 commented Jun 4, 2024

I've just tested this on a Windows machine and it worked fine for me! I used WSL Ubuntu distro and made sure to configure Docker correctly with WSL.

@vishnuvajhalaharsha I wonder if you had any permission problems with those files or maybe the ff init command did not create the files correctly in the first place

@vishnuvajhalaharsha
Copy link
Author

Hi @EnriqueL8,
Thanks for letting me know that it works in the Ubuntu environment. It could be the latter issue because, when I looked up the generated files, a couple of folders were created instead of the actual file.
I'll try to trouble shoot again tonight with proper docker setup.

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