thin start Missing the Rails
程序员文章站
2022-07-14 14:06:48
...
thin config -C config/thin.yml -c /var/www/rails —port 3010 —servers 3 -e production thin start -C config/thin.yml
Missing the Rails 2.3.8 gem. Please `gem install -v=2.3.8 rails`, update your RAILS_GEM_VERSION setting in config/environment.rb for the Rails version you do have installed, or comment out RAILS_GEM_VERSION to use the latest version installed.
解决方案
减低 rack gem 的版本到 1.1.X
推荐阅读
-
thin start Missing the Rails
-
运行jar包问题-jar中没有主清单属性- Unable to start ServletWebServerApplicationContext due to missing ServletWeb..
-
thin start Missing the Rails
-
现有web系统替换成Spring Boot2框架 之20 启动报错处理 spring boot启动报错@SpringBootApplicationUnable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean
-
现有web系统替换成Spring Boot2框架 之20 启动报错处理 spring boot启动报错@SpringBootApplicationUnable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean
-
Unable to start ServletWebServerApplicationContext due to missing ServletWebServerFactory bean.
-
【Vue】npm ERR! missing script: start