[AC-97] Unable to publish arrow project
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | n/a |
Status | Resolved |
Resolution | Cannot Reproduce |
Resolution Date | 2015-11-12T11:50:05.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | Arrow Builder |
Labels | arrow |
Reporter | Anthony |
Assignee | Mostafizur Rahman |
Created | 2015-04-23T13:07:58.000+0000 |
Updated | 2015-11-12T11:50:05.000+0000 |
Description
Im able to run an arrow project with 4 different models locally but when I try to publish and deploy the app i get the error :
Unable to parse URL for publish: Appcelerator Command-Line interface version 0.2.255
Deploying the application to the Appcelerator cloud. One moment....
Error | non-zero exit code
I tried creating new projects, logging out and logging back in, and then I tried to publish without creating any models and got this message: Unable to parse URL for publish: Appcelerator Command-Line Interface, version 0.2.255 Installing dependancies....nonmodeltest Checking for 1 module: connector/appc.arrowdb Fetching connector/appc.arrowdb@1.0.71 Installed 1 module Deploying the application to the Appcelerator Cloud. One moment... ERROR | non-zero exit code
Hi [~Dcat], Please try the following: * Update your Appc CLIs to the latest builds: **
sudo npm install -g appcelerator
**appc use latest
* After updating your Appc CLI, try publishing with the DEBUG and trace flags onDEBUG=* appc publish -l trace
and comment with the logs Thanks, WilsonHello, Tested this issue. It is not a valid bug. *Test Environments:* CLI Version :4.1.3 Titanium SDK Version:4.1.1.GA Appc Studio: Appcelerator Studio, build: 4.1.1.201507141126 Alloy: 1.7.6 Mac OS X,Version = 10.10.1. *Test Step:* 1) Create a arrow project 2) run an arrow project with 4 different models locally 3)To deploy the project to the cloud, from the project directory, execute the following command:
*Test code:*
*Models:* *user.js*
*car.js*
*book.js*
*exam.js*
*Test Result:* Arrow Project has published successfully without any error. *Ti logs:*
Thanks