Questions tagged [sencha-cmd]

For questions related to sencha's command tool.

Sencha Cmd is the cornerstone to build your Sencha application. From scaffolding a new project, to minifying and deploying your application to production, Sencha Cmd provides a full set of lifecycle management features to compliment your Sencha project.

Sencha CMD can be downloaded on Sencha's download site. Installers are available for Mac, Windows and Linux (64 bit, 32 bit).

For more command line options, you can check the Sencha CMD Documentation for Sencha Ext JS or the Documentation for Sencha Touch.

538 questions
102
votes
30 answers

Registry key Error: Java version has value '1.8', but '1.7' is required

While running sencha app build production I am getting the following error: Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion' has value '1.8', but '1.7' is required. Error: could not find java.dll Error: Could…
Anand Gupta
  • 5,640
  • 3
  • 27
  • 37
27
votes
4 answers

Error "User limit of inotify watches reached". ExtReact build

I installed ExtReact, with examples. When I run npm start I get an error: ERROR in [@extjs/reactor-webpack-plugin]: Error: [ERR] BUILD FAILED [ERR] com.sencha.exceptions.BasicException: User limit of inotify watches reached [ERR] [ERR] Total…
Sizuji
  • 868
  • 2
  • 9
  • 26
15
votes
5 answers

Sencha Cmd build - Failed creating background process

I'm trying to build extjs5 application with Cmd v5.0.0.160. I have ruby2.0 installed and sencha cmd on my PATH var. Here is the error that I get when running sencha app build: ... [INF] Capturing theme image [ERR] [ERR] BUILD FAILED [ERR]…
vadchen
  • 1,442
  • 1
  • 11
  • 14
10
votes
1 answer

Why does Sencha CMD build fail with PhantomJS error code 2?

Problem: "Error capturing theme" while building Sencha CMD workspace application for sub-project A (has source files), but sub-project B (no source files) builds fine. Scenario: Created new Sencha workspace (CMD 5.1.0.26) and added a new project A.…
Duncan
  • 858
  • 1
  • 11
  • 29
10
votes
5 answers

ExtJS 5 requests file with empty name /.js

I've made a fresh workspace with the latest sencha cmd 5.0.2.270 and latest ExtJS 5.0.1. Generated an app into in. Wrote a little bit of code. I generate production build with sencha app build. The development loads well, but the production build…
Maxym
  • 659
  • 5
  • 11
9
votes
1 answer

Using Sencha Cmd with dynamically loaded controllers

I've created an application using Ext JS 4. controllers property in my app.js contains only the main controller: Ext.application({ name: 'MyApp', appFolder: 'app', controllers: [ "main.App" ], loadController:…
bhovhannes
  • 5,511
  • 2
  • 27
  • 37
8
votes
1 answer

SenchaCMD - silent install with compass extension component

I want to install sencha silently (without GUI) or dialog boxes from my Linux terminal. How to add compass extension component to installation automatically? I've checked sencha help, and there is only "quit" option, but not something as "all". This…
Zvezda
  • 121
  • 1
  • 1
  • 6
7
votes
1 answer

Sencha build due to sass target

I am trying to build a Sencha app but I am getting the following errors: [ERR] The following error occurred while executing this line: /Users/conor/Repositories/POS/pos/.sencha/app/build-impl.xml:286: The following error occurred while executing…
jim
  • 8,670
  • 15
  • 78
  • 149
7
votes
2 answers

sencha cmd 4 and sencha touch 2.3 adding css in app.json

I have been using Sencha touch 2.3 with Sencha Cmd 3 and there has been no issues. I recently upgraded to Sencha Cmd 4 and generated a new Sencha Touch 2.3 app. Now, I tried to change the theme by adding the following in the app.json file: "css": [ …
senchaDev
  • 587
  • 2
  • 6
  • 19
7
votes
2 answers

Using Sencha Cmd with an existing app

I created a theme using the sencha cmd on a dummy app and now I want to use that theme on other applicattion. I've copied the theme folder to my app's packages folder and it's working fine. I made some changes so I tried to use "sencha package…
nahl
  • 237
  • 1
  • 3
  • 10
6
votes
3 answers

Sencha CMD problem after macOS Monterrey update

Problem After update my macOS to Monterrey (12.0.1), I'm with a big problem to start my local projects with ExtJS. When I execute: sencha app watch Get the error: Sencha Cmd v7.5.0.5 # # A fatal error has been detected by the Java Runtime…
Keller Kichel
  • 411
  • 4
  • 7
6
votes
1 answer

sencha app build, how to detect Closure compiler errors in CI?

I performed an experiment with sencha cmd version v7.0.0.40: I made some syntax errors in our ExtJs project sources. Then I ran sencha app build. There were many errors (like C2001: Closure Compiler Error...), but sencha cmd returned 0. When I run…
Dzenly
  • 1,611
  • 12
  • 18
6
votes
3 answers

Getting the error "com.sencha.exceptions.BasicException: GC overhead limit exceeded" while building an app in sencha cmd v6.5.1.240

I am not able to build my extjs app using sencha command "sencha app build" I have recently updated my sencha cmd version to Cmd v6.5.1.240 and extjs version to ext-6.5.0. I also tried updating the environmental variable, by updating the path…
avi007
  • 63
  • 1
  • 6
6
votes
1 answer

Extjs 6 - modern toolkit ui-mixins build error

I have an Extjs 6 workspace with two packages (one for classic and one for modern) and a sample app in it. I have no problem styling the classic package components with the corresponding ui-mixins, ex: @include extjs-panel-ui();. However, when I…
6
votes
4 answers

Sencha Cmd 5 + Java 8 Error

After installing Java 8 JDK on my Windows build server, I'm running into the following error when executing the sencha command: C:\> sencha Error: Registry key 'Software\JavaSoft\Java Runtime Environment'\CurrentVersion' has value '1.8', but '1.7'…
sherb
  • 5,845
  • 5
  • 35
  • 45
1
2 3
35 36