Page 1 of 1

Heatmap gives 404 Not Found error

Posted: Sun Jun 26, 2011 10:46 am
by HoleInOne
OpenEMM 6.2 (Dutch version)
installed on VMWare using the Image files from sourceforge.net (part1..3)

reproducing steps:

1. Select a mailing
2. Click on Statistics
3. Click on Heatmap

After this, in the graphic area the following error shows:

404 Not Found

The path '/ecs_view' was not found.

Traceback (most recent call last):
File "cherrypy\_cprequest.pyo", line 606, in respond
File "cherrypy\_cpdispatch.pyo", line 25, in __call__
File "openobject\tools\_expose.pyo", line 182, in func_wrapper
File "openobject\controllers\_root.pyo", line 87, in default
File "cherrypy\_cperror.pyo", line 227, in __call__
NotFound: (404, "The path '/ecs_view' was not found.")

Powered by CherryPy 3.1.2

Re: Heatmap gives 404 Not Found error

Posted: Mon Jun 27, 2011 8:54 pm
by maschoff
Did you set property ecs.server.url in file emm.properties to the URL of your OpenEMM installation (see OpenEMM Install Guide for details)?

Re: Heatmap gives 404 Not Found error

Posted: Wed Jul 06, 2011 7:03 pm
by HoleInOne
That did the trick. Thanks.