Advertisement
Guest User

Untitled

a guest
Nov 27th, 2012
131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.62 KB | None | 0 0
  1.  
  2. Traceback (most recent call last):
  3. File "/home/john/workspace/galaxyp-central/lib/galaxy/tools/__init__.py", line 1791, in handle_input
  4. _, out_data = self.execute( trans, incoming=params, history=history )
  5. File "/home/john/workspace/galaxyp-central/lib/galaxy/tools/__init__.py", line 2116, in execute
  6. return self.tool_action.execute( self, trans, incoming=incoming, set_output_hid=set_output_hid, history=history, **kwargs )
  7. File "/home/john/workspace/galaxyp-central/lib/galaxy/tools/actions/upload.py", line 20, in execute
  8. uploaded_datasets = upload_common.get_uploaded_datasets( trans, '', incoming, precreated_datasets, dataset_upload_inputs )
  9. File "/home/john/workspace/galaxyp-central/lib/galaxy/tools/actions/upload_common.py", line 222, in get_uploaded_datasets
  10. data = new_upload( trans, cntrller, uploaded_dataset, library_bunch, history=history )
  11. File "/home/john/workspace/galaxyp-central/lib/galaxy/tools/actions/upload_common.py", line 214, in new_upload
  12. return new_history_upload( trans, uploaded_dataset, state, history=history )
  13. File "/home/john/workspace/galaxyp-central/lib/galaxy/tools/actions/upload_common.py", line 117, in new_history_upload
  14. sa_session = trans.sa_session )
  15. File "<string>", line 4, in __init__
  16. File "/home/john/workspace/galaxyp-central/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.7.egg/sqlalchemy/orm/state.py", line 82, in initialize_instance
  17. return manager.events.original_init(*mixed[1:], **kwargs)
  18. File "/home/john/workspace/galaxyp-central/lib/galaxy/model/__init__.py", line 1380, in __init__
  19. self.history = history
  20. File "/home/john/workspace/galaxyp-central/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.7.egg/sqlalchemy/orm/attributes.py", line 150, in __set__
  21. self.impl.set(instance_state(instance), instance_dict(instance), value, None)
  22. File "/home/john/workspace/galaxyp-central/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.7.egg/sqlalchemy/orm/attributes.py", line 590, in set
  23. value = self.fire_replace_event(state, dict_, value, old, initiator)
  24. File "/home/john/workspace/galaxyp-central/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.7.egg/sqlalchemy/orm/attributes.py", line 610, in fire_replace_event
  25. value = ext.set(state, value, previous, initiator or self)
  26. File "/home/john/workspace/galaxyp-central/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.7.egg/sqlalchemy/orm/attributes.py", line 847, in set
  27. new_state, new_dict = instance_state(child), instance_dict(child)
  28. File "/home/john/workspace/galaxyp-central/lib/galaxy/web/framework/__init__.py", line 1128, in __getattr__
  29. if key not in self: raise AttributeError, key
  30. AttributeError: _sa_instance_state
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement