roger-mike commented on PR #22344: URL: https://github.com/apache/beam/pull/22344#issuecomment-1199902961
Hi, @damccorm any idea why this error happens when running the job? https://ci-beam.apache.org/job/beam_PerformanceTests_Debezium/2/console ``` 13:02:05 Traceback (most recent call last): 13:02:05 File "/usr/lib/python3.8/runpy.py", line 194, in _run_module_as_main 13:02:05 return _run_code(code, main_globals, None, 13:02:05 File "/usr/lib/python3.8/runpy.py", line 87, in _run_code 13:02:05 exec(code, run_globals) 13:02:05 File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Debezium/src/sdks/python/apache_beam/testing/load_tests/debezium_performance.py", line 190, in <module> 13:02:05 debeziumTest.createPipeline() 13:02:05 File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Debezium/src/sdks/python/apache_beam/testing/load_tests/debezium_performance.py", line 156, in createPipeline 13:02:05 pipeline | 'Read from debezium' >> ReadFromDebezium( 13:02:05 File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Debezium/src/sdks/python/apache_beam/io/debezium.py", line 168, in __init__ 13:02:05 self.expansion_service = expansion_service or default_io_expansion_service() 13:02:05 File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Debezium/src/sdks/python/apache_beam/io/debezium.py", line 98, in default_io_expansion_service 13:02:05 return BeamJarExpansionService( 13:02:05 File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Debezium/src/sdks/python/apache_beam/transforms/external.py", line 820, in __init__ 13:02:05 path_to_jar = subprocess_server.JavaJarServer.path_to_beam_jar( 13:02:05 File "/home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Debezium/src/sdks/python/apache_beam/utils/subprocess_server.py", line 243, in path_to_beam_jar 13:02:05 raise RuntimeError( 13:02:05 RuntimeError: /home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Debezium/src/sdks/java/io/debezium/expansion-service/build/libs/beam-sdks-java-io-debezium-expansion-service-2.41.0-SNAPSHOT.jar not found. Please build the server with 13:02:05 cd /home/jenkins/jenkins-slave/workspace/beam_PerformanceTests_Debezium/src; ./gradlew sdks:java:io:debezium:expansion-service:shadowJar ``` -- 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]
