From issues-return-149503-archive-asf-public=cust-asf.ponee.io@flink.apache.org Thu Jan 25 15:23:07 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 1892A180651 for ; Thu, 25 Jan 2018 15:23:07 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 08A22160C3D; Thu, 25 Jan 2018 14:23:07 +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 4F1A9160C13 for ; Thu, 25 Jan 2018 15:23:06 +0100 (CET) Received: (qmail 52245 invoked by uid 500); 25 Jan 2018 14:23:05 -0000 Mailing-List: contact issues-help@flink.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@flink.apache.org Delivered-To: mailing list issues@flink.apache.org Received: (qmail 52236 invoked by uid 99); 25 Jan 2018 14:23:05 -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; Thu, 25 Jan 2018 14:23:05 +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 0B1AF1A0374 for ; Thu, 25 Jan 2018 14:23:05 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -99.411 X-Spam-Level: X-Spam-Status: No, score=-99.411 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_NUMSUBJECT=0.5, RCVD_IN_DNSWL_LOW=-0.7, SPF_PASS=-0.001, T_RP_MATCHES_RCVD=-0.01, USER_IN_WHITELIST=-100] 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 s3Rro1rdmKYp for ; Thu, 25 Jan 2018 14:23:03 +0000 (UTC) Received: from mailrelay1-us-west.apache.org (mailrelay1-us-west.apache.org [209.188.14.139]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with ESMTP id DBEE45FBED for ; Thu, 25 Jan 2018 14:23:02 +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 8C7CAE0026 for ; Thu, 25 Jan 2018 14:23:01 +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 4B408240FA for ; Thu, 25 Jan 2018 14:23:00 +0000 (UTC) Date: Thu, 25 Jan 2018 14:23:00 +0000 (UTC) From: "ASF GitHub Bot (JIRA)" To: issues@flink.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (FLINK-8485) Running Flink inside Intellij no longer works after upgrading from 1.3.2 to 1.4.0 MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/FLINK-8485?page=3Dcom.atlassian= .jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=3D1633= 9272#comment-16339272 ]=20 ASF GitHub Bot commented on FLINK-8485: --------------------------------------- Github user tillrohrmann commented on the issue: https://github.com/apache/flink/pull/5359 =20 Travis passed. Merging this change. > Running Flink inside Intellij no longer works after upgrading from 1.3.2 = to 1.4.0 > -------------------------------------------------------------------------= -------- > > Key: FLINK-8485 > URL: https://issues.apache.org/jira/browse/FLINK-8485 > Project: Flink > Issue Type: Bug > Components: Core > Affects Versions: 1.4.0, 1.5.0 > Reporter: Xuan Nguyen > Assignee: Till Rohrmann > Priority: Blocker > Fix For: 1.5.0, 1.4.1 > > > I upgraded flink from 1.3.2 to 1.4.0 and my simple test case no longer ru= ns within Intellij or any other IDE when I click on the "RUN"=C2=A0button. = =C2=A0I'm using JDK 1.8. > My Dependencies are: > =C2=A0 > {code:java} > dependencies { > compile group: 'log4j', name: 'log4j', version: '1.2.17'=20 > compile 'org.apache.flink:flink-java:1.4.0'=20 > compile 'org.apache.flink:flink-streaming-java_2.11:1.4.0'=20 > compile 'org.apache.flink:flink-clients_2.11:1.4.0'=20 > compile 'org.apache.flink:flink-table_2.11:1.4.0'=20 > compile 'org.apache.flink:flink-scala_2.11:1.4.0'=20 > compile 'org.apache.flink:flink-streaming-scala_2.11:1.4.0' > compile 'org.apache.flink:flink-connector-kafka-0.8_2.11:1.4.0' > compile 'org.apache.flink:flink-queryable-state-runtime_2.11:1.4.0' > compile 'org.apache.flink:flink-queryable-state-client-java__2.11:1.4.0' = testCompile 'junit:junit:+' > } > {code} > =C2=A0 > {{=C2=A0}} > {{The exception:}} > {code:java} > Exception in thread "main" org.apache.flink.runtime.client.JobSubmissionE= xception: Could not retrieve BlobServer address. at org.apache.flink.runtim= e.client.JobSubmissionClientActor$1.call(JobSubmissionClientActor.java:166)= at akka.dispatch.Futures$$anonfun$future$1.apply(Future.scala:97) at scala= .concurrent.impl.Future$PromiseCompletingRunnable.liftedTree1$1(Future.scal= a:24) at scala.concurrent.impl.Future$PromiseCompletingRunnable.run(Future.= scala:24) at akka.dispatch.TaskInvocation.run(AbstractDispatcher.scala:39) = at akka.dispatch.ForkJoinExecutorConfigurator$AkkaForkJoinTask.exec(Abstrac= tDispatcher.scala:415) at scala.concurrent.forkjoin.ForkJoinTask.doExec(For= kJoinTask.java:260) at scala.concurrent.forkjoin.ForkJoinPool$WorkQueue.run= Task(ForkJoinPool.java:1339) at scala.concurrent.forkjoin.ForkJoinPool.runW= orker(ForkJoinPool.java:1979) at scala.concurrent.forkjoin.ForkJoinWorkerTh= read.run(ForkJoinWorkerThread.java:107) Caused by: java.util.concurrent.Exe= cutionException: akka.pattern.AskTimeoutException: Ask timed out on [Actor[= akka://flink/user/jobmanager_1#-1662993273]] after [10000 ms]. Sender[null]= sent message of type "org.apache.flink.runtime.messages.JobManagerMessages= $RequestBlobManagerPort$". at java.util.concurrent.CompletableFuture.report= Get(CompletableFuture.java:357) at java.util.concurrent.CompletableFuture.g= et(CompletableFuture.java:1915) at org.apache.flink.runtime.client.JobSubmi= ssionClientActor$1.call(JobSubmissionClientActor.java:160) ... 9 more Cause= d by: akka.pattern.AskTimeoutException: Ask timed out on [Actor[akka://flin= k/user/jobmanager_1#-1662993273]] after [10000 ms]. Sender[null] sent messa= ge of type "org.apache.flink.runtime.messages.JobManagerMessages$RequestBlo= bManagerPort$". at akka.pattern.PromiseActorRef$$anonfun$1.apply$mcV$sp(Ask= Support.scala:604) at akka.actor.Scheduler$$anon$4.run(Scheduler.scala:126)= at scala.concurrent.Future$InternalCallbackExecutor$.unbatchedExecute(Futu= re.scala:601) at scala.concurrent.BatchingExecutor$class.execute(BatchingEx= ecutor.scala:109) at scala.concurrent.Future$InternalCallbackExecutor$.exec= ute(Future.scala:599) at akka.actor.LightArrayRevolverScheduler$TaskHolder.= executeTask(LightArrayRevolverScheduler.scala:329) at akka.actor.LightArray= RevolverScheduler$$anon$4.executeBucket$1(LightArrayRevolverScheduler.scala= :280) at akka.actor.LightArrayRevolverScheduler$$anon$4.nextTick(LightArray= RevolverScheduler.scala:284) at akka.actor.LightArrayRevolverScheduler$$ano= n$4.run(LightArrayRevolverScheduler.scala:236) at java.lang.Thread.run(Thre= ad.java:748){code} > =C2=A0 > The debug full logs are located in [https://gist.github.com/xuan/e6d4543c= 478c30d5747428589b03dd03]=C2=A0along with the test case. -- This message was sent by Atlassian JIRA (v7.6.3#76005)