suztomo commented on pull request #16377: URL: https://github.com/apache/beam/pull/16377#issuecomment-1005171546
In https://ci-beam.apache.org/job/beam_PostCommit_Java_DataflowV1_PR/58/console, I see NoClassDefFoundError : ``` 12:39:49 > Task :runners:google-cloud-dataflow-java:coreSDKJavaLegacyWorkerIntegrationTest NO-SOURCE 12:39:53 12:39:53 > Task :runners:google-cloud-dataflow-java:examplesJavaLegacyWorkerIntegrationTest 12:39:53 12:39:53 org.apache.beam.examples.complete.AutoCompleteIT > initializationError FAILED 12:39:53 java.lang.NoClassDefFoundError at Class.java:-2 12:39:53 Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382 12:39:53 12:39:53 org.apache.beam.examples.complete.TopWikipediaSessionsIT > initializationError FAILED 12:39:53 java.lang.NoClassDefFoundError at Class.java:-2 12:39:53 Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382 12:39:53 12:39:53 org.apache.beam.examples.complete.TrafficRoutesIT > initializationError FAILED 12:39:53 java.lang.NoClassDefFoundError at Class.java:-2 12:39:53 Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382 12:39:53 12:39:53 org.apache.beam.examples.complete.TrafficMaxLaneFlowIT > initializationError FAILED 12:39:53 java.lang.NoClassDefFoundError at Class.java:-2 12:39:53 Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382 12:39:53 12:39:53 org.apache.beam.examples.complete.TfIdfIT > initializationError FAILED 12:39:53 java.lang.NoClassDefFoundError at Class.java:-2 12:39:53 Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382 12:39:53 12:39:53 org.apache.beam.examples.cookbook.BigQueryTornadoesIT > initializationError FAILED 12:39:53 java.lang.NoClassDefFoundError at Class.java:-2 12:39:53 Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382 12:39:53 12:39:53 org.apache.beam.examples.snippets.transforms.io.gcp.bigquery.BigQuerySamplesIT > initializationError FAILED 12:39:53 java.lang.NoClassDefFoundError at Class.java:-2 12:39:53 Caused by: java.lang.ClassNotFoundException at URLClassLoader.java:382 12:39:53 12:39:53 7 tests completed, 7 failed ``` https://scans.gradle.com/s/sjhloabkaffks/tests/:runners:google-cloud-dataflow-java:examplesJavaLegacyWorkerIntegrationTest/org.apache.beam.examples.complete.TfIdfIT/initializationError?expanded-stacktrace=WyIwIiwiMC0xIl0&top-execution=1 shows `java.lang.NoClassDefFoundError: org/apache/beam/examples/complete/TfIdf$Options`. What are the Avro problems you observe? -- 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]
