글 수 216
JVM을 이용해서 설치하는 프로그램들(예, DB2)에서 발생합니다.
[root@localhost Linux32bit]# ./db2setup
DBI1190I db2setup is preparing the DB2 Setup wizard which will guide
you through the program setup process. Please wait.
Failed to find VM - aborting
해결책
Change the mode of SELinux to Permissive by entering # setenforce 0 on the
command line. SELinux will be fully enabled again the next time the system is
rebooted or if # setenforce 1 is entered on the command line.
[root@localhost Linux32bit]# ./db2setup
DBI1190I db2setup is preparing the DB2 Setup wizard which will guide
you through the program setup process. Please wait.
Failed to find VM - aborting
해결책
Change the mode of SELinux to Permissive by entering # setenforce 0 on the
command line. SELinux will be fully enabled again the next time the system is
rebooted or if # setenforce 1 is entered on the command line.
