svn https 접속 안됨(Failed to load JavaHL Library)

 

Failed to load JavaHL Library.
에러 발생.

javahl 설치

yum install subversion-javahl

설치된 위치 확인

find /usr/lib -name *javahl*

eclipse.ini에 library path 추가

-vmargs
-Djava.library.path=/usr/lib

window > preferrences > team > svn 의
svn interface 의 client 가 javaHL(JNI) 버전 이 보이면 성공 (실패시 not avable 나옴)

이후 아래의 에러발생

svn: OPTIONS of 'https://xxx.xxx.xxx.xxx:8443/svn': SSL handshake failed: SSL error: A record packet with illegal version was received. (https://xxx.xxx.xxx.xxx:8443)

svn 서버쪽에서 설정해줘야 할듯..

<location svn="">
SSLVerifyClient require
...
</location>

참고 url : https://bugs.launchpad.net/ubuntu/+source/subversion/+bug/294648

 

This entry was posted in SCM/ITS, Util/Tools and tagged , , , , , , . Bookmark the permalink.

One Response to svn https 접속 안됨(Failed to load JavaHL Library)

댓글 남기기