Page 1 of 2

Trouble in installing open km 5.1.8-2 with ubuntu 11.04?

PostPosted:Tue Jan 31, 2012 11:33 am
by ruchika2353
1.i tried to install java.
Code: Select all
sudo aptitude install sun-java6-bin sun-java6-jdk sun-java6-jre output was this:
Couldn't find any package whose name or description matched "sun-java6-bin"
No candidate version found for sun-java6-jdk
No candidate version found for sun-java6-jre
Couldn't find any package whose name or description matched "sun-java6-bin"
No candidate version found for sun-java6-jdk
No candidate version found for sun-java6-jre
No packages will be installed, upgraded, or removed.
0 packages upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Need to get 0 B of archives. After unpacking 0 B will be used.
2. then i checked i already have java 1.6 installed so i continued further
with running /bin.run.sh file in command prompt..
then the process got struck with following line:
Code: Select all
15:33:30,777 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 29s:715ms

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 01, 2012 9:56 am
by jllort
There's no problem, simply in log indicates de application is started, don't close console because you've not started jboss as a service and if you kill terminal you will kill application ( you should configure as service better than starting with run.sh -b 0.0.0.0 & ). Now you can try connect to http://localhost:8080/OpenKM

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Mon Feb 06, 2012 5:01 am
by ruchika2353
yes i tried to run the service with command
run.sh -b 0.0.0.0
then ping the localhost:8080/openkm
output was this
HTTP Status 404 - /openkm

type Status report

message /openkm

description The requested resource (/openkm) is not available.
Apache Tomcat/6.0.28

what is wrong..??

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Tue Feb 07, 2012 3:21 pm
by jllort
Yo should write OpenKM with correct uppercase characters not openkm all in lowercase

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 5:58 am
by ruchika2353
I tried to do that the output was

HTTP Status 404 - /OpenKM/frontend/index.jsp

type Status report

message /OpenKM/frontend/index.jsp

description The requested resource (/OpenKM/frontend/index.jsp) is not available.
JBossWeb/2.0.1.GA

Sorry forget to mention that I have Xampp server Also and i dont want to install it..
please help

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 6:42 am
by okmuser
ruchika,

did you try to open the link http//localhost:8080/OpenKM/ in a web browser and see what is the results.
Becuase
Code: Select all
15:33:30,777 INFO [Server] JBoss (MX MicroKernel) [4.2.3.GA (build: SVNTag=JBoss_4_2_3_GA date=200807181439)] Started in 29s:715ms 
this actually says the server has been started.

Cheers,

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 7:22 am
by ruchika2353
yes But my client are not able to access it on the local server../!!
being an admin i can access localhost:8080/OpenKM/ but they are not..:(

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 8:28 am
by okmuser
ruchika,

to understand properly,

you have setup a server with OpenKM and you can log on to OpenKM from the server itself but you can't access OpenKM from another machine, is that right?

If it is right, then have you tried the correct server name say http://servername.com:8080/OpenKM.

Can you also let me know of your installation environment (linux, server id, firewall, etc..)

It is also advisable to route OpenKM through Apache if you let OpenKM accessible through internet.

Cheers,

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 8:48 am
by ruchika2353
Yes that's exactly what i m facing right now. as u told i tried to connect with the servername name also but all in vain..
the specification:
I have a Unbuntu 11.04 as my operating system,
no firewalls,
Xampp-linux:1.7.7
Java:1.6
OpenKm:5.1.8.3 with Jboss-4.2.3.GA..
Please tel if ANY OTHER SPECIFIACTION U WANT .. :!: :!: :!: :!:

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 9:09 am
by okmuser
ruchika,

As you have installed XAMPP, can you confirm that the apache server is accessible from the remote machine.

I also remember you have changed the port from 8080 to something else due to XAMPP using 8080. if that the case have you tried with the new port.

http://servername:8081/OpenKM/

assuming 8081 is the Jboss port.

cheers

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 9:20 am
by ruchika2353
yes the xaMPP SERVER is accessbile through the remote site
and the port change issue i tried to change in the server.xml file but its only read only
also i cannot change the port in xampp which is at port 80 according toi Httpd.conf file

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 9:56 am
by okmuser
I think the JBoss server is running as the error states that, you can check this with typing the SERVER-IP-ADDRESS:8080 on the browser and confirm http://10.0.0.1:8080.

It is strange that you can access OpenKM in local server webbrowser and not on a client web browser as it is also obviuos that the JBoss server is running.

Just a quick question though, why the server.xml is read only?

cheers,

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 10:05 am
by ruchika2353
yes Localhost:8080 is running Jboss.
and server.xml file can't b open through Gnome ,vi or gedit.
plus my when Type LOCALhost/xampp it is also running..
what i have to do now..???

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 10:09 am
by okmuser
Sorry I should have been clear, can you check from the remote machine what you get when you type SERVER IP:8080 on the browser.

Re: Trouble in installing open km 5.1.8-2 with ubuntu 11.04

PostPosted:Wed Feb 08, 2012 10:13 am
by ruchika2353
no from client side i cannot acces localhost:8080
but when tried to connect with loalhost/file name stored in htdocs my remote user can read that file..