Return-Path: X-Original-To: apmail-flink-dev-archive@www.apache.org Delivered-To: apmail-flink-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 2136E17D98 for ; Tue, 7 Apr 2015 19:21:40 +0000 (UTC) Received: (qmail 37132 invoked by uid 500); 7 Apr 2015 19:21:33 -0000 Delivered-To: apmail-flink-dev-archive@flink.apache.org Received: (qmail 37041 invoked by uid 500); 7 Apr 2015 19:21:33 -0000 Mailing-List: contact dev-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 dev@flink.apache.org Received: (qmail 37003 invoked by uid 99); 7 Apr 2015 19:21:33 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 19:21:33 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,T_RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 07 Apr 2015 19:21:32 +0000 Received: (qmail 36949 invoked by uid 99); 7 Apr 2015 19:21:12 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 07 Apr 2015 19:21:12 +0000 Date: Tue, 7 Apr 2015 19:21:12 +0000 (UTC) From: "Fabian Hueske (JIRA)" To: dev@flink.incubator.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Created] (FLINK-1840) Job execution fails on Windows (native and Cygwin) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 X-Virus-Checked: Checked by ClamAV on apache.org Fabian Hueske created FLINK-1840: ------------------------------------ Summary: Job execution fails on Windows (native and Cygwin) Key: FLINK-1840 URL: https://issues.apache.org/jira/browse/FLINK-1840 Project: Flink Issue Type: Bug Components: JobManager Affects Versions: 0.9 Environment: Windows 8.1 (Cygwin and native) Reporter: Fabian Hueske Priority: Critical Fix For: 0.9 Job execution fails on Windows using - {{./bin/flink.bat}} (native) - {{./bin/flink.sh}} (Cygwin) - Web submission client The following exception is thrown: {code} org.apache.flink.client.program.ProgramInvocationException: Could not upload the program's JAR files to the JobManager. at org.apache.flink.client.program.Client.run(Client.java:341) at org.apache.flink.client.program.Client.run(Client.java:313) at org.apache.flink.client.program.Client.run(Client.java:306) at org.apache.flink.client.program.ContextEnvironment.execute(ContextEnvironment.java:63) at org.apache.flink.examples.java.wordcount.WordCount.main(WordCount.java:82) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.lang.reflect.Method.invoke(Unknown Source) at org.apache.flink.client.program.PackagedProgram.callMainMethod(PackagedProgram.java:437) at org.apache.flink.client.program.PackagedProgram.invokeInteractiveModeForExecution(PackagedPro gram.java:353) at org.apache.flink.client.program.Client.run(Client.java:273) at org.apache.flink.client.CliFrontend.executeProgram(CliFrontend.java:584) at org.apache.flink.client.CliFrontend.run(CliFrontend.java:290) at org.apache.flink.client.CliFrontend.parseParameters(CliFrontend.java:886) at org.apache.flink.client.CliFrontend.main(CliFrontend.java:928) Caused by: java.io.IOException: PUT operation failed: Server side error: Cannot move staging file C:\cyg win64\tmp\blobStore-17f49f61-bcb7-45ba-909e-56beca159fe4\incoming\temp-00000000 to BLOB file C:\cygwin64 \tmp\blobStore-17f49f61-bcb7-45ba-909e-56beca159fe4\cache\blob_9d5dc35b7c40b2ddda2df12d7ee8702f5683b131 at org.apache.flink.runtime.blob.BlobClient.putInputStream(BlobClient.java:465) at org.apache.flink.runtime.blob.BlobClient.put(BlobClient.java:327) at org.apache.flink.runtime.jobgraph.JobGraph.uploadRequiredJarFiles(JobGraph.java:457) at org.apache.flink.runtime.client.JobClient$.uploadJarFiles(JobClient.scala:288) at org.apache.flink.runtime.client.JobClient.uploadJarFiles(JobClient.scala) at org.apache.flink.client.program.Client.run(Client.java:338) ... 15 more Caused by: java.io.IOException: Server side error: Cannot move staging file C:\cygwin64\tmp\blobStore-17 f49f61-bcb7-45ba-909e-56beca159fe4\incoming\temp-00000000 to BLOB file C:\cygwin64\tmp\blobStore-17f49f6 1-bcb7-45ba-909e-56beca159fe4\cache\blob_9d5dc35b7c40b2ddda2df12d7ee8702f5683b131 at org.apache.flink.runtime.blob.BlobClient.receivePutResponseAndCompare(BlobClient.java:491) at org.apache.flink.runtime.blob.BlobClient.putInputStream(BlobClient.java:461) ... 20 more Caused by: java.io.IOException: Cannot move staging file C:\cygwin64\tmp\blobStore-17f49f61-bcb7-45ba-90 9e-56beca159fe4\incoming\temp-00000000 to BLOB file C:\cygwin64\tmp\blobStore-17f49f61-bcb7-45ba-909e-56 beca159fe4\cache\blob_9d5dc35b7c40b2ddda2df12d7ee8702f5683b131 at org.apache.flink.runtime.blob.BlobServerConnection.put(BlobServerConnection.java:325) at org.apache.flink.runtime.blob.BlobServerConnection.run(BlobServerConnection.java:109) {code} -- This message was sent by Atlassian JIRA (v6.3.4#6332)