Skip to content

[BUG]: win7 boot2docker install AnythingLLM Problem #3404

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

Closed
xhj967 opened this issue Mar 5, 2025 · 3 comments
Closed

[BUG]: win7 boot2docker install AnythingLLM Problem #3404

xhj967 opened this issue Mar 5, 2025 · 3 comments
Labels
possible bug Bug was reported but is not confirmed or is unable to be replicated.

Comments

@xhj967
Copy link

xhj967 commented Mar 5, 2025

How are you running AnythingLLM?

Docker (local)

What happened?

docker Version: 19.03.12
i install boot2docker on my win7,plan to depoly AnythingLLM locally.
i was guide by official docs for installing it.
at the procdure of "Mount the storage locally and run AnythingLLM in Docker",I selected linux/mac.
but faild either;
I really appreciate your help,thanks

curl localhost:3001 curl: (7) Failed to connect to localhost port 3001: Connection refused
docker images
docker images REPOSITORY TAG IMAGE ID CREATED SIZE mintplexlabs/anythingllm latest ed3f01fe0c54 4 days ago 2.51GB nginx latest b52e0b094bc0 3 weeks ago 192MB docker.imgdb.de/busybox latest 31311c5853a2 5 months ago 4.27MB

docker ps -a
docker@default:~$ docker ps -a CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES 97ff6c5deadf mintplexlabs/anythingllm "/bin/bash /usr/loca…" 7 hours ago Exited (134) 7 hours ago recursing_galileo

Are there known steps to reproduce?

No response

@xhj967 xhj967 added the possible bug Bug was reported but is not confirmed or is unable to be replicated. label Mar 5, 2025
@xhj967
Copy link
Author

xhj967 commented Mar 5, 2025

logs infomation
docker logs -f 97ff6c5deadf node[9]: ../src/node_platform.cc:68:std::unique_ptr<long unsigned int> node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion(0) == (uv_thread_create(t.get(), start_thread, this))' failed.
node[8]: ../src/node_platform.cc:68:std::unique_ptr node::WorkerThreadsTaskRunner::DelayedTaskScheduler::Start(): Assertion (0) == (uv_thread_create(t.get(), start_thread, this))' failed. 1: 0xb9c1f0 node::Abort() [node] 1: 0xb9c1f0 node::Abort() [node] 2: 0xb9c26e [node] 2: 0xb9c26e [node] 3: 0xc0a39e [node] 3: 0xc0a39e [node] 4: 0xc0a481 node::NodePlatform::NodePlatform(int, v8::TracingController*, v8::PageAllocator*) [node] 4: 0xc0a481 node::NodePlatform::NodePlatform(int, v8::TracingController*, v8::PageAllocator*) [node] 5: 0xb58213 node::InitializeOncePerProcess(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, node::ProcessFlags::Flags) [node] 5: 0xb58213 node::InitializeOncePerProcess(std::vector<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::allocator<std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> > > > const&, node::ProcessFlags::Flags) [node] 6: 0xb5886b node::Start(int, char**) [node] 6: 0xb5886b node::Start(int, char**) [node] 7: 0x7f396ee3ed90 [/lib/x86_64-linux-gnu/libc.so.6] 8: 0x7f396ee3ee40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] 7: 0x7fcaaf9e0d90 [/lib/x86_64-linux-gnu/libc.so.6] 8: 0x7fcaaf9e0e40 __libc_start_main [/lib/x86_64-linux-gnu/libc.so.6] 9: 0xad779e _start [node] 9: 0xad779e _start [node] /usr/local/bin/docker-entrypoint.sh: line 8: 8 Aborted (core dumped) node /app/collector/index.js

@timothycarambat
Copy link
Member

The first error is

ailed to connect to localhost port 3001: Connection refused

which means you have a process running already on port 3001, so you can use a different port in the -p 3001:3001 part of the docker startup command.

The second error seems something entirely different and unrelated to AnythingLLM, it has to do with docker on your OS
nodejs/node#43064

@xhj967
Copy link
Author

xhj967 commented Mar 6, 2025

can you give me some detailed tips?i use boot2docker os,it seem don't install any nodejs version.i don't know how to fix docker or os problem,for win7 can not support for higher version.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
possible bug Bug was reported but is not confirmed or is unable to be replicated.
Projects
None yet
Development

No branches or pull requests

2 participants