Page 2 of 2

Re: Error: While running Document Management System application with Apache Tomcat server

PostPosted:Tue Jun 13, 2017 5:52 pm
by jackrock
Nagaraju wrote: Mon Jun 12, 2017 12:43 pm Hello,

I downloaded source code of OpenKM from github and i am using your tomcat 7 server. Project is built successfully and executed successfully, but while Good Document digitization services login i am getting below error

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

i gave username : okmAdmin
and password : admin

i am unable to find out the problem. Please give the solution for that immediately.

i am using windows operation system, tomcat 7 server and JDK 1.8 version.

i am sending screen short also
Hello,
I also happens to be suffering from the same problem. Can you help me out too...
Thanks

Re: Error: While running Document Management System application with Apache Tomcat server

PostPosted:Wed Jun 14, 2017 6:47 pm
by jllort
Why you are not using openkm installer ? You can find here and also a video where are shown all the steps https://www.openkm.com/en/download.html

After get openkm installed, you can build your own war etc..., probably will be the more easiest way to get a development environment. Also I suggest take some time reading https://docs.openkm.com/kcenter/view/ok ... pment.html ( the first menu options until development tips ).

Re: Error: While running Document Management System application with Apache Tomcat server

PostPosted:Tue Jul 11, 2017 7:22 am
by Mohit
Hello,

I am not able to login into application after deployed on apache tomcat server which is provided by OpenKM. I am getting following error:

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

type Status report

message /OpenKM/frontend/index.jsp

description The requested resource is not available.

Apache Tomcat/7.0.61

Please assist me for this.

Re: Error: While running Document Management System application with Apache Tomcat server

PostPosted:Wed Jul 12, 2017 4:05 pm
by jllort
Did you installed our tomcat ( you can download from here https://sourceforge.net/projects/openkm/files/common/ ).

Another suggestion is download our development environement. It has been not officially released because by mistake we have upload in a wrong place, you can download from here https://sourceforge.net/projects/openkm/files/common/ ( 10 GB file ) it's an OVA.

The user name and password for the VM are ( openkm / openkm ).

This VM is based in Linux Mint, and has been tested with vmplayer and virtual box ( really it's an export from there ).

Re: Error: While running Document Management System application with Apache Tomcat server

PostPosted:Thu Nov 16, 2017 5:00 am
by jersy123
Hello,

I have apache tomcat version 8 and I updated it last week, but after that, it's not running properly, so please suggest me how can I run it.

Re: Error: While running Document Management System application with Apache Tomcat server

PostPosted:Fri Nov 17, 2017 6:46 pm
by jllort
I suppose you got it running before the upgrade ? you have moved the war file from tomcat 7 to tomcat 8 ?
In case afirmative:
1- check jar files into /lib folder that must be copied in new destination
2- copy /lib/sigar into new destination
3- Copy OpenKM.cfg and OpenKM.xml into new tomcat home
4- Check server.xml -> database connection , mail configuration and I think log4j
5- I'm not 100% sure if you will need to copy log4j.properties

Re: Error: While running Document Management System application with Apache Tomcat server

PostPosted:Sat Feb 10, 2018 6:25 pm
by vikashiniv
Hi,

Im getting error while running dms in my system with apache

Re: Error: While running Document Management System application with Apache Tomcat server

PostPosted:Sun Feb 11, 2018 4:22 pm
by jllort
The error in log is clear, the OpenKM.war is not deploying
Code: Select all
SEVERE: Error deploying web application archive C:\Program Files\apache-tomcat-7.0.84\webapps\OpenKM.war
java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: Failed to start component [StandardEngine[Catalina].StandardHost[localhost].StandardContext[/OpenKM]]
You have decided using your own tomcat, we notice you that is not a good idea to prevent this kind of errors
Code: Select all
java.lang.ClassNotFoundException: javax.mail.MessagingException
Seems an existing mail.jar lib ( or with similar name ) is not present in your tomcat-7.0.84/lib folder ( you should check you have all the needed libs there in comparasion with our tomcat ). Check our tomcat-7.0.61 from here https://sourceforge.net/projects/openkm/files/common/