Page 1 of 1

Installing 7.6.4 on Windows 7 Pro 32bit

Posted: Sun Jul 09, 2017 9:44 pm
by Datsys100
Hello All,
I am new to this software and many of the aspects it uses so please bear with me.

I am using the 7.5.4 exe on Win 7 Pro 32bit and the current JDK package installed. I notice that when the install and configuration is being done, it shows where CATALINA_HOME environment variable is not defined correctly. After a while it then says Logicaldoc Community has been correctly installed. When I go to the desktop to launch the software it opens a browser window for localhost:8080 but says "Page Can Not Be Displayed".

So where and how do I need to set the environment correctly so that the software works as it should?

Re: Installing 7.6.4 on Windows 7 Pro 32bit

Posted: Wed Aug 09, 2017 3:00 pm
by shatzing
Hi Datsys100,

I suggest you get a more recent version of the community edition let's say 7.6.4
https://sourceforge.net/projects/logica ... e/download

Then you have to make sure you have actually installed a 32-bit JAVA JDK 8
Java SE Development Kit 8 Downloads
http://www.oracle.com/technetwork/java/ ... 33151.html

Note since your system is a 32 bit you should get the Windows x86 download

Then try to start the system service LogicalDOC

Re: Installing 7.6.4 on Windows 7 Pro 32bit

Posted: Thu Aug 10, 2017 6:35 am
by Datsys100
Hi Shatzing,
Thanks for the reply, even though it was long in coming.

So I followed your instructions to the letter ( for at least the 15th time) and the result is the same. Page Can't Be Displayed. I have also tried using up to version 7.7 which I believe was the last released and the result is the same. Is there something about Tomcat and 32bit Windows that needs to be known?

Re: Installing 7.6.4 on Windows 7 Pro 32bit

Posted: Thu Aug 10, 2017 7:57 am
by agaspa
Tomcat requires Java and since you have a 32 bit system you can allocate max 1.5GB of memory

Said that, you can try to start it manually.
1) Open a command prompt (cmd)
2) Change directory to where LD is installed
cd C:\LogicalDOC\tomcat\bin
3) start Tomcat from cmd line
catalina.bat run

One other cause of proble could be a port usage conflict.

By default LD Tomcat runs on port 8080 plus it uses ports 8005 for shutdown services these are defined in file
C:\LogicalDOC\tomcat\conf\server.xml