2015-12-07 2 views
0

Я не могу сделать Сенч CMD работать на CentOS 7. После установки я пытаюсь обед:Сенч Cmd-не работают на CentOS 7

sencha -sdk ~/EXTJS/ext-6.0.0 generate app -classic MyApp /home/boooch/test/ 

Выход:

Sencha Cmd v6.0.2.14 
[INF] Copying framework to /home/boooch/test/ext 
[INF] Processing Build Descriptor : default 
[INF] Using GPL Version of Ext JS version 6.0.0.640 from /home/boooch/test/ext. 
[INF] The implications of using GPL version can be found here (http://www.sencha.com/products/extjs/licensing). 
[INF] Starting server on port : 1841 
[INF] Mapping http://localhost:1841/~cmd to /root/bin/Sencha/Cmd/6.0.2.14... 
[INF] Mapping http://localhost:1841/ to /home/boooch/test... 
[INF] Application available at http://localhost:1841 
[INF] Loading app json manifest... 


/root/bin/Sencha/Cmd/6.0.2.14/sencha: line 446: 4314 Killed    $INSTALL4J_JAVA_PREFIX "$app_java_home/bin/java" -server -Dinstall4j.jvmDir="$app_java_home" -Dexe4j.moduleName="$prg_dir/$progname" "-Dinstall4j.launcherId=159" "-Dinstall4j.swt=false" "$vmov_1" "$vmov_2" "$vmov_3" "$vmov_4" "$vmov_5" $INSTALL4J_ADD_VM_PARAMS -classpath "$local_classpath" com.install4j.runtime.launcher.UnixLauncher launch 6b5f63d9 "" "" com.sencha.command.Sencha "[email protected]" 

Если я сейчас попробую построить приложение:

cd /home/boooch/test 

тот же вопрос:

Sencha Cmd v6.0.2.14 
[INF] Processing Build Descriptor : default 
[INF] Using GPL Version of Ext JS version 6.0.0.640 from /home/boooch/test/ext. 
[INF] The implications of using GPL version can be found here (http://www.sencha.com/products/extjs/licensing). 
[INF] Starting server on port : 1841 
[INF] Mapping http://localhost:1841/~cmd to /root/bin/Sencha/Cmd/6.0.2.14... 
[INF] Mapping http://localhost:1841/ to /home/boooch/test... 
[INF] Application available at http://localhost:1841 
[INF] Loading app json manifest... 
[INF] Appending content to /home/boooch/test/bootstrap.js 
[INF] Writing content to /home/boooch/test/bootstrap.json 
/root/bin/Sencha/Cmd/6.0.2.14/sencha: line 446: 4451 Killed    $INSTALL4J_JAVA_PREFIX "$app_java_home/bin/java" -server -Dinstall4j.jvmDir="$app_java_home" -Dexe4j.moduleName="$prg_dir/$progname" "-Dinstall4j.launcherId=159" "-Dinstall4j.swt=false" "$vmov_1" "$vmov_2" "$vmov_3" "$vmov_4" "$vmov_5" $INSTALL4J_ADD_VM_PARAMS -classpath "$local_classpath" com.install4j.runtime.launcher.UnixLauncher launch 6b5f63d9 "" "" com.sencha.command.Sencha "[email protected]" 

ответ