I am wondering whether OpenKM 4.1 is running properly under Ubuntu 10.04 amd64. Does anyone got it up and running? Other experiences, all is welcome right now.
Thanks,
Baiki
Thanks,
Baiki
jllort wrote:Are you using java sun no ? jdk 1.6Hello again,
make java-version to see which java version you've got installed
and take a look at startup log server to understand what happens
1. Check for installed Java on system
$ java -version (OpenKM needs JDK 1.6 (or higher))
2. Install Java JDK (tried the openjdk - can't remebmer exactly - as well without any success)
First check the /etc/apt/sources.list if this line is enabled:
deb http://archive.canonical.com/ubuntu lucid partner
And then the usual:
$ sudo apt-get update
Now you should be able to install the JDK
$ sudo apt-get install sun-java6-jdk
$ java -version
Output should look alike:
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
Now re-boot the whole server, start okm, login (localhost:8080/OpenKM/), logout, close server and edit OpenKM.cfg
jllort wrote:With 32 Bit ubuntu you'll be able only to redirect 2GB ram with java. If you got a great size repository with so much users you need 64 bits that enables to use more ram with java.Oh, I see, that could be really an issue in the "future". Can PAE (Physical Address Extension) in my Ubuntu kernel not solve this problem? I use Linux 2.6.32-22-generic-pae #33-Ubuntu SMP?