본문 바로가기

CSE/Tizen

Ubuntu 14.04 LTS에서 Eclipse 에러

반응형

우분투에서 Tizen SDK 설치 시 아래와 같은 에러가 뜨는 경우가 있다. 


log4j:WARN No appenders could be found for logger (org.tizen.common.core.application.InstallPathConfig).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
#
# A fatal error has been detected by the Java Runtime Environment:
#
#  SIGSEGV (0xb) at pc=0x00007f230854b2a1, pid=23888, tid=139789988996864
#
# JRE version: 6.0_45-b06
# Java VM: Java HotSpot(TM) 64-Bit Server VM (20.45-b01 mixed mode linux-amd64 compressed oops)
# Problematic frame:
# C  [libsoup-2.4.so.1+0x6c2a1]  short+0x11
#
# An error report file with more information is saved as:
# /home/heewon/tizen-wearable-sdk/ide/hs_err_pid23888.log
#
# If you would like to submit a bug report, please visit:
#   http://java.sun.com/webapps/bugreport/crash.jsp
# The crash happened outside the Java Virtual Machine in native code.
# See problematic frame for where to report the bug.
#


그 외에도 로그에 더 자세히 작성되있기는 하지만 해결방법을 찾아보니 아래와 같았다.

eclipse.ini 파일에 아래의 두 줄을 추가하면 해결되었다. 


-Dorg.eclipse.swt.browser.DefaultType=mozilla -Dorg.eclipse.swt.browser.XULRunnerPath=path_to_xullrunner


구글링을 해서 문제에 대해서 질문을 한 사람들을 보니 이 경우는 Tizen SDK 뿐 아니라 Android나 아니면 일반적 eclipse에서도 동일한 문제가 발생하는 것으로 보여서 참고하면 좋을 것 같다.



반응형

'CSE > Tizen' 카테고리의 다른 글

sample 코드에서 발견한 소스들  (0) 2014.09.05
Web API 구현 방안  (1) 2014.09.04
MIC와 GBS 설치하기  (0) 2014.08.01
repo init & sync 옵션들  (2) 2014.07.30
repo 버전  (0) 2014.07.29