Languages

Menu
Sites
Language
Problem launching the Emulator : Cannot find information of the latest launch.

Hi ,

I am getting following error while launching Emulator on SDK 2.1 :

########################################
[Starting deploy process...]
[RDS] RDS mode is enabled.
[RDS] Cannot find information of the latest launch.
 
[Creating the package...]
 
[Created the package:C:\Documents and Settings\user\workspace\helloworld2\Debug\6CdtUPR3UH-1.0.0-i386.tpk]
 
[Transferring the package...]
(1216.266 sec)
##########################################
 
Exception Stack Trace is as follows :
_________________________________________________________________________
org.eclipse.core.runtime.CoreException: Cannot transfer file to '/opt/usr/apps/tmp/6CdtUPR3UH-1.0.0-i386.tpk'.
at org.tizen.nativecommon.launch.LaunchUtils.newCoreException(LaunchUtils.java:174)
at org.tizen.nativecommon.launch.TizenLaunchDelegate.transferPackage(TizenLaunchDelegate.java:684)
at org.tizen.nativecommon.launch.TizenLaunchDelegate.normalDeploy(TizenLaunchDelegate.java:597)
at org.tizen.nativecommon.launch.TizenLaunchDelegate.deployApplication(TizenLaunchDelegate.java:574)
at org.tizen.nativecommon.launch.TizenLaunchDelegate.launchApplicationForRun(TizenLaunchDelegate.java:337)
at org.tizen.nativecommon.launch.TizenLaunchDelegate.launch(TizenLaunchDelegate.java:163)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:854)
at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:703)
at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:937)
at org.eclipse.debug.internal.ui.DebugUIPlugin$8.run(DebugUIPlugin.java:1141)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54)
___________________________________________________________________________________-
 
What is the Cause and how can it be fixed?
 
Regards,
Edited by: Brock Boland on 17 Mar, 2014 Reason: Paragraph tags added automatically from tizen_format_fix module.

Responses

5 Replies
Pushpa G
Refer to https://developer.tizen.org/forums/sdk-ide/launching-native-sample-app-on-emulator
Siddharth Singh
Actually i have already created the certificate.....infact i have been working with the same Simulator instance for week now. I suspect the problem here is something else.
Siddharth Singh
The problem seems similar to this one....except that it was with the device....mine is with Emulator https://developer.tizen.org/forums/sdk-ide/cannot-transfer-file
Siddharth Singh
The problem was fixed after performing following steps : 1) Created New Certificate & Secure Profile. 2) Created New Simulator Instance. 3) Restarted Everything.
Pushpa G
ok great:) Thanks for the updations Siddharth