You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "Marcus Christie (Jira)" <ji...@apache.org> on 2020/09/24 16:44:00 UTC

[jira] [Comment Edited] (AIRAVATA-3372) BUG: Saved experiment cannot be edited and launch

    [ https://issues.apache.org/jira/browse/AIRAVATA-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17201649#comment-17201649 ] 

Marcus Christie edited comment on AIRAVATA-3372 at 9/24/20, 4:43 PM:
---------------------------------------------------------------------

Looks like we have another one of these: 

{code}
MariaDB [experiment_catalog]> set @tid = 'TASK_0b649d16-5369-49b7-82c5-7cc4ee1cc46e';
MariaDB [experiment_catalog]> select count(1) from TASK_STATUS where TASK_ID = @tid;
+----------+
| count(1) |
+----------+
|    80285 |
+----------+
1 row in set (2.14 sec)
{code}




was (Author: marcuschristie):
Looks like we have another one of these: 

```
MariaDB [experiment_catalog]> set @tid = 'TASK_0b649d16-5369-49b7-82c5-7cc4ee1cc46e';
MariaDB [experiment_catalog]> select count(1) from TASK_STATUS where TASK_ID = @tid;
+----------+
| count(1) |
+----------+
|    80285 |
+----------+
1 row in set (2.14 sec)
```


> BUG: Saved experiment cannot be edited and launch
> -------------------------------------------------
>
>                 Key: AIRAVATA-3372
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3372
>             Project: Airavata
>          Issue Type: Sub-task
>          Components: Airavata API, Django Portal
>    Affects Versions: 0.19
>         Environment: https://seagrid.org/
>            Reporter: Eroma
>            Assignee: Marcus Christie
>            Priority: Major
>             Fix For: 0.19
>
>
> # Create an experiment and save for later launch
>  # Select the above experiment edit, and change the wall time and launch.
>  # Error message in Django - *"An error occurred while processing your request. The gateway administrator has been notified of this error."*
>  # In the mailed error report the folowing
> timeout
> The read operation timed out
> Django Version:	1.11.29
> Exception Type:	timeout
> Exception Value:	
> The read operation timed out
> Exception Location:	/usr/lib64/python3.6/ssl.py in read, line 589
> Python Executable:	/var/www/portals/django-seagrid/venv/bin/python
> Python Version:	3.6.8
> Python Path:	
> ['/usr/lib64/python36.zip',
>  '/usr/lib64/python3.6',
>  '/usr/lib64/python3.6/lib-dynload',
>  '/var/www/portals/django-seagrid/venv/lib64/python3.6/site-packages',
>  '/var/www/portals/django-seagrid/airavata-django-portal',
>  '/var/www/portals/django-seagrid/venv/lib/python3.6/site-packages',
>  '/var/www/portals/django-seagrid/venv/lib64/python3.6/site-packages/IPython/extensions']



--
This message was sent by Atlassian Jira
(v8.3.4#803005)