Cmd v5.0.0.160 で extjs5 アプリケーションをビルドしようとしています。
ruby2.0 がインストールされており、PATH 変数に sencha cmd があります。
実行時に表示されるエラーは次のsencha app build
とおりです。
...
[INF] Capturing theme image
[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExProcess: Failed creating background process
[ERR] at com.sencha.command.plugin.PluginManager.executeRe
[ERR] verseFirst(PluginManager.java:134)
[ERR]
[ERR] Total time: 9 seconds
[ERR] The following error occurred while executing this line:
/local/dev/PROJECTS2/loc-ext/loc-ext/.sencha/app/build-impl.xml:326: The following error occurred while executing this line:
/local/dev/PROJECTS2/loc-ext/loc-ext/.sencha/app/slice-impl.xml:239: The following error occurred while executing this line:
/local/dev/PROJECTS2/loc-ext/loc-ext/.sencha/app/slice-impl.xml:240: The following error occurred while executing this line:
/local/dev/PROJECTS2/loc-ext/loc-ext/.sencha/app/slice-impl.xml:111: com.sencha.exceptions.ExProcess: Failed creating background process
アプリケーションは開発モード (sencha app watch) で正常に動作しています。
テーマっぽいので、カスタムテーマではなくext-theme-neptuneを使っています。
誰がそれが何であるかの手がかりを持っていますか? どんなアイデアでも大歓迎です!
解決:
デバッグ モードは、問題がディレクトリの欠落にあることを示しましたCmd/5.0.0.160/bin/linux-x64
。ただしCmd/5.0.0.160/bin/linux
、ディレクトリがあったため、ソフトリンクで問題linux
をlinux-x64
修正しました。