You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Jeff Webb (Jira)" <ji...@apache.org> on 2021/09/14 22:51:00 UTC

[jira] [Updated] (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:all-tabpanel ]

Jeff Webb updated BEAM-9460:
----------------------------
    Resolution: Won't Fix
        Status: Resolved  (was: Triage Needed)

old issue - resolving

 

> 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: P3
>
> *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)