Hello, I keep running into this error when trying ...
# getting-started
h
Hello, I keep running into this error when trying to build the frontend docker image. I'm using an M1 machine. Any help please?
Copy code
#12 632.3 FAILURE: Build failed with an exception.
#12 632.3
#12 632.3 * What went wrong:
#12 632.3 Execution failed for task ':li-utils:generateDataTemplate'.
#12 632.3 > Could not resolve all files for configuration ':li-utils:pegasusPlugin'.
#12 632.3    > Could not resolve com.linkedin.pegasus:data-avro-generator:29.22.16.
#12 632.3      Required by:
#12 632.3          project :li-utils
#12 632.3       > Could not resolve com.linkedin.pegasus:data-avro-generator:29.22.16.
#12 632.3          > Could not get resource '<https://linkedin.jfrog.io/artifactory/open-source/com/linkedin/pegasus/data-avro-generator/29.22.16/data-avro-generator-29.22.16.pom>'.
#12 632.3             > Could not GET '<https://linkedin.jfrog.io/artifactory/open-source/com/linkedin/pegasus/data-avro-generator/29.22.16/data-avro-generator-29.22.16.pom>'.
#12 632.3                > Connect to <http://linkedin.jfrog.io:443|linkedin.jfrog.io:443> [<http://linkedin.jfrog.io/104.198.68.46|linkedin.jfrog.io/104.198.68.46>] failed: connect timed out
#12 632.3    > Could not resolve com.linkedin.pegasus:generator:29.22.16.
#12 632.3      Required by:
#12 632.3          project :li-utils
#12 632.3       > Could not resolve com.linkedin.pegasus:generator:29.22.16.
#12 632.3          > Could not get resource '<https://linkedin.jfrog.io/artifactory/open-source/com/linkedin/pegasus/generator/29.22.16/generator-29.22.16.pom>'.
#12 632.3             > Could not GET '<https://linkedin.jfrog.io/artifactory/open-source/com/linkedin/pegasus/generator/29.22.16/generator-29.22.16.pom>'.
#12 632.3                > Connect to <http://linkedin.jfrog.io:443|linkedin.jfrog.io:443> [<http://linkedin.jfrog.io/104.198.68.46|linkedin.jfrog.io/104.198.68.46>] failed: connect timed out
#12 632.3    > Could not resolve com.linkedin.pegasus:restli-tools:29.22.16.
#12 632.3      Required by:
#12 632.3          project :li-utils
#12 632.3       > Could not resolve com.linkedin.pegasus:restli-tools:29.22.16.
#12 632.3          > Could not get resource '<https://linkedin.jfrog.io/artifactory/open-source/com/linkedin/pegasus/restli-tools/29.22.16/restli-tools-29.22.16.pom>'.
#12 632.3             > Could not GET '<https://linkedin.jfrog.io/artifactory/open-source/com/linkedin/pegasus/restli-tools/29.22.16/restli-tools-29.22.16.pom>'.
#12 632.3                > Connect to <http://linkedin.jfrog.io:443|linkedin.jfrog.io:443> [<http://linkedin.jfrog.io/104.198.68.46|linkedin.jfrog.io/104.198.68.46>] failed: connect timed out
#12 632.3
#12 632.3 * Try:
#12 632.3 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.
#12 632.3
#12 632.3 * Get more help at <https://help.gradle.org>
#12 632.3
#12 632.3 BUILD FAILED in 1m 51s
h
cc: @green-football-43791
g
Hey there- are you running from inside of a vpn? its possible that your network is blocking calls out to
Copy code
<https://linkedin.jfrog.io/>
h
hey, hmm no I'm not running from within a vpn. In fact I can access
<https://linkedin.jfrog.io/>
from the browser just fine