Page 1 of 1

install km system error for win7 64x

PostPosted:Fri Mar 13, 2020 3:23 am
by jackcal
Can you give me a hand? I'm exhausted. Thank
Code: Select all
C:\>java -jar OKMInstaller.jar
Running on Windows: 0.9.15-CE (build: e1ee64b)
Local host: jackcal-PC (169.254.143.189)
Java version: 1.8.0_25
JAVA_HOME = C:\Program Files\Java\jre1.8.0_25
Free disk size: 25.7 GB
RAM size: 15.4 GB
CPU cores: 4
Supported databases: [h2, hsqldb, mariadb, mysql, oracle, postgresql, sqlserver]

Current directory: C:\

Database [h2]: mysql
Database host [localhost]:
Database name [okmdb]:
Database user [openkm]:
Database password [2eA!Iu09.bPy]:
---------------------------
- Database: mysql
- Database host: localhost
- Database name: okmdb
- Database user: openkm
- Database password: 2eA!Iu09.bPy
- OpenKM version: 6.3.9
- Tomcat version: 8.5.34
---------------------------
Start install process? [y/N]: y

- Downloading Tomcat: 8.5.34
ERROR: sun.security.validator.ValidatorException: PKIX path building failed: sun
.security.provider.certpath.SunCertPathBuilderException: unable to find valid ce
rtification path to requested target

C:\>

Re: install km system error for win7 64x

PostPosted:Sat Mar 14, 2020 9:41 am
by jllort
This is a known JDK issue. You must update the JDK, this error happens in JDK 1.8 older than release 100 ( more or less ). I suggest upgrade to the latest JDK 1.8 release and the problem might be solved.

Re: install km system error for win7 64x

PostPosted:Mon Mar 16, 2020 2:15 am
by jackcal
Dear
The question has been solved;Thank's