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,