[
https://issues.apache.org/jira/browse/BEAM-9460?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17121644#comment-17121644
]
Kenneth Knowles commented on BEAM-9460:
---------------------------------------
This issue is assigned but has not received an update in 30 days so it has been
labeled "stale-assigned". If you are still working on the issue, please give an
update and remove the label. If you are no longer working on the issue, please
unassign so someone else may work on it. In 7 days the issue will be
automatically unassigned.
> 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
> Assignee: Aizhamal Nurmamat kyzy
> Priority: P2
> Labels: stale-assigned
>
> *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)