-
Notifications
You must be signed in to change notification settings - Fork 35
Error running bezel with the init script #50
Comments
Sorry for the trouble, Tony. I'll take a look. |
What happens if you run: |
Seems like it's a Java configuration issue. A bit of digging has found some possible workarounds until there's a permanent fix: |
Hi Matt, the solution didn't work.... same error.... Do i need to change the proxy settings? even though I don't use one? |
just tried on a ubunto 18.04 box in GCP, getting the following error instead: INFO: Found 1 target... upvote/gae/modules/upvote_app/frontend/web_ui/hostlistpage/host-controller.js:17: ERROR - Namespace not provided by any srcs or direct deps of //upvote/gae/modules/upvote_app/frontend:closure_lib. upvote/gae/modules/upvote_app/frontend/web_ui/hostlistpage/host-controller.js:18: ERROR - Namespace not provided by any srcs or direct deps of //upvote/gae/modules/upvote_app/frontend:closure_lib. 2 error(s), 1 warning(s) Target //upvote/gae:monolith_binary.deploy failed to build |
Having the same error. I have tried on both MacOS and Ubuntu 18.04. ERROR: /home/user/upvote/upvote/gae/modules/upvote_app/frontend/BUILD:20:1: Checking 117 JS files in //upvote/gae/modules/upvote_app/frontend:closure_lib failed (Exit 1) upvote/gae/modules/upvote_app/frontend/web_ui/hostlistpage/host-controller.js:17: ERROR - Namespace not provided by any srcs or direct deps of //upvote/gae/modules/upvote_app/frontend:closure_lib. upvote/gae/modules/upvote_app/frontend/web_ui/hostlistpage/host-controller.js:18: ERROR - Namespace not provided by any srcs or direct deps of //upvote/gae/modules/upvote_app/frontend:closure_lib. 2 error(s), 1 warning(s) Target //upvote/gae:monolith_binary.deploy failed to build Oddly older git commits are having the same issue as described by #46. Any pointers would be helpful, I have tried on clean environments for both. |
The two 'goog.i18n' errors above should now be fixed as of 6650b85 (currently only in staging). I'm still trying to reproduce the PKIX issue. |
the init script ran successfully after I did this:
then comment out the section with KMS related configs. The init script's last line needs to be changed to: |
`Deploying to App Engine...
DEBUG: Rule 'io_bazel_rules_appengine' modified arguments {"shallow_since": "1544654581 -0500"}
ERROR: error loading package '': Encountered error while reading extension file 'closure/defs.bzl': no such package '@io_bazel_rules_closure//closure': java.io.IOException: Error downloading [https://github.com/bazelbuild/rules_closure/archive/d1110778a2e94bcdac5d5d00044dcb6cd07f1d51.tar.gz] to /private/var/tmp/_bazel_tonylin/bca64804a1a5aa72f10fce1fb59a3167/external/io_bazel_rules_closure/d1110778a2e94bcdac5d5d00044dcb6cd07f1d51.tar.gz: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
ERROR: error loading package '': Encountered error while reading extension file 'closure/defs.bzl': no such package '@io_bazel_rules_closure//closure': java.io.IOException: Error downloading [https://github.com/bazelbuild/rules_closure/archive/d1110778a2e94bcdac5d5d00044dcb6cd07f1d51.tar.gz] to /private/var/tmp/_bazel_tonylin/bca64804a1a5aa72f10fce1fb59a3167/external/io_bazel_rules_closure/d1110778a2e94bcdac5d5d00044dcb6cd07f1d51.tar.gz: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
INFO: Elapsed time: 13.410s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
FAILED: Build did NOT complete successfully (0 packages loaded)
Fetching @io_bazel_rules_closure; fetching 13s`
Any help is appreciated. Thanks.
Didn't run into access issues....not sure what this is
The text was updated successfully, but these errors were encountered: