一切正常,但是后来IntelliJ IDEA 14.02已经关掉了,再重启项目也不行运行并显示如下信息

Everything worked, but then IntelliJ IDEA 14.02 has turned off, and then restart the project is not run and displays the following information

一切正常,但是后来IntelliJ IDEA 14.02已经关掉,再重启项目就不行运行并显示如下信息:

"C:\Program Files (x86)\JetBrains\IntelliJ IDEA 14.0.2\bin\runnerw.exe" C:\tools\rubies\ruby-2.1.5-p273\bin\ruby.exe -e $stdout.sync=true;$stderr.sync=true;load([=11=]=ARGV.shift) E:/work/my_store/bin/rails server -b 127.0.0.1 -p 3000 -e development
=> Booting WEBrick
=> Rails 4.1.8 application starting in development on http://127.0.0.1:3000
=> Run `rails server -h` for more startup options
=> Ctrl-C to shutdown server
A server is already running. Check E:/work/my_store/tmp/pids/server.pid.
Exiting

Process finished with exit code 1

在文件E:/work/my_store/tmp/pids/server.pid中。只有四位数

4108

我用的是Windows8、这个问题怎么解决?

使用任务管理器检查服务器进程是否 运行。如果是,请从任务管理器中将其停止。如果不是,请删除 server.pid 文件。

我自己决定的。 server.pid 删除文件稍后重新启动项目文件server.pid 再次创建,我再次删除它,重新启动计算机,它成功了