From user-return-22604-archive-asf-public=cust-asf.ponee.io@flink.apache.org Mon Sep 3 12:12:37 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id C9C20180647 for ; Mon, 3 Sep 2018 12:12:36 +0200 (CEST) Received: (qmail 71925 invoked by uid 500); 3 Sep 2018 10:12:35 -0000 Mailing-List: contact user-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list user@flink.apache.org Received: (qmail 71915 invoked by uid 99); 3 Sep 2018 10:12:35 -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; Mon, 03 Sep 2018 10:12:35 +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 4213D1A002B for ; Mon, 3 Sep 2018 10:12:35 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: 3.485 X-Spam-Level: *** X-Spam-Status: No, score=3.485 tagged_above=-999 required=6.31 tests=[DKIM_ADSP_CUSTOM_MED=0.001, NML_ADSP_CUSTOM_MED=1.2, SPF_HELO_PASS=-0.001, SPF_SOFTFAIL=0.972, URI_HEX=1.313] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id ZkJGUhmdbxgz for ; Mon, 3 Sep 2018 10:12:34 +0000 (UTC) Received: from n4.nabble.com (n4.nabble.com [199.38.86.66]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id D92775F434 for ; Mon, 3 Sep 2018 10:12:33 +0000 (UTC) Received: from n4.nabble.com (localhost [127.0.0.1]) by n4.nabble.com (Postfix) with ESMTP id 0E75F155ADB5 for ; Mon, 3 Sep 2018 05:12:33 -0500 (CDT) Date: Mon, 3 Sep 2018 05:12:33 -0500 (CDT) From: Mar_zieh To: user@flink.apache.org Message-ID: <1535969553056-0.post@n4.nabble.com> In-Reply-To: References: <1468924550707-8016.post@n4.nabble.com> <1468925506268-8018.post@n4.nabble.com> Subject: Re: Can't access Flink Dashboard at 8081, running Flink program using Eclipse MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Hello I added these dependencies to "pom.xml"; also, I added configuration to my code like these: Configuration config = new Configuration(); config.setBoolean(ConfigConstants.LOCAL_START_WEBSERVER, true); StreamExecutionEnvironment env = StreamExecutionEnvironment.createLocalEnvironment(getP, config); First, I could connect to Dashboard,but now I get this error: "Exception in thread "main" java.net.BindException: Address already in use: bind" I know it is related to port number (8081) which is shared with other programs. But I cannot solve it. Would you please guide me? I really appreciate it. Sincerely -- Sent from: http://apache-flink-user-mailing-list-archive.2336050.n4.nabble.com/