-
15 Mar 2013 7:30 AM #1
CMD 3.1.0.239 error using ext-4.2.0.663
CMD 3.1.0.239 error using ext-4.2.0.663
Hi folks,
my existing project ran into issues so i tried to test on newly generated project but this lacks also!
I used
sencha -sdk d:\Zend\_hosts\Sencha\ext-4.2.0.663 generate app ExtJs42App ./
to generate a fresh new app!
now using
sencha app build
leads to...
I am using Windows 7 64Bit.Code:D:/Zend/Sencha/Cmd/3.1.0.239/extensions/sencha-compass/gems/bin/compass:23:in `<main>' [ERR] [ERR] BUILD FAILED [ERR] com.sencha.exceptions.ExProcess: compass jruby process exited with non-zer o code : 1 [ERR] [ERR] Total time: 17 seconds [ERR] [ERR] BUILD FAILED [ERR] com.sencha.exceptions.BasicException: The following error occurred while e xecuting this line: [ERR] D:\Zend\_hosts\SenchaArchitect\ExtJs42Template\.sencha\app\build-impl.xml: 144: com.sencha.exceptions.ExProcess: compass jruby process exited with non-zero code : 1 [ERR] [ERR] Total time: 18 seconds [ERR] com.sencha.exceptions.BasicException: The following error occurred while e xecuting this line: D:\Zend\_hosts\SenchaArchitect\ExtJs42Template\.sencha\app\build-impl.xml:144: c om.sencha.exceptions.ExProcess: compass jruby process exited with non-zero code : 1
Any ideas?
-
15 Mar 2013 7:39 AM #2
From the error stack, you are using JRuby? I wonder if that is causing an issue. This seems to work fine for me using the RubyInstaller for Windows. (http://rubyinstaller.org/)
-
15 Mar 2013 8:26 AM #3
I used the rub installer like descriped inside doku's.
Also using compass compile theme worked for me in former szenarios.
Currently i have installed
Ruby 2.0.0-p0-x64
Are there any issues with the 64bit version on Win7 64Bit?
Cheers Holger
-
15 Mar 2013 8:57 AM #4
I'm using Win7 64bit without a problem. I'm on Ruby version 1.9.3 but Ruby docs say 2.0.0 should be fully backwards compatible so I don't know what could be causing the problem...

-
15 Mar 2013 9:20 AM #5
Seems that the 64Bit is New with 2.x. On monday i will try to Deinstall and Use 32bit instead. Of this will Not work, i will try using 1.9.3.
This week i had to Reinstall my Win and installed Software Versions.
Maybe this is an issue with 2.x.
Thanks for the Info on working 1.9.3
-
18 Mar 2013 12:00 AM #6
Today i deinstalled 2.x 64Bit and tried to install 2.0 32bit with same error.
Now i have installed latest 1.9.3p392 and the compiler runs without errors!
Besides this i have changed the default install path c:\Rubyxxx to d:\ to avoid some issues with drive C.
So if someone runs into the same issue maybe this hint will help.
Thanks for all the feedback.
Holger
-
19 Mar 2013 8:54 AM #7
-
22 Mar 2013 10:08 PM #8
This may be an issue of different bit-ness between your JRE and Ruby. In sencha.exe (a 32-bit exe) we play some fun games (thanks Microsoft) in order to run the proper JRE for your OS. On 64-bit Windows we first try for a 64-bit JRE and then fallback to look for a 32-bit JRE.
Once inside Java, if we try to run an application with the opposite bit-ness it could fail. I have not tested this particular criss-cross but that is my suspicion in this case.Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
22 Mar 2013 10:09 PM #9
Also FYI - we had experimented with using JRuby but decided not to include that in Cmd. We require a system-level installed Ruby such as RubyInstaller.
Don Griffin
Ext JS Development Team Lead
Check the docs. Learn how to (properly) report a framework issue and a Sencha Cmd issue
"Use the source, Luke!"
-
25 Mar 2013 8:45 AM #10
Downgrading to Ruby 1.9.3
Downgrading to Ruby 1.9.3
Downgrading to Ruby 1.9.3 worked for me as well !!!
Looks like a compatibility issue sencha cmd 3.1.0.256 --> Ruby Ruby 2.0.0-p0 ?!
Before this i tried installing 32-bit JRE, 64-bit JRE and both, based on comment of 'dongryphon', but that didn't work.
Thank you for reporting this bug. We will make it our priority to review this report.


Reply With Quote