Languages

Menu
Sites
Language
Error code: CERTIFICATE_CHAIN_VERIFICATION_FAILED

I am facing the below error while deploying my application on the emulator.

Mine is a Windows8 64 bit PC and i have a 32bit SDK and 32bit JDK.

SDK Version

Tizen SDK

Version : 2.2.0

Build id : 20130708-1957

 

Error

Cannot install application.

Error code: CERTIFICATE_CHAIN_VERIFICATION_FAILED

Error message:

Command: /usr/bin/pkgcmd -q -i -t tpk -p /opt/usr/apps/tmp/lsYwL0fOoI-1.0.0-i386.tpk

Management: Check whether your device`s date and time is current. If the time is wrong, certificate expiration will be happened.

Check author certificates in Preferences > Tizen SDK > Secure Profiles > Profile items.

I verified the emulator has the same date and time as the system.

Also, the user certificate is generated as per the stems mentioned here

https://developer.tizen.org/help/index.jsp?topic=%2Forg.tizen.gettingstarted%2Fhtml%2Fdev_env%2Ftizen_sdk_ide.htm

 

Please suggest as to what may cause this error.

Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

2 Replies
Pushpa G
While you are creating .tpk file at that time, you need to do some changes. If you want run .tpk file on device, before generating the .tpk file then change the configuration. Right click on Application -> Properties -> C/C++ Build -> Tizen Settings -> Platform (tab) -> ARMv7-a For running .tpk file on device 1.Push the file in /opt/apps folder.If you are not able push the file, Go to Tizen SDK (Installation path) -> tools -> sdb -d root on 2.Go to shell prompt /opt/apps directory pkgcmd -q -i -t tpk -p/opt/apps/.tpk package name. 3.Now launch the application using launch_app application_id.applicationname
Pushpa G
If on emulator, then make sure of the following: Right click on Application -> Properties -> C/C++ Build -> Tizen Settings -> Platform (tab) -> X86