09-16-2011 02:17 AM
Trying to sign my app after installing BlackBerry Java Development Environment.
Installed RRT, RBB, and RCR code signing keys.
The Signature Tool is successful on the RCR, even though they're optional, but it just freezes on the RBB(required).
I get emails stating that the all three code signing requests are successful, but the Signature Tool, even the gui, is just frozen with "Receiving Resp...".
Any help would be appreciated.
Solved! Go to Solution.
09-20-2011 01:38 PM
Hi and welcome to the forums!
What version(s) of Java do you have installed? If you have version 7/1.7 then this is related to a known compatibility issue:
Regards,
09-20-2011 11:38 PM
You should check first with
http://isthesigningserverdown.com/
to see if rim is having issues with the signing server.
The signing server may have been temporarly down due to maintanance, etc.
02-29-2012 04:54 AM
Thanks for this. For anyone who doesn't want to download the whole JDE, here's the jar file. Just copy it into <your eclipse dir>\plugins\net.rim.ejde\vmTools
03-04-2012 02:59 AM
worked for me
thnx
03-05-2012 07:13 PM
03-06-2012 08:36 AM
Worked for me.
Thanks
05-07-2012 02:10 PM
Did not work for me :-(
05-15-2012 12:02 PM
I met the same issue.
package project 99%--> hang up in RRT, and other files are signed completed.
Change proxy server setting.
Under Control Panel/Java/General/Network Settings/check out "use proxy server"
Address:127.0.0.1, port:8080.
And then, sign again. Success for me.
Good luck.
05-15-2012 02:08 PM - edited 05-15-2012 02:42 PM
2nd method.
Eclipse/Windows/Preference/General/Network Connections/
Active Provider:Manual
Check out HTTP, HTTPS, and SOCKS. host:127.0.0.1 and port:8080.
Sometimes, work once and random fail again.
Change the setting back, and then sign fail.
And then, change to the manual setting again.
Work successfully~~
Trick.