Help Please,
So I am feeling a bit dumb right now. I have set-up another local Galaxy test server and have enabled all of the user authentication stuff in the galaxy.ini. I am using nginx for proxy
however am not using the external authentication or remote. Every time a user clicks on the User->Register – there is the following error:
URL: http://10.115.0.65:8080/user/create
Module galaxy.web.framework.middleware.error:149 in
__call__
>>
app_iter =
self.application(environ,
sr_checker)
Module paste.recursive:84 in __call__
>>
return
self.application(environ,
start_response)
Module paste.httpexceptions:633 in __call__
>>
return
self.application(environ,
start_response)
Module galaxy.web.framework.base:133 in
__call__
>>
return
self.handle_request(
environ, start_response )
Module galaxy.web.framework.base:191 in
handle_request
>>
body =
method( trans, **kwargs
)
Module galaxy.webapps.galaxy.controllers.user:746 in
create
>>
status=status
)
Module galaxy.web.framework.webapp:810 in
fill_template
>>
return
self.fill_template_mako(
filename, **kwargs )
Module galaxy.web.framework.webapp:818 in
fill_template_mako
>>
template =
template_lookup.get_template(
filename )
Module mako.lookup:218 in get_template
>>
return
self._load(srcfile,
uri)
Module mako.lookup:283 in _load
>>
**self.template_args)
Module mako.template:218 in __init__
>>
module =
self._compile_from_file(path,
filename)
Module mako.template:245 in _compile_from_file
>>
module =
imp.load_source(self.module_id,
path, open(path,
'rb'))
IOError: [Errno 13] Permission denied: '/home/galaxy/galaxy_dist/database/compiled_templates/user/register.mako.py'
extra data
This may be an intermittent problem due to load or other unpredictable factors, reloading the page may address the problem.
Any help would be very much appreciated.
Sincerely
Dallas Thomas