jekyll / jekyll-help

NO LONGER MAINTAINED. USE JEKYLL TALK INSTEAD.
https://talk.jekyllrb.com
146 stars 19 forks source link

Jekyll serve on port 4000 error #342

Closed tilakapash closed 8 years ago

tilakapash commented 8 years ago

When I follow simple installation instructions and execute the command jekyll serve --verbose I then go to the browser type: 127.0.0.1:4000 (which gives me a The 127.0.0.1 page isn’t working 127.0.0.1 didn’t send any data. ERR_EMPTY_RESPONSE) and I get the following response from the server log:


2016-09-12 00:59:27] INFO WEBrick 1.3.1
[2016-09-12 00:59:27] INFO ruby 2.2.2 (2015-04-13) [x86_64-darwin14]
[2016-09-12 00:59:27] DEBUG WEBrick::HTTPServlet::FileHandler is mounted on /.
[2016-09-12 00:59:27] DEBUG unmount .
[2016-09-12 00:59:27] DEBUG Jekyll::Commands::Serve::Servlet is mounted on .
Server address: http://127.0.0.1:4000/
[2016-09-12 00:59:27] INFO WEBrick::HTTPServer#start: pid=64929 port=4000
Server running... press ctrl-c to stop.
[2016-09-12 01:00:18] DEBUG accept: 127.0.0.1:56926
[2016-09-12 01:00:18] DEBUG accept: 127.0.0.1:56927
[2016-09-12 01:00:19] DEBUG Jekyll::Commands::Serve::Servlet is invoked.
[2016-09-12 01:00:40] DEBUG close: 127.0.0.1:56927
[2016-09-12 01:00:49] DEBUG close: 127.0.0.1:56926
[2016-09-12 01:00:51] DEBUG accept: 127.0.0.1:56984
[2016-09-12 01:00:51] DEBUG Jekyll::Commands::Serve::Servlet is invoked.
[2016-09-12 01:01:21] DEBUG close: 127.0.0.1:56984
[2016-09-12 01:09:44] DEBUG accept: 127.0.0.1:57192
[2016-09-12 01:09:44] DEBUG Jekyll::Commands::Serve::Servlet is invoked.

data info:

tilakapash@JoaoBlaquessMBP ~ >ruby --version
ruby 2.2.2p95 (2015-04-13 revision 50295) [x86_64-darwin14]
tilakapash@JoaoBlaquessMBP ~ >jekyll --version
jekyll 3.2.1

@envygeeks

jekyllbot commented 8 years ago

This repository is no longer maintained. If you're still experiencing this problem, please search for your issue on Jekyll Talk, our new community forum. If it isn't there, feel free to post to the Help category and someone will assist you. Thanks!