Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NotUserNorGroup exception during workflow import #772

Closed
hackdna opened this issue Nov 18, 2015 · 1 comment
Closed

NotUserNorGroup exception during workflow import #772

hackdna opened this issue Nov 18, 2015 · 1 comment

Comments

@hackdna
Copy link
Member

hackdna commented Nov 18, 2015

Commit 8fdddd2

(refinery-platform)vagrant@refinery:/vagrant/refinery$ ./manage.py import_workflows
1 workflow engines found
Importing from workflow engine 'Galaxy - localhost' ...
2015-11-18 12:23:12 DEBUG    bioblend:134 _get_retry() - Client._get_retry - attempts left: 1; retry delay: 10
2015-11-18 12:23:12 INFO     requests.packages.urllib3.connectionpool:203 _new_conn() - Starting new HTTP connection (1): 192.168.50.1
2015-11-18 12:23:12 DEBUG    requests.packages.urllib3.connectionpool:383 _make_request() - "GET /api/workflows?key=d4b779b65639f11170cd22ed89f6a6bf HTTP/1.1" 200 None
2015-11-18 12:23:12 DEBUG    bioblend:134 _get_retry() - Client._get_retry - attempts left: 1; retry delay: 10
2015-11-18 12:23:12 INFO     requests.packages.urllib3.connectionpool:203 _new_conn() - Starting new HTTP connection (1): 192.168.50.1
2015-11-18 12:23:12 DEBUG    requests.packages.urllib3.connectionpool:383 _make_request() - "GET /api/workflows/b887d74393f85b6d?key=d4b779b65639f11170cd22ed89f6a6bf HTTP/1.1" 200 None
2015-11-18 12:23:12 DEBUG    bioblend:134 _get_retry() - Client._get_retry - attempts left: 1; retry delay: 10
2015-11-18 12:23:12 INFO     requests.packages.urllib3.connectionpool:203 _new_conn() - Starting new HTTP connection (1): 192.168.50.1
2015-11-18 12:23:12 DEBUG    requests.packages.urllib3.connectionpool:383 _make_request() - "GET /api/workflows/33b43b4e7093c91f?key=d4b779b65639f11170cd22ed89f6a6bf HTTP/1.1" 200 None
2015-11-18 12:23:12 DEBUG    bioblend:134 _get_retry() - Client._get_retry - attempts left: 1; retry delay: 10
2015-11-18 12:23:12 INFO     requests.packages.urllib3.connectionpool:203 _new_conn() - Starting new HTTP connection (1): 192.168.50.1
2015-11-18 12:23:12 DEBUG    requests.packages.urllib3.connectionpool:383 _make_request() - "GET /api/workflows/f597429621d6eb2b?key=d4b779b65639f11170cd22ed89f6a6bf HTTP/1.1" 200 None
2015-11-18 12:23:12 INFO     workflow_manager.tasks:62 get_workflows() - Importing workflow FastQC ...
2015-11-18 12:23:12 DEBUG    bioblend:134 _get_retry() - Client._get_retry - attempts left: 1; retry delay: 10
2015-11-18 12:23:12 INFO     requests.packages.urllib3.connectionpool:203 _new_conn() - Starting new HTTP connection (1): 192.168.50.1
2015-11-18 12:23:12 DEBUG    requests.packages.urllib3.connectionpool:383 _make_request() - "GET /api/workflows/download/b887d74393f85b6d?key=d4b779b65639f11170cd22ed89f6a6bf HTTP/1.1" 200 None
NotUserNorGroup: User/AnonymousUser or Group instance is required (got None)
@hackdna
Copy link
Member Author

hackdna commented Nov 18, 2015

Workflow engine was created without assignment to a management group (https://github.com/parklab/refinery-platform/wiki/importing-galaxy-workflows)

@hackdna hackdna closed this as completed Nov 18, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant