You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by "Ashok Kumar (JIRA)" <ji...@apache.org> on 2018/08/29 22:04:00 UTC

[jira] [Updated] (AIRFLOW-2982) DAG Graph View: error: INTERNAL SERVER ERROR

     [ https://issues.apache.org/jira/browse/AIRFLOW-2982?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ashok Kumar updated AIRFLOW-2982:
---------------------------------
    Description: 
I followed the steps mentioned in [https://kubernetes.io/blog/2018/06/28/airflow-on-kubernetes-part-1-a-different-kind-of-operator/] and the rbac related presented in [https://github.com/apache/incubator-airflow/blob/master/CONTRIBUTING.md#setting-up-the-node--npm-javascript-environment-only-for-www_rbac]

The tree view is empty to begin with and when refreshed gives: error: INTERNAL SERVER ERROR

Inspect on the browser shows:

{{Failed to load resource: the server responded with a status of 404 (NOT FOUND)}}{{dagre-d3.min.js:24}}

{{Uncaught TypeError: svgEdgeLabels.exit is not a function}}
 {{at createEdgeLabels (dagre-d3.min.js:24)}}
 {{at Array.fn (dagre-d3.min.js:90)}}
 {{at Array.Co.call (d3.min.js:3)}}
 {{at graph?dag_id=example_bash_operator:1160}}

{{:8080/object/task_instances?execution_date=+%2B+execution_date+%2B+&dag_id=%2B%0A++++++dag.dag_id+%2B+:1 }}

{{Failed to load resource: the server responded with a status of 500 (INTERNAL SERVER ERROR)}}

  was:
I followed the steps mentioned in [https://kubernetes.io/blog/2018/06/28/airflow-on-kubernetes-part-1-a-different-kind-of-operator/] and the rbac related presented in [https://github.com/apache/incubator-airflow/blob/master/CONTRIBUTING.md#setting-up-the-node--npm-javascript-environment-only-for-www_rbac]

The tree view is empty to begin with and when refreshed gives: error: INTERNAL SERVER ERROR

Inspect on the browser shows:

{{Failed to load resource: the server responded with a status of 404 (NOT FOUND)}}
{{dagre-d3.min.js:24 Uncaught TypeError: svgEdgeLabels.exit is not a function}}
{{at createEdgeLabels (dagre-d3.min.js:24)}}
{{at Array.fn (dagre-d3.min.js:90)}}
{{at Array.Co.call (d3.min.js:3)}}
{{at graph?dag_id=example_bash_operator:1160}}
{{:8080/object/task_instances?execution_date=+%2B+execution_date+%2B+&amp;dag_id=%2B%0A++++++dag.dag_id+%2B+:1 Failed to load resource: the server responded with a status of 500 (INTERNAL SERVER ERROR)}}

 

This is the line in 


> DAG Graph View: error: INTERNAL SERVER ERROR
> --------------------------------------------
>
>                 Key: AIRFLOW-2982
>                 URL: https://issues.apache.org/jira/browse/AIRFLOW-2982
>             Project: Apache Airflow
>          Issue Type: Bug
>         Environment: Build environment:
> Ubuntu 16.04
> Kubernetes:
> Client Version: version.Info{Major:"1", Minor:"11", GitVersion:"v1.11.2", GitCommit:"bb9ffb1654d4a729bb4cec18ff088eacc153c239", GitTreeState:"clean", BuildDate:"2018-08-07T23:17:28Z", GoVersion:"go1.10.3", Compiler:"gc", Platform:"linux/amd64"}
> Server Version: version.Info{Major:"1", Minor:"9", GitVersion:"v1.9.4", GitCommit:"bee2d1505c4fe820744d26d41ecd3fdd4a3d6546", GitTreeState:"clean", BuildDate:"2018-03-12T16:21:35Z", GoVersion:"go1.9.3", Compiler:"gc", Platform:"linux/amd64"}
>            Reporter: Ashok Kumar
>            Priority: Minor
>
> I followed the steps mentioned in [https://kubernetes.io/blog/2018/06/28/airflow-on-kubernetes-part-1-a-different-kind-of-operator/] and the rbac related presented in [https://github.com/apache/incubator-airflow/blob/master/CONTRIBUTING.md#setting-up-the-node--npm-javascript-environment-only-for-www_rbac]
> The tree view is empty to begin with and when refreshed gives: error: INTERNAL SERVER ERROR
> Inspect on the browser shows:
> {{Failed to load resource: the server responded with a status of 404 (NOT FOUND)}}{{dagre-d3.min.js:24}}
> {{Uncaught TypeError: svgEdgeLabels.exit is not a function}}
>  {{at createEdgeLabels (dagre-d3.min.js:24)}}
>  {{at Array.fn (dagre-d3.min.js:90)}}
>  {{at Array.Co.call (d3.min.js:3)}}
>  {{at graph?dag_id=example_bash_operator:1160}}
> {{:8080/object/task_instances?execution_date=+%2B+execution_date+%2B+&dag_id=%2B%0A++++++dag.dag_id+%2B+:1 }}
> {{Failed to load resource: the server responded with a status of 500 (INTERNAL SERVER ERROR)}}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)