[GH-ISSUE #3404] [BUG]: win7 boot2docker install AnythingLLM Problem #2195

Closed
opened 2026-02-22 18:28:33 -05:00 by yindo · 3 comments
Owner

Originally created by @xhj967 on GitHub (Mar 5, 2025).
Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3404

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

Originally created by @xhj967 on GitHub (Mar 5, 2025). Original GitHub issue: https://github.com/Mintplex-Labs/anything-llm/issues/3404 ### 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_
yindo added the possible bug label 2026-02-22 18:28:33 -05:00
yindo closed this issue 2026-02-22 18:28:33 -05:00
Author
Owner

@xhj967 commented on GitHub (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

@xhj967 commented on GitHub (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<long unsigned int> 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 `
Author
Owner

@timothycarambat commented on GitHub (Mar 5, 2025):

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
https://github.com/nodejs/node/issues/43064

@timothycarambat commented on GitHub (Mar 5, 2025): 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 https://github.com/nodejs/node/issues/43064
Author
Owner

@xhj967 commented on GitHub (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.

@xhj967 commented on GitHub (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.
yindo changed title from [BUG]: win7 boot2docker install AnythingLLM Problem to [GH-ISSUE #3404] [BUG]: win7 boot2docker install AnythingLLM Problem 2026-06-05 14:45:07 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#2195