Like the first error conditions, make sure that you are in the application folder. If yes, then check if your class path is correctly specified in the sencha.cfg file. So, from the root of your application folder, open sencha.cfg:
vim .sencha/app/sencha.cfg
This is what my classpath looks like: app.classpath=${app.dir}/app.js,${app.dir}/app
source share