Skip to content

Instantly share code, notes, and snippets.

@vilterp
Created August 11, 2014 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vilterp/c99e18e8ae1a4bfa7a36 to your computer and use it in GitHub Desktop.
Save vilterp/c99e18e8ae1a4bfa7a36 to your computer and use it in GitHub Desktop.
URL: http://localdocker:8080/workflow/run?id=f2db41e1fa331b3e
File '/galaxy/galaxy-python/eggs/WebError-0.8a-py2.7.egg/weberror/evalexception/middleware.py', line 364 in respond
app_iter = self.application(environ, detect_start_response)
File '/galaxy/galaxy-python/eggs/Paste-1.6-py2.7.egg/paste/debug/prints.py', line 98 in __call__
environ, self.app)
File '/galaxy/galaxy-python/eggs/Paste-1.6-py2.7.egg/paste/wsgilib.py', line 539 in intercept_output
app_iter = application(environ, replacement_start_response)
File '/galaxy/galaxy-python/eggs/Paste-1.6-py2.7.egg/paste/recursive.py', line 80 in __call__
return self.application(environ, start_response)
File '/galaxy/galaxy-python/eggs/Paste-1.6-py2.7.egg/paste/httpexceptions.py', line 632 in __call__
return self.application(environ, start_response)
File '/galaxy/galaxy-python/lib/galaxy/web/framework/base.py', line 132 in __call__
return self.handle_request( environ, start_response )
File '/galaxy/galaxy-python/lib/galaxy/web/framework/base.py', line 185 in handle_request
body = method( trans, **kwargs )
File '/galaxy/galaxy-python/lib/galaxy/webapps/galaxy/controllers/workflow.py', line 1587 in run
job, out_data = tool.execute( trans, step.state.inputs, history=target_history)
File '/galaxy/galaxy-python/lib/galaxy/tools/__init__.py', line 2133 in execute
return self.tool_action.execute( self, trans, incoming=incoming, set_output_hid=set_output_hid, history=history, **kwargs )
File '/galaxy/galaxy-python/lib/galaxy/tools/actions/globus-latlon.py', line 78 in execute
home = os.path.join(trans.app.config.home_root, username)
File '/usr/lib/python2.7/posixpath.py', line 68 in join
elif path == '' or path.endswith('/'):
AttributeError: 'NoneType' object has no attribute 'endswith'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment