如何修复 extjs4.1 中的构建错误 com.sencha.exceptions.ExProcess

Posted

技术标签:

【中文标题】如何修复 extjs4.1 中的构建错误 com.sencha.exceptions.ExProcess【英文标题】:How to fix build error com.sencha.exceptions.ExProcess in extjs4.1 【发布时间】:2013-08-26 10:36:47 【问题描述】:

我在构建 extjs4.1 项目时遇到以下异常。谁能告诉我如何避免它?我正在使用 sencha 命令 version3.0。使用命令

sencha app build


[ERR]           D:\TestProduction\.sencha\app\build-impl.xml:213: com.sencha.exc
eptions.ExProcess: phantomjs process exited with code 100 :

谢谢

【问题讨论】:

【参考方案1】:

我在运行 sencha app build 时遇到了同样的问题:

[...]
[INF] loading page .../static/sass/example/theme.html
failed to render widgets within 30 sec.

[ERR]
[ERR] BUILD FAILED
[ERR] com.sencha.exceptions.ExProcess: phantomjs process exited with code 1
[ERR]
[ERR] Total time: 49 seconds
[ERR] The following error occurred while executing this line:
.../static/.sencha/app/build-impl.xml:469: com.sencha.exceptions.ExProcess: phantomjs process exited with code 1

我的项目目录似乎缺少sass 文件夹。

所以我创建了一个新应用并从那里复制到 sass 文件夹:

$ cd /tmp
$ sencha -s ~/develop/js/Sencha/ext-4.2.1.883 generate app MyApp myapp
$ tree myapp/sass
myapp/sass
├── config.rb
├── etc
├── example
│   ├── bootstrap.css
│   ├── custom.js
│   ├── render.js
│   └── theme.html
├── src
└── var
$ cp -r myapp/sass <dest>

我还尝试将 sass 文件夹直接从我的应用程序中的 ext 文件夹中复制出来:

$ cp -r ext/packages/ext-theme-classic/sass .

但似乎有些路径没有设置。所以我不得不手动编辑文件theme.html

$ vim sass/example/theme.html

[...]
<!--
These links need to match the ext sdk from the current project
-->
<link rel="stylesheet" type="text/css" href="example.css" />
<script type="text/javascript" src="../../ext/ext-dev.js"></script>
<script type="text/javascript" src="bootstrap.js"></script>

在这之后,我又能做到sencha app build

$ sencha app build
[...]

[INF] loading page .../static/sass/example/theme.html
Capturing screenshot
Saving slicer widget manifest
Capture complete

[INF] Capture complete
[INF]      [echo] Slicing theme images to .../static/build/CreateProduct/production/resources
[INF] Including theme package ext-theme-classic for app.theme=ext-theme-classic build
[INF] Slicing images...
[INF] Slicing complete - generated 0 images
[INF]
[INF] -after-slice:
[INF]
[INF] -build:
[INF]
[INF] -after-build:
[INF]
[INF] build:
[INF]
[INF] app-build:

【讨论】:

【参考方案2】:

我有同样的问题,它似乎与客户端路径有关,路径名称中包含“#”,即 c:\projects\c#\project\client

在不同的目录中生成应用程序解决了这个问题

【讨论】:

以上是关于如何修复 extjs4.1 中的构建错误 com.sencha.exceptions.ExProcess的主要内容,如果未能解决你的问题,请参考以下文章

如何修复 Colab 上的“错误:pytorch3d 构建***失败”错误?

如何修复 Fetch API 中的 CORS 问题

如何修复 Docker“/usr/src/php/ext/mcrypt 不存在”构建错误?

如何修复 Flutter 构建问题期间调用的 setState

如何修复 React Native 中的 Firebase/firestore 错误?

如何使用 localStorage 修复 Vuex 中的 JSON 解析错误