I have just installed OpenEMM for the first time on Win2003 64 bit.
Install went perfectly, and server started correctly - I see the initial page, but when I click the login link, it gives a no-response error.
I checked the OpenEMM logs and found the following errors in log4j-openemm.log.log:
Code: Select all
2011-02-26 21:41:20,527: FATAL [main] org.agnitas.util.web.SessionCleanUpListener - Could not delete sessionfilestore: C:\OpenEMM\webapps\core\WEB-INF\sessions
java.io.IOException: Unable to delete file: C:\OpenEMM\webapps\core\WEB-INF\sessions\srun_core.db
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:951)
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:713)
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:680)
at org.agnitas.util.web.SessionCleanUpListener.contextInitialized(SessionCleanUpListener.java:35)
at com.caucho.server.webapp.Application.start(Application.java:1647)
at com.caucho.server.deploy.DeployController.startImpl(DeployController.java:621)
at com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit(StartAutoRedeployAutoStrategy.java:72)
at com.caucho.server.deploy.DeployController.startOnInit(DeployController.java:509)
at com.caucho.server.deploy.DeployContainer.start(DeployContainer.java:153)
at com.caucho.server.webapp.ApplicationContainer.start(ApplicationContainer.java:670)
at com.caucho.server.host.Host.start(Host.java:420)
at com.caucho.server.deploy.DeployController.startImpl(DeployController.java:621)
at com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit(StartAutoRedeployAutoStrategy.java:72)
at com.caucho.server.deploy.DeployController.startOnInit(DeployController.java:509)
at com.caucho.server.deploy.DeployContainer.start(DeployContainer.java:153)
at com.caucho.server.host.HostContainer.start(HostContainer.java:504)
at com.caucho.server.resin.ServletServer.start(ServletServer.java:971)
at com.caucho.server.deploy.DeployController.startImpl(DeployController.java:621)
at com.caucho.server.deploy.AbstractDeployControllerStrategy.start(AbstractDeployControllerStrategy.java:56)
at com.caucho.server.deploy.DeployController.start(DeployController.java:517)
at com.caucho.server.resin.ResinServer.start(ResinServer.java:551)
at com.caucho.server.resin.Resin.init(Resin.java)
at com.caucho.server.resin.Resin.main(Resin.java:625)
2011-02-26 21:41:20,527: FATAL [main] org.agnitas.util.web.SessionCleanUpListener - Could not delete sessionfilestore: C:\OpenEMM\webapps\core\WEB-INF\sessions
java.io.IOException: Unable to delete file: C:\OpenEMM\webapps\core\WEB-INF\sessions\srun_core.db
at org.apache.commons.io.FileUtils.forceDelete(FileUtils.java:951)
at org.apache.commons.io.FileUtils.cleanDirectory(FileUtils.java:713)
at org.apache.commons.io.FileUtils.deleteDirectory(FileUtils.java:680)
at org.agnitas.util.web.SessionCleanUpListener.contextInitialized(SessionCleanUpListener.java:35)
at com.caucho.server.webapp.Application.start(Application.java:1647)
at com.caucho.server.deploy.DeployController.startImpl(DeployController.java:621)
at com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit(StartAutoRedeployAutoStrategy.java:72)
at com.caucho.server.deploy.DeployController.startOnInit(DeployController.java:509)
at com.caucho.server.deploy.DeployContainer.start(DeployContainer.java:153)
at com.caucho.server.webapp.ApplicationContainer.start(ApplicationContainer.java:670)
at com.caucho.server.host.Host.start(Host.java:420)
at com.caucho.server.deploy.DeployController.startImpl(DeployController.java:621)
at com.caucho.server.deploy.StartAutoRedeployAutoStrategy.startOnInit(StartAutoRedeployAutoStrategy.java:72)
at com.caucho.server.deploy.DeployController.startOnInit(DeployController.java:509)
at com.caucho.server.deploy.DeployContainer.start(DeployContainer.java:153)
at com.caucho.server.host.HostContainer.start(HostContainer.java:504)
at com.caucho.server.resin.ServletServer.start(ServletServer.java:971)
at com.caucho.server.deploy.DeployController.startImpl(DeployController.java:621)
at com.caucho.server.deploy.AbstractDeployControllerStrategy.start(AbstractDeployControllerStrategy.java:56)
at com.caucho.server.deploy.DeployController.start(DeployController.java:517)
at com.caucho.server.resin.ResinServer.start(ResinServer.java:551)
at com.caucho.server.resin.Resin.init(Resin.java)
at com.caucho.server.resin.Resin.main(Resin.java:625)
Can anybody assist to resolve this issue?
Thanks