Languages

Menu
Sites
Language
정상작동하던 sdk가 앱을 리모트 인스톨 하지 않습니다.

 

SDK 내에 콘솔창에서 뜨는 문구입니다.

Launching the Tizen application...
# If you want to see the detailed information,
# please set the logging level to DEBUG in Preferences and check the log file in 'C:\tizen-sdk-data\ide\logs/ide-20160323_180430.log'.

[Initializing the launch environment...]
    RDS: On
    Target information: SM-R732
    Application information: Id(***********.****), Package Name(**********), Project Name(****)
[Transferring the package...]
    Transferred the package: wgt stream -> /opt/usr/apps/tmp/****.wgt
[Installing the package...]
path is /opt/usr/apps/tmp/****.wgt
start process (install)
..
error : 61

end process (fail)
processing result : FATAL_ERROR [61] failed
spend time for pkgcmd is [875]ms
cmd_ret:61
Unexpected stop progress...
(25.041 sec)

==========================================================================

오류와 동시에 뜨는 팝업에서 나오는 내용입니다.


Error code: FATAL_ERROR
Error message: Failed to create temporary directory
Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/****.wgt"
Management: Installation or uninstallation is not working temporarily.

 

 

==========================================================================

정상작업중이던 실제기어 s2에 앱을 실행시키면 해당문구가 나오면서 리모트 인스톨이 진행되지 않습니다.

Responses

7 Replies
Deokhee Seo

정정합니다.

실제 디바이스에만 리모트 인스톨이 안됩니다.

에뮬레이터 내에서는 정상적으로 인스톨 됩니다.

daniel kim

안녕하세요...

우선 아래 log에 어떤 내용이 나오는 지 확인이 되어야 할 것 같습니다. FATAL_ERROR pop-up만으로 어떤 문제인지 확인이 어려운 것 같습니다.

  'C:\tizen-sdk-data\ide\logs/ide-20160323_180430.log'

Security profile도 정상적으로 active되어 있는지도 확인해보시면 좋을 것 같습니다.

Deokhee Seo

Security Profile은 정상적으로 active 되어있고

log 옵션은 ERROR로 맞춰놓았고

작성되지 않습니다.

Deokhee Seo

또한

처음 생성되는 프로젝트는 정상적으로 리모트 인스톨되어 실행되지만

프로젝트를 디버그로 리모트 인스톨 하면

그 다음부터 일반실행조차 안되는 것을 확인 하였습니다.

Deokhee Seo

[2016.03.24 13:20:32][PERFORM_S] InstallStep.java(98) - [Category: web.launch    Variable: .install] at 2016-03-24 13:20:32.971

[2016.03.24 13:20:32][DEBUG] SdbCommand.java(203) - $ /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/****************.wgt" -G
[2016.03.24 13:20:34][DEBUG] SdbCommand.java(203) - $ rm -f /opt/usr/apps/tmp/**********.wgt
[2016.03.24 13:20:34][DEBUG] ZimLaunchDelegate.java(294) - 
Error code: FATAL_ERROR
Error message: Failed to create temporary directory
Command: /usr/bin/pkgcmd -i -q -t wgt -p "/opt/usr/apps/tmp/****.wgt" -G
Management: Installation or uninstallation is not working temporarily.

[2016.03.24 13:20:34][DEBUG] LaunchesListener.java(187) - removed - project: ******, device serial: 192.168.0.6:26101
[2016.03.24 13:20:34][PERFORM_E] ZimLaunchDelegate.java(331) - [Category: web.launch] at 2016-03-24 13:20:34.600      [15759(ms)]

로그옵션을 DEBUG로 바꾸니 이렇게 출력됩니다.

전체부분을 복사 붙여넣기하니 페이지가 응답이 없네요.

Deokhee Seo

임시방편자답입니다.

config.xml에서

 <tizen:application id="project id.project name" package="project id" required_version="2.3"/>

에서 project id 부분을 한 글자 변경하니 다시 설치되네요.

AVSukhov

Hello,

You can try to re-create project or change you project id in config.xml