12-01-2011 05:29 AM
I am getting following error when i am trying to register my signing key.
Error registering long term key
Error: Unable to sign bar: Server is not responding.
Please make sure your proxy settings are correct, if applicable. Supply the following options to barsigner:
-proxyhost <host> - proxy host
-proxyport <port> - port number for connecting to the proxy host
-proxyusername <username> - username for the proxy host (optional)
-proxypassword <password> - password for the proxy host (optional)
Where is the option to set these values in the eclipse with android tool.
02-01-2012 02:31 PM
I'm facing the same issue here. My machine is behind a proxy but I've done the following steps:
During the signing process, your computer connects to the RIM Signing Authority. If your computer uses a proxy server to connect to the Internet, you must configure the Momentics IDE to use your proxy server.
Click Window Preferences.
Expand General, and then select Network Connections.
On the Network Connections page, in the Active Provider drop-down list, click Manual.
In the Proxy entries section, select the HTTP schema. Click Edit.
In the Host field, specify the host address for your proxy server.
In the Port field, specify the host port number for your proxy server, and click OK.
Click OK.
AS described here:
Zucco
02-01-2012 06:57 PM
02-07-2012 08:33 PM
4 weeks ago
Zucco's solution is good to solve the same issue.