私は新しい Grails ユーザーです。Grails 2.4.4 + SBT をダウンロードしました。正しくインストールされていると思いますが、テスト アプリケーションを実行しようとすると、次のメッセージ (エラー) が表示されます。
The command 'C:\Program Files\Java\jdk1.7.0_17\bin\javaw.exe (4 déc. 2014 16:12:47)' was terminated because it didn't produce new output for some time. See details for the output produced so far.
Java と Grails のパスが正しく構成されています。
では、なぜこのエラーが発生するのでしょうか?
プロキシ設定を追加した後、次のエラーが発生しました:
Problem executing: grails add-proxy toto --host=192.168.1.1 --port=3128
The command 'C:\Program Files\Java\jdk1.7.0_17\bin\javaw.exe
was terminated because it didn't produce new output for some time.
See details for the output produced so far.
If you think the command simply needed more time, you can increase the time limit in the Grails preferences page.
See menu Windows >> Preferences >> Grails >> Launch
Command: C:\Program Files\Java\jdk1.7.0_17\bin\javaw.exe (8 déc. 2014 13:30:47)
---- System.out ----
|Loading Grails 2.4.4
|Configuring classpath
---- System.err ----
Terminating process: Timeout: no new output for 180000 milliseconds
------System.out:-----------
|Loading Grails 2.4.4
|Configuring classpath
------System.err:-----------
Terminating process: Timeout: no new output for 180000 milliseconds
ありがとう!