Symfony服务器:运行错误

当我尝试运行myprojectsymfony2项目时,出现这个错误。 我认为,错误出现了,因为在该端口8000我有ajenti nginx运行ajenti服务器。

 Server running on http://127.0.0.1:8000 Quit the server with CONTROL-C. RUN '/usr/bin/php5' '-S' '127.0.0.1:8000' '/srv/myproject/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Resources/config/router_dev.php' RES 1 Command did not run successfully 

我该怎么办 ?

我检查了文件权限。 sudo chmod 777 -R /srv/myproject

使用这样的命令:

 php app/console server:run 127.0.0.1:8080 

在端口8080上运行服务器或将端口更改为您自己的首选项