简体   繁体   English

Sencha CMD构建错误com.sencha.exceptions.ExProcess:罗盘进程以非零代码退出:1

[英]Sencha CMD build error com.sencha.exceptions.ExProcess: compass process exited with non-zero code : 1

I have just upgraded to sencha CMD 4.0.0.0 and started getting this error while building my package. 我刚刚升级到sencha CMD 4.0.0.0并在构建我的包时开始出现此错误。

[ERR] The following error occurred while executing this line:
C:\Nipendo\Dev\WebApplication\packages\n-theme-classic\.sencha\package\build-impl.xml:184: The following error occurred while executing this line:
C:\Nipendo\Dev\WebApplication\packages\n-theme-classic\.sencha\package\sass-impl.xml:94: com.sencha.exceptions.ExProcess: compass process exited with non-zero code : 1
     at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:551)
     at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:444)
     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
     at org.apache.tools.ant.Task.perform(Task.java:348)
     at org.apache.tools.ant.taskdefs.Sequential.execute(Sequential.java:68)
     at net.sf.antcontrib.logic.IfTask.execute(IfTask.java:217)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
     at org.apache.tools.ant.TaskAdapter.execute(TaskAdapter.java:154)
     at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:291)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106)
     at org.apache.tools.ant.Task.perform(Task.java:348)
     at org.apache.tools.ant.Target.execute(Target.java:392)
     at org.apache.tools.ant.Target.performTasks(Target.java:413)
     at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1399)
     at org.apache.tools.ant.Project.executeTarget(Project.java:1368)
     at org.apache.tools.ant.helper.DefaultExecutor.executeTargets(DefaultExecutor.java:41)
     at org.apache.tools.ant.Project.executeTargets(Project.java:1251)
     at com.sencha.ant.AntScript.execute(AntScript.java:127)
     at com.sencha.command.plugin.PluginManager.execute(PluginManager.java:93)
     at com.sencha.command.plugin.PluginManager.executeReverseFirst(PluginManager.java:134)
     at com.sencha.command.environment.BuildEnvironment.execute(BuildEnvironment.java:245)
     at com.sencha.command.environment.AppOrPackageEnvironment.execute(AppOrPackageEnvironment.java:394)
     at com.sencha.command.environment.BuildEnvironment.execute(BuildEnvironment.java:224)
     at com.sencha.command.pkg.BuildCommand.execute(BuildCommand.java:32)
     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
     at java.lang.reflect.Method.invoke(Unknown Source)
     at com.sencha.util.MethodInvoker$Arguments.invoke(MethodInvoker.java:174)
     at com.sencha.cli.Command.dispatch(Command.java:42)
     at com.sencha.cli.Commands.dispatch(Commands.java:68)
     at com.sencha.cli.Commands.dispatch(Commands.java:68)
     at com.sencha.command.Sencha.dispatch(Sencha.java:81)

Is there a workaround, does any body know what is that about?? 有没有解决方法,有没有人知道那是什么?

This error means that compass process choked on something and exited with an error. 此错误意味着罗盘进程在某些事情上被阻塞并退出并出现错误。 Try running the build with debug logs: 尝试使用调试日志运行构建:

sencha -debug app build

This will get very verbose but may help you to pinpoint the problem. 这将非常冗长,但可以帮助您查明问题。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何在extjs4.1中修复构建错误com.sencha.exceptions.ExProcess - How to fix build error com.sencha.exceptions.ExProcess in extjs4.1 由于stbuild以非零代码退出,因此无法从sencha touch生成android骨架项目:7 - Unable to generate android skeleton project from sencha touch because of stbuild exited with non-zero code : 7 Sencha Cmd错误:构建失败 - Sencha Cmd Error: Build Failed Sencha Cmd build - 创建后台进程失败 - Sencha Cmd build - Failed creating background process 为什么 Sencha CMD 构建失败并显示 PhantomJS 错误代码 2? - Why does Sencha CMD build fail with PhantomJS error code 2? 在 sencha cmd v6.5.1.240 中构建应用程序时出现错误“com.sencha.exceptions.BasicException:超出 GC 开销限制” - Getting the error "com.sencha.exceptions.BasicException: GC overhead limit exceeded" while building an app in sencha cmd v6.5.1.240 如何迁移非sencha cmd应用程序以使用sencha cmd进行构建(ExtJS 4.2) - How to migrate a non sencha cmd application to build using sencha cmd (ExtJS 4.2) Sencha cmd构建错误:shellscript返回:1 - Sencha cmd build error: shellscript returned: 1 在MacOS Sierra上运行sencha应用程序监视失败,并显示错误-“ PhantomJS sass构建退出,代码为139” - Running sencha app watch on MacOS Sierra fails with the error- 'PhantomJS sass build exited with code : 139' Sencha CMD构建过程应用于现有的ExtJs 4.1应用程序 - Sencha CMD build process applied to an existing ExtJs 4.1 app
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM