Skip to content
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

Address in use #8431

Closed
dudhatp opened this issue Oct 9, 2020 · 3 comments
Closed

Address in use #8431

dudhatp opened this issue Oct 9, 2020 · 3 comments
Labels
frozen-due-to-age support This is a question about Jekyll's usage.

Comments

@dudhatp
Copy link

dudhatp commented Oct 9, 2020

Screen Shot 2020-10-08 at 9 14 05 PM

Screen Shot 2020-10-08 at 9 15 16 PM

Screen Shot 2020-10-08 at 9 15 52 PM

Please help me solve this error. I tried all the possible ways to solve it but failed.

@DirtyF DirtyF added the support This is a question about Jekyll's usage. label Oct 9, 2020
@DirtyF
Copy link
Member

DirtyF commented Oct 9, 2020

Make sure you don't have already a running process on port 4000 on your machine.
You can run jekyll on a different port if needed, e.g: bundle exec jekyll serve --port 8080

@DirtyF DirtyF closed this as completed Oct 9, 2020
@ashmaroli
Copy link
Member

I have a working proof-of-concept at #7961 that issues a warning when you have a server already running..
Since your site is already using Jekyll 4.1.1, you can test it out (if you want to) by pointing your Gemfile to that pull request:

# Gemfile

gem "jekyll", github: "jekyll/jekyll", ref: "refs/pull/7961/head"

@dudhatp
Copy link
Author

dudhatp commented Oct 9, 2020

Make sure you don't have already a running process on port 4000 on your machine.
You can run jekyll on a different port if needed, e.g: bundle exec jekyll serve --port 8080

It worked. Thank you very much. Appreciate you!!

@jekyll jekyll locked and limited conversation to collaborators Oct 9, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
frozen-due-to-age support This is a question about Jekyll's usage.
Projects
None yet
Development

No branches or pull requests

4 participants