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

Laravel-echo-server Error #2268

Closed
NetBT opened this issue Sep 6, 2019 · 7 comments
Closed

Laravel-echo-server Error #2268

NetBT opened this issue Sep 6, 2019 · 7 comments
Labels

Comments

@NetBT
Copy link

NetBT commented Sep 6, 2019

Info:

  • Docker version ($ docker --version): 19.03.2
  • Laradock commit ($ git rev-parse HEAD): 99da6ff60ceb5027d45cc3f3a023c481cae8b923
  • System info (Mac, PC, Linux): PC
  • System info disto/version: Win 10

Issue:

When I started laravel-echo-server.An error occurred as below:
laravel-echo-server_1 | npm WARN using --force I sure hope you know what you are doing.
laravel-echo-server_1 |
laravel-echo-server_1 | > laravel-echo-server-docker@0.0.1 start /usr/src/app
laravel-echo-server_1 | > laravel-echo-server start
laravel-echo-server_1 |
laravel-echo-server_1 | Error: There is already a server running! Use the option '--force' to stop it and start another one.
laradock_laravel-echo-server_1 exited with code 0


Expected behavior:


Reproduce:

I dont know, sometimes it will be OK.


Relevant Code:

// place a code sample here
@perezale
Copy link
Contributor

perezale commented Sep 12, 2019

Same here!!

If I run docker-compose run laravel-echo-server npm start everything goes alright

@josesdev
Copy link

josesdev commented Oct 8, 2019

I rebuilt this service and then start it again and worked:

$ docker-compose build --no-cache laravel-echo-server
$ docker-compose up laravel-echo-server

@stale
Copy link

stale bot commented Feb 7, 2020

Hi 👋 this issue has been automatically marked as stale 📌 because it has not had recent activity 😴. It will be closed if no further activity occurs. Thank you for your contributions ❤️.

@stale stale bot added the Stale label Feb 7, 2020
@stale
Copy link

stale bot commented Feb 28, 2020

Hi again 👋 we would like to inform you that this issue has been automatically closed 🔒 because it had not recent activity during the stale period. We really really appreciate your contributions, and looking forward for more in the future 🎈.

@stale stale bot closed this as completed Feb 28, 2020
@cgrinker
Copy link

cgrinker commented Oct 9, 2020

I ran into this problem today. I believe it stems from the laravel-echo-server.lock file being stored on your host volume. Removing the lockfile fixed the problem from me.

@ash-rain
Copy link

ash-rain commented Nov 6, 2020

...it stems from the laravel-echo-server.lock file being stored on your host volume. Removing the lockfile fixed the problem from me.

Thank you this saved me!

@mavazca
Copy link
Contributor

mavazca commented Jan 4, 2022

How do I remove laravel-echo-server.lock file?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants