Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [ERROR] Failed to execute goal com.microsoft.azure:azure-webapp-maven-plugin:1.12.0:config (default-cli) on project spring-petclinic:
- Caused by: sun.security.validator.ValidatorException: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid c
- ertification path to requested target
- at sun.security.validator.PKIXValidator.doBuild (PKIXValidator.java:439)
- at sun.security.validator.PKIXValidator.engineValidate (PKIXValidator.java:306)
- at sun.security.validator.Validator.validate (Validator.java:271)
- at sun.security.ssl.X509TrustManagerImpl.validate (X509TrustManagerImpl.java:312)
- at sun.security.ssl.X509TrustManagerImpl.checkTrusted (X509TrustManagerImpl.java:221)
- at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted (X509TrustManagerImpl.java:128)
- at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts (CertificateMessage.java:636)
- at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate (CertificateMessage.java:471)
- at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume (CertificateMessage.java:367)
- at sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:376)
- at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:479)
- at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:457)
- at sun.security.ssl.TransportContext.dispatch (TransportContext.java:200)
- at sun.security.ssl.SSLTransport.decode (SSLTransport.java:154)
- at sun.security.ssl.SSLSocketImpl.decode (SSLSocketImpl.java:1290)
- at sun.security.ssl.SSLSocketImpl.readHandshakeRecord (SSLSocketImpl.java:1199)
- at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:401)
- at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:373)
- at okhttp3.internal.connection.RealConnection.connectTls (RealConnection.java:320)
- at okhttp3.internal.connection.RealConnection.establishProtocol (RealConnection.java:284)
- at okhttp3.internal.connection.RealConnection.connect (RealConnection.java:169)
- at okhttp3.internal.connection.StreamAllocation.findConnection (StreamAllocation.java:258)
- at okhttp3.internal.connection.StreamAllocation.findHealthyConnection (StreamAllocation.java:135)
- at okhttp3.internal.connection.StreamAllocation.newStream (StreamAllocation.java:114)
- at okhttp3.internal.connection.ConnectInterceptor.intercept (ConnectInterceptor.java:42)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at okhttp3.internal.cache.CacheInterceptor.intercept (CacheInterceptor.java:93)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at okhttp3.internal.http.BridgeInterceptor.intercept (BridgeInterceptor.java:93)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept (RetryAndFollowUpInterceptor.java:127)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.rest.retry.RetryHandler.intercept (RetryHandler.java:75)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.rest.interceptors.CustomHeadersInterceptor.intercept (CustomHeadersInterceptor.java:140)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.rest.interceptors.UserAgentInterceptor.intercept (UserAgentInterceptor.java:83)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.azure.credentials.AzureTokenCredentialsInterceptor.intercept (AzureTokenCredentialsInterceptor.java:40)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.azure.management.resources.fluentcore.utils.ResourceManagerThrottlingInterceptor.intercept (ResourceManagerThrottlingInterceptor.java:56)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.azure.management.resources.fluentcore.utils.ProviderRegistrationInterceptor.intercept (ProviderRegistrationInterceptor.java:40)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.rest.interceptors.BaseUrlHandler.intercept (BaseUrlHandler.java:43)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.rest.interceptors.RequestIdHeaderInterceptor.intercept (RequestIdHeaderInterceptor.java:29)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at okhttp3.RealCall.getResponseWithInterceptorChain (RealCall.java:257)
- at okhttp3.RealCall.execute (RealCall.java:93)
- at retrofit2.OkHttpCall.execute (OkHttpCall.java:188)
- at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call (CallExecuteOnSubscribe.java:40)
- at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call (CallExecuteOnSubscribe.java:24)
- at rx.Observable.unsafeSubscribe (Observable.java:10327)
- at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
- at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
- at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
- at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
- at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
- at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
- at rx.Observable.subscribe (Observable.java:10423)
- at rx.Observable.subscribe (Observable.java:10390)
- at rx.observables.BlockingObservable.blockForSingle (BlockingObservable.java:443)
- at rx.observables.BlockingObservable.single (BlockingObservable.java:340)
- at com.microsoft.azure.management.resources.implementation.SubscriptionsInner.list (SubscriptionsInner.java:248)
- at com.microsoft.azure.management.resources.implementation.SubscriptionsImpl.list (SubscriptionsImpl.java:38)
- at com.microsoft.azure.management.Azure$AuthenticatedImpl.withDefaultSubscription (Azure.java:405)
- at com.microsoft.azure.maven.auth.AzureClientFactory.getAzureClient (AzureClientFactory.java:39)
- at com.microsoft.azure.maven.AbstractAzureMojo.getAzureClientByAuthType (AbstractAzureMojo.java:310)
- at com.microsoft.azure.maven.webapp.ConfigMojo.chooseExistingWebappForConfiguration (ConfigMojo.java:480)
- at com.microsoft.azure.maven.webapp.ConfigMojo.config (ConfigMojo.java:141)
- at com.microsoft.azure.maven.webapp.ConfigMojo.doExecute (ConfigMojo.java:122)
- at com.microsoft.azure.maven.AbstractAzureMojo.execute (AbstractAzureMojo.java:463)
- at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
- at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
- at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
- at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
- at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
- at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
- at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
- at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
- at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
- at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke (Method.java:498)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
- at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
- at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
- Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target
- at sun.security.provider.certpath.SunCertPathBuilder.build (SunCertPathBuilder.java:141)
- at sun.security.provider.certpath.SunCertPathBuilder.engineBuild (SunCertPathBuilder.java:126)
- at java.security.cert.CertPathBuilder.build (CertPathBuilder.java:280)
- at sun.security.validator.PKIXValidator.doBuild (PKIXValidator.java:434)
- at sun.security.validator.PKIXValidator.engineValidate (PKIXValidator.java:306)
- at sun.security.validator.Validator.validate (Validator.java:271)
- at sun.security.ssl.X509TrustManagerImpl.validate (X509TrustManagerImpl.java:312)
- at sun.security.ssl.X509TrustManagerImpl.checkTrusted (X509TrustManagerImpl.java:221)
- at sun.security.ssl.X509TrustManagerImpl.checkServerTrusted (X509TrustManagerImpl.java:128)
- at sun.security.ssl.CertificateMessage$T12CertificateConsumer.checkServerCerts (CertificateMessage.java:636)
- at sun.security.ssl.CertificateMessage$T12CertificateConsumer.onCertificate (CertificateMessage.java:471)
- at sun.security.ssl.CertificateMessage$T12CertificateConsumer.consume (CertificateMessage.java:367)
- at sun.security.ssl.SSLHandshake.consume (SSLHandshake.java:376)
- at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:479)
- at sun.security.ssl.HandshakeContext.dispatch (HandshakeContext.java:457)
- at sun.security.ssl.TransportContext.dispatch (TransportContext.java:200)
- at sun.security.ssl.SSLTransport.decode (SSLTransport.java:154)
- at sun.security.ssl.SSLSocketImpl.decode (SSLSocketImpl.java:1290)
- at sun.security.ssl.SSLSocketImpl.readHandshakeRecord (SSLSocketImpl.java:1199)
- at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:401)
- at sun.security.ssl.SSLSocketImpl.startHandshake (SSLSocketImpl.java:373)
- at okhttp3.internal.connection.RealConnection.connectTls (RealConnection.java:320)
- at okhttp3.internal.connection.RealConnection.establishProtocol (RealConnection.java:284)
- at okhttp3.internal.connection.RealConnection.connect (RealConnection.java:169)
- at okhttp3.internal.connection.StreamAllocation.findConnection (StreamAllocation.java:258)
- at okhttp3.internal.connection.StreamAllocation.findHealthyConnection (StreamAllocation.java:135)
- at okhttp3.internal.connection.StreamAllocation.newStream (StreamAllocation.java:114)
- at okhttp3.internal.connection.ConnectInterceptor.intercept (ConnectInterceptor.java:42)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at okhttp3.internal.cache.CacheInterceptor.intercept (CacheInterceptor.java:93)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at okhttp3.internal.http.BridgeInterceptor.intercept (BridgeInterceptor.java:93)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RetryAndFollowUpInterceptor.intercept (RetryAndFollowUpInterceptor.java:127)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.rest.retry.RetryHandler.intercept (RetryHandler.java:75)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.rest.interceptors.CustomHeadersInterceptor.intercept (CustomHeadersInterceptor.java:140)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.rest.interceptors.UserAgentInterceptor.intercept (UserAgentInterceptor.java:83)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.azure.credentials.AzureTokenCredentialsInterceptor.intercept (AzureTokenCredentialsInterceptor.java:40)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.azure.management.resources.fluentcore.utils.ResourceManagerThrottlingInterceptor.intercept (ResourceManagerThrottlingInterceptor.java:56)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.azure.management.resources.fluentcore.utils.ProviderRegistrationInterceptor.intercept (ProviderRegistrationInterceptor.java:40)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.rest.interceptors.BaseUrlHandler.intercept (BaseUrlHandler.java:43)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at com.microsoft.rest.interceptors.RequestIdHeaderInterceptor.intercept (RequestIdHeaderInterceptor.java:29)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:147)
- at okhttp3.internal.http.RealInterceptorChain.proceed (RealInterceptorChain.java:121)
- at okhttp3.RealCall.getResponseWithInterceptorChain (RealCall.java:257)
- at okhttp3.RealCall.execute (RealCall.java:93)
- at retrofit2.OkHttpCall.execute (OkHttpCall.java:188)
- at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call (CallExecuteOnSubscribe.java:40)
- at retrofit2.adapter.rxjava.CallExecuteOnSubscribe.call (CallExecuteOnSubscribe.java:24)
- at rx.Observable.unsafeSubscribe (Observable.java:10327)
- at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:48)
- at rx.internal.operators.OnSubscribeMap.call (OnSubscribeMap.java:33)
- at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
- at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
- at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:48)
- at rx.internal.operators.OnSubscribeLift.call (OnSubscribeLift.java:30)
- at rx.Observable.subscribe (Observable.java:10423)
- at rx.Observable.subscribe (Observable.java:10390)
- at rx.observables.BlockingObservable.blockForSingle (BlockingObservable.java:443)
- at rx.observables.BlockingObservable.single (BlockingObservable.java:340)
- at com.microsoft.azure.management.resources.implementation.SubscriptionsInner.list (SubscriptionsInner.java:248)
- at com.microsoft.azure.management.resources.implementation.SubscriptionsImpl.list (SubscriptionsImpl.java:38)
- at com.microsoft.azure.management.Azure$AuthenticatedImpl.withDefaultSubscription (Azure.java:405)
- at com.microsoft.azure.maven.auth.AzureClientFactory.getAzureClient (AzureClientFactory.java:39)
- at com.microsoft.azure.maven.AbstractAzureMojo.getAzureClientByAuthType (AbstractAzureMojo.java:310)
- at com.microsoft.azure.maven.webapp.ConfigMojo.chooseExistingWebappForConfiguration (ConfigMojo.java:480)
- at com.microsoft.azure.maven.webapp.ConfigMojo.config (ConfigMojo.java:141)
- at com.microsoft.azure.maven.webapp.ConfigMojo.doExecute (ConfigMojo.java:122)
- at com.microsoft.azure.maven.AbstractAzureMojo.execute (AbstractAzureMojo.java:463)
- at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo (DefaultBuildPluginManager.java:137)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:210)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:156)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:148)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:117)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject (LifecycleModuleBuilder.java:81)
- at org.apache.maven.lifecycle.internal.builder.singlethreaded.SingleThreadedBuilder.build (SingleThreadedBuilder.java:56)
- at org.apache.maven.lifecycle.internal.LifecycleStarter.execute (LifecycleStarter.java:128)
- at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:305)
- at org.apache.maven.DefaultMaven.doExecute (DefaultMaven.java:192)
- at org.apache.maven.DefaultMaven.execute (DefaultMaven.java:105)
- at org.apache.maven.cli.MavenCli.execute (MavenCli.java:956)
- at org.apache.maven.cli.MavenCli.doMain (MavenCli.java:288)
- at org.apache.maven.cli.MavenCli.main (MavenCli.java:192)
- at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke (NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke (DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke (Method.java:498)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced (Launcher.java:282)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launch (Launcher.java:225)
- at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode (Launcher.java:406)
- at org.codehaus.plexus.classworlds.launcher.Launcher.main (Launcher.java:347)
Add Comment
Please, Sign In to add comment