Hi Gradle Support,
When i tape “gradle build” is SUCCESSFUL for my BigQuery Project.
But, when i tape “gradle run”, I have this error :
C:\Users\soukna\Katalon Studio\BG>gradle run
> Task :run FAILED
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':run'.
> Could not resolve all files for configuration ':runtimeClasspath'.
> Could not resolve org.apache.arrow:arrow-vector:12.0.0.
Required by:
project : > com.google.cloud:google-cloud-bigquery:2.29.0
> Could not resolve org.apache.arrow:arrow-vector:12.0.0.
> Could not get resource 'https://repo.maven.apache.org/maven2/org/apache/arrow/arrow-vector/12.0.0/arrow-vector-12.0.0.pom'.
> Failed to move file 'C:\Users\soukna\.gradle\.tmp\gradle_download3687080235392622037bin' into filestore at 'org.apache.arrow/arrow-vector/12.0.0/46e4493b724e454fc322474a25bc7bb3e4607bfb/arrow-vector-12.0.0.pom'
> Failed to create parent directory 'C:\Users\soukna\.gradle\caches\modules-2\files-2.1\org.apache.arrow' when creating directory 'C:\Users\soukna\.gradle\caches\modules-2\files-2.1\org.apache.arrow\arrow-vector\12.0.0\46e4493b724e454fc322474a25bc7bb3e4607bfb'
> Could not resolve org.apache.arrow:arrow-format:12.0.0.
Required by:
project : > com.google.cloud:google-cloud-bigquery:2.29.0
> Could not resolve org.apache.arrow:arrow-format:12.0.0.
> Could not get resource 'https://repo.maven.apache.org/maven2/org/apache/arrow/arrow-format/12.0.0/arrow-format-12.0.0.pom'.
> Failed to move file 'C:\Users\soukna\.gradle\.tmp\gradle_download3374441869250706967bin' into filestore at 'org.apache.arrow/arrow-format/12.0.0/90081978513c67f97cb0bfd02f3c5c444d22db54/arrow-format-12.0.0.pom'
> Failed to create parent directory 'C:\Users\soukna\.gradle\caches\modules-2\files-2.1\org.apache.arrow' when creating directory 'C:\Users\soukna\.gradle\caches\modules-2\files-2.1\org.apache.arrow\arrow-format\12.0.0\90081978513c67f97cb0bfd02f3c5c444d22db54'
> Could not resolve org.apache.arrow:arrow-memory-core:12.0.0.
Required by:
project : > com.google.cloud:google-cloud-bigquery:2.29.0
> Could not resolve org.apache.arrow:arrow-memory-core:12.0.0.
> Could not get resource 'https://repo.maven.apache.org/maven2/org/apache/arrow/arrow-memory-core/12.0.0/arrow-memory-core-12.0.0.pom'.
> Failed to move file 'C:\Users\soukna\.gradle\.tmp\gradle_download4962238574849595528bin' into filestore at 'org.apache.arrow/arrow-memory-core/12.0.0/c2466ee9d11f83d3b627165cd8758c1ef50dec79/arrow-memory-core-12.0.0.pom'
> Failed to create parent directory 'C:\Users\soukna\.gradle\caches\modules-2\files-2.1\org.apache.arrow' when creating directory 'C:\Users\soukna\.gradle\caches\modules-2\files-2.1\org.apache.arrow\arrow-memory-core\12.0.0\c2466ee9d11f83d3b627165cd8758c1ef50dec79'
> Could not resolve org.apache.arrow:arrow-memory-netty:12.0.0.
Required by:
project : > com.google.cloud:google-cloud-bigquery:2.29.0
> Could not resolve org.apache.arrow:arrow-memory-netty:12.0.0.
> Could not get resource 'https://repo.maven.apache.org/maven2/org/apache/arrow/arrow-memory-netty/12.0.0/arrow-memory-netty-12.0.0.pom'.
> Failed to move file 'C:\Users\soukna\.gradle\.tmp\gradle_download3392959242109713314bin' into filestore at 'org.apache.arrow/arrow-memory-netty/12.0.0/67ebb6ac8bf0f95b1617bfaf199afd6e83f72a30/arrow-memory-netty-12.0.0.pom'
> Failed to create parent directory 'C:\Users\soukna\.gradle\caches\modules-2\files-2.1\org.apache.arrow' when creating directory 'C:\Users\soukna\.gradle\caches\modules-2\files-2.1\org.apache.arrow\arrow-memory-netty\12.0.0\67ebb6ac8bf0f95b1617bfaf199afd6e83f72a30'
* Try:
> Run with --stacktrace option to get the stack trace.
> Run with --info or --debug option to get more log output.
> Run with --scan to get full insights.
> Get more help at https://help.gradle.org.
BUILD FAILED in 1s
1 actionable task: 1 executed
Help Help please !!!
I think it comes from the vpn bug because it works on my personal pc. But not very sure at 100%.
Someone who encountered this error ?
Thank U