08-15-2011 12:06 PM
Try adding your proxy server information to your command line. Details can be found here:
Unable to register keys or sign a file while behind a proxy server
08-15-2011 12:29 PM
Hi Mark Sohm,
Its working now. I added proxy details in command line and also in the JDE preferences window. Now it works..
Thanks a lot for the help..
Chaitanya.
08-16-2011 01:36 PM
Hi Mark Sohm,
I am getting the same problem again while requesting Sign keys.
Sometmies it is signing all the .cod files, sometimes it is not. It stuck after signing some of the .cod files.
But i am receiving mail from WebSigner saying "Successfule code signing request" for all the .cod files.
Thank You.
Chaitanya..
08-17-2011 10:48 AM
Does your proxy/network limit the number of concurrent connections to the same location? SignatureTool makes a unique connection for every signature it requests. If these are getting terminated by your network you could see this issue.
You can configure the number of concurrent connections by adding a property to the signaturetool.set file (located in the same location as SignatureTool.jar). Try to add the following and lower the number until you see stability. The default if not set is 20.
numThreads=10
08-17-2011 12:40 PM
Hi Mark Sohm,
SignatureTool is working now. It is the problem with Java SDK 7.
Thanks for all the support.
Chaitanya.
10-03-2011 09:44 PM
Do you mind sharing what the problem with the JAVA SDK and the solution you applied?
I am getting the same issue where it gets stuck on 'Receiving Response' even though i get the email saying it has been successfully signed.
10-03-2011 11:47 PM
Hi Shupor,
I uninstalled Java 7 and installed java 6.
Thanks,
Chaitanya.
10-03-2011 11:51 PM
05-04-2012 12:55 AM
Try cancelling the signing by clicking cancel in packaging project, and start over. Sometimes this gets it a bit further.