locked
The certificate with thumbprint d39b159544a3d8a5aaf4fdcad47728b93e4cbd02 was not found. RRS feed

  • Question

  • Hi,

    I am migrating my existing application (asp.net2010) to azure cloud service. While deploying the packages in cloud service ( windows azure management portal) i got this error. 

    Particularly packages are uploaded. Deployment is failed like. 

    Now What shall i do?

    Waiting for you reply.

    Friday, June 29, 2012 1:35 PM

Answers

  • Is the application dependent on a certificate that you didn't upload to the new service namespace? For instance, an HTTPS certificate? Its likely referrenced in the service definition and configuration files.
    • Marked as answer by Basant Nair Saturday, June 30, 2012 11:09 AM
    Friday, June 29, 2012 4:32 PM

All replies

  • Is the application dependent on a certificate that you didn't upload to the new service namespace? For instance, an HTTPS certificate? Its likely referrenced in the service definition and configuration files.
    • Marked as answer by Basant Nair Saturday, June 30, 2012 11:09 AM
    Friday, June 29, 2012 4:32 PM
  • Hi,

    Could not get you. Please be clear. I have to take immediate action to deploy my application.

    Saturday, June 30, 2012 5:34 AM
  • In the service definition and configuration file, you will find entries that referrence the thumbprint value you placed in your title. These enteries notifice the Windows Azure Fabric controller to install th certificates indicated into the certificate store of the virtual machines that will host your services. If matches those values up against the thumbnails of the certificates that have been uploaded to the cloud service (you can see the certificates area in the management portal).

    If you have a referrence to a certificate in your service configuration that doesn't match the thumbnail of any certificates that have been uploaded to the cloud service, you may see an error like the one you have listed in the subject line of your question.

    Monday, July 2, 2012 12:57 PM
  • Hi Basant,

    Are you able to run your application locally in windows azure emulator?

    Please make sure there are no errors while building project.

    Are you able to deploy sample application on azure & able to run successfully? If yes than have you done any changes in certificate of your project.

    By the above steps we can narrow down the root cause.

    Thanks


    dharampal sikhwal

    Tuesday, July 3, 2012 5:58 AM
  • Hi,

    I face an error similar to the same, this works fine on Azure emulator, not sure what changes ... Below is the error message ...

    Failed to deploy application.

    The certificate with thumbprint 1cfee083bd46175c724f28a3326154e647eb457f was not found.

    Browser: 5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; MALN; .NET4.0C; .NET4.0E; BRI/2)

    User language: en-in

    Portal Version: 6.0.6002.18488 (rd_auxportal_stable.120921-1936)

    Subscriptions: 3cc47470-16a7-410a-9089-e3d94c932dc5

    User email address: vjrc2002@hotmail.com

    Monday, October 1, 2012 10:44 AM
  • Hello Guys,

    This worked for me ... might help you ...

    http://msdn.microsoft.com/en-us/library/ms734695.aspx

    http://social.msdn.microsoft.com/Forums/en-US/dotnetstocktradersampleapplication/thread/0e94c2b5-463f-4209-86b9-fc257e0678cd

    • Proposed as answer by Jay_ram Monday, October 1, 2012 3:04 PM
    Monday, October 1, 2012 11:47 AM