Installation of OpenEMM

Use this forum for questions regarding installation, upgrading and configuration of OpenEMM

Moderator: moderator

kalyani
Posts: 2
Joined: Mon Oct 30, 2006 12:13 pm

Installation of OpenEMM

Post by kalyani »

Hi
I have installed openEMM in centos 5. I followed the steps which are given in install.pdf but i am getting an exception when i used to enter the domain with port 8081. The Exception is as follows:

javax.servlet.UnavailableException
at org.apache.struts.action.ActionServlet.init(ActionServlet.java:368)
at javax.servlet.GenericServlet.init(GenericServlet.java:69)
at com.caucho.server.dispatch.ServletConfigImpl.createServlet(ServletConfigImpl.java:600)
at com.caucho.server.dispatch.ServletManager.init(ServletManager.java:154)
at com.caucho.server.webapp.Application.start(Application.java:1604)
at com.caucho.server.deploy.DeployController.startImpl(DeployController.java:621)
at com.caucho.server.deploy.DeployController.restartImpl(DeployController.java:584)
at com.caucho.server.deploy.StartAutoRedeployAutoStrategy.request(StartAutoRedeployAutoStrategy.java:125)
at com.caucho.server.deploy.DeployController.request(DeployController.java:554)
at com.caucho.server.webapp.ApplicationContainer.getApplication(ApplicationContainer.java:867)
at com.caucho.server.webapp.ApplicationContainer.buildInvocation(ApplicationContainer.java:707)
at com.caucho.server.host.Host.buildInvocation(Host.java:424)
at com.caucho.server.host.HostContainer.buildInvocation(HostContainer.java:350)
at com.caucho.server.resin.ServletServer.buildInvocation(ServletServer.java:616)
at com.caucho.server.dispatch.DispatchServer.buildInvocation(DispatchServer.java:198)
at com.caucho.server.http.HttpRequest.handleRequest(HttpRequest.java:263)
at com.caucho.server.port.TcpConnection.run(TcpConnection.java:389)
at com.caucho.util.ThreadPool.runTasks(ThreadPool.java:507)
at com.caucho.util.ThreadPool.run(ThreadPool.java:433)
at java.lang.Thread.run(Thread.java:595)

I have seen previous solutions that su openemm but it does not work here. I have seen in the file openEMM/var/log/20061030-localhost-bav-update.log there are some errors like
ERROR/data: Unable to get database cursor
[30.10.2006 14:59:20] 9166 ERROR/data: Update failed: readDatabase.cursor
[30.10.2006 15:02:20] 9166 ERROR/data: Unable to get database cursor
[30.10.2006 15:02:20] 9166 ERROR/data: Update failed: readDatabase.cursor
[30.10.2006 15:05:20] 9166 ERROR/data: Unable to get database cursor
[30.10.2006 15:05:20] 9166 ERROR/data: Update failed: readDatabase.cursor

So kindly help me regarding this problem.
Thanking you in advance

Best Regards
Kalyani
kalyani
Posts: 2
Joined: Mon Oct 30, 2006 12:13 pm

Post by kalyani »

Sorry i am using centos 4 not centos 5
ud
Posts: 154
Joined: Thu Aug 17, 2006 9:56 am
Location: Munich, Germany
Contact:

Post by ud »

The bav-update log indicates some problem with the database, either it's not running at all or some access grants are missing. See here http://www.openemm.org/forums/ftopic29.html on howto get more detailed informations.

-- ud
Post Reply