10-11-2012 05:49 PM
Im recieving the following error when attempting to build my application via Riiple. It worked yesterday, and no configuration has changed since. And no, its not my password. Thats a different error.
Ripple seems to build the app, but not sign it (again, this worked yesterday!)
2012-10-11 21:09:52 GET /ripple/build_status/3535 200
out: [ERROR] Error: Permission denied: connect
2012-10-11 21:09:52 GET /ripple/build_status/3535 200
Done build
error response - {"code":1,"msg":"[ERROR] Error: Permission denied: connect\n"
,"data":null}
2012-10-11 21:09:53 GET /ripple/build_status/3535 200Has anyone seen this before? I cant figure it out. I emailed dev support, but was told to try the forums (via automated response).
Here is a screenshot of Ripple and the commands:
Solved! Go to Solution.
10-11-2012 05:50 PM
10-11-2012 05:51 PM
10-12-2012 12:35 AM
have you tried signign the file manually via command line?
10-12-2012 09:52 AM
I have. The same error is presented.
[INFO] Populating application source [INFO] Parsing config.xml [INFO] Generating output files [INFO] Info: Package created: C:\www\root\canradbuild\simulator\WeatherCan.ba r [INFO] Info: Package created: C:\www\root\canradbuild\device\WeatherCan.bar [ERROR] Error: Permission denied: connect
10-12-2012 11:16 AM - edited 10-12-2012 03:35 PM
This is pretty frustrating as there's essentially nothing to tell me what the problem is (permission denied? it worked before!).
This error message could really be a little more verbose. ![]()
10-12-2012 03:38 PM
It seems to be failing trying to connect to the signing servers. You haven't turned on any firewall software or made any network changes have you in the last couple days?
10-12-2012 03:40 PM
No, none at all. Is there an IP or hostname I can use thats pingable to test?
10-12-2012 03:49 PM - edited 10-12-2012 03:49 PM
Arg, could this be a java issue? I do recall a java 7 update being pushed to my machine. Though running "java -version" at the command prompt still reveals version 6.
c:\Program Files\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.2.9>java -ver sion java version "1.6.0_33" Java(TM) SE Runtime Environment (build 1.6.0_33-b05) Java HotSpot(TM) 64-Bit Server VM (build 20.8-b03, mixed mode) c:\Program Files\Research In Motion\BlackBerry 10 WebWorks SDK 1.0.2.9>
10-12-2012 04:43 PM
Any chance that there is a proxy needed to get to the internet?
Java might be a part of it, but I'm able to sign an app with 1.7 and 64-bit Java on a Win7 64-bit machine.
Other possibilities might be that your Author token is inaccessible (permissions) but it looks like a basic connectivity problem.