trferreira-br

Azure - Maven - AppService

Feb 22nd, 2022 (edited)
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.22 KB | None | 0 0
  1. [ERROR] Failed to execute goal com.microsoft.azure:azure-webapp-maven-plugin:1.12.0:config (default-cli) on project spring-petclinic:
  2.  
  3. Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid c
  4. ertification path to requested target
  5. at sun.security.validator.PKIXValidator.doBuild (PKIXValidator.java:439)
  6. at sun.security.validator.PKIXValidator.engineValidate (PKIXValidator.java:306)
  7. at sun.security.validator.Validator.validate (Validator.java:271)
  8. at sun.security.ssl.X509TrustManagerImpl.validate (X509TrustManagerImpl.java:312)
  9. at sun.security.ssl.X509TrustManagerImpl.checkTrusted (X509TrustManagerImpl.java:221)
  10. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted (X509TrustManagerImpl.java:128)
  11. at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts (CertificateMessage.java:636)
  12. at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate (CertificateMessage.java:471)
  13. at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume (CertificateMessage.java:367)
  14. at sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:376)
  15. at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:479)
  16. at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:457)
  17. at sun.security.ssl.TransportContext.dispatch (TransportContext.java:200)
  18. at sun.security.ssl.SSLTransport.decode (SSLTransport.java:154)
  19. at sun.security.ssl.SSLSocketImpl.decode (SSLSocketImpl.java:1290)
  20. at sun.security.ssl.SSLSocketImpl.readHandshakeRecord (SSLSocketImpl.java:1199)
  21. at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:401)
  22. at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:373)
  23. at okhttp3.internal.connection.RealConnection.connectTls (RealConnection.java:320)
  24. at okhttp3.internal.connection.RealConnection.establishProtocol (RealConnection.java:284)
  25. at okhttp3.internal.connection.RealConnection.connect (RealConnection.java:169)
  26. at okhttp3.internal.connection.StreamAllocation.findConnection (StreamAllocation.java:258)
  27. at okhttp3.internal.connection.StreamAllocation.findHealthyConnection (StreamAllocation.java:135)
  28. at okhttp3.internal.connection.StreamAllocation.newStream (StreamAllocation.java:114)
  29. at okhttp3.internal.connection.ConnectInterceptor.intercept (ConnectInterceptor.java:42)
  30. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  31. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  32. at okhttp3.internal.cache.CacheInterceptor.intercept (CacheInterceptor.java:93)
  33. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  34. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  35. at okhttp3.internal.http.BridgeInterceptor.intercept (BridgeInterceptor.java:93)
  36. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  37. at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept (RetryAndFollowUpInterceptor.java:127)
  38. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  39. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  40. at com.microsoft.rest.retry.RetryHandler.intercept (RetryHandler.java:75)
  41. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  42. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  43. at com.microsoft.rest.interceptors.CustomHeadersInterceptor.intercept (CustomHeadersInterceptor.java:140)
  44. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  45. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  46. at com.microsoft.rest.interceptors.UserAgentInterceptor.intercept (UserAgentInterceptor.java:83)
  47. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  48. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  49. at com.microsoft.azure.credentials.AzureTokenCredentialsInterceptor.intercept (AzureTokenCredentialsInterceptor.java:40)
  50. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  51. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  52. at com.microsoft.azure.management.resources.fluentcore.utils.ResourceManagerThrottlingInterceptor.intercept (ResourceManagerThrottlingInterceptor.java:56)
  53. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  54. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  55. at com.microsoft.azure.management.resources.fluentcore.utils.ProviderRegistrationInterceptor.intercept (ProviderRegistrationInterceptor.java:40)
  56. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  57. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  58. at com.microsoft.rest.interceptors.BaseUrlHandler.intercept (BaseUrlHandler.java:43)
  59. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  60. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  61. at com.microsoft.rest.interceptors.RequestIdHeaderInterceptor.intercept (RequestIdHeaderInterceptor.java:29)
  62. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  63. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  64. at okhttp3.RealCall.getResponseWithInterceptorChain (RealCall.java:257)
  65. at okhttp3.RealCall.execute (RealCall.java:93)
  66. at retrofit2.OkHttpCall.execute (OkHttpCall.java:188)
  67. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call (CallExecuteOnSubscribe.java:40)
  68. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call (CallExecuteOnSubscribe.java:24)
  69. at rx.Observable.unsafeSubscribe (Observable.java:10327)
  70. at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
  71. at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
  72. at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
  73. at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
  74. at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
  75. at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
  76. at rx.Observable.subscribe (Observable.java:10423)
  77. at rx.Observable.subscribe (Observable.java:10390)
  78. at rx.observables.BlockingObservable.blockForSingle (BlockingObservable.java:443)
  79. at rx.observables.BlockingObservable.single (BlockingObservable.java:340)
  80. at com.microsoft.azure.management.resources.implementation.SubscriptionsInner.list (SubscriptionsInner.java:248)
  81. at com.microsoft.azure.management.resources.implementation.SubscriptionsImpl.list (SubscriptionsImpl.java:38)
  82. at com.microsoft.azure.management.Azure$AuthenticatedImpl.withDefaultSubscription (Azure.java:405)
  83. at com.microsoft.azure.maven.auth.AzureClientFactory.getAzureClient (AzureClientFactory.java:39)
  84. at com.microsoft.azure.maven.AbstractAzureMojo.getAzureClientByAuthType (AbstractAzureMojo.java:310)
  85. at com.microsoft.azure.maven.webapp.ConfigMojo.chooseExistingWebappForConfiguration (ConfigMojo.java:480)
  86. at com.microsoft.azure.maven.webapp.ConfigMojo.config (ConfigMojo.java:141)
  87. at com.microsoft.azure.maven.webapp.ConfigMojo.doExecute (ConfigMojo.java:122)
  88. at com.microsoft.azure.maven.AbstractAzureMojo.execute (AbstractAzureMojo.java:463)
  89. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
  90. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
  91. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
  92. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
  93. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  94. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  95. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
  96. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  97. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
  98. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
  99. at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
  100. at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
  101. at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
  102. at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
  103. at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  104. at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  105. at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  106. at java.lang.reflect.Method.invoke (Method.java:498)
  107. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
  108. at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
  109. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
  110. at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
  111. Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
  112. at sun.security.provider.certpath.SunCertPathBuilder.build (SunCertPathBuilder.java:141)
  113. at sun.security.provider.certpath.SunCertPathBuilder.engineBuild (SunCertPathBuilder.java:126)
  114. at java.security.cert.CertPathBuilder.build (CertPathBuilder.java:280)
  115. at sun.security.validator.PKIXValidator.doBuild (PKIXValidator.java:434)
  116. at sun.security.validator.PKIXValidator.engineValidate (PKIXValidator.java:306)
  117. at sun.security.validator.Validator.validate (Validator.java:271)
  118. at sun.security.ssl.X509TrustManagerImpl.validate (X509TrustManagerImpl.java:312)
  119. at sun.security.ssl.X509TrustManagerImpl.checkTrusted (X509TrustManagerImpl.java:221)
  120. at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted (X509TrustManagerImpl.java:128)
  121. at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts (CertificateMessage.java:636)
  122. at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate (CertificateMessage.java:471)
  123. at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume (CertificateMessage.java:367)
  124. at sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:376)
  125. at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:479)
  126. at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:457)
  127. at sun.security.ssl.TransportContext.dispatch (TransportContext.java:200)
  128. at sun.security.ssl.SSLTransport.decode (SSLTransport.java:154)
  129. at sun.security.ssl.SSLSocketImpl.decode (SSLSocketImpl.java:1290)
  130. at sun.security.ssl.SSLSocketImpl.readHandshakeRecord (SSLSocketImpl.java:1199)
  131. at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:401)
  132. at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:373)
  133. at okhttp3.internal.connection.RealConnection.connectTls (RealConnection.java:320)
  134. at okhttp3.internal.connection.RealConnection.establishProtocol (RealConnection.java:284)
  135. at okhttp3.internal.connection.RealConnection.connect (RealConnection.java:169)
  136. at okhttp3.internal.connection.StreamAllocation.findConnection (StreamAllocation.java:258)
  137. at okhttp3.internal.connection.StreamAllocation.findHealthyConnection (StreamAllocation.java:135)
  138. at okhttp3.internal.connection.StreamAllocation.newStream (StreamAllocation.java:114)
  139. at okhttp3.internal.connection.ConnectInterceptor.intercept (ConnectInterceptor.java:42)
  140. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  141. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  142. at okhttp3.internal.cache.CacheInterceptor.intercept (CacheInterceptor.java:93)
  143. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  144. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  145. at okhttp3.internal.http.BridgeInterceptor.intercept (BridgeInterceptor.java:93)
  146. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  147. at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept (RetryAndFollowUpInterceptor.java:127)
  148. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  149. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  150. at com.microsoft.rest.retry.RetryHandler.intercept (RetryHandler.java:75)
  151. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  152. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  153. at com.microsoft.rest.interceptors.CustomHeadersInterceptor.intercept (CustomHeadersInterceptor.java:140)
  154. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  155. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  156. at com.microsoft.rest.interceptors.UserAgentInterceptor.intercept (UserAgentInterceptor.java:83)
  157. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  158. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  159. at com.microsoft.azure.credentials.AzureTokenCredentialsInterceptor.intercept (AzureTokenCredentialsInterceptor.java:40)
  160. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  161. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  162. at com.microsoft.azure.management.resources.fluentcore.utils.ResourceManagerThrottlingInterceptor.intercept (ResourceManagerThrottlingInterceptor.java:56)
  163. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  164. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  165. at com.microsoft.azure.management.resources.fluentcore.utils.ProviderRegistrationInterceptor.intercept (ProviderRegistrationInterceptor.java:40)
  166. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  167. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  168. at com.microsoft.rest.interceptors.BaseUrlHandler.intercept (BaseUrlHandler.java:43)
  169. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  170. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  171. at com.microsoft.rest.interceptors.RequestIdHeaderInterceptor.intercept (RequestIdHeaderInterceptor.java:29)
  172. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
  173. at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
  174. at okhttp3.RealCall.getResponseWithInterceptorChain (RealCall.java:257)
  175. at okhttp3.RealCall.execute (RealCall.java:93)
  176. at retrofit2.OkHttpCall.execute (OkHttpCall.java:188)
  177. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call (CallExecuteOnSubscribe.java:40)
  178. at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call (CallExecuteOnSubscribe.java:24)
  179. at rx.Observable.unsafeSubscribe (Observable.java:10327)
  180. at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
  181. at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
  182. at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
  183. at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
  184. at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
  185. at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
  186. at rx.Observable.subscribe (Observable.java:10423)
  187. at rx.Observable.subscribe (Observable.java:10390)
  188. at rx.observables.BlockingObservable.blockForSingle (BlockingObservable.java:443)
  189. at rx.observables.BlockingObservable.single (BlockingObservable.java:340)
  190. at com.microsoft.azure.management.resources.implementation.SubscriptionsInner.list (SubscriptionsInner.java:248)
  191. at com.microsoft.azure.management.resources.implementation.SubscriptionsImpl.list (SubscriptionsImpl.java:38)
  192. at com.microsoft.azure.management.Azure$AuthenticatedImpl.withDefaultSubscription (Azure.java:405)
  193. at com.microsoft.azure.maven.auth.AzureClientFactory.getAzureClient (AzureClientFactory.java:39)
  194. at com.microsoft.azure.maven.AbstractAzureMojo.getAzureClientByAuthType (AbstractAzureMojo.java:310)
  195. at com.microsoft.azure.maven.webapp.ConfigMojo.chooseExistingWebappForConfiguration (ConfigMojo.java:480)
  196. at com.microsoft.azure.maven.webapp.ConfigMojo.config (ConfigMojo.java:141)
  197. at com.microsoft.azure.maven.webapp.ConfigMojo.doExecute (ConfigMojo.java:122)
  198. at com.microsoft.azure.maven.AbstractAzureMojo.execute (AbstractAzureMojo.java:463)
  199. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
  200. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
  201. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
  202. at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
  203. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
  204. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
  205. at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
  206. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
  207. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
  208. at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
  209. at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
  210. at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
  211. at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
  212. at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
  213. at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
  214. at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
  215. at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
  216. at java.lang.reflect.Method.invoke (Method.java:498)
  217. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
  218. at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
  219. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
  220. at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
  221.  
Add Comment
Please, Sign In to add comment