Page 1 of 1

Getting Issue when Installing LogicalDOC 8.1.1

Posted: Mon Jan 14, 2019 6:36 am
by jaykantkbr
Dear concern,

When i am going install LogicalDOC 8.11 trail version in windows 7, I am getting fatal error.
For installing I am clicking on windows installer.

Re: Getting Issue when Installing LogicalDOC 8.1.1

Posted: Tue Jan 15, 2019 10:37 am
by agaspa
Hi sgsgsgs,
LogicalDOC requires Java JDK 8 installed on the system, that is the main reason for which you receive the error message https://docs.logicaldoc.com/en/installation

It can also work with Java 11, but version 8 is currently recommended
Br.
Alex

Re: Getting Issue when Installing LogicalDOC 8.1.1

Posted: Wed Jan 16, 2019 10:45 am
by jaykantkbr
I have already installed java 8 even not openjdk in spite of getting same error

Re: Getting Issue when Installing LogicalDOC 8.1.1

Posted: Thu Jan 17, 2019 3:12 pm
by agaspa
Hi jaykantkbr,
the problem could be that the user who runs the installer executable exe does not "see" the JAVA_HOME variable.
Check that the JAVA_HOME variable is also available to the user who clicks from the desktop
Alternatively from the command line launch the installer with the Administrator user (check to see the JAVA_HOME variable well)

Code: Select all

java -jar logicaldoc-installer.jar
See also
https://docs.logicaldoc.com/it/installa ... oc-windows

Re: Getting Issue when Installing LogicalDOC 8.1.1

Posted: Fri Jan 18, 2019 9:23 am
by agaspa
Hi jaykantkbr,
you can also try this strategy:

1) Download the Linux installer of LogicalDOC 8.1.1 in .zip format
https://www.logicaldoc.com/download/mai ... installers
2) Expand the zip
3) Open a command prompt as Administrator
5) Change the directory where you unzipped the zip archive
6) Verify that Java is available

Code: Select all

java -version
7) Launch the execution of the jar

Code: Select all

java -jar logicaldoc-installer.jar

Re: Getting Issue when Installing LogicalDOC 8.1.1

Posted: Fri Feb 22, 2019 7:20 am
by jaykantkbr
Does LogicalDOC support SAML2.0 protocol for Single Sign-On with Jasig/Apereo CAS SSO product or any other SSO product which support SAML2.0 ?