Hi all,
The "Repository dependency definitions" link is working on the
Main Tool Shed, but fails with the following exception on the
Test Tool Shed:
URL:
http://testtoolshed.g2.bx.psu.edu/repository/browse_repository_dependencies
File
'/var/opt/galaxy/toolshed_data/test_toolshed/lib/galaxy/web/framework/middleware/error.py',
line 149 in __call__
app_iter = self.application(environ, sr_checker)
File
'/var/opt/galaxy/toolshed_data/test_toolshed/eggs/Paste-1.7.5.1-py2.7.egg/paste/debug/prints.py',
line 106 in __call__
environ, self.app)
File
'/var/opt/galaxy/toolshed_data/test_toolshed/eggs/Paste-1.7.5.1-py2.7.egg/paste/wsgilib.py',
line 543 in intercept_output
app_iter = application(environ, replacement_start_response)
File
'/var/opt/galaxy/toolshed_data/test_toolshed/eggs/Paste-1.7.5.1-py2.7.egg/paste/recursive.py',
line 84 in __call__
return self.application(environ, start_response)
File
'/var/opt/galaxy/toolshed_data/test_toolshed/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpexceptions.py',
line 633 in __call__
return self.application(environ, start_response)
File
'/var/opt/galaxy/toolshed_data/test_toolshed/lib/galaxy/web/framework/base.py',
line 132 in __call__
return self.handle_request( environ, start_response )
File
'/var/opt/galaxy/toolshed_data/test_toolshed/lib/galaxy/web/framework/base.py',
line 190 in handle_request
body = method( trans, **kwargs )
File
'/var/opt/galaxy/toolshed_data/test_toolshed/lib/galaxy/webapps/tool_shed/controllers/repository.py',
line 765 in browse_repository_dependencies
return self.repository_dependencies_grid( trans, **kwd )
File
'/var/opt/galaxy/toolshed_data/test_toolshed/lib/galaxy/web/framework/helpers/grids.py',
line 306 in __call__
kwargs=kwargs )
File
'/var/opt/galaxy/toolshed_data/test_toolshed/lib/galaxy/web/framework/webapp.py',
line 772 in fill_template
return self.fill_template_mako( filename, **kwargs )
File
'/var/opt/galaxy/toolshed_data/test_toolshed/lib/galaxy/web/framework/webapp.py',
line 787 in fill_template_mako
return template.render( **data )
File
'/var/opt/galaxy/toolshed_data/test_toolshed/eggs/Mako-0.4.1-py2.7.egg/mako/template.py',
line 296 in render
return runtime._render(self, self.callable_, args, data)
File
'/var/opt/galaxy/toolshed_data/test_toolshed/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
line 660 in _render
**_kwargs_for_callable(callable_, data))
File
'/var/opt/galaxy/toolshed_data/test_toolshed/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
line 692 in _render_context
_exec_template(inherit, lclcontext, args=args, kwargs=kwargs)
File
'/var/opt/galaxy/toolshed_data/test_toolshed/eggs/Mako-0.4.1-py2.7.egg/mako/runtime.py',
line 718 in _exec_template
callable_(context, *args, **kwargs)
File
'/var/opt/galaxy/toolshed_data/test_toolshed/database/compiled_templates/community/base.mako.py',
line 66 in render_body
__M_writer(unicode(next.body()))
File
'/var/opt/galaxy/toolshed_data/test_toolshed/database/compiled_templates/community/grid_base.mako.py',
line 91 in render_body
__M_writer(unicode(self.load()))
File
'/var/opt/galaxy/toolshed_data/test_toolshed/database/compiled_templates/community/grid_base.mako.py',
line 120 in render_load
__M_writer(unicode( h.dumps( self.get_grid_config(
embedded=embedded, insert=insert ) ) ))
File
'/var/opt/galaxy/toolshed_data/test_toolshed/database/compiled_templates/community/grid_base.mako.py',
line 303 in render_get_grid_config
value = column.get_value( trans, grid, item )
File
'/var/opt/galaxy/toolshed_data/test_toolshed/lib/tool_shed/grids/repository_grids.py',
line 1505 in get_value
required_repository_metadata_id = trans.security.encode_id(
required_repository_metadata.id )
AttributeError: 'NoneType' object has no attribute 'id'
Regards,
Peter