Page 1 of 1

OKMInstaller Error: SSL peer shut down incorrectly

PostPosted:Sun May 21, 2017 1:23 pm
by dvpoquiz
Hi.
I am new and just beginning to explore OpenKM. Tried to download and install it by following the guide https://youtu.be/7C40UMajJ0k but i encountered an error on "Downloading Extras".

C:\>java -version
java version "1.8.0_131"
Java(TM) SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot(TM) 64-Bit Server VM (build 25.131-b11, mixed mode)

C:\>java -jar OKMInstaller.jar
Running in Windows: 0.6.0-CE (build: 8fa3bfb)
Local host: DELL-PC (192.168.100.172)
Java version: 1.8.0_131
JAVA_HOME = C:\Program Files\Java\jdk1.8.0_131
Free disk size: 125.3 GB
RAM size: 7.9 GB
CPU cores: 8
Current directory: C:\

Database [h2]:
---------------------------
- Database: h2
- Install version: 6.3.4
---------------------------
Start install process? [y/N]: y

- Downloading Tomcat: 7.0.61
Resume download ...... 70% ....*.... 80% ....*.... 90% ....*.... 100%
- Unzipping archive... Done!
- Downloading Extras
....*.... 10% ....*.... 20% ....*.... 30% ....*.... 40% ....*.... 50% ....*.... 60% ....*.ERROR: SSL peer shut down incorrectly

I tried to repeat the jar installation but it gave me this:
C:\>java -jar OKMInstaller.jar
Running in Windows: 0.6.0-CE (build: 8fa3bfb)
Local host: DELL-PC (192.168.100.172)
Java version: 1.8.0_131
JAVA_HOME = C:\Program Files\Java\jdk1.8.0_131
Free disk size: 124.9 GB
RAM size: 7.9 GB
CPU cores: 8
Current directory: C:\
ERROR: Tomcat directory already exists: C:\tomcat-7.0.61

and I'm stuck...

Re: OKMInstaller Error: SSL peer shut down incorrectly

PostPosted:Sun May 21, 2017 6:13 pm
by jllort
Meanwhile we investigate what might happen, try downloading the file http://download.openkm.com/okm/Extras.zip and copy into a folder named update.tmp or similar. Then execute the OKMInstaller.jar again.

Can you share with us the OKMInstaller.log file.

Re: OKMInstaller Error: SSL peer shut down incorrectly

PostPosted:Wed Jun 07, 2017 11:56 am
by pavila
Have you tried recently? This problem was solved some weeks ago.

Re: OKMInstaller Error: SSL peer shut down incorrectly

PostPosted:Sun Mar 18, 2018 12:02 pm
by hus.alkahli
I have the same issue?

my log file :
Code: Select all
2018-03-18 10:33:09,524 [    main] INFO  com.openkm.installer.Main - Running in Windows: 0.9.5-CE (build: 7363361)
2018-03-18 10:33:09,774 [    main] INFO  com.openkm.installer.Main - Local host: Toshiba-pc (192.0.0.221)
2018-03-18 10:33:09,789 [    main] INFO  com.openkm.installer.Main - Java version: 1.8.0_162
2018-03-18 10:33:09,820 [    main] INFO  com.openkm.installer.Main - JAVA_HOME = C:\Program Files\Java\jdk1.8.0_162
2018-03-18 10:33:11,982 [    main] INFO  com.openkm.installer.Main - Free disk size: 138.0 GB
2018-03-18 10:33:12,169 [    main] INFO  com.openkm.installer.Main - RAM size: 8.0 GB
2018-03-18 10:33:12,169 [    main] INFO  com.openkm.installer.Main - CPU cores: 4
2018-03-18 10:33:12,169 [    main] INFO  com.openkm.installer.Main - Current directory: C:\
2018-03-18 10:33:12,169 [    main] INFO  com.openkm.installer.Main - ERROR: Tomcat directory already exists: C:\tomcat-8.5.24
2018-03-18 10:33:12,185 [    main] ERROR com.openkm.installer.Main - Tomcat directory already exists: C:\tomcat-8.5.24
java.lang.Exception: Tomcat directory already exists: C:\tomcat-8.5.24
	at com.openkm.installer.Main.a(SourceFile:191)
	at com.openkm.installer.Main.main(SourceFile:87)

Re: OKMInstaller Error: SSL peer shut down incorrectly

PostPosted:Sun Mar 18, 2018 7:09 pm
by jllort
The error indicates you have an existing tomcat folder:
Code: Select all
2018-03-18 10:33:12,169 [ main] INFO com.openkm.installer.Main - ERROR: Tomcat directory already exists: C:\tomcat-8.5.24
2018-03-18 10:33:12,185 [ main] ERROR com.openkm.installer.Main - Tomcat directory already exists: C:\tomcat-8.5.24
java.lang.Exception: Tomcat directory already exists: C:\tomcat-8.5.24
at com.openkm.installer.Main.a(SourceFile:191)
at com.openkm.installer.Main.main(SourceFile:87)
Remove the C:\tomcat-8.5.24 before trying to install the application again

Re: OKMInstaller Error: SSL peer shut down incorrectly

PostPosted:Mon Feb 11, 2019 10:07 am
by lazers
Just tried this today and I also faced exactly same issue.

Re: OKMInstaller Error: SSL peer shut down incorrectly

PostPosted:Wed Feb 13, 2019 7:19 pm
by jllort
And the folder does not exist C:\tomcat-8.5.24, because when exists it is reasonable you get this error?