Page 1 of 1

Cann't start OpenKM.

PostPosted:Thu Mar 31, 2011 2:39 pm
by veerge
Hello,

I installed OpenKM according the intallation instructions.

I run Ubuntu 10.04 with ssl on port 3024
  • I installed java-6-sun JDK and JRE.
    I installed Jboss into /opt/jboss-4.2.3.GA
    I configered OpenKM.cfg
    I maked a service file /etc/init.d/jboss.
    I started manually /opt/jboss-4.2.3.GA/bin/run.sh > /dev/null 2> /dev/null &
    I maked a directory /var/www/OpenKM
I cann't start OpenKM because I cann't find an index.jsp into that directory

What dit I wrong, if I read it well OpenKM is running in minutes. . . but
I have been working on it for days and still I cann't access OpenKM.

Please advice

Best Regards,

Gerard de Veer

Re: Cann't start OpenKM.

PostPosted:Thu Mar 31, 2011 3:38 pm
by lucas.santana
I had a problem similar to yours, including using Ubuntu 10.04.

You can try to verify if the port 3024 is available to use, because if this port is used by other process, OpenKM will don't start!

To verify the availables ports, use the command # nmap -v your-ip on shell.

:D

Re: Cann't start OpenKM.

PostPosted:Sat Apr 02, 2011 2:36 pm
by jllort
Post here you server.log ... and take a look there ... probably some port is binding by other application like tomcat or similar, reason why openkm can not starting

Re: Cann't start OpenKM.

PostPosted:Tue Apr 05, 2011 1:56 pm
by pavila
veerge wrote:I maked a directory /var/www/OpenKM
Why do you create that directory? Have you read the wiki?