での実行に問題がありGrails SDK
ますWindows 10 Bash Shell
。SDKMan
Grails を管理およびインストールするためにインストールしました。
| Grails Version: 3.1.12
| Groovy Version: 2.4.7
| JVM Version: 1.8.0_101
me@WORKSTATION:~$
grails create-app name_here
またはを実行するgrails run-app
と、タイムアウトしたように見え、アイドル状態になります。多くの場合、停止しているように見えます
me@WORKSTATION:~$ cd mytestapp
| Resolving Dependencies. Please wait...
Cygwin環境をこれに置き換えることを考えていました。
更新 1
十分に長く待つと、次のエラーが発生します。
#
[thread 140206627161856 also had an error]# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (safepoint.cpp:310), pid=119, tid=0x00007f8467770700
# guarantee(PageArmed == 0) failed: invariant
#
# JRE version: Java(TM) SE Runtime Environment (8.0_101-b13) (build 1.8.0_101-b13)
# Java VM: Java HotSpot(TM) 64-Bit Server VM (25.101-b13 mixed mode linux-amd64 compressed oops)
# Core dump written. Default location: /home/dan/mytestapp/core or core.119
#
# An error report file with more information is saved as:
# /home/dan/mytestapp/hs_err_pid119.log
#
# If you would like to submit a bug report, please visit:
# http://bugreport.java.com/bugreport/crash.jsp
#
Aborted (core dumped)