Last active
August 12, 2016 04:06
-
-
Save wapa5pow/8c4ffea6b7b89bacdf12044f5700294b to your computer and use it in GitHub Desktop.
embulk-output-bigquery ssl error
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-08-12 11:54:33.870 +0900 [INFO] (0001:transaction): Loaded plugin embulk-input-mysql (0.7.2) | |
2016-08-12 11:54:43.060 +0900 [INFO] (0001:transaction): Loaded plugin embulk-output-bigquery (0.3.6) | |
2016-08-12 11:54:43.127 +0900 [INFO] (0001:transaction): Fetch size is 10000. Using server-side prepared statement. | |
2016-08-12 11:54:43.585 +0900 [INFO] (0001:transaction): ... | |
2016-08-12 11:54:43.700 +0900 [INFO] (0001:transaction): Using local thread executor with max_threads=2 / tasks=1 | |
2016-08-12 11:54:44.123 +0900 [INFO] (0001:transaction): embulk-output-bigquery: Get dataset... xxx | |
2016-08-12 11:54:44.131 +0900 [DEBUG] (0001:transaction): embulk-output-bigquery: client_options: {:application_name=>"Embulk BigQuery plugin", :application_version=>"0.0.0", :proxy_url=>nil, :use_net_http=>false} | |
2016-08-12 11:54:44.134 +0900 [DEBUG] (0001:transaction): embulk-output-bigquery: request_options: {:authorization=>nil, :retries=>5, :header=>nil, :timeout_sec=>300, :open_timeout_sec=>300} | |
D, [2016-08-12T11:54:44.793000 #23735] DEBUG -- : Sending HTTP get https://www.googleapis.com/bigquery/v2/projects/xxx | |
D, [2016-08-12T11:54:50.775000 #23735] DEBUG -- : Caught error sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target | |
D, [2016-08-12T11:54:50.786000 #23735] DEBUG -- : Error - #<Hurley::SSLError: OpenSSL::SSL::SSLError> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://confluence.atlassian.com/kb/unable-to-connect-to-ssl-services-due-to-pkix-path-building-failed-779355358.html
http://confluence.goldpitcher.co.kr/pages/viewpage.action?pageId=160694688
https://www.mkyong.com/webservices/jax-ws/suncertpathbuilderexception-unable-to-find-valid-certification-path-to-requested-target/
上記あたりをみながらInstallCertで証明書を入れたがだめだった
エラーは同じで以下