Advertisement
Guest User

Untitled

a guest
Apr 17th, 2013
127
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.83 KB | None | 0 0
  1. AttributeError: 'NoneType' object has no attribute 'deleted'</b><br>
  2. </div>
  3. <div id="short_text_version" class="hidden-data">
  4. <textarea style="width: 100%" rows=20 cols=60>URL: http://galaxyp.msi.umn.edu/dataset/display_application?app_action=data&amp;user_id=5247f94ebfb23817&amp;app_name=protvis_mzml&amp;action_param=galaxy_f0e73fa532fde728.mzml&amp;link_name=ProtVis&amp;dataset_id=f0e73fa532fde728
  5. File '/opt/galaxy/web/eggs/WebError-0.8a-py2.7.egg/weberror/evalexception/middleware.py', line 364 in respond
  6. app_iter = self.application(environ, detect_start_response)
  7. File '/opt/galaxy/web/eggs/Paste-1.7.5.1-py2.7.egg/paste/recursive.py', line 84 in __call__
  8. return self.application(environ, start_response)
  9. File '/opt/galaxy/web/lib/galaxy/web/framework/middleware/remoteuser.py', line 91 in __call__
  10. return self.app( environ, start_response )
  11. File '/opt/galaxy/web/eggs/Paste-1.7.5.1-py2.7.egg/paste/httpexceptions.py', line 633 in __call__
  12. return self.application(environ, start_response)
  13. File '/opt/galaxy/web/lib/galaxy/web/framework/base.py', line 132 in __call__
  14. return self.handle_request( environ, start_response )
  15. File '/opt/galaxy/web/lib/galaxy/web/framework/base.py', line 159 in handle_request
  16. trans = self.transaction_factory( environ )
  17. File '/opt/galaxy/web/lib/galaxy/web/framework/__init__.py', line 238 in &lt;lambda&gt;
  18. self.set_transaction_factory( lambda e: self.transaction_chooser( e, galaxy_app, session_cookie ) )
  19. File '/opt/galaxy/web/lib/galaxy/web/framework/__init__.py', line 269 in transaction_chooser
  20. return GalaxyWebTransaction( environ, galaxy_app, self, session_cookie )
  21. File '/opt/galaxy/web/lib/galaxy/web/framework/__init__.py', line 358 in __init__
  22. if self.app.config.use_remote_user and self.galaxy_session.user.deleted:
  23. AttributeError: 'NoneType' object has no attribute 'deleted'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement