-
Notifications
You must be signed in to change notification settings - Fork 19
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
fixturenet payments demo deployment error on ARM #565
Comments
Looks like the issue is that it is not seeing the statediff DB. |
We can change the dockerfile from
to something like
Tested this change and the stack started normally on ARM |
using the branch with that fix (and the latest fixturenet-payment stack), it hangs seemingly indefinitely on deploy, and 10 minutes into it, no docker containers have been created.
I'll try next on UTM |
With #564, all the images build on both: Mac M2 and this Ubuntu server running on UTM on the same Mac. However, upon deploying, in both cases:
The watcher server container never comes up; this command has no output
After a few minutes, the
fixturenet-eth-geth-1-1
status switches from Created/Starting to Error. Its logs look like:and every other service is stuck in retrying finding what it depends on
The text was updated successfully, but these errors were encountered: