500 Servlet Exeption after fresh installation

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

Moderator: moderator

freexfreak
Posts: 2
Joined: Sun Mar 25, 2007 3:36 am

500 Servlet Exeption after fresh installation

Post by freexfreak »

Hi folks !

I've got an

==============
500 Servlet Exception

WEB-INF/web.xml:8: java.sql.SQLException: Table `srun_console' already exists. CREATE can not override an existing table.
==============

after fresh install on an ubuntu 6.10 server with php5 and mysql 5.0.24a, when I want so call "http://myserver:8081" in FireFox.

The curious table "srun_console" did not exist (I have checked this into phpmyadmin).

Does anybody know how to fix this error ??

Best regards.

freexfreak
freexfreak
Posts: 2
Joined: Sun Mar 25, 2007 3:36 am

Post by freexfreak »

ok, i have fixed it so far...
was a rights problem with all files in /home/openemm/

I have set all directory and files to 775 and "chown"ed to openemm/openemm.

But now, running "http://myserver:8081" the following error occurs:

Code: Select all

404 Not Found

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)
kingossi
Posts: 3
Joined: Wed May 16, 2007 3:17 pm

same problem

Post by kingossi »

Hi

I have got the same problem.
Do you have solved this problem?
Can you give me a hint...?

Thanks for your help
amuda78
Posts: 11
Joined: Sun Jul 08, 2007 8:43 am

Post by amuda78 »

Make sure u change to openemm user first

su - openemm

./OpenEMM.sh start

hope that helps
Post Reply