Page 1 of 1
Does OpenKM run on Ubuntu 10.04 amd64 (64 Bit)?
PostPosted:Mon May 24, 2010 9:56 pm
by baiki
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
Re: Does OpenKM run on Ubuntu 10.04 amd64 (64 Bit)?
PostPosted:Tue May 25, 2010 8:34 am
by jllort
We've running OpenKM on Ubuntu 10.04 TS 64 bits in several installations.
Re: Does OpenKM run on Ubuntu 10.04 amd64 (64 Bit)?
PostPosted:Tue May 25, 2010 10:26 pm
by baiki
Guess I did something wrong then, because my Java VM crashes 8 times out of 10. Will try to post some output tomorrow.
Thanks a lot.
Cheers,
Baiki
Re: Does OpenKM run on Ubuntu 10.04 amd64 (64 Bit)?
PostPosted:Wed May 26, 2010 6:57 pm
by jllort
Are you using java sun no ? jdk 1.6
make java-version to see which java version you've got installed
and take a look at startup log server to understand what happens
Re: Does OpenKM run on Ubuntu 10.04 amd64 (64 Bit)?
PostPosted:Thu May 27, 2010 7:26 pm
by baiki
jllort wrote:Are you using java sun no ? jdk 1.6
make java-version to see which java version you've got installed
and take a look at startup log server to understand what happens
Hello again,
Sorry but I am unable to continue on this subject since I decided to use an ordinary 32 bit Ubuntu. But for the record, here's what I did (and didn't workout):
Code: Select all1. 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
Guess there was something wrong. However, if I get hands-on such a server again, I will try it again.
Thanks so much for you help.
Baiki
Re: Does OpenKM run on Ubuntu 10.04 amd64 (64 Bit)?
PostPosted:Fri May 28, 2010 7:59 am
by jllort
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.
Re: Does OpenKM run on Ubuntu 10.04 amd64 (64 Bit)?
PostPosted:Fri May 28, 2010 1:13 pm
by baiki
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?
Thank you so much,
Baiki
Re: Does OpenKM run on Ubuntu 10.04 amd64 (64 Bit)?
PostPosted:Wed Jul 07, 2010 9:14 pm
by pavila
I'm developing OpenKM under Ubuntu 10.04 LTS 64 bits and no problems.