Page 1 of 1
500 Servlet Exeption after fresh installation
Posted: Sun Mar 25, 2007 3:43 am
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
Posted: Sun Mar 25, 2007 4:14 am
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)
same problem
Posted: Wed May 16, 2007 3:23 pm
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
Posted: Fri Jul 13, 2007 5:18 am
by amuda78
Make sure u change to openemm user first
su - openemm
./OpenEMM.sh start
hope that helps