ddollar / foreman

Manage Procfile-based applications
http://ddollar.github.com/foreman
MIT License
6.01k stars 630 forks source link

Error after running command "foreman start" #793

Open vasilevskykv opened 1 year ago

vasilevskykv commented 1 year ago

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:inkill_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:inwait_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:instart' 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:ininvoke_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:instart' 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:inload' from C:/Ruby32-x64/bin/foreman:32:in `

'