0

我正在尝试在生产服务器中部署我的播放应用程序。我已经检查了服务器中的代码并尝试编译。但是我收到以下错误,但它没有显示任何要查看的错误。如何查看导致编译失败的错误?

root@test-1:/var/www/myapp# play clean compile
[info] Loading project definition from /var/www/myapp/project
[info] Set current project to vizual (in build file:/var/www/myapp/)
[success] Total time: 0 s, completed Aug 4, 2013 7:16:16 PM
[info] Updating {file:/var/www/myapp/}vizual...
[info] Done updating.
[info] Compiling 4 Scala sources and 18 Java sources to  
/var/www/myapp/target/scala-2.10/classes...
Killed

root@backend-1:/var/www/myapp# play compile
[info] Loading project definition from /var/www/myapp/project
[info] Set current project to vizual (in build file:/var/www/myapp/)
[info] Compiling 4 Scala sources and 18 Java sources to   
/var/www/myapp/target/scala-2.10/classes...
[error] (compile:compile) javac returned nonzero exit code
[error] Total time: 22 s, completed Aug 4, 2013 7:23:49 PM

请注意,相同的代码可以在本地编译并正常工作。

谢谢。

4

0 回答 0