-
Notifications
You must be signed in to change notification settings - Fork 12
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
Problems launching container on arm64 processor #504
Comments
More evidence this is a MongoDB problem. Tried this on a different mac (my laptop) that also has an arm64 chip. Slightly different behavior but still a problem. Container launched fine this time until I tried to connect to MongoDB in the usual way. Then I got the following (Note cut-and-paste took more than I expected for some unknown reason):
That was eventually followed by a server timeout consistent with mongod crashing. I suspect the reason the other notebook crashed immediately is that jupyter lab preserves state and I selecting a notebook that had both a mongodb and and dask distributed connection running when it was last closed. That, by the way, is yet another example of why we need a container that doesn't demand jupyter lab as the front end. |
I encountered a serious error trying to launch the current container on an arm64 architecture machine (new Apple machine) in emulation mode. I have done the nearly same operation before when the container was built for arm64 and didn't have this problem.
For the record I launched the container with this long incantation because I was working with dask distributed:
When I connect to jupyter in the usual way it is fine until I try to open a notebook. I then get this nasty error window pop up in the browser:
When I look at the terminal where I launched docker I get this that I think indicates what is failing:
The mongo log shows it was definitely disconnected, but I'm not sure it is what caused the abort. That may just be a symptom.
The text was updated successfully, but these errors were encountered: