You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Beam JIRA Bot (Jira)" <ji...@apache.org> on 2020/08/10 17:07:10 UTC

[jira] [Commented] (BEAM-9460) Unable to Start DataFlow Runner in latest version 2.19

    [ https://issues.apache.org/jira/browse/BEAM-9460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17174511#comment-17174511 ] 

Beam JIRA Bot commented on BEAM-9460:
-------------------------------------

This issue is P2 but has been unassigned without any comment for 60 days so it has been labeled "stale-P2". If this issue is still affecting you, we care! Please comment and remove the label. Otherwise, in 14 days the issue will be moved to P3.

Please see https://beam.apache.org/contribute/jira-priorities/ for a detailed explanation of what these priorities mean.


> Unable to Start DataFlow Runner in latest version 2.19
> ------------------------------------------------------
>
>                 Key: BEAM-9460
>                 URL: https://issues.apache.org/jira/browse/BEAM-9460
>             Project: Beam
>          Issue Type: Bug
>          Components: dependencies, runner-dataflow
>    Affects Versions: 2.19.0
>            Reporter: karthik
>            Priority: P2
>              Labels: stale-P2
>
> *Unable to Start DataFlow Runner. It was working in old version 2.18. Exception trace in the latest version*
> INFO: No stagingLocation provided, falling back to gcpTempLocation
> [WARNING]
> java.lang.RuntimeException: Failed to construct instance from factory method DataflowRunner#fromOptions(interface org.apache.beam.sdk.options.PipelineOptions)
>  at org.apache.beam.sdk.util.InstanceBuilder.buildFromMethod (InstanceBuilder.java:224)
>  at org.apache.beam.sdk.util.InstanceBuilder.build (InstanceBuilder.java:155)
>  at org.apache.beam.sdk.PipelineRunner.fromOptions (PipelineRunner.java:55)
>  at org.apache.beam.sdk.Pipeline.create (Pipeline.java:147)
>  at com.pearson.gap.analytics.activeusers.ActiveUsersCube.run (ActiveUsersCube.java:84)
>  at com.pearson.gap.analytics.activeusers.ActiveUsersCube.main (ActiveUsersCube.java:109)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke (Method.java:498)
>  at org.codehaus.mojo.exec.ExecJavaMojo$1.run (ExecJavaMojo.java:282)
>  at java.lang.Thread.run (Thread.java:745)
> Caused by: java.lang.reflect.InvocationTargetException
>  at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke (Method.java:498)
>  at org.apache.beam.sdk.util.InstanceBuilder.buildFromMethod (InstanceBuilder.java:214)
>  at org.apache.beam.sdk.util.InstanceBuilder.build (InstanceBuilder.java:155)
>  at org.apache.beam.sdk.PipelineRunner.fromOptions (PipelineRunner.java:55)
>  at org.apache.beam.sdk.Pipeline.create (Pipeline.java:147)
>  at com.pearson.gap.analytics.activeusers.ActiveUsersCube.run (ActiveUsersCube.java:84)
>  at com.pearson.gap.analytics.activeusers.ActiveUsersCube.main (ActiveUsersCube.java:109)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke (Method.java:498)
>  at org.codehaus.mojo.exec.ExecJavaMojo$1.run (ExecJavaMojo.java:282)
>  at java.lang.Thread.run (Thread.java:745)
> Caused by: java.lang.IllegalArgumentException: No files to stage has been found.
>  at org.apache.beam.runners.dataflow.DataflowRunner.fromOptions (DataflowRunner.java:281)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke (Method.java:498)
>  at org.apache.beam.sdk.util.InstanceBuilder.buildFromMethod (InstanceBuilder.java:214)
>  at org.apache.beam.sdk.util.InstanceBuilder.build (InstanceBuilder.java:155)
>  at org.apache.beam.sdk.PipelineRunner.fromOptions (PipelineRunner.java:55)
>  at org.apache.beam.sdk.Pipeline.create (Pipeline.java:147)
>  at com.pearson.gap.analytics.activeusers.ActiveUsersCube.run (ActiveUsersCube.java:84)
>  at com.pearson.gap.analytics.activeusers.ActiveUsersCube.main (ActiveUsersCube.java:109)
>  at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
>  at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
>  at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
>  at java.lang.reflect.Method.invoke (Method.java:498)
>  at org.codehaus.mojo.exec.ExecJavaMojo$1.run (ExecJavaMojo.java:282)
>  at java.lang.Thread.run (Thread.java:745)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)