Hi,
I have just upgraded my galaxy instance.
When trying to access my galaxy instance home page, I get the following error :
195.221.174.40 - - [02/Jul/2013:15:34:23 +0200] "GET / HTTP/1.1" 500 - "-" "Mozilla/5.0 (Windows NT 6.1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/27.0.1453.116 Safari/537.36"
Error - <class 'mako.exceptions.TopLevelLookupException'>: Cant locate template for uri 'root/index.mako'
URL: http://marmadais.cirad.fr:7090/
File '/SATA/bioinfo/galaxy_dev/galaxy_dist/lib/galaxy/web/framework/middleware/error.py', line 149 in __call__
app_iter = self.application(environ, sr_checker)
File '/SATA/bioinfo/galaxy_dev/galaxy_dist/eggs/Paste-1.7.5.1-py2.6.egg/paste/recursive.py', line 84 in __call__
return self.application(environ, start_response)
File '/SATA/bioinfo/galaxy_dev/galaxy_dist/eggs/Paste-1.7.5.1-py2.6.egg/paste/httpexceptions.py', line 633 in __call__
return self.application(environ, start_response)
File '/SATA/bioinfo/galaxy_dev/galaxy_dist/lib/galaxy/web/framework/base.py', line 132 in __call__
return self.handle_request( environ, start_response )
File '/SATA/bioinfo/galaxy_dev/galaxy_dist/lib/galaxy/web/framework/base.py', line 190 in handle_request
body = method( trans, **kwargs )
File '/SATA/bioinfo/galaxy_dev/galaxy_dist/lib/galaxy/webapps/galaxy/controllers/root.py', line 39 in index
params=kwd )
File '/SATA/bioinfo/galaxy_dev/galaxy_dist/lib/galaxy/web/framework/__init__.py', line 957 in fill_template
return self.fill_template_mako( filename, **kwargs )
File '/SATA/bioinfo/galaxy_dev/galaxy_dist/lib/galaxy/web/framework/__init__.py', line 964 in fill_template_mako
template = self.webapp.mako_template_lookup.get_template( filename )
File '/SATA/bioinfo/galaxy_dev/galaxy_dist/eggs/Mako-0.4.1-py2.6.egg/mako/lookup.py', line 221 in get_template
"Cant locate template for uri %r" % uri)
TopLevelLookupException: Cant locate template for uri 'root/index.mako'
Any help welcome.
Bertrand.