-
-
Notifications
You must be signed in to change notification settings - Fork 51
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
[BUG] hexo server
hanging forever when repo contains any invalid symbolic link
#124
Comments
When it "freezed", did you tried to navigate at 127.0.0.1:4000 on your local browser ? |
Yes, cannot open. |
Why do you have |
|
I just try to use latest And I don't know why
|
Hey @kuanyui , I tired node Check it using Another check, I'm not sure if you have already done it.
|
I think this is a bug that should be fixed. I don't know what things hexo-server has done, but I've ever tried to use http-server to serve the same repository and encountered no problem like this. |
Good job! But I'm not convinced it's related to HexoJS server tho. |
hexo server
hanging forever and cannot run.hexo server
hanging forever and cannot run.
hexo server
hanging forever and cannot run.hexo server
hanging forever when repo contains any invalid symbolic link
Me toooo.... ➜ source git:(private-master) ✗ find . -type l -ls
8522124 4 lrwxrwxrwx 1 yanick yanick 72 6月 15 19:05 ./_posts/java/networking/java-nio-1-basic.md -> ../../../../../yann-hexo-blog/source/_posts/java/nio/java-nio-1-basic.md
8522129 4 lrwxrwxrwx 1 yanick yanick 77 6月 15 19:05 ./_posts/java/networking/netty/netty-3-pipeline.md -> /Users/yann/codes/yann-hexo-blog/source/_posts/java/netty/netty-3-pipeline.md
8522126 4 lrwxrwxrwx 1 yanick yanick 76 6月 15 19:05 ./_posts/java/networking/netty/netty-0-prepare.md -> /Users/yann/codes/yann-hexo-blog/source/_posts/java/netty/netty-0-prepare.md
8522130 4 lrwxrwxrwx 1 yanick yanick 76 6月 15 19:05 ./_posts/java/networking/netty/netty-4-bytebuf.md -> /Users/yann/codes/yann-hexo-blog/source/_posts/java/netty/netty-4-bytebuf.md
8522128 4 lrwxrwxrwx 1 yanick yanick 84 6月 15 19:05 ./_posts/java/networking/netty/netty-2-acceptor-thread.md -> /Users/yann/codes/yann-hexo-blog/source/_posts/java/netty/netty-2-acceptor-thread.md
8522127 4 lrwxrwxrwx 1 yanick yanick 78 6月 15 19:05 ./_posts/java/networking/netty/netty-1-bootstrap.md -> /Users/yann/codes/yann-hexo-blog/source/_posts/java/netty/netty-1-bootstrap.md
8522131 4 lrwxrwxrwx 1 yanick yanick 70 6月 15 19:05 ./_posts/java/projectreactor.md -> ../../../../yann-hexo-blog/source/_posts/java/spring/projectreactor.md delete all... then everything be ok... |
Environment Info
Node version(
node -v
): v6.9.1 (innvm
)OS: Chakra Linux
Your site
_config.yml
(Optional):Your theme
_config.yml
(Optional):Hexo and Plugin version(
npm ls --depth 0
):For question
After
hexo server --debug
, it stopped at a fixed point, then hang and server still not startup:It freezed at
02:11:20.897
, so I press^C
to interrupt.Some possibly usable clues:
4000
port is not be occupied by others.hexo
is not installed system globally.The text was updated successfully, but these errors were encountered: