2017-03-09 3 views
1

RHEL7에 ClearCase 버전 8.0.3을 설치할 수 없습니다.
모든 종속성을 설치했지만 여전히 오류가 표시됩니다.클리어 케이스 설치 중 JVM 오류가 발생했습니다.

경로 /Clearcase/Setup/disk1/에서 ./launchpad.sh을 수행하는 동안 Mozilla에서 열리고 추가 된 오류가 표시됩니다.

JVM error while installing clearcase 

내가 ./install/Clearcase/Agent/를 통해 설치하면 버전 1.7.2을 설치하고 내가 쇼에 모든 버전을 클릭하면 버전의 프로그램 목록을하지 않습니다.

어떻게이 오류 메시지를받을 수 있습니까?

답변

0

정확한 오류에 따라 다릅니다. this technote을 다음
예를 들어 , 당신은 볼 수 있습니다 :입니다

launchpad.sh script generates this error:

JVM Terminated. Exit Code=1 

http://www-01.ibm.com/support/docview.wss?uid=swg21370393&aid=1

Clicking Close on the GUI pop-up window then reports this error:

Error loading: /cc71bin/disk1/InstallerImage_linux/jre_5.0.3.sr8a_20080811b/jre/bin/classic/libjvm.so: 
cannot restore segment prot after reloc: Permission denied 

이유는

This might occur if Secure Linux (SELinux) is enabled.

To disable SELinux:

Edit the file /etc/selinux/config .

Change the line " SELINUX=enforcing " to " SELINUX=disable " or " SELINUX=permissive ", and then reboot the machine.

+0

도 참조 RHEL의 다큐 SELinux에 대한 조언 : https://access.redhat.com/documentation/en-US/Red_Hat_Enterprise_Linux/5/html/Deployment_Guide/sec-sel-enable-disable.html – VonC