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

Error after running command "foreman start" #793

Open
vasilevskykv opened this issue May 8, 2023 · 0 comments
Open

Error after running command "foreman start" #793

vasilevskykv opened this issue May 8, 2023 · 0 comments

Comments

@vasilevskykv
Copy link

Here is my Procfile:

web: unset PORT && bin/rails server
js: yarn build --watch
css: yarn build:css --watch

After running of the command foreman start I get an error:

21:05:09 web.1 | started with pid 4424
21:05:09 js.1 | started with pid 17484
21:05:09 css.1 | started with pid 7796
21:05:09 web.1 | "unset" �� ���� ����७��� ��� ���譥�
21:05:09 web.1 | ��������, �ᯮ��塞�� �ணࠬ��� ��� ������ 䠩���.
21:05:10 web.1 | exited with code 1
21:05:10 system | sending SIGTERM to all processes
C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/lib/foreman/engine.rb:201:in kill': Invalid argument (Errno::EINVAL) from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/lib/foreman/engine.rb:201:in kill_children'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/lib/foreman/engine.rb:473:in terminate_gracefully' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/lib/foreman/engine.rb:439:in wait_for_shutdown_or_child_termination'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/lib/foreman/engine.rb:60:in start' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/lib/foreman/cli.rb:42:in start'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/lib/foreman/vendor/thor/lib/thor/command.rb:27:in run' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/lib/foreman/vendor/thor/lib/thor/invocation.rb:126:in invoke_command'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/lib/foreman/vendor/thor/lib/thor.rb:369:in dispatch' from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/lib/foreman/vendor/thor/lib/thor/base.rb:444:in start'
from C:/Ruby32-x64/lib/ruby/gems/3.2.0/gems/foreman-0.87.2/bin/foreman:7:in <top (required)>' from C:/Ruby32-x64/bin/foreman:32:in load'
from C:/Ruby32-x64/bin/foreman:32:in `

'

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

No branches or pull requests

1 participant