Page 1 of 1

Cant seem to Connect and Setup

PostPosted:Sat Dec 10, 2011 2:06 pm
by Maveric
Hi All

I have a few question / Issues with OpenKM. This might be due to human stupidity .. Hehehehe

OpenKm is installes and using http://localhost:8080/OpenKM/frontend/index.jsp is workign 100%. I have updated the "OpenKM.cfg" to read as "http://myservername:8080/OpenKM/frontend/index.jsp". I have changed the "localhost" to my server name. I have edited the run.bat file for -b 0.0.0.0.. To allow other users to access the openKM.

Ok...this is where my Issues are

1) Typing "http://localhost:8080/OpenKM/frontend/index.jsp" is still get to connect to openKM from local server and I can login using default password. When using "http://myservername:8080/OpenKM/frontend/index.jsp" from local and other pc's on network I get - "HTTP Status 408 - The time allowed for the login process has been exceeded. If you wish to continue you must either click back twice and re-click the link you requested or close and re-open your browser" does not matter what username or password I use.

2) When loged on "http://localhost:8080/OpenKM/frontend/index.jsp" I do setup extra users and do assign Role assignment and it is active. But when openKM is stopped....and restarted.. All Users are deleted and only default is working again.

Can anybody advise where I screw up?....

Re: Cant seem to Connect and Setup

PostPosted:Sun Dec 11, 2011 9:38 am
by jllort
You've not read with attention http://wiki.openkm.com/index.php/Quick_Install and http://wiki.openkm.com/index.php/Basic_ ... _knowledge

Basically to don't recreate database after restarting jboss you need to change hibernate.hbm2ddl=none
About other changes now all parametres except DBMS are stored in database and must be changed in administrtion tab ( second icon from left ), there're you can change application.url etc...
The -b 0.0.0.0 parameter is right, take a look there's some problem on your network ( ping host you're trying accesing and ensure resolves your openkm server ) try with the server ip ( from your openkm server ) if responses there. Could be some problem on network or server. On server could be some port binding to other application reason why not makes binding on ip:8080 etc... You should discard causes. First objective is ensure ip:8080 from your server runs correctly after it all the problems are networking, not in OpenKM hand.

Re: Cant seem to Connect and Setup

PostPosted:Mon Dec 12, 2011 8:56 am
by Maveric
Hi jllot

Thanks got the system to reboot and keep the security setting...Nice... Did not see this setup...matbe just misse read it... Thanks again

Access issue will sort out

Thanks