Page 1 of 1

Error when I try to start OpenKM for the first tim

PostPosted:Fri Oct 24, 2008 1:40 am
by thunfors
Hi!

When I try to start OpenKM for my first time I this error message

./run.sh: line 246: 14068 Killed \"$JAVA\" $JAVA_OPTS -Djava.endorsed.dirs=\"$JBOSS_ENDORSED_DIRS\" -classpath \"$JBOSS_CLASSPATH\" org.jboss.Main \"$@\"

I run OpenKM on Ubuntu / linux system.

Re:Error when I try to start OpenKM for the first tim

PostPosted:Fri Oct 24, 2008 9:19 am
by pavila
Which OpenKM version? You have to install the package \"sun-java5-jdk\"
Code: Select all
sudo aptitude install sun-java5-jdk

Re:Error when I try to start OpenKM for the first tim

PostPosted:Mon Oct 27, 2008 2:33 pm
by thunfors
it was 2.0, but now I also tryed the new 3.0 rc1 and I got this error message:
Code: Select all
15:27:37,914 INFO  [EARDeployer] Init J2EE application: file:/opt/OpenKM-3.0-RC1_JBoss-4.2.2.GA/server/default/deploy/OpenKM.ear
./run.sh: line 246: 32073 Killed                  \"$JAVA\" $JAVA_OPTS -Djava.endorsed.dirs=\"$JBOSS_ENDORSED_DIRS\" -classpath \"$JBOSS_CLASSPATH\" org.jboss.Main \"$@\"
I have the \"sun-java5-jdk\" package already installed
Code: Select all
root@sks:/opt/OpenKM-3.0-RC1_JBoss-4.2.2.GA/bin# apt-get install sun-java5-jdk
Reading package lists... Done
Building dependency tree
Reading state information... Done
sun-java5-jdk is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
root@sks:/opt/OpenKM-3.0-RC1_JBoss-4.2.2.GA/bin#

Re:Error when I try to start OpenKM for the first tim

PostPosted:Mon Oct 27, 2008 5:17 pm
by thunfors
Now it working, I removed sun-java5-jdk and installed sun-java6-jdk.