1

Ubuntu で play-1.2.3 を実行しようとしています。次のエラーが表示されます。

@6bie96pcn
Internal Server Error (500) for request GET /favicon.ico

Oops: RuntimeException
An unexpected error occured caused by exception RuntimeException: java.io.FileNotFoundException: /usr/lib/play-1.2.3/play-1.2.3/samples-and-tests/forum/tmp/bytecode/DEV/DocViewerPlugin (No such file or directory)

play.exceptions.UnexpectedException: Unexpected Error
    at play.Play.start(Play.java:525)
    at play.Play.detectChanges(Play.java:599)
    at play.Invoker$Invocation.init(Invoker.java:186)
    at Invocation.HTTP Request(Play!)
Caused by: java.lang.RuntimeException: java.io.FileNotFoundException: /usr/lib/play-1.2.3/play-1.2.3/samples-and-tests/forum/tmp/bytecode/DEV/DocViewerPlugin (No such file or directory)
    at play.classloading.BytecodeCache.cacheBytecode(BytecodeCache.java:103)
    at play.classloading.ApplicationClassloader.loadApplicationClass(ApplicationClassloader.java:159)
    at play.classloading.ApplicationClassloader.loadClass(ApplicationClassloader.java:84)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:356)
    at play.plugins.PluginCollection.reloadApplicationPlugins(PluginCollection.java:141)
    at play.Play.start(Play.java:440)
    ... 3 more
Caused by: java.io.FileNotFoundException: /usr/lib/play-1.2.3/play-1.2.3/samples-and-tests/forum/tmp/bytecode/DEV/DocViewerPlugin (No such file or directory)
    at java.io.FileOutputStream.open(Native Method)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:212)
    at java.io.FileOutputStream.<init>(FileOutputStream.java:165)
    at play.classloading.BytecodeCache.cacheBytecode(BytecodeCache.java:84)
    ... 8 more
14:42:40,419 ERROR ~ 

どんな助けでも大歓迎です!

4

1 に答える 1

0

私は次の2つのポイントを確立します。

ファイルとディレクトリ/usr/lib/play-1.2.3/play-1.2.3/samples-and-tests/forum/tmp/bytecode/DEV/DocViewerPluginは存在しますか?

ユーザーplayは、/ usr / lib / play-1.2.3 / play-1.2.3 / samples-and-tests / forum / tmp / bytecode / DEV / DocViewerPluginにアクセスする権限を持って実行されていますか?

于 2012-10-09T15:10:58.930 に答える