svetakvsundhar opened a new issue, #33335: URL: https://github.com/apache/beam/issues/33335
### What happened? I am building the maven archetype project, following the instructions [here](https://beam.apache.org/get-started/quickstart-java/): When running the `ExampleEchoPipeline`, I see the error below on `DataflowRunner` <img width="1056" alt="Screenshot 2024-12-09 at 3 10 38 PM" src="https://github.com/user-attachments/assets/191a0cdb-b74c-4dfe-b170-1332380148b9"> . I tried reproducing all the way down to the most simple `Create.of(str,str)` , but still the pipeline stalls on that step, with no error messages/observability. Is this an issue with dependencies/the `pom.xml` file on the archetype project? ### Issue Priority Priority: 2 (default / most bugs should be filed as P2) ### Issue Components - [ ] Component: Python SDK - [X] Component: Java SDK - [ ] Component: Go SDK - [ ] Component: Typescript SDK - [ ] Component: IO connector - [ ] Component: Beam YAML - [ ] Component: Beam examples - [ ] Component: Beam playground - [ ] Component: Beam katas - [ ] Component: Website - [ ] Component: Infrastructure - [ ] Component: Spark Runner - [ ] Component: Flink Runner - [ ] Component: Samza Runner - [ ] Component: Twister2 Runner - [ ] Component: Hazelcast Jet Runner - [ ] Component: Google Cloud Dataflow Runner -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
