fis icon indicating copy to clipboard operation
fis copied to clipboard

fis server start 命令执行报错

Open small-carbon opened this issue 10 years ago • 8 comments

G:\Developer\IDEA\IdeaProjects\fis-Learn\fis-java-jsp>fis server start checking java support : v1.8.0 checking php-cgi support : v5.4.5 starting fis-server ...... fail 2015-05-18 19:53:36.489:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT

runtime error R6016

  • not enough space for thread data

Fatal Error: Failed to start PHP ["php-cgi", "-v"], reason: java.io.IOException: php could not be run, returned error code: 255, result: 255

[ERROR] fis-server fails to start at port [8080], error: php could not be run, returned error code: 255, result: 255

G:\Developer\IDEA\IdeaProjects\fis-Learn\fis-java-jsp>

small-carbon avatar May 18 '15 11:05 small-carbon

环境问题,不过你要用 jsp 直接起JAVA 服务就行。

fis server start --type java

在 2015年5月18日,下午7:55,majianxiong [email protected] 写道:

G:\Developer\IDEA\IdeaProjects\fis-Learn\fis-java-jsp>fis server start checking java support : v1.8.0 checking php-cgi support : v5.4.5 starting fis-server ...... fail 2015-05-18 19:53:36.489:INFO:oejs.Server:jetty-8.y.z-SNAPSHOT

runtime error R6016

not enough space for thread data Fatal Error: Failed to start PHP ["php-cgi", "-v"], reason: java.io.IOException: php could not be run, returned error code: 255, result: 255

[ERROR] fis-server fails to start at port [8080], error: php could not be run, returned error code: 255, result: 255

G:\Developer\IDEA\IdeaProjects\fis-Learn\fis-java-jsp>

— Reply to this email directly or view it on GitHub.

oxUnd avatar May 18 '15 11:05 oxUnd

这里为何要检查PHP环境呢

small-carbon avatar May 18 '15 12:05 small-carbon

说来话长…… 等我找台电脑说

在 2015年5月18日,下午8:03,majianxiong [email protected] 写道:

这里为何要检查PHP环境呢

— Reply to this email directly or view it on GitHub.

oxUnd avatar May 18 '15 12:05 oxUnd

呵呵,谢谢啊

small-carbon avatar May 18 '15 12:05 small-carbon

你现在是用的手机回复的吗? github有手机APP么

small-carbon avatar May 18 '15 12:05 small-carbon

怎么解决呢

YingJiang avatar May 20 '15 08:05 YingJiang

@cngraph 丁哥,你是遇到了同样的问题吗?

oxUnd avatar May 21 '15 10:05 oxUnd

同样问题,感觉是mac的java进程没有关闭,使用fis server stop 并没有关闭之前的站点。另外,fis server 的默认调试目录不能像win7一样设置到发布目录,我试了好几次始终在 /Users/XXXX/.fis-tmp/www

raybest avatar Jul 21 '15 02:07 raybest