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

[jira] [Commented] (AIRAVATA-3363) mod_wsgi: Truncated or oversized response headers received from daemon process

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

ASF subversion and git services commented on AIRAVATA-3363:
-----------------------------------------------------------

Commit 5a7d80193317cd73b4d33f3f3f2745f1a252c32c in airavata's branch refs/heads/master from Marcus Christie
[ https://gitbox.apache.org/repos/asf?p=airavata.git;h=5a7d801 ]

AIRAVATA-3363 WSGIApplicationGroup setting for Python modules with C extensions


> mod_wsgi: Truncated or oversized response headers received from daemon process
> ------------------------------------------------------------------------------
>
>                 Key: AIRAVATA-3363
>                 URL: https://issues.apache.org/jira/browse/AIRAVATA-3363
>             Project: Airavata
>          Issue Type: Bug
>          Components: Django Portal
>            Reporter: Marcus Christie
>            Assignee: Marcus Christie
>            Priority: Major
>
> mod_wsgi errors for the Django Portal when integrated with Custos:
> {code}
> [Tue Aug 11 18:59:24.552801 2020] [wsgi:error] [pid 8643] [client 68.51.122.242:51536] Timeout when reading response headers from daemon process 'aci.general.scigap.org': /var/www/portals/django-airavata-custos-integration/airavata-django-portal/django_airavata/wsgi.py, referer: https://aci.general.scigap.org/admin/users/
> ...
> [Tue Aug 11 19:03:29.714533 2020] [wsgi:error] [pid 7967] [client 68.51.122.242:52587] Truncated or oversized response headers received from daemon process 'aci.general.scigap.org': /var/www/portals/django-airavata-custos-integration/airavata-django-portal/django_airavata/wsgi.py, referer: https://aci.general.scigap.org/
> ...
> {code}
> Turns out the problem is probably related to running C extensions in some Python modules. Just a guess but it might be the grpc libraries since those are new with the Custos integration. https://serverfault.com/questions/844761/wsgi-truncated-or-oversized-response-headers-received-from-daemon-process/844786#844786
> The fix was to add 
> {code}
> WSGIApplicationGroup %{GLOBAL}
> {code}
> to the virtual conf file.



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