Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 078C62009DC for ; Tue, 2 May 2017 18:43:10 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 060E3160BAC; Tue, 2 May 2017 16:43:10 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 4CF91160B9D for ; Tue, 2 May 2017 18:43:09 +0200 (CEST) Received: (qmail 98009 invoked by uid 500); 2 May 2017 16:43:08 -0000 Mailing-List: contact commits-help@airflow.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@airflow.incubator.apache.org Delivered-To: mailing list commits@airflow.incubator.apache.org Received: (qmail 98000 invoked by uid 99); 2 May 2017 16:43:08 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 02 May 2017 16:43:08 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 296C31AFCC3 for ; Tue, 2 May 2017 16:43:08 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.501 X-Spam-Level: X-Spam-Status: No, score=-99.501 tagged_above=-999 required=6.31 tests=[KAM_NUMSUBJECT=0.5, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001, USER_IN_WHITELIST=-100] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id MmoMXN_vOZjY for ; Tue, 2 May 2017 16:43:06 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with ESMTP id 49CE45FC8E for ; Tue, 2 May 2017 16:43:06 +0000 (UTC) Received: from jira-lw-us.apache.org (unknown [207.244.88.139]) by mailrelay1-us-west.apache.org (ASF Mail Server at mailrelay1-us-west.apache.org) with ESMTP id B8640E0DA5 for ; Tue, 2 May 2017 16:43:05 +0000 (UTC) Received: from jira-lw-us.apache.org (localhost [127.0.0.1]) by jira-lw-us.apache.org (ASF Mail Server at jira-lw-us.apache.org) with ESMTP id 5AB1021DF6 for ; Tue, 2 May 2017 16:43:04 +0000 (UTC) Date: Tue, 2 May 2017 16:43:04 +0000 (UTC) From: "Hamed (JIRA)" To: commits@airflow.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (AIRFLOW-1165) airflow webservice crashes on ubuntu16 - python3 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 archived-at: Tue, 02 May 2017 16:43:10 -0000 Hamed created AIRFLOW-1165: ------------------------------ Summary: airflow webservice crashes on ubuntu16 - python3 Key: AIRFLOW-1165 URL: https://issues.apache.org/jira/browse/AIRFLOW-1165 Project: Apache Airflow Issue Type: Bug Reporter: Hamed I am trying to run airflow webserver on ubuntu16, python3 and ran to this issue. Any idea? {code} [2017-05-02 16:36:34,789] [24096] {_internal.py:87} WARNING - * Debugger is active! [2017-05-02 16:36:34,790] [24096] {_internal.py:87} INFO - * Debugger PIN: 294-518-137 Exception in thread Thread-1: Traceback (most recent call last): File "/usr/lib/python3.5/threading.py", line 914, in _bootstrap_inner self.run() File "/usr/lib/python3.5/threading.py", line 862, in run self._target(*self._args, **self._kwargs) File "/usr/local/lib/python3.5/dist-packages/werkzeug/serving.py", line 696, in inner fd=fd) File "/usr/local/lib/python3.5/dist-packages/werkzeug/serving.py", line 590, in make_server passthrough_errors, ssl_context, fd=fd) File "/usr/local/lib/python3.5/dist-packages/werkzeug/serving.py", line 525, in __init__ self.socket = ssl_context.wrap_socket(sock, server_side=True) File "/usr/local/lib/python3.5/dist-packages/werkzeug/serving.py", line 447, in wrap_socket ssl_version=self._protocol, **kwargs) File "/usr/lib/python3.5/ssl.py", line 1069, in wrap_socket ciphers=ciphers) File "/usr/lib/python3.5/ssl.py", line 680, in __init__ raise ValueError("certfile must be specified for server-side " ValueError: certfile must be specified for server-side operations {code} -- This message was sent by Atlassian JIRA (v6.3.15#6346)