Deployed Spinnaker using halyard on AWS instance, target being Kubernetes.
Tried deploying versions 1.4.1, 1.3.1 using halyard.
hal config storage edit --type s3
hal deploy apply
After the deploy, there is an exception in front50.log
[0.1-8080-exec-6] c.n.s.k.w.e.GenericExceptionHandlers : Not Found
com.netflix.spinnaker.front50.exception.NotFoundException: No applications available
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:423)
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83)
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrapNoCoerce.callConstructor(ConstructorSite.java:105)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:247)
at com.netflix.spinnaker.front50.redis.RedisApplicationDAO.all(RedisApplicationDAO.groovy:64)
at com.netflix.spinnaker.front50.redis.RedisApplicationDAO.all(RedisApplicationDAO.groovy:55)
at com.netflix.spinnaker.front50.model.ItemDAO$all.call(Unknown Source)
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113)
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:117)
at com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.applications(ApplicationsController.groovy:76)
at com.netflix.spinnaker.front50.controllers.v2.ApplicationsController$$FastClassBySpringCGLIB$$c0e70d7c.invoke(
at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204)
at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:720)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157)
at org.springframework.security.access.intercept.aopalliance.MethodSecurityInterceptor.invoke(MethodSecurityInterceptor.java:64)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:655)
at com.netflix.spinnaker.front50.controllers.v2.ApplicationsController$$EnhancerBySpringCGLIB$$bb46fbe0.applications(
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.springframework.web.method.support.InvocableHandlerMethod.doInvoke(InvocableHandlerMethod.java:222)
at org.springframework.web.method.support.InvocableHandlerMethod.invokeForRequest(InvocableHandlerMethod.java:137)
at org.springframework.web.servlet.mvc.method.annotation.ServletInvocableHandlerMethod.invokeAndHandle(ServletInvocableHandlerMethod.java:110)
After this, application cannot be created in the GUI. It stays in perpetual wait state. Changing the storage to S3, brings up the application. Redis storage configuration seems to be the problem.
I met the same issue. I used halyard and installed spinnaker 1.4.1 in a kutenetes cluster in my private network. The deployed succeeded and all services were up and running. However when I navigated to project, try to create a project or try to create an application, it did not go through. The gate(8084) gave a 500 error and log said failing to connect to front50. And then I found that the front50 services hanged there and here is the log:
[root@rosat ~]# kubectl get pod --namespace=spinnaker
NAME READY STATUS RESTARTS AGE
spin-clouddriver-bootstrap-v000-4hf19 1/1 Running 0 4d
spin-clouddriver-v001-gjcf1 1/1 Running 0 4d
spin-deck-v001-60nw2 1/1 Running 0 4d
spin-echo-v001-hcf7m 1/1 Running 0 4d
spin-front50-v000-m7str 0/1 Running 0 29m
spin-gate-v001-vrwf0 1/1 Running 0 4d
spin-igor-v001-w6l2x 1/1 Running 0 4d
spin-orca-bootstrap-v000-tnnf9 1/1 Running 0 4d
spin-orca-v001-vd62h 1/1 Running 0 4d
spin-redis-bootstrap-v000-32rq0 1/1 Running 0 4d
spin-redis-v000-d9bqn 1/1 Running 0 4d
spin-rosco-v001-h7dcc 1/1 Running 0 4d
[root@rosat ~]# kubectl logs spin-front50-v000-m7str -n spinnaker
2017-09-27 17:06:16.581 INFO 1 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
2017-09-27 17:06:16.587 INFO 1 --- [ main] com.netflix.spinnaker.front50.Main : Started Main in 8.436 seconds (JVM running for 9.255)
2017-09-27 17:06:17.143 INFO 1 --- [0.0-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2017-09-27 17:06:17.143 INFO 1 --- [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2017-09-27 17:06:17.163 INFO 1 --- [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 20 ms
2017-09-27 17:06:19.025 ERROR 1 --- [0.0-8080-exec-2] c.n.s.k.w.e.GenericExceptionHandlers : Not Found
com.netflix.spinnaker.front50.exception.NotFoundException: No application found by id HELLO
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:1.8.0_111-internal]
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:1.8.0_111-internal]
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:1.8.0_111-internal]
at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[na:1.8.0_111-internal]
at org.codehaus.groovy.reflection.CachedConstructor.invoke(CachedConstructor.java:83) ~[groovy-all-2.4.7.jar:2.4.7]
at org.codehaus.groovy.reflection.CachedConstructor.doConstructorInvoke(CachedConstructor.java:77) ~[groovy-all-2.4.7.jar:2.4.7]
at org.codehaus.groovy.runtime.callsite.ConstructorSite$ConstructorSiteNoUnwrap.callConstructor(ConstructorSite.java:84) ~[groovy-all-2.4.7.jar:2.4.7]
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCallConstructor(CallSiteArray.java:60) ~[groovy-all-2.4.7.jar:2.4.7]
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:235) ~[groovy-all-2.4.7.jar:2.4.7]
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.callConstructor(AbstractCallSite.java:247) ~[groovy-all-2.4.7.jar:2.4.7]
at com.netflix.spinnaker.front50.redis.RedisApplicationDAO.findById(RedisApplicationDAO.groovy:48) ~[front50-redis-1.115.0-SNAPSHOT.jar:1.115.0-SNAPSHOT]
at com.netflix.spinnaker.front50.redis.RedisApplicationDAO.findByName(RedisApplicationDAO.groovy:36) ~[front50-redis-1.115.0-SNAPSHOT.jar:1.115.0-SNAPSHOT]
at com.netflix.spinnaker.front50.model.application.ApplicationDAO$findByName.call(Unknown Source) ~[na:na]
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) ~[groovy-all-2.4.7.jar:2.4.7]
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) ~[groovy-all-2.4.7.jar:2.4.7]
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125) ~[groovy-all-2.4.7.jar:2.4.7]
at com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.get(ApplicationsController.groovy:119) ~[front50-web-1.115.0-SNAPSHOT.jar:1.115.0-SNAPSHOT]
at com.netflix.spinnaker.front50.controllers.v2.ApplicationsController$$FastClassBySpringCGLIB$$c0e70d7c.invoke(
I can replace the pod with the followings and it went back.
[root@rosat ~]# kubectl get pod spin-front50-v000-m7str -n spinnaker -o yaml | kubectl replace --force -f -
[root@rosat ~]# kubectl get pod --namespace=spinnaker
NAME READY STATUS RESTARTS AGE
spin-clouddriver-bootstrap-v000-4hf19 1/1 Running 0 4d
spin-clouddriver-v001-gjcf1 1/1 Running 0 4d
spin-deck-v001-60nw2 1/1 Running 0 4d
spin-echo-v001-hcf7m 1/1 Running 0 4d
spin-front50-v000-8nc8n 1/1 Running 0 20s
spin-gate-v001-vrwf0 1/1 Running 0 4d
spin-igor-v001-w6l2x 1/1 Running 0 4d
spin-orca-bootstrap-v000-tnnf9 1/1 Running 0 4d
spin-orca-v001-vd62h 1/1 Running 0 4d
spin-redis-bootstrap-v000-32rq0 1/1 Running 0 4d
spin-redis-v000-d9bqn 1/1 Running 0 4d
spin-rosco-v001-h7dcc 1/1 Running 0 4d
However it went bad when I did the same operation as above.
[root@rosat ~]# kubectl version
Client Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.1", GitCommit:"b0b7a323cc5a4a2019b2e9520c21c7830b7f708e", GitTreeState:"clean", BuildDate:"2017-04-03T20:44:38Z", GoVersion:"go1.7.5", Compiler:"gc", Platform:"linux/amd64"}
Server Version: version.Info{Major:"1", Minor:"6", GitVersion:"v1.6.0", GitCommit:"fff5156092b56e6bd60fff75aad4dc9de6b6ef37", GitTreeState:"clean", BuildDate:"2017-03-28T16:24:30Z", GoVersion:"go1.7.5", Compiler:"gc", Platform:"linux/amd64"}
adp@ubuntu:~/.kube$ hal -v
0.34.0-20170908160431
storage is redis.
docker registry is dockerhub.
I did not config any authentication/authorization yet.
neither did I config CI or Dashboard.
Is this a known issue for redis?
Since I am using private kubenetes cluster, I don't have a choice for S3/Azure/GC storage.
Thanks
I had the same issue described here in a similar deployment environment. I set up a Minio docker container to act as an S3 bucket, exported the data from Redis, configured Spinnaker (using hal) to use the "S3" bucket, deployed and imported the data -- everything started working.
I think Redis as a storage backend isn't very well supported anymore.
@solud What did you give as the --endpoint when setting up hal to point towards minio. Did you just use --endpoint=http://
Yep, though I have it in a docker container and I've mapped it to a different port since Spinnaker uses 9000 for something else.
Here's my config:
hal config storage s3 edit \
--region us-west-2 \
--endpoint http://localhost:9999 \
--access-key-id minio-spinnaker \
--secret-access-key \
--bucket spinnaker
@solud: I've also tried to deploy Minio as S3 backend, but gotten the error message in front50.log like this:
2017-09-29 04:55:59.915 INFO 26379 --- [0.1-8080-exec-5] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://localhost:9999], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[7.764], HttpClientSendRequestTime=[0.162], HttpRequestTime=[6.002], RequestSigningTime=[0.373], CredentialsRequestTime=[0.011, 0.006], HttpClientReceiveResponseTime=[1.701],
This ticket is still need because the redis issue should be fixed, but for the minio workaround:
In k8s and docker I had do install minio edge to get it to work.
On Ubuntu I got the current release to work:
wget https://dl.minio.io/server/minio/release/linux-amd64/minio
export MINIO_ACCESS_KEY="minio"
export MINIO_SECRET_KEY="minio123"
./minio server --address ":9008" /mnt/data &
Hal config:
persistentStorage:
persistentStoreType: s3
azs: {}
gcs:
rootFolder: front50
redis: {}
s3:
bucket: spin-001
rootFolder: front50
endpoint: http://xx.xx.xx.xx:9008
accessKeyId: minio
secretAccessKey: minio123
region: us-west-1
oraclebmcs: {}
sudo hal deploy apply
Experienced front50 crash with redis as well, same as OP.
With minio, front50 crashes while creating a stage for a pipeline for the URL http://XXX.XXX.XXX.XXX:8084/pipelineConfigs/715bf905-4caf-4c34-9b7e-2b4c4b6e5050/history?count=2
2017-10-12 10:15:55.419 INFO 4584 --- [0.1-8080-exec-6] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NotImplemented], StatusCode=[501], Service
Endpoint=[http://XXX.XXX.XX.XXX:9001], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: A header you provided implies functionality that is not implemented (Service: Amazon S3; Status Code: 501; Error Code: NotImplemented; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[ListVersionsRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=2, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[10.872], HttpClientSendRequestTime=[0.145], HttpRequestTime=[9.231], RequestSigningTime=[0.216], CredentialsRequestTime=[0.011, 0.006], HttpClientReceiveResponseTime=[0.997],
Anyone else experiencing this issue with minio? I tried minio/minio:edge but same issue is present. Running a local installation of spinnaker 1.4.2 (Dragons) on 14.04 trusty.
I can confirm having the same issue using Spinnaker 1.4.2 using Redis as backend
i am having the same issue also using Spinnaker 1.4.2 using Redis as backend
I am having same issue as well using Spinnaker 1.4.2 w/ Redis as backend
Same issue for me in 1.4.2 with redis, had to change to S3 instead.
Issue persists. I downgraded to a version where redis was still working. I dont have S3 available and Azure storage still has problems (#1869).
I might give minio a try! Thanks for the workaround @solud
i fixed the issue by using Minio, it is still using redis for its accounts configuration database, it just uses Minio for the pipelines, applications etc. settings. also its better to use Minio since you can anytime clear your system configurations without loosing your pipelines, settings.
Here is an update from my side. We eventually ended up with using Ceph S3 interface as the persistent data storage for spinnaker. We also tried minio and it works fine as well. The reason we chose Ceph (actually Ceph cluster in bare metal machines) is because it looks more promising for an enterprise level deployment.
http://docs.ceph.com/docs/master/radosgw/s3/
I will not be expecting for a fix with redis issue, but it would be great if this can be documented in the installation procedure (https://www.spinnaker.io/setup/storage/redis/) so that people can be aware of and avoid this.
We also fixed this using Minio. Be aware that, if you are using Minio with a non-distributed installation and your machine has more than 8GB of RAM, Minio will turn on caching by default. This could lead to unwanted behaviour when modifying applications/pipelines.
You can disable caching by adding env _MINIO_CACHING=off in /etc/init/minio.conf.
@vagharsh I use Minio ,but front50 pod is not ready. detail is :https://github.com/spinnaker/spinnaker/issues/2143 . how are you configure minio. how configure RBAC in k8s when use halyard
@lwander I follow the docs ,but not work.report this error
my minio is in the same k8s cluster. I use node-hostip+nodeport access minio.
2017-12-07T00:10:46.454545635Z org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pipelineController': Unsatisfied dependency expressed through field 'pipelineDAO'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pipelineDAO' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Unsatisfied dependency expressed through method 'pipelineDAO' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 's3StorageService' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.netflix.spinnaker.front50.model.S3StorageService]: Factory method 's3StorageService' threw exception; nested exception is com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden (Service: Amazon S3; Status Code: 403; Error Code: 403 Forbidden; Request ID: 14FDDAA3AAD06213; S3 Extended Request ID: null), S3 Extended Request ID: null
@solud what is your k8s version? Is open RBAC flag? I install in k8s 1.6(open RBAC),front50 not work ,report 403 error
2017-12-07T00:10:46.454545635Z org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pipelineController': Unsatisfied dependency expressed through field 'pipelineDAO'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'pipelineDAO' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Unsatisfied dependency expressed through method 'pipelineDAO' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 's3StorageService' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.netflix.spinnaker.front50.model.S3StorageService]: Factory method 's3StorageService' threw exception; nested exception is com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden (Service: Amazon S3; Status Code: 403; Error Code: 403 Forbidden; Request ID: 14FDDAA3AAD06213; S3 Extended Request ID: null), S3 Extended Request ID: null
@bggpoort I use minio as storage,the pods is ok ,but i find logs in front50 and the floder front50 not created in minio bucket.
2017-12-07T08:13:34.627248469Z 2017-12-07 08:13:34.626 INFO 1 --- [0.0-8080-exec-3] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://10.19.4.93:9008/], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=2, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[7.907], HttpClientSendRequestTime=[0.129], HttpRequestTime=[6.575], RequestSigningTime=[0.308], CredentialsRequestTime=[0.005, 0.001], HttpClientReceiveResponseTime=[4.473],
@manthang how to resolve the error

Same here!
I am using minio as persistent storage running latest spinnaker 1.6 version on self-hosted kubernetes. I am running into same issues as above
Front50 version: v0.8.1-SNAPSHOT
2018-02-23 23:36:46.794 INFO 1 --- [0.0-8080-exec-2] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://spin-minio-svc.spinnaker:9001], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=2, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.822], HttpClientSendRequestTime=[0.119], HttpRequestTime=[2.805], RequestSigningTime=[0.227], CredentialsRequestTime=[0.008, 0.001], HttpClientReceiveResponseTime=[1.084],
Persistence storage configuration
s3:
bucket: testbucket
rootFolder: front50
endpoint: http://spin-minio-svc.spinnaker:9001
accessKeyId: testAccessKey
secretAccessKey: testSecretKey
Minio (latest image docker.io/minio/minio)
/go/src/github.com/minio # cd /export/
/export # ls -la
total 0
drwxrwxrwx 4 root root 42 Feb 23 23:30 .
drwxr-xr-x 21 root root 245 Feb 23 23:13 ..
drwxr-xr-x 4 root root 53 Feb 23 23:13 .minio.sys
drwxr-xr-x 2 root root 6 Feb 23 23:30 testbucket
Anybody figure out how to solve this problem?
Same here!
Same problem here with minio.
@xnulinu
same here, have u figured out?
The minio installation was blocked on this config line that we just added to the docs:
https://www.spinnaker.io/setup/install/storage/minio/#editing-your-storage-settings
In short, you need to tell Spinnaker not to depend on S3's object versioning for minio to work.
If you're still seeing problems please re-open.
$ kubectl logs spin-front50-7598cfff4d-vpvhq -f
``
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _ | \ \ \ \
\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |___, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.5.7.RELEASE)
2018-05-23 15:54:03.803 INFO 1 --- [ main] com.netflix.spinnaker.front50.Main : Starting Main v1.123.0-SNAPSHOT on spin-front50-7598cfff4d-vpvhq with PID 1 (/opt/front50/lib/front50-web-1.123.0-SNAPSHOT.jar started by spinnaker in /)
2018-05-23 15:54:03.807 INFO 1 --- [ main] com.netflix.spinnaker.front50.Main : The following profiles are active: test,local
2018-05-23 15:54:03.942 INFO 1 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a527389: startup date [Wed May 23 15:54:03 GMT 2018]; root of context hierarchy
2018-05-23 15:54:06.713 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'accessDeniedExceptionHandler' with a different definition: replacing [Generic bean: class [com.netflix.spinnaker.front50.exceptions.AccessDeniedExceptionHandler]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/opt/front50/lib/front50-web-1.123.0-SNAPSHOT.jar!/com/netflix/spinnaker/front50/exceptions/AccessDeniedExceptionHandler.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=front50WebConfig; factoryMethodName=accessDeniedExceptionHandler; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/netflix/spinnaker/front50/config/Front50WebConfig.class]]
2018-05-23 15:54:07.182 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'httpRequestHandlerAdapter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration; factoryMethodName=httpRequestHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration; factoryMethodName=httpRequestHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]]
2018-05-23 15:54:07.395 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'managementServletContext' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.class]]
2018-05-23 15:54:08.456 INFO 1 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2018-05-23 15:54:08.741 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'pollingScheduler' of type [com.netflix.config.FixedDelayPollingScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-23 15:54:08.748 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'polledConfigurationSource' of type [com.netflix.spinnaker.kork.archaius.SpringEnvironmentPolledConfigurationSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-23 15:54:08.816 WARN 1 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2018-05-23 15:54:08.827 INFO 1 --- [ main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-05-23 15:54:09.062 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$cdc1f06d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-23 15:54:09.103 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-23 15:54:09.106 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@78b03788' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-23 15:54:09.140 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$f296931f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-23 15:54:09.168 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-23 15:54:11.193 INFO 1 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2018-05-23 15:54:11.257 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-05-23 15:54:11.260 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.20
2018-05-23 15:54:11.566 INFO 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-05-23 15:54:11.567 INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 7632 ms
2018-05-23 15:54:13.195 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'authenticatedRequestFilter' to: [/]
2018-05-23 15:54:13.197 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'simpleCORSFilter' to: [/]
2018-05-23 15:54:13.205 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/]
2018-05-23 15:54:13.205 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/]
2018-05-23 15:54:13.205 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'fiatAuthenticationFilter' to urls: [/]
2018-05-23 15:54:13.210 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/]
2018-05-23 15:54:13.210 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/]
2018-05-23 15:54:13.210 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/]
2018-05-23 15:54:13.213 INFO 1 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/]
2018-05-23 15:54:13.219 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/]
2018-05-23 15:54:13.220 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/]
2018-05-23 15:54:13.220 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2018-05-23 15:54:19.079 INFO 1 --- [ main] c.n.s.f.m.snapshot.DefaultSnapshotDAO : Warming Cache
2018-05-23 15:54:19.749 INFO 1 --- [ main] c.n.s.f.m.p.DefaultPipelineStrategyDAO : Warming Cache
2018-05-23 15:54:19.975 INFO 1 --- [ main] c.n.s.f.m.p.DefaultPipelineTemplateDAO : Warming Cache
2018-05-23 15:54:20.087 INFO 1 --- [ main] c.n.s.f.m.pipeline.DefaultPipelineDAO : Warming Cache
2018-05-23 15:54:20.616 INFO 1 --- [ main] c.n.s.f.model.project.DefaultProjectDAO : Warming Cache
2018-05-23 15:54:20.655 INFO 1 --- [ main] c.n.s.f.m.a.DefaultApplicationDAO : Warming Cache
2018-05-23 15:54:20.752 INFO 1 --- [ main] .s.f.m.a.DefaultApplicationPermissionDAO : Warming Cache
2018-05-23 15:54:20.888 INFO 1 --- [ main] c.n.s.f.m.n.DefaultNotificationDAO : Warming Cache
2018-05-23 15:54:21.127 INFO 1 --- [ main] c.n.s.f.m.s.DefaultServiceAccountDAO : Warming Cache
2018-05-23 15:54:21.774 INFO 1 --- [ main] c.n.s.f.model.intent.DefaultIntentDAO : Warming Cache
2018-05-23 15:54:25.140 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/snapshots/{id:.+}],methods=[GET]}" onto public com.netflix.spinnaker.front50.model.snapshot.Snapshot com.netflix.spinnaker.front50.controllers.SnapshotsController.getCurrent(java.lang.String)
2018-05-23 15:54:25.148 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/snapshots/{id:.+}/{timestamp:.+}],methods=[GET]}" onto public com.netflix.spinnaker.front50.model.snapshot.Snapshot com.netflix.spinnaker.front50.controllers.SnapshotsController.getVersionByTimestamp(java.lang.String,java.lang.String,int)
2018-05-23 15:54:25.154 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/snapshots/{id:.+}/history],methods=[GET]}" onto public java.util.Collection
2018-05-23 15:54:25.155 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/snapshots],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.SnapshotsController.save(com.netflix.spinnaker.front50.model.snapshot.Snapshot)
2018-05-23 15:54:25.180 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies/{application:.+}],methods=[GET]}" onto public java.util.List
2018-05-23 15:54:25.181 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies/batchUpdate],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.StrategyController.batchUpdate(java.util.List
2018-05-23 15:54:25.181 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies/{id:.+}/history],methods=[GET]}" onto public java.util.Collection
2018-05-23 15:54:25.184 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies/{id}],methods=[PUT]}" onto public com.netflix.spinnaker.front50.model.pipeline.Pipeline com.netflix.spinnaker.front50.controllers.StrategyController.update(java.lang.String,com.netflix.spinnaker.front50.model.pipeline.Pipeline)
2018-05-23 15:54:25.184 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies],methods=[GET]}" onto public java.util.List
2018-05-23 15:54:25.185 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies/{application}/{strategy:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.StrategyController.delete(java.lang.String,java.lang.String)
2018-05-23 15:54:25.190 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.StrategyController.save(com.netflix.spinnaker.front50.model.pipeline.Pipeline)
2018-05-23 15:54:25.231 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates/{id}/dependentPipelines],methods=[GET]}" onto java.util.List
2018-05-23 15:54:25.233 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates/{id}],methods=[GET]}" onto com.netflix.spinnaker.front50.model.pipeline.PipelineTemplate com.netflix.spinnaker.front50.controllers.PipelineTemplateController.get(java.lang.String)
2018-05-23 15:54:25.238 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates/{id}],methods=[PUT]}" onto com.netflix.spinnaker.front50.model.pipeline.PipelineTemplate com.netflix.spinnaker.front50.controllers.PipelineTemplateController.update(java.lang.String,com.netflix.spinnaker.front50.model.pipeline.PipelineTemplate)
2018-05-23 15:54:25.239 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates],methods=[GET]}" onto java.util.List
2018-05-23 15:54:25.239 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates/{id}],methods=[DELETE]}" onto void com.netflix.spinnaker.front50.controllers.PipelineTemplateController.delete(java.lang.String)
2018-05-23 15:54:25.239 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates],methods=[POST]}" onto void com.netflix.spinnaker.front50.controllers.PipelineTemplateController.save(com.netflix.spinnaker.front50.model.pipeline.PipelineTemplate)
2018-05-23 15:54:25.243 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines/{application:.+}],methods=[GET]}" onto public java.util.List
2018-05-23 15:54:25.246 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines/batchUpdate],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.PipelineController.batchUpdate(java.util.List
2018-05-23 15:54:25.250 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines/{id:.+}/history],methods=[GET]}" onto public java.util.Collection
2018-05-23 15:54:25.267 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines/{id}],methods=[PUT]}" onto public com.netflix.spinnaker.front50.model.pipeline.Pipeline com.netflix.spinnaker.front50.controllers.PipelineController.update(java.lang.String,com.netflix.spinnaker.front50.model.pipeline.Pipeline)
2018-05-23 15:54:25.270 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines],methods=[GET]}" onto public java.util.List
2018-05-23 15:54:25.270 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines/{application}/{pipeline:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.PipelineController.delete(java.lang.String,java.lang.String)
2018-05-23 15:54:25.271 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.PipelineController.save(com.netflix.spinnaker.front50.model.pipeline.Pipeline)
2018-05-23 15:54:25.272 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/tags/],methods=[GET],produces=[application/json]}" onto public com.netflix.spinnaker.front50.model.tag.EntityTags com.netflix.spinnaker.front50.controllers.v2.EntityTagsController.tag(javax.servlet.http.HttpServletRequest)
2018-05-23 15:54:25.274 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/tags],methods=[GET],produces=[application/json]}" onto public java.util.Set
2018-05-23 15:54:25.278 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/tags/batchUpdate],methods=[POST],produces=[application/json]}" onto public java.util.Collection
2018-05-23 15:54:25.278 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/tags/
2018-05-23 15:54:25.278 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/tags],methods=[POST],produces=[application/json]}" onto public com.netflix.spinnaker.front50.model.tag.EntityTags com.netflix.spinnaker.front50.controllers.v2.EntityTagsController.create(com.netflix.spinnaker.front50.model.tag.EntityTags)
2018-05-23 15:54:25.280 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects/{projectId}],methods=[GET],produces=[application/json]}" onto public com.netflix.spinnaker.front50.model.project.Project com.netflix.spinnaker.front50.controllers.v2.ProjectsController.project(java.lang.String)
2018-05-23 15:54:25.282 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects/batchUpdate],methods=[POST],produces=[application/json]}" onto public void com.netflix.spinnaker.front50.controllers.v2.ProjectsController.batchUpdate(java.util.Collection
2018-05-23 15:54:25.286 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects],methods=[GET],produces=[application/json]}" onto public java.util.Set
2018-05-23 15:54:25.287 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects/{projectId}],methods=[PUT],produces=[application/json]}" onto public com.netflix.spinnaker.front50.model.project.Project com.netflix.spinnaker.front50.controllers.v2.ProjectsController.put(java.lang.String,com.netflix.spinnaker.front50.model.project.Project)
2018-05-23 15:54:25.294 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects/{projectId}],methods=[DELETE],produces=[application/json]}" onto public void com.netflix.spinnaker.front50.controllers.v2.ProjectsController.delete(java.lang.String,javax.servlet.http.HttpServletResponse)
2018-05-23 15:54:25.294 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects],methods=[POST],produces=[application/json]}" onto public com.netflix.spinnaker.front50.model.project.Project com.netflix.spinnaker.front50.controllers.v2.ProjectsController.create(com.netflix.spinnaker.front50.model.project.Project)
2018-05-23 15:54:25.329 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects/search],methods=[GET],produces=[application/json]}" onto public java.util.Set
2018-05-23 15:54:25.338 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications/batch/applications],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.batchUpdate(java.util.Collection
2018-05-23 15:54:25.338 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications/{applicationName:.+}/history],methods=[GET]}" onto public java.util.Collection
2018-05-23 15:54:25.339 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications],methods=[GET]}" onto public java.util.Set
2018-05-23 15:54:25.340 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications/{applicationName:.+}],methods=[GET]}" onto public com.netflix.spinnaker.front50.model.application.Application com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.get(java.lang.String)
2018-05-23 15:54:25.340 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications/{applicationName:.+}],methods=[PATCH]}" onto public com.netflix.spinnaker.front50.model.application.Application com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.update(java.lang.String,com.netflix.spinnaker.front50.model.application.Application)
2018-05-23 15:54:25.340 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications/{applicationName:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.delete(java.lang.String,javax.servlet.http.HttpServletResponse)
2018-05-23 15:54:25.341 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications],methods=[POST]}" onto public com.netflix.spinnaker.front50.model.application.Application com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.create(com.netflix.spinnaker.front50.model.application.Application)
2018-05-23 15:54:25.343 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/serviceAccounts],methods=[GET]}" onto public java.util.Set
2018-05-23 15:54:25.348 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/serviceAccounts],methods=[POST]}" onto public com.netflix.spinnaker.front50.model.serviceaccount.ServiceAccount com.netflix.spinnaker.front50.controllers.ServiceAccountsController.createServiceAccount(com.netflix.spinnaker.front50.model.serviceaccount.ServiceAccount)
2018-05-23 15:54:25.349 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/serviceAccounts/{serviceAccountId:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.ServiceAccountsController.deleteServiceAccount(java.lang.String)
2018-05-23 15:54:25.351 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/credentials],methods=[GET]}" onto public java.util.List
2018-05-23 15:54:25.368 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/global],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.NotificationController.saveGlobal(com.netflix.spinnaker.front50.model.notification.Notification)
2018-05-23 15:54:25.369 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/global],methods=[GET]}" onto public com.netflix.spinnaker.front50.model.notification.Notification com.netflix.spinnaker.front50.controllers.NotificationController.getGlobal()
2018-05-23 15:54:25.369 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/{type}/{name}],methods=[GET]}" onto public com.netflix.spinnaker.front50.model.notification.Notification com.netflix.spinnaker.front50.controllers.NotificationController.listByApplication(java.lang.String,java.lang.String)
2018-05-23 15:54:25.369 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/batchUpdate],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.NotificationController.batchUpdate(java.util.List
2018-05-23 15:54:25.369 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications],methods=[GET]}" onto public java.util.List
2018-05-23 15:54:25.370 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/{type}/{name}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.NotificationController.delete(java.lang.String,java.lang.String)
2018-05-23 15:54:25.370 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/{type}/{name}],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.NotificationController.save(java.lang.String,java.lang.String,com.netflix.spinnaker.front50.model.notification.Notification)
2018-05-23 15:54:25.371 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/intents],methods=[POST]}" onto com.netflix.spinnaker.front50.model.intent.Intent com.netflix.spinnaker.front50.controllers.IntentController.upsert(com.netflix.spinnaker.front50.model.intent.Intent)
2018-05-23 15:54:25.371 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/intents/{id}],methods=[GET]}" onto com.netflix.spinnaker.front50.model.intent.Intent com.netflix.spinnaker.front50.controllers.IntentController.get(java.lang.String)
2018-05-23 15:54:25.371 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/intents],methods=[GET]}" onto java.util.List
2018-05-23 15:54:25.371 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/intents/{id}],methods=[DELETE]}" onto void com.netflix.spinnaker.front50.controllers.IntentController.delete(java.lang.String)
2018-05-23 15:54:25.372 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/permissions/applications],methods=[GET]}" onto public java.util.Set
2018-05-23 15:54:25.373 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/permissions/applications],methods=[POST]}" onto public com.netflix.spinnaker.front50.model.application.Application$Permission com.netflix.spinnaker.front50.controllers.PermissionsController.createApplicationPermission(com.netflix.spinnaker.front50.model.application.Application$Permission)
2018-05-23 15:54:25.373 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/permissions/applications/{appName:.+}],methods=[PUT]}" onto public com.netflix.spinnaker.front50.model.application.Application$Permission com.netflix.spinnaker.front50.controllers.PermissionsController.updateApplicationPermission(java.lang.String,com.netflix.spinnaker.front50.model.application.Application$Permission)
2018-05-23 15:54:25.373 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/permissions/applications/{appName:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.PermissionsController.deleteApplicationPermission(java.lang.String)
2018-05-23 15:54:25.376 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:25.378 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:25.379 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:25.380 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public java.util.Map com.netflix.spinnaker.kork.web.controllers.GenericErrorController.error(java.lang.Boolean,javax.servlet.http.HttpServletRequest)
2018-05-23 15:54:26.443 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:26.451 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/actuator || /actuator.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint.links()
2018-05-23 15:54:26.455 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.
2018-05-23 15:54:26.459 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map
2018-05-23 15:54:26.462 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:26.464 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.
2018-05-23 15:54:26.466 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:26.471 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/resolvedEnv || /resolvedEnv.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:26.472 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity> org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String)
2018-05-23 15:54:26.477 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:26.483 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2018-05-23 15:54:26.484 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:26.484 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:26.485 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:26.485 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal)
2018-05-23 15:54:26.486 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:26.486 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
2018-05-23 15:54:26.487 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:26.487 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-23 15:54:27.691 INFO 1 --- [ main] b.a.s.AuthenticationManagerConfiguration :
Using default security password: 370aef28-b191-4c9f-a7ec-ebeffb50154a
2018-05-23 15:54:28.003 INFO 1 --- [ main] c.n.s.f.shared.FiatAuthenticationConfig : Fiat service is disabled. Setting Spring Security to allow all traffic.
2018-05-23 15:54:28.564 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@57cd5cc9, org.springframework.security.web.context.SecurityContextPersistenceFilter@5091456c, org.springframework.security.web.header.HeaderWriterFilter@1313dea8, org.springframework.security.web.authentication.logout.LogoutFilter@31c87223, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@22a5f12, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@746cb25d, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@25ee6683, org.springframework.security.web.session.SessionManagementFilter@56587330, org.springframework.security.web.access.ExceptionTranslationFilter@3a089620, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@1107cbd8]
2018-05-23 15:54:28.766 INFO 1 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity
2018-05-23 15:54:28.901 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-05-23 15:54:28.902 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-05-23 15:54:28.982 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/*/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-05-23 15:54:29.113 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}],methods=[GET],produces=[application/x-spring-data-compact+json || text/uri-list]}" onto public org.springframework.hateoas.Resources> org.springframework.data.rest.webmvc.RepositoryEntityController.getCollectionResourceCompact(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-23 15:54:29.118 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:29.119 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity> org.springframework.data.rest.webmvc.RepositoryEntityController.optionsForItemResource(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-23 15:54:29.119 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity> org.springframework.data.rest.webmvc.RepositoryEntityController.headForItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-23 15:54:29.120 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:29.120 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[PUT],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryEntityController.putItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.data.rest.webmvc.support.ETag,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-23 15:54:29.126 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity> org.springframework.data.rest.webmvc.RepositoryEntityController.optionsForCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-23 15:54:29.127 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:29.134 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity> org.springframework.data.rest.webmvc.RepositoryEntityController.deleteItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.support.ETag) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-23 15:54:29.139 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity> org.springframework.data.rest.webmvc.RepositoryEntityController.headCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable) throws org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-23 15:54:29.141 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.hateoas.Resources> org.springframework.data.rest.webmvc.RepositoryEntityController.getCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-23 15:54:29.144 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/ || ],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> org.springframework.data.rest.webmvc.RepositoryController.optionsForRepositories()
2018-05-23 15:54:29.144 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/ || ],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity> org.springframework.data.rest.webmvc.RepositoryController.headForRepositories()
2018-05-23 15:54:29.144 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/ || ],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity
2018-05-23 15:54:29.151 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}],methods=[PATCH || PUT || POST],consumes=[application/json || application/x-spring-data-compact+json || text/uri-list],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.createPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.http.HttpMethod,org.springframework.hateoas.Resources
2018-05-23 15:54:29.152 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}/{propertyId}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:29.152 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}/{propertyId}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:29.153 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:29.159 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.deletePropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String) throws java.lang.Exception
2018-05-23 15:54:29.160 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}],methods=[GET],produces=[application/x-spring-data-compact+json || text/uri-list]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:29.166 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> org.springframework.data.rest.webmvc.RepositorySearchController.optionsForSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-23 15:54:29.167 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity> org.springframework.data.rest.webmvc.RepositorySearchController.headForSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-23 15:54:29.167 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.data.rest.webmvc.RepositorySearchesResource org.springframework.data.rest.webmvc.RepositorySearchController.listSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-23 15:54:29.167 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search/{search}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity> org.springframework.data.rest.webmvc.RepositorySearchController.executeSearch(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.util.MultiValueMap
2018-05-23 15:54:29.168 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search/{search}],methods=[GET],produces=[application/x-spring-data-compact+json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.data.rest.webmvc.RepositorySearchController.executeSearchCompact(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.http.HttpHeaders,org.springframework.util.MultiValueMap
2018-05-23 15:54:29.169 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search/{search}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:29.178 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search/{search}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity
2018-05-23 15:54:29.189 INFO 1 --- [ main] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/profile/{repository}],methods=[OPTIONS],produces=[application/alps+json]}" onto org.springframework.http.HttpEntity> org.springframework.data.rest.webmvc.alps.AlpsController.alpsOptions()
2018-05-23 15:54:29.191 INFO 1 --- [ main] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/profile/{repository}],methods=[GET],produces=[application/alps+json || */
2018-05-23 15:54:29.193 INFO 1 --- [ main] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/profile],methods=[OPTIONS]}" onto public org.springframework.http.HttpEntity> org.springframework.data.rest.webmvc.ProfileController.profileOptions()
2018-05-23 15:54:29.194 INFO 1 --- [ main] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/profile],methods=[GET]}" onto org.springframework.http.HttpEntity
2018-05-23 15:54:29.194 INFO 1 --- [ main] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/profile/{repository}],methods=[GET],produces=[application/schema+json]}" onto public org.springframework.http.HttpEntity
2018-05-23 15:54:29.202 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$LazyEndpointPathRequestMatcher@472d201, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@473e0536, org.springframework.security.web.context.SecurityContextPersistenceFilter@71b9b035, org.springframework.security.web.header.HeaderWriterFilter@4c475547, org.springframework.web.filter.CorsFilter@7f8f120c, org.springframework.security.web.authentication.logout.LogoutFilter@67afba96, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@7000df03, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@7669d7a2, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@724945, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@2110b756, org.springframework.security.web.session.SessionManagementFilter@36dab184, org.springframework.security.web.access.ExceptionTranslationFilter@3927de0e, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@6701fe26]
2018-05-23 15:54:30.170 INFO 1 --- [ main] c.n.s.config.HystrixSpectatorConfig : Enabling HystrixSpectatorPublisher
2018-05-23 15:54:30.707 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a527389: startup date [Wed May 23 15:54:03 GMT 2018]; root of context hierarchy
2018-05-23 15:54:30.771 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Detected ResponseBodyAdvice bean in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2018-05-23 15:54:31.010 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in accessDeniedExceptionHandler
2018-05-23 15:54:31.011 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in front50WebConfig.HystrixRuntimeExceptionHandler
2018-05-23 15:54:31.011 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in hystrixRuntimeExceptionHandler
2018-05-23 15:54:31.011 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in genericExceptionHandlers
2018-05-23 15:54:31.011 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in repositoryRestExceptionHandler
2018-05-23 15:54:31.011 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected ResponseBodyAdvice implementation in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2018-05-23 15:54:32.539 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a527389: startup date [Wed May 23 15:54:03 GMT 2018]; root of context hierarchy
2018-05-23 15:54:32.626 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerAdapter : Detected ResponseBodyAdvice bean in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2018-05-23 15:54:33.759 INFO 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-05-23 15:54:33.819 INFO 1 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
2018-05-23 15:54:34.222 INFO 1 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
2018-05-23 15:54:34.222 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2018-05-23 15:54:34.281 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2018-05-23 15:54:34.686 INFO 1 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2018-05-23 15:54:35.207 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: batchUpdateUsingPOST_1
2018-05-23 15:54:35.298 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: createUsingPOST_1
2018-05-23 15:54:35.308 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
2018-05-23 15:54:35.390 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: batchUpdateUsingPOST_2
2018-05-23 15:54:35.406 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_2
2018-05-23 15:54:35.472 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
2018-05-23 15:54:35.562 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: batchUpdateUsingPOST_3
2018-05-23 15:54:35.572 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_3
2018-05-23 15:54:35.584 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getHistoryUsingGET_1
2018-05-23 15:54:35.591 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
2018-05-23 15:54:35.598 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listByApplicationUsingGET_1
2018-05-23 15:54:35.605 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
2018-05-23 15:54:35.722 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: batchUpdateUsingPOST_4
2018-05-23 15:54:35.769 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: createUsingPOST_2
2018-05-23 15:54:35.793 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_4
2018-05-23 15:54:36.011 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: batchUpdateUsingPOST_5
2018-05-23 15:54:36.018 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_5
2018-05-23 15:54:36.032 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getHistoryUsingGET_2
2018-05-23 15:54:36.057 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
2018-05-23 15:54:36.095 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listByApplicationUsingGET_2
2018-05-23 15:54:36.132 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_2
2018-05-23 15:54:36.161 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
2018-05-23 15:54:36.617 INFO 1 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
2018-05-23 15:54:36.653 INFO 1 --- [ main] com.netflix.spinnaker.front50.Main : Started Main in 33.835 seconds (JVM running for 36.103)
2018-05-23 15:54:39.252 INFO 1 --- [0.0-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2018-05-23 15:54:39.252 INFO 1 --- [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2018-05-23 15:54:39.276 INFO 1 --- [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 24 ms
2018-05-23 15:54:48.891 INFO 1 --- [0.0-8080-exec-2] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[11.693], HttpClientSendRequestTime=[0.142], HttpRequestTime=[2.551], RequestSigningTime=[1.132], CredentialsRequestTime=[0.016, 0.003], HttpClientReceiveResponseTime=[0.599],
2018-05-23 15:55:03.859 INFO 1 --- [0.0-8080-exec-7] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[5.154], HttpClientSendRequestTime=[0.159], HttpRequestTime=[3.281], RequestSigningTime=[0.471], CredentialsRequestTime=[0.011, 0.005], HttpClientReceiveResponseTime=[1.457],
>
> cat default/profiles/front50-local.yml
> spinnaker.s3.versioning: false
> cat config
currentDeployment: default
deploymentConfigurations:
- name: default
version: 1.7.5
providers:
appengine:
enabled: false
accounts: []
aws:
enabled: false
accounts: []
bakeryDefaults:
baseImages: []
defaultKeyPairTemplate: '{{name}}-keypair'
defaultRegions:
- name: us-west-2
defaults:
iamRole: BaseIAMRole
ecs:
enabled: false
accounts: []
azure:
enabled: false
accounts: []
bakeryDefaults:
templateFile: azure-linux.json
baseImages: []
dcos:
enabled: false
accounts: []
clusters: []
dockerRegistry:
enabled: false
accounts: []
google:
enabled: false
accounts: []
bakeryDefaults:
templateFile: gce.json
baseImages: []
zone: us-central1-f
network: default
useInternalIp: false
kubernetes:
enabled: false
accounts:
- name: spinnaker
requiredGroupMembership: []
providerVersion: V2
permissions: {}
dockerRegistries: []
context: kubernetes
configureImagePullSecrets: true
namespaces: []
omitNamespaces: []
kinds: []
omitKinds: []
customResources: []
kubeconfigFile: /home/spinnaker/.kube/config
oauthScopes: []
oAuthScopes: []
primaryAccount: spinnaker
openstack:
enabled: false
accounts: []
bakeryDefaults:
baseImages: []
oraclebmcs:
enabled: false
accounts: []
deploymentEnvironment:
size: SMALL
type: Distributed
accountName: spinnaker
updateVersions: true
consul:
enabled: false
vault:
enabled: false
customSizing: {}
gitConfig:
upstreamUser: spinnaker
persistentStorage:
persistentStoreType: s3
azs: {}
gcs:
rootFolder: front50
redis: {}
s3:
bucket: spinnaker
rootFolder: front50
endpoint: http://minio-service:9000
accessKeyId: LT359E6L5MOZDK3E3ZV0
secretAccessKey: 0SHpG3DgqCdk2VTZVoOCkzaKs9AHICJdhEsJGI5e
region: us-west-1
oraclebmcs: {}
features:
auth: false
fiat: false
chaos: false
entityTags: false
jobs: false
artifacts: true
metricStores:
datadog:
enabled: false
prometheus:
enabled: false
add_source_metalabels: true
stackdriver:
enabled: false
period: 30
enabled: false
notifications:
slack:
enabled: false
timezone: America/Los_Angeles
ci:
jenkins:
enabled: false
masters: []
travis:
enabled: false
masters: []
security:
apiSecurity:
ssl:
enabled: false
uiSecurity:
ssl:
enabled: false
authn:
oauth2:
enabled: false
client: {}
resource: {}
userInfoMapping: {}
saml:
enabled: false
ldap:
enabled: false
x509:
enabled: false
enabled: false
authz:
groupMembership:
service: EXTERNAL
google:
roleProviderType: GOOGLE
github:
roleProviderType: GITHUB
file:
roleProviderType: FILE
enabled: false
artifacts:
gcs:
enabled: false
accounts: []
github:
enabled: false
accounts: []
http:
enabled: false
accounts: []
s3:
enabled: false
accounts: []
pubsub:
google:
enabled: false
subscriptions: []
canary:
enabled: false
serviceIntegrations:
- name: google
enabled: false
accounts: []
gcsEnabled: false
stackdriverEnabled: false
- name: prometheus
enabled: false
accounts: []
- name: datadog
enabled: false
accounts: []
- name: aws
enabled: false
accounts: []
s3Enabled: false
reduxLoggerEnabled: true
defaultJudge: NetflixACAJudge-v1.0
stagesEnabled: true
templatesEnabled: true
showAllConfigsEnabled: true
```
$ hal --version
1.2.0-20180509113540
No such key errors are not a problem, that's just the client letting us know that a key we looked for doesn't exist. When Spinnaker starts, none of the keys it expects have been created yet. Are you seeing other problems?
I am getting the loading spinner when I try to create a new application.
There is no obvious logging on the spin-deck. Dont know how to troubleshoot. Been trying to make it work for the past 3 days. The experience of quick start is awful for kubernetes-manifest v2
There is some error in the cloud-driver.
___ __
/\_ \ /\ \
___\//\ \ ___ __ __ \_\ \
/'___\\ \ \ / __`\/\ \/\ \ /'_` \
/\ \__/ \_\ \_/\ \L\ \ \ \_\ \/\ \L\ \
\ \____\/\____\ \____/\ \____/\ \___,_\
\/____/\/____/\/___/ \/___/ \/__,_ /
__
/\ \ __
\_\ \ _ __ /\_\ __ __ __ _ __
/'_` \/\`'__\/\ \/\ \/\ \ /'__`\/\`'__\
/\ \L\ \ \ \/ \ \ \ \ \_/ |/\ __/\ \ \/
\ \___,_\ \_\ \ \_\ \___/ \ \____\\ \_\
\/__,_ /\/_/ \/_/\/__/ \/____/ \/_/
2018-05-24 12:16:44.520 INFO 1 --- [ main] com.netflix.spinnaker.clouddriver.Main : Starting Main v2.22.0-SNAPSHOT on spin-clouddriver-b89d46d69-76h8m with PID 1 (/opt/clouddriver/lib/clouddriver-web-2.22.0-SNAPSHOT.jar started by spinnaker in /)
2018-05-24 12:16:44.524 INFO 1 --- [ main] com.netflix.spinnaker.clouddriver.Main : The following profiles are active: test,local
2018-05-24 12:16:44.630 INFO 1 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@25cc7470: startup date [Thu May 24 12:16:44 GMT 2018]; root of context hierarchy
2018-05-24 12:16:46.596 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'redisClientDelegate' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.netflix.spinnaker.clouddriver.core.RedisConfig; factoryMethodName=redisClientDelegate; initMethodName=null; destroyMethodName=(inferred); defined in com.netflix.spinnaker.clouddriver.core.RedisConfig] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.netflix.spinnaker.clouddriver.cache.JedisCacheConfig; factoryMethodName=redisClientDelegate; initMethodName=null; destroyMethodName=(inferred); defined in com.netflix.spinnaker.clouddriver.cache.JedisCacheConfig]
2018-05-24 12:16:46.647 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'artifactCredentialsRepository' with a different definition: replacing [Generic bean: class [com.netflix.spinnaker.clouddriver.artifacts.ArtifactCredentialsRepository]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/opt/clouddriver/lib/clouddriver-artifacts-2.22.0-SNAPSHOT.jar!/com/netflix/spinnaker/clouddriver/artifacts/ArtifactCredentialsRepository.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=com.netflix.spinnaker.clouddriver.artifacts.ArtifactConfiguration; factoryMethodName=artifactCredentialsRepository; initMethodName=null; destroyMethodName=(inferred); defined in com.netflix.spinnaker.clouddriver.artifacts.ArtifactConfiguration]
2018-05-24 12:16:47.043 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'httpRequestHandlerAdapter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration; factoryMethodName=httpRequestHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration; factoryMethodName=httpRequestHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]]
2018-05-24 12:16:47.188 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'managementServletContext' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.class]]
2018-05-24 12:16:47.797 INFO 1 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2018-05-24 12:16:48.016 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'pollingScheduler' of type [com.netflix.config.FixedDelayPollingScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-24 12:16:48.022 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'polledConfigurationSource' of type [com.netflix.spinnaker.kork.archaius.SpringEnvironmentPolledConfigurationSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-24 12:16:48.062 WARN 1 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2018-05-24 12:16:48.063 INFO 1 --- [ main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-05-24 12:16:48.130 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$13c6665b] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-24 12:16:48.145 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-24 12:16:48.147 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@3386c206' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-24 12:16:48.169 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$389b090d] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-24 12:16:48.198 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-24 12:16:49.650 INFO 1 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 7002 (http)
2018-05-24 12:16:49.675 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-05-24 12:16:49.677 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.20
2018-05-24 12:16:50.092 INFO 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-05-24 12:16:50.092 INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 5466 ms
2018-05-24 12:16:52.131 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'authenticatedRequestFilter' to: [/*]
2018-05-24 12:16:52.132 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*]
2018-05-24 12:16:52.132 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-05-24 12:16:52.132 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'fiatAuthenticationFilter' to urls: [/*]
2018-05-24 12:16:52.132 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-05-24 12:16:52.132 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-05-24 12:16:52.132 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2018-05-24 12:16:52.134 INFO 1 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
2018-05-24 12:16:52.134 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2018-05-24 12:16:52.134 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'eTagFilter' to: [/*]
2018-05-24 12:16:52.134 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
2018-05-24 12:16:52.134 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2018-05-24 12:16:56.268 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
2018-05-24 12:16:56.270 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
2018-05-24 12:16:56.273 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
2018-05-24 12:16:56.291 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/credentials/{name:.+}],methods=[GET]}" onto public java.util.Map com.netflix.spinnaker.clouddriver.controllers.CredentialsController.getAccount(java.lang.String)
2018-05-24 12:16:56.292 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/credentials],methods=[GET]}" onto public java.util.List<java.util.Map> com.netflix.spinnaker.clouddriver.controllers.CredentialsController.list(boolean)
2018-05-24 12:16:56.300 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/data/static/{id}],methods=[GET]}" onto public java.lang.Object com.netflix.spinnaker.clouddriver.controllers.DataController.getStaticData(java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
2018-05-24 12:16:56.301 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v1/data/adhoc/{groupId}/{bucketId}/**]}" onto public org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody com.netflix.spinnaker.clouddriver.controllers.DataController.getAdhocData(java.lang.String,java.lang.String,javax.servlet.http.HttpServletRequest)
2018-05-24 12:16:56.315 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cache/{cloudProvider}/{type}],methods=[POST]}" onto public org.springframework.http.ResponseEntity com.netflix.spinnaker.clouddriver.controllers.CacheController.handleOnDemand(java.lang.String,java.lang.String,java.util.Map<java.lang.String, ?>)
2018-05-24 12:16:56.316 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cache/{cloudProvider}/{type}],methods=[GET]}" onto public java.util.Collection<java.util.Map> com.netflix.spinnaker.clouddriver.controllers.CacheController.pendingOnDemands(java.lang.String,java.lang.String)
2018-05-24 12:16:56.319 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/artifacts/fetch],methods=[PUT]}" onto org.springframework.web.servlet.mvc.method.annotation.StreamingResponseBody com.netflix.spinnaker.clouddriver.controllers.ArtifactController.fetch(com.netflix.spinnaker.kork.artifacts.model.Artifact)
2018-05-24 12:16:56.320 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/artifacts/credentials],methods=[GET]}" onto java.util.List<com.netflix.spinnaker.clouddriver.artifacts.config.ArtifactCredentials> com.netflix.spinnaker.clouddriver.controllers.ArtifactController.list()
2018-05-24 12:16:56.325 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ops/{name}],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.String> com.netflix.spinnaker.clouddriver.controllers.OperationsController.operation(java.lang.String,java.lang.String,java.util.Map)
2018-05-24 12:16:56.326 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/ops],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.String> com.netflix.spinnaker.clouddriver.controllers.OperationsController.operations(java.lang.String,java.util.List<java.util.Map<java.lang.String, java.util.Map>>)
2018-05-24 12:16:56.326 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/{cloudProvider}/ops],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.String> com.netflix.spinnaker.clouddriver.controllers.OperationsController.cloudProviderOperations(java.lang.String,java.lang.String,java.util.List<java.util.Map<java.lang.String, java.util.Map>>)
2018-05-24 12:16:56.327 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/{cloudProvider}/ops/{name}],methods=[POST]}" onto public java.util.Map<java.lang.String, java.lang.String> com.netflix.spinnaker.clouddriver.controllers.OperationsController.cloudProviderOperation(java.lang.String,java.lang.String,java.lang.String,java.util.Map)
2018-05-24 12:16:56.334 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/search],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.clouddriver.search.SearchResultSet> com.netflix.spinnaker.clouddriver.controllers.SearchController.search(java.lang.String,java.util.List<java.lang.String>,java.lang.String,int,int,javax.servlet.http.HttpServletRequest)
2018-05-24 12:16:56.337 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/features/stages],methods=[GET]}" onto public java.util.Collection<java.util.Map> com.netflix.spinnaker.clouddriver.controllers.FeaturesController.stages()
2018-05-24 12:16:56.341 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/subnets/{cloudProvider}],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.Subnet> com.netflix.spinnaker.clouddriver.controllers.SubnetController.listByCloudProvider(java.lang.String)
2018-05-24 12:16:56.341 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/subnets],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.Subnet> com.netflix.spinnaker.clouddriver.controllers.SubnetController.list()
2018-05-24 12:16:56.343 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/vpcs],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.Network> com.netflix.spinnaker.clouddriver.controllers.VpcController.list()
2018-05-24 12:16:56.358 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/{cloudProvider:.+}/loadBalancers],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.clouddriver.model.LoadBalancerProvider$Item> com.netflix.spinnaker.clouddriver.controllers.LoadBalancerController.listForCloudProvider(java.lang.String)
2018-05-24 12:16:56.371 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/{cloudProvider:.+}/loadBalancers/{account:.+}/{region:.+}/{name:.+}],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.clouddriver.model.LoadBalancerProvider$Details> com.netflix.spinnaker.clouddriver.controllers.LoadBalancerController.getByAccountRegionName(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.372 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/{cloudProvider:.+}/loadBalancers/{name:.+}],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.LoadBalancerProvider$Item com.netflix.spinnaker.clouddriver.controllers.LoadBalancerController.get(java.lang.String,java.lang.String)
2018-05-24 12:16:56.374 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/loadBalancers],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.clouddriver.model.LoadBalancer> com.netflix.spinnaker.clouddriver.controllers.LoadBalancerController.list(java.lang.String)
2018-05-24 12:16:56.392 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/manifests/{account:.+}/_/{name:.+}],methods=[GET]}" onto com.netflix.spinnaker.clouddriver.model.Manifest com.netflix.spinnaker.clouddriver.controllers.ManifestController.getForAccountAndName(java.lang.String,java.lang.String)
2018-05-24 12:16:56.393 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/manifests/{account:.+}/{location:.+}/{name:.+}],methods=[GET]}" onto com.netflix.spinnaker.clouddriver.model.Manifest com.netflix.spinnaker.clouddriver.controllers.ManifestController.getForAccountLocationAndName(java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.393 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/manifests/{account:.+}/{name:.+}],methods=[GET]}" onto com.netflix.spinnaker.clouddriver.model.Manifest com.netflix.spinnaker.clouddriver.controllers.ManifestController.getForAccountLocationAndName(java.lang.String,java.lang.String)
2018-05-24 12:16:56.413 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{name:.+}],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.view.ApplicationViewModel com.netflix.spinnaker.clouddriver.controllers.ApplicationsController.get(java.lang.String)
2018-05-24 12:16:56.415 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.clouddriver.model.Application> com.netflix.spinnaker.clouddriver.controllers.ApplicationsController.list(boolean,boolean)
2018-05-24 12:16:56.424 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instances/{account}/{region}/{id}/console],methods=[GET]}" onto public java.util.Map com.netflix.spinnaker.clouddriver.controllers.InstanceController.getConsoleOutput(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.426 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instances/{account}/{region}/{id:.+}],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.Instance com.netflix.spinnaker.clouddriver.controllers.InstanceController.getInstance(java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.446 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/task/{id}],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.data.task.Task com.netflix.spinnaker.clouddriver.controllers.TaskController.get(java.lang.String)
2018-05-24 12:16:56.451 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/task],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.clouddriver.data.task.Task> com.netflix.spinnaker.clouddriver.controllers.TaskController.list()
2018-05-24 12:16:56.459 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/roles/{cloudProvider}],methods=[GET]}" onto java.util.Collection<com.netflix.spinnaker.clouddriver.aws.model.Role> com.netflix.spinnaker.clouddriver.controllers.RoleController.getRoles(java.lang.String)
2018-05-24 12:16:56.474 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/serverGroups/{account}/{region}/{name:.+}],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.ServerGroup com.netflix.spinnaker.clouddriver.controllers.ServerGroupController.getServerGroupByApplication(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.475 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/serverGroups/{account}/{region}/{name:.+}],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.ServerGroup com.netflix.spinnaker.clouddriver.controllers.ServerGroupController.getServerGroupByMoniker(java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.476 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/serverGroups],methods=[GET]}" onto public java.util.List com.netflix.spinnaker.clouddriver.controllers.ServerGroupController.getServerGroups(java.util.List<java.lang.String>,java.util.List<java.lang.String>,java.lang.String)
2018-05-24 12:16:56.476 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/serverGroups],methods=[GET]}" onto public java.util.List com.netflix.spinnaker.clouddriver.controllers.ServerGroupController.list(java.lang.String,java.lang.String,java.lang.String,java.util.Collection<java.lang.String>)
2018-05-24 12:16:56.477 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/config-refresh],methods=[POST]}" onto public void com.netflix.spinnaker.clouddriver.controllers.ConfigRefreshController.refresh()
2018-05-24 12:16:56.478 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/serverGroupManagers],methods=[GET]}" onto java.util.Set<com.netflix.spinnaker.clouddriver.model.ServerGroupManager> com.netflix.spinnaker.clouddriver.controllers.ServerGroupManagerController.getForApplication(java.lang.String)
2018-05-24 12:16:56.484 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/networks/{cloudProvider}],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.Network> com.netflix.spinnaker.clouddriver.controllers.NetworkController.listByCloudProvider(java.lang.String)
2018-05-24 12:16:56.487 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/networks],methods=[GET]}" onto public java.util.Map<java.lang.String, java.util.Set<com.netflix.spinnaker.clouddriver.model.Network>> com.netflix.spinnaker.clouddriver.controllers.NetworkController.list()
2018-05-24 12:16:56.510 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/tags/**],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.EntityTags com.netflix.spinnaker.clouddriver.controllers.EntityTagsController.get(javax.servlet.http.HttpServletRequest)
2018-05-24 12:16:56.514 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/tags],methods=[GET]}" onto public java.util.Collection<com.netflix.spinnaker.clouddriver.model.EntityTags> com.netflix.spinnaker.clouddriver.controllers.EntityTagsController.list(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,int,java.util.Map<java.lang.String, java.lang.Object>)
2018-05-24 12:16:56.555 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/elasticIps/{account}],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.ElasticIp> com.netflix.spinnaker.clouddriver.controllers.ElasticIpController.listByAccount(java.lang.String)
2018-05-24 12:16:56.559 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/elasticIps/{account}],methods=[GET],params=[region]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.ElasticIp> com.netflix.spinnaker.clouddriver.controllers.ElasticIpController.listByAccountAndRegion(java.lang.String,java.lang.String)
2018-05-24 12:16:56.564 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/images/{provider}/{imageId}],methods=[GET]}" onto com.netflix.spinnaker.clouddriver.model.Image com.netflix.spinnaker.clouddriver.controllers.ImageController.getImage(java.lang.String,java.lang.String)
2018-05-24 12:16:56.568 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cloudMetrics/{cloudProvider}/{account}/{region}],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.clouddriver.model.CloudMetricDescriptor> com.netflix.spinnaker.clouddriver.controllers.CloudMetricController.findAll(java.lang.String,java.lang.String,java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
2018-05-24 12:16:56.569 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/cloudMetrics/{cloudProvider}/{account}/{region}/{metricName}/statistics],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.CloudMetricStatistics com.netflix.spinnaker.clouddriver.controllers.CloudMetricController.getStatistics(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.Long,java.lang.Long,java.util.Map<java.lang.String, java.lang.String>)
2018-05-24 12:16:56.573 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/instanceTypes],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.InstanceType> com.netflix.spinnaker.clouddriver.controllers.InstanceTypeController.list()
2018-05-24 12:16:56.577 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/reports/reservation],methods=[GET]}" onto public java.util.Collection<com.netflix.spinnaker.clouddriver.model.ReservationReport> com.netflix.spinnaker.clouddriver.controllers.ReservationReportController.getReservationReports(java.util.Map<java.lang.String, java.lang.String>)
2018-05-24 12:16:56.578 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/reports/reservation/{name}],methods=[GET]}" onto public java.util.Collection<com.netflix.spinnaker.clouddriver.model.ReservationReport> com.netflix.spinnaker.clouddriver.controllers.ReservationReportController.getReservationReportsByName(java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
2018-05-24 12:16:56.730 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/projects/{project}/clusters],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.clouddriver.controllers.ProjectController$ClusterModel> com.netflix.spinnaker.clouddriver.controllers.ProjectController.getClusters(java.lang.String)
2018-05-24 12:16:56.767 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/securityGroups/{account}/{cloudProvider}],methods=[GET]}" onto public java.util.Map<java.lang.String, java.util.Set<com.netflix.spinnaker.clouddriver.model.SecurityGroupSummary>> com.netflix.spinnaker.clouddriver.controllers.SecurityGroupController.listByAccountAndCloudProvider(java.lang.String,java.lang.String)
2018-05-24 12:16:56.768 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/securityGroups/{account}/{cloudProvider}],methods=[GET],params=[region]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.SecurityGroupSummary> com.netflix.spinnaker.clouddriver.controllers.SecurityGroupController.listByAccountAndCloudProviderAndRegion(java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.768 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/securityGroups/{account}/{cloudProvider}/{securityGroupName:.+}],methods=[GET]}" onto public java.util.Map<java.lang.String, java.util.Set<com.netflix.spinnaker.clouddriver.model.SecurityGroupSummary>> com.netflix.spinnaker.clouddriver.controllers.SecurityGroupController.listByAccountAndCloudProviderAndName(java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.768 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/securityGroups/{account}],methods=[GET]}" onto public java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.util.Set<com.netflix.spinnaker.clouddriver.model.SecurityGroupSummary>>> com.netflix.spinnaker.clouddriver.controllers.SecurityGroupController.listByAccount(java.lang.String)
2018-05-24 12:16:56.770 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/securityGroups/{account}],methods=[GET],params=[region]}" onto public java.util.Map<java.lang.String, java.util.Set<com.netflix.spinnaker.clouddriver.model.SecurityGroupSummary>> com.netflix.spinnaker.clouddriver.controllers.SecurityGroupController.listByAccountAndRegion(java.lang.String,java.lang.String)
2018-05-24 12:16:56.771 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/securityGroups/{account}/{cloudProvider}/{region}/{securityGroupName:.+}],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.SecurityGroup com.netflix.spinnaker.clouddriver.controllers.SecurityGroupController.get(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.772 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/securityGroups],methods=[GET]}" onto public java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.util.Map<java.lang.String, java.util.Set<com.netflix.spinnaker.clouddriver.model.SecurityGroupSummary>>>> com.netflix.spinnaker.clouddriver.controllers.SecurityGroupController.list()
2018-05-24 12:16:56.773 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/keyPairs],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.KeyPair> com.netflix.spinnaker.clouddriver.controllers.KeyPairController.list()
2018-05-24 12:16:56.787 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/certificates/{cloudProvider}],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.Network> com.netflix.spinnaker.clouddriver.controllers.CertificateController.listByCloudProvider(java.lang.String)
2018-05-24 12:16:56.789 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/certificates],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.clouddriver.model.Certificate> com.netflix.spinnaker.clouddriver.controllers.CertificateController.list()
2018-05-24 12:16:56.796 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/tags/metadata],methods=[GET]}" onto java.util.Map com.netflix.spinnaker.clouddriver.controllers.admin.EntityTagsAdminController.metadata()
2018-05-24 12:16:56.803 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/tags/reindex],methods=[POST]}" onto void com.netflix.spinnaker.clouddriver.controllers.admin.EntityTagsAdminController.reindex()
2018-05-24 12:16:56.816 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/clusters/{account:.+}/{name:.+}],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.Cluster> com.netflix.spinnaker.clouddriver.controllers.ClusterController.getForAccountAndName(java.lang.String,java.lang.String,java.lang.String,boolean)
2018-05-24 12:16:56.822 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/clusters/{account:.+}],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.controllers.ClusterController$ClusterViewModel> com.netflix.spinnaker.clouddriver.controllers.ClusterController.getForAccount(java.lang.String,java.lang.String)
2018-05-24 12:16:56.822 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/clusters/{account:.+}/{name:.+}/{type}],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.Cluster com.netflix.spinnaker.clouddriver.controllers.ClusterController.getForAccountAndNameAndType(java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean)
2018-05-24 12:16:56.827 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/clusters/{account:.+}/{clusterName:.+}/{cloudProvider}/{scope}/serverGroups/target/{target:.+}],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.ServerGroup com.netflix.spinnaker.clouddriver.controllers.ClusterController.getTargetServerGroup(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.828 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/clusters/{account:.+}/{clusterName:.+}/{cloudProvider}/{scope}/serverGroups/target/{target:.+}/{summaryType:.+}],methods=[GET]}" onto public com.netflix.spinnaker.clouddriver.model.Summary com.netflix.spinnaker.clouddriver.controllers.ClusterController.getServerGroupSummary(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.828 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/clusters/{account:.+}/{clusterName:.+}/{type}/serverGroups/{serverGroupName:.+}],methods=[GET]}" onto public java.lang.Object com.netflix.spinnaker.clouddriver.controllers.ClusterController.getServerGroup(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.828 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/clusters/{account:.+}/{clusterName:.+}/{type}/serverGroups],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.clouddriver.model.ServerGroup> com.netflix.spinnaker.clouddriver.controllers.ClusterController.getServerGroups(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String,boolean)
2018-05-24 12:16:56.828 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/clusters],methods=[GET]}" onto public java.util.Map<java.lang.String, java.util.Set<java.lang.String>> com.netflix.spinnaker.clouddriver.controllers.ClusterController.listByAccount(java.lang.String)
2018-05-24 12:16:56.855 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/jobs/{account}/{location}/{id:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.clouddriver.controllers.JobController.cancelJob(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.856 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/jobs/{account}/{location}/{id:.+}],methods=[POST]}" onto public com.netflix.spinnaker.clouddriver.model.JobStatus com.netflix.spinnaker.clouddriver.controllers.JobController.collectJob(java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.856 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/applications/{application}/jobs/{account}/{location}/{id}/{fileName:.+}],methods=[GET]}" onto public java.util.Map<java.lang.String, java.lang.Object> com.netflix.spinnaker.clouddriver.controllers.JobController.getFileContents(java.lang.String,java.lang.String,java.lang.String,java.lang.String,java.lang.String)
2018-05-24 12:16:56.857 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public java.util.Map com.netflix.spinnaker.kork.web.controllers.GenericErrorController.error(java.lang.Boolean,javax.servlet.http.HttpServletRequest)
2018-05-24 12:16:59.261 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.265 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String)
2018-05-24 12:16:59.267 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.269 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2018-05-24 12:16:59.269 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.269 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.270 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.270 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.275 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String)
2018-05-24 12:16:59.277 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
2018-05-24 12:16:59.277 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.278 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.278 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.279 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/actuator || /actuator.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint.links()
2018-05-24 12:16:59.292 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/resolvedEnv || /resolvedEnv.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.294 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2018-05-24 12:16:59.294 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-24 12:16:59.296 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
2018-05-24 12:16:59.297 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal)
2018-05-24 12:17:02.498 WARN 1 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'searchController': Unsatisfied dependency expressed through field 'searchProviders'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'catsSearchProvider' defined in com.netflix.spinnaker.clouddriver.cache.CacheConfig: Unsatisfied dependency expressed through method 'catsSearchProvider' parameter 1; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'java.util.List<com.netflix.spinnaker.clouddriver.cache.SearchableProvider>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
2018-05-24 12:17:02.516 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2018-05-24 12:17:02.662 WARN 1 --- [ost-startStop-2] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [spectator-gauge-polling-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
sun.misc.Unsafe.park(Native Method)
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
2018-05-24 12:17:02.785 INFO 1 --- [ main] utoConfigurationReportLoggingInitializer :
Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2018-05-24 12:17:03.524 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application startup failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'searchController': Unsatisfied dependency expressed through field 'searchProviders'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'catsSearchProvider' defined in com.netflix.spinnaker.clouddriver.cache.CacheConfig: Unsatisfied dependency expressed through method 'catsSearchProvider' parameter 1; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'java.util.List<com.netflix.spinnaker.clouddriver.cache.SearchableProvider>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1264) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) ~[spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) ~[spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) ~[spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134) [spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.springframework.boot.builder.SpringApplicationBuilder$run$0.call(Unknown Source) [spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) [groovy-all-2.4.13.jar:2.4.13]
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) [groovy-all-2.4.13.jar:2.4.13]
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125) [groovy-all-2.4.13.jar:2.4.13]
at com.netflix.spinnaker.clouddriver.Main.main(Main.groovy:108) [clouddriver-web-2.22.0-SNAPSHOT.jar:2.22.0-SNAPSHOT]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'catsSearchProvider' defined in com.netflix.spinnaker.clouddriver.cache.CacheConfig: Unsatisfied dependency expressed through method 'catsSearchProvider' parameter 1; nested exception is org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'java.util.List<com.netflix.spinnaker.clouddriver.cache.SearchableProvider>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.addCandidateEntry(DefaultListableBeanFactory.java:1316) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1282) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveMultipleBeans(DefaultListableBeanFactory.java:1180) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1096) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
... 22 common frames omitted
Caused by: org.springframework.beans.factory.NoSuchBeanDefinitionException: No qualifying bean of type 'java.util.List<com.netflix.spinnaker.clouddriver.cache.SearchableProvider>' available: expected at least 1 bean which qualifies as autowire candidate. Dependency annotations: {}
at org.springframework.beans.factory.support.DefaultListableBeanFactory.raiseNoMatchingBeanFound(DefaultListableBeanFactory.java:1493) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1104) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
... 38 common frames omitted
2018-05-24 12:17:11.946 WARN 1 --- [ecutionAction-1] c.n.s.c.cache.LoggingInstrumentation : com.netflix.spinnaker.clouddriver.core.provider.CoreProvider:CleanupPendingOnDemandCachesAgent completed
java.lang.IllegalStateException: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@25cc7470 has not been refreshed yet
at org.springframework.context.support.AbstractApplicationContext.assertBeanFactoryActive(AbstractApplicationContext.java:1065) ~[spring-context-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1089) ~[spring-context-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at com.netflix.spinnaker.clouddriver.core.agent.CleanupPendingOnDemandCachesAgent.getCatsModule(CleanupPendingOnDemandCachesAgent.java:164) ~[clouddriver-core-2.22.0-SNAPSHOT.jar:2.22.0-SNAPSHOT]
at com.netflix.spinnaker.clouddriver.core.agent.CleanupPendingOnDemandCachesAgent.run(CleanupPendingOnDemandCachesAgent.java:87) ~[clouddriver-core-2.22.0-SNAPSHOT.jar:2.22.0-SNAPSHOT]
at com.netflix.spinnaker.cats.agent.RunnableAgent$RunnableAgentExecution.executeAgent(RunnableAgent.java:32) ~[cats-core-2.22.0-SNAPSHOT.jar:2.22.0-SNAPSHOT]
at com.netflix.spinnaker.cats.redis.cluster.ClusteredAgentScheduler$AgentExecutionAction.execute(ClusteredAgentScheduler.java:272) ~[cats-redis-2.22.0-SNAPSHOT.jar:2.22.0-SNAPSHOT]
at com.netflix.spinnaker.cats.redis.cluster.ClusteredAgentScheduler$AgentJob.run(ClusteredAgentScheduler.java:246) ~[cats-redis-2.22.0-SNAPSHOT.jar:2.22.0-SNAPSHOT]
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) ~[na:1.8.0_151]
at java.util.concurrent.FutureTask.run(FutureTask.java:266) ~[na:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[na:1.8.0_151]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_151]
at java.lang.Thread.run(Thread.java:748) [na:1.8.0_151]
The experience of quick start is awful for kubernetes-manifest v2
We don't have a quickstart for k8s v2 yet, unless that's what you mean?
Can you post more of those logs from clouddriver (seems that's the middle of a long spring boot exception)?
I have updated the log on the previous post.
Quick start I meant "https://www.spinnaker.io/setup/install/halyard/" :)
Btw, I tried 1.6.1 deploy apply but the front50 is still shows the same failure AWSErrorCode=[NoSuchKey]
Quick start I meant "https://www.spinnaker.io/setup/install/halyard/" :)
Ah well it's in alpha still, so expect some rough edges :)
@tweakmy based on the logs it's missing some config, not sure what yet though.
Can you share the output of:
hal config provider kubernetes -q -o yaml
enabled: false
accounts:
- name: spinnaker
requiredGroupMembership: []
providerVersion: V2
permissions: {}
dockerRegistries: []
context: kubernetes
configureImagePullSecrets: true
namespaces: []
omitNamespaces: []
kinds: []
omitKinds: []
customResources: []
kubeconfigFile: /home/spinnaker/.kube/config
oauthScopes: []
oAuthScopes: []
primaryAccount: spinnaker
Ah you need to have the provider enabled (see here).
hal config provider kubernetes enable
I started from scratch, that resolves the issues on the clouddriver but I got a different problem compare to last effort.
I STILL CANT create a single application till today. ; (
kubectl logs spin-front50-64fbddb8cc-5wtz2
. ____ _ __ _ _
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.5.7.RELEASE)
2018-05-26 06:56:39.441 INFO 1 --- [ main] com.netflix.spinnaker.front50.Main : Starting Main v1.123.0-SNAPSHOT on spin-front50-64fbddb8cc-5wtz2 with PID 1 (/opt/front50/lib/front50-web-1.123.0-SNAPSHOT.jar started by spinnaker in /)
2018-05-26 06:56:39.443 INFO 1 --- [ main] com.netflix.spinnaker.front50.Main : The following profiles are active: test,local
2018-05-26 06:56:39.500 INFO 1 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a8fa663: startup date [Sat May 26 06:56:39 GMT 2018]; root of context hierarchy
2018-05-26 06:56:40.931 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'accessDeniedExceptionHandler' with a different definition: replacing [Generic bean: class [com.netflix.spinnaker.front50.exceptions.AccessDeniedExceptionHandler]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/opt/front50/lib/front50-web-1.123.0-SNAPSHOT.jar!/com/netflix/spinnaker/front50/exceptions/AccessDeniedExceptionHandler.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=front50WebConfig; factoryMethodName=accessDeniedExceptionHandler; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/netflix/spinnaker/front50/config/Front50WebConfig.class]]
2018-05-26 06:56:41.124 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'httpRequestHandlerAdapter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration; factoryMethodName=httpRequestHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration; factoryMethodName=httpRequestHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]]
2018-05-26 06:56:41.197 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'managementServletContext' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.class]]
2018-05-26 06:56:41.676 INFO 1 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2018-05-26 06:56:41.821 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'pollingScheduler' of type [com.netflix.config.FixedDelayPollingScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-26 06:56:41.827 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'polledConfigurationSource' of type [com.netflix.spinnaker.kork.archaius.SpringEnvironmentPolledConfigurationSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-26 06:56:41.850 WARN 1 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2018-05-26 06:56:41.851 INFO 1 --- [ main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-05-26 06:56:41.939 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$2caabc5e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-26 06:56:41.953 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-26 06:56:41.954 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@755b5f30' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-26 06:56:41.969 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$517f5f10] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-26 06:56:41.985 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-26 06:56:42.765 INFO 1 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2018-05-26 06:56:42.776 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-05-26 06:56:42.777 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.20
2018-05-26 06:56:42.951 INFO 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-05-26 06:56:42.951 INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3455 ms
2018-05-26 06:56:43.725 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'authenticatedRequestFilter' to: [/*]
2018-05-26 06:56:43.726 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'simpleCORSFilter' to: [/*]
2018-05-26 06:56:43.726 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*]
2018-05-26 06:56:43.726 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-05-26 06:56:43.726 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'fiatAuthenticationFilter' to urls: [/*]
2018-05-26 06:56:43.726 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-05-26 06:56:43.727 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-05-26 06:56:43.727 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2018-05-26 06:56:43.728 INFO 1 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
2018-05-26 06:56:43.728 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2018-05-26 06:56:43.728 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
2018-05-26 06:56:43.728 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2018-05-26 06:56:46.740 WARN 1 --- [ main] ationConfigEmbeddedWebApplicationContext : Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'snapshotsController': Unsatisfied dependency expressed through field 'snapshotDAO'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'snapshotDAO' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Unsatisfied dependency expressed through method 'snapshotDAO' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 's3StorageService' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.netflix.spinnaker.front50.model.S3StorageService]: Factory method 's3StorageService' threw exception; nested exception is com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden (Service: Amazon S3; Status Code: 403; Error Code: 403 Forbidden; Request ID: 15321F7400FE736D; S3 Extended Request ID: null), S3 Extended Request ID: null
2018-05-26 06:56:46.761 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2018-05-26 06:56:46.769 WARN 1 --- [ost-startStop-1] o.a.c.loader.WebappClassLoaderBase : The web application [ROOT] appears to have started a thread named [spectator-gauge-polling-0] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread:
sun.misc.Unsafe.park(Native Method)
java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
java.lang.Thread.run(Thread.java:748)
2018-05-26 06:56:46.786 INFO 1 --- [ main] utoConfigurationReportLoggingInitializer :
Error starting ApplicationContext. To display the auto-configuration report re-run your application with 'debug' enabled.
2018-05-26 06:56:46.794 ERROR 1 --- [ main] o.s.boot.SpringApplication : Application startup failed
org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'snapshotsController': Unsatisfied dependency expressed through field 'snapshotDAO'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'snapshotDAO' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Unsatisfied dependency expressed through method 'snapshotDAO' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 's3StorageService' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.netflix.spinnaker.front50.model.S3StorageService]: Factory method 's3StorageService' threw exception; nested exception is com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden (Service: Amazon S3; Status Code: 403; Error Code: 403 Forbidden; Request ID: 15321F7400FE736D; S3 Extended Request ID: null), S3 Extended Request ID: null
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:588) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:366) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1264) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:553) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:761) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:867) ~[spring-context-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:543) ~[spring-context-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:122) ~[spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:693) ~[spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:360) ~[spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.springframework.boot.SpringApplication.run(SpringApplication.java:303) ~[spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.springframework.boot.builder.SpringApplicationBuilder.run(SpringApplicationBuilder.java:134) [spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.springframework.boot.builder.SpringApplicationBuilder$run$0.call(Unknown Source) [spring-boot-1.5.7.RELEASE.jar:1.5.7.RELEASE]
at org.codehaus.groovy.runtime.callsite.CallSiteArray.defaultCall(CallSiteArray.java:48) [groovy-all-2.4.12.jar:2.4.12]
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:113) [groovy-all-2.4.12.jar:2.4.12]
at org.codehaus.groovy.runtime.callsite.AbstractCallSite.call(AbstractCallSite.java:125) [groovy-all-2.4.12.jar:2.4.12]
at com.netflix.spinnaker.front50.Main.main(Main.groovy:51) [front50-web-1.123.0-SNAPSHOT.jar:1.123.0-SNAPSHOT]
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'snapshotDAO' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Unsatisfied dependency expressed through method 'snapshotDAO' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 's3StorageService' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.netflix.spinnaker.front50.model.S3StorageService]: Factory method 's3StorageService' threw exception; nested exception is com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden (Service: Amazon S3; Status Code: 403; Error Code: 403 Forbidden; Request ID: 15321F7400FE736D; S3 Extended Request ID: null), S3 Extended Request ID: null
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:585) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
... 22 common frames omitted
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 's3StorageService' defined in class path resource [com/netflix/spinnaker/front50/config/S3Config.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.netflix.spinnaker.front50.model.S3StorageService]: Factory method 's3StorageService' threw exception; nested exception is com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden (Service: Amazon S3; Status Code: 403; Error Code: 403 Forbidden; Request ID: 15321F7400FE736D; S3 Extended Request ID: null), S3 Extended Request ID: null
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
... 35 common frames omitted
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [com.netflix.spinnaker.front50.model.S3StorageService]: Factory method 's3StorageService' threw exception; nested exception is com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden (Service: Amazon S3; Status Code: 403; Error Code: 403 Forbidden; Request ID: 15321F7400FE736D; S3 Extended Request ID: null), S3 Extended Request ID: null
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
... 48 common frames omitted
Caused by: com.amazonaws.services.s3.model.AmazonS3Exception: Forbidden (Service: Amazon S3; Status Code: 403; Error Code: 403 Forbidden; Request ID: 15321F7400FE736D; S3 Extended Request ID: null)
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.handleErrorResponse(AmazonHttpClient.java:1587) ~[aws-java-sdk-core-1.11.173.jar:na]
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeOneRequest(AmazonHttpClient.java:1257) ~[aws-java-sdk-core-1.11.173.jar:na]
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeHelper(AmazonHttpClient.java:1029) ~[aws-java-sdk-core-1.11.173.jar:na]
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.doExecute(AmazonHttpClient.java:741) ~[aws-java-sdk-core-1.11.173.jar:na]
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.executeWithTimer(AmazonHttpClient.java:715) ~[aws-java-sdk-core-1.11.173.jar:na]
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.execute(AmazonHttpClient.java:697) ~[aws-java-sdk-core-1.11.173.jar:na]
at com.amazonaws.http.AmazonHttpClient$RequestExecutor.access$500(AmazonHttpClient.java:665) ~[aws-java-sdk-core-1.11.173.jar:na]
at com.amazonaws.http.AmazonHttpClient$RequestExecutionBuilderImpl.execute(AmazonHttpClient.java:647) ~[aws-java-sdk-core-1.11.173.jar:na]
at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:511) ~[aws-java-sdk-core-1.11.173.jar:na]
at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4227) ~[aws-java-sdk-s3-1.11.173.jar:na]
at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:4174) ~[aws-java-sdk-s3-1.11.173.jar:na]
at com.amazonaws.services.s3.AmazonS3Client.headBucket(AmazonS3Client.java:1310) ~[aws-java-sdk-s3-1.11.173.jar:na]
at com.netflix.spinnaker.front50.model.S3StorageService.ensureBucketExists(S3StorageService.java:70) ~[front50-s3-1.123.0-SNAPSHOT.jar:1.123.0-SNAPSHOT]
at com.netflix.spinnaker.front50.config.S3Config.s3StorageService(S3Config.java:155) ~[front50-s3-1.123.0-SNAPSHOT.jar:1.123.0-SNAPSHOT]
at com.netflix.spinnaker.front50.config.S3Config$$EnhancerBySpringCGLIB$$1b2aad39.CGLIB$s3StorageService$1(<generated>) ~[front50-s3-1.123.0-SNAPSHOT.jar:1.123.0-SNAPSHOT]
at com.netflix.spinnaker.front50.config.S3Config$$EnhancerBySpringCGLIB$$1b2aad39$$FastClassBySpringCGLIB$$a536b4d2.invoke(<generated>) ~[front50-s3-1.123.0-SNAPSHOT.jar:1.123.0-SNAPSHOT]
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:358) ~[spring-context-4.3.11.RELEASE.jar:4.3.11.RELEASE]
at com.netflix.spinnaker.front50.config.S3Config$$EnhancerBySpringCGLIB$$1b2aad39.s3StorageService(<generated>) ~[front50-s3-1.123.0-SNAPSHOT.jar:1.123.0-SNAPSHOT]
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_151]
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_151]
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_151]
at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_151]
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.3.11.RELEASE.jar:4.3.11.RELEASE]
... 49 common frames omitted
kubectl get secret spin-front50-files-2125949469 -o yaml
apiVersion: v1
data:
credentials: W2RlZmF1bHRdCmF3c19hY2Nlc3Nfa2V5X2lkID0gTFQzNTlFNkw1TU9aREszCmF3c19zZWNyZXRfYWNjZXNzX2tleSA9IDBTSHBHM0RncUNkazJWVFpWb09Da3phS3M5QUhJQ0pkaEVzSkdJNWU=
kind: Secret
metadata:
annotations:
kubectl.kubernetes.io/last-applied-configuration: |
{"apiVersion":"v1","data":{"credentials":"W2RlZmF1bHRdCmF3c19hY2Nlc3Nfa2V5X2lkID0gTFQzNTlFNkw1TU9aREszCmF3c19zZWNyZXRfYWNjZXNzX2tleSA9IDBTSHBHM0RncUNkazJWVFpWb09Da3phS3M5QUhJQ0pkaEVzSkdJNWU="},"kind":"Secret","metadata":{"annotations":{},"labels":{"app":"spin"},"name":"spin-front50-files-2125949469","namespace":"spinnaker"},"type":"Opaque"}
cat config
currentDeployment: default
deploymentConfigurations:
- name: default
version: 1.7.5
providers:
appengine:
enabled: false
accounts: []
aws:
enabled: false
accounts: []
bakeryDefaults:
baseImages: []
defaultKeyPairTemplate: '{{name}}-keypair'
defaultRegions:
- name: us-west-2
defaults:
iamRole: BaseIAMRole
ecs:
enabled: false
accounts: []
azure:
enabled: false
accounts: []
bakeryDefaults:
templateFile: azure-linux.json
baseImages: []
dcos:
enabled: false
accounts: []
clusters: []
dockerRegistry:
enabled: false
accounts: []
google:
enabled: false
accounts: []
bakeryDefaults:
templateFile: gce.json
baseImages: []
zone: us-central1-f
network: default
useInternalIp: false
kubernetes:
enabled: true
accounts:
- name: spinnaker
requiredGroupMembership: []
providerVersion: V2
permissions: {}
dockerRegistries: []
context: kubernetes
configureImagePullSecrets: true
namespaces: []
omitNamespaces: []
kinds: []
omitKinds: []
customResources: []
kubeconfigFile: /home/spinnaker/.kube/config
oauthScopes: []
oAuthScopes: []
primaryAccount: spinnaker
openstack:
enabled: false
accounts: []
bakeryDefaults:
baseImages: []
oraclebmcs:
enabled: false
accounts: []
deploymentEnvironment:
size: SMALL
type: Distributed
accountName: spinnaker
updateVersions: true
consul:
enabled: false
vault:
enabled: false
customSizing: {}
gitConfig:
upstreamUser: spinnaker
persistentStorage:
persistentStoreType: s3
azs: {}
gcs:
rootFolder: front50
redis: {}
s3:
bucket: spin-97da8f54-22b0-4e46-b0d7-2ca6853f97ac
rootFolder: front50
endpoint: http://minio-service.spinnaker:9000
accessKeyId: LT359E6L5MOZDK3
secretAccessKey: 0SHpG3DgqCdk2VTZVoOCkzaKs9AHICJdhEsJGI5e
oraclebmcs: {}
features:
auth: false
fiat: false
chaos: false
entityTags: false
jobs: false
artifacts: true
metricStores:
datadog:
enabled: false
prometheus:
enabled: false
add_source_metalabels: true
stackdriver:
enabled: false
period: 30
enabled: false
notifications:
slack:
enabled: false
timezone: America/Los_Angeles
ci:
jenkins:
enabled: false
masters: []
travis:
enabled: false
masters: []
security:
apiSecurity:
ssl:
enabled: false
uiSecurity:
ssl:
enabled: false
authn:
oauth2:
enabled: false
client: {}
resource: {}
userInfoMapping: {}
saml:
enabled: false
ldap:
enabled: false
x509:
enabled: false
enabled: false
authz:
groupMembership:
service: EXTERNAL
google:
roleProviderType: GOOGLE
github:
roleProviderType: GITHUB
file:
roleProviderType: FILE
enabled: false
artifacts:
gcs:
enabled: false
accounts: []
github:
enabled: false
accounts: []
http:
enabled: false
accounts: []
s3:
enabled: false
accounts: []
pubsub:
google:
enabled: false
subscriptions: []
canary:
enabled: false
serviceIntegrations:
- name: google
enabled: false
accounts: []
gcsEnabled: false
stackdriverEnabled: false
- name: prometheus
enabled: false
accounts: []
- name: datadog
enabled: false
accounts: []
- name: aws
enabled: false
accounts: []
s3Enabled: false
reduxLoggerEnabled: true
defaultJudge: NetflixACAJudge-v1.0
stagesEnabled: true
templatesEnabled: true
showAllConfigsEnabled: true
hal config provider kubernetes -q -o yaml
enabled: true
accounts:
- name: spinnaker
requiredGroupMembership: []
providerVersion: V2
permissions: {}
dockerRegistries: []
context: kubernetes
configureImagePullSecrets: true
namespaces: []
omitNamespaces: []
kinds: []
omitKinds: []
customResources: []
kubeconfigFile: /home/spinnaker/.kube/config
oauthScopes: []
oAuthScopes: []
primaryAccount: spinnaker
Can you verify using the s3 client that you can reach that minio instance with the credentials you've provided? It seems from the front50 logs that those credentials don't have access to your minio install.
I got everything running green now. The copy paste truncate the access-key which cause the access forbidden. That was stupid of me.
But still back to NoSuchKey error. I still cant create any application, never ending spinner. My entire search screen has empty entries. How can one see the log from the spin-deck?
/\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
\\/ ___)| |_)| | | | | || (_| | ) ) ) )
' |____| .__|_| |_|_| |_\__, | / / / /
=========|_|==============|___/=/_/_/_/
:: Spring Boot :: (v1.5.7.RELEASE)
2018-05-28 13:13:19.006 INFO 1 --- [ main] com.netflix.spinnaker.front50.Main : Starting Main v1.123.0-SNAPSHOT on spin-front50-68d4966f4b-fhrk4 with PID 1 (/opt/front50/lib/front50-web-1.123.0-SNAPSHOT.jar started by spinnaker in /)
2018-05-28 13:13:19.008 INFO 1 --- [ main] com.netflix.spinnaker.front50.Main : The following profiles are active: test,local
2018-05-28 13:13:19.072 INFO 1 --- [ main] ationConfigEmbeddedWebApplicationContext : Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a8fa663: startup date [Mon May 28 13:13:19 GMT 2018]; root of context hierarchy
2018-05-28 13:13:20.548 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'accessDeniedExceptionHandler' with a different definition: replacing [Generic bean: class [com.netflix.spinnaker.front50.exceptions.AccessDeniedExceptionHandler]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in URL [jar:file:/opt/front50/lib/front50-web-1.123.0-SNAPSHOT.jar!/com/netflix/spinnaker/front50/exceptions/AccessDeniedExceptionHandler.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=front50WebConfig; factoryMethodName=accessDeniedExceptionHandler; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [com/netflix/spinnaker/front50/config/Front50WebConfig.class]]
2018-05-28 13:13:20.738 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'httpRequestHandlerAdapter' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration; factoryMethodName=httpRequestHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$EnableWebMvcConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration; factoryMethodName=httpRequestHandlerAdapter; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/data/rest/webmvc/config/RepositoryRestMvcConfiguration.class]]
2018-05-28 13:13:20.815 INFO 1 --- [ main] o.s.b.f.s.DefaultListableBeanFactory : Overriding bean definition for bean 'managementServletContext' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcHypermediaManagementContextConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration; factoryMethodName=managementServletContext; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration.class]]
2018-05-28 13:13:21.235 INFO 1 --- [ main] f.a.AutowiredAnnotationBeanPostProcessor : JSR-330 'javax.inject.Inject' annotation found and supported for autowiring
2018-05-28 13:13:21.389 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'pollingScheduler' of type [com.netflix.config.FixedDelayPollingScheduler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-28 13:13:21.394 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'polledConfigurationSource' of type [com.netflix.spinnaker.kork.archaius.SpringEnvironmentPolledConfigurationSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-28 13:13:21.420 WARN 1 --- [ main] c.n.c.sources.URLConfigurationSource : No URLs will be polled as dynamic configuration sources.
2018-05-28 13:13:21.420 INFO 1 --- [ main] c.n.c.sources.URLConfigurationSource : To enable URLs as dynamic configuration sources, define System property archaius.configurationSource.additionalUrls or make config.properties available on classpath.
2018-05-28 13:13:21.500 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration' of type [org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration$$EnhancerBySpringCGLIB$$1ece5b0e] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-28 13:13:21.513 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'objectPostProcessor' of type [org.springframework.security.config.annotation.configuration.AutowireBeanFactoryObjectPostProcessor] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-28 13:13:21.514 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler@3c18942' of type [org.springframework.security.access.expression.method.DefaultMethodSecurityExpressionHandler] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-28 13:13:21.529 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration' of type [org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration$$EnhancerBySpringCGLIB$$43a2fdc0] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-28 13:13:21.551 INFO 1 --- [ main] trationDelegate$BeanPostProcessorChecker : Bean 'methodSecurityMetadataSource' of type [org.springframework.security.access.method.DelegatingMethodSecurityMetadataSource] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
2018-05-28 13:13:22.300 INFO 1 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat initialized with port(s): 8080 (http)
2018-05-28 13:13:22.312 INFO 1 --- [ main] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2018-05-28 13:13:22.313 INFO 1 --- [ main] org.apache.catalina.core.StandardEngine : Starting Servlet Engine: Apache Tomcat/8.5.20
2018-05-28 13:13:22.500 INFO 1 --- [ost-startStop-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2018-05-28 13:13:22.500 INFO 1 --- [ost-startStop-1] o.s.web.context.ContextLoader : Root WebApplicationContext: initialization completed in 3432 ms
2018-05-28 13:13:23.343 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'authenticatedRequestFilter' to: [/*]
2018-05-28 13:13:23.343 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'simpleCORSFilter' to: [/*]
2018-05-28 13:13:23.343 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'metricsFilter' to: [/*]
2018-05-28 13:13:23.343 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*]
2018-05-28 13:13:23.343 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'fiatAuthenticationFilter' to urls: [/*]
2018-05-28 13:13:23.343 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
2018-05-28 13:13:23.344 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'httpPutFormContentFilter' to: [/*]
2018-05-28 13:13:23.344 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'requestContextFilter' to: [/*]
2018-05-28 13:13:23.345 INFO 1 --- [ost-startStop-1] .s.DelegatingFilterProxyRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*]
2018-05-28 13:13:23.345 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*]
2018-05-28 13:13:23.345 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*]
2018-05-28 13:13:23.345 INFO 1 --- [ost-startStop-1] o.s.b.w.servlet.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/]
2018-05-28 13:13:26.203 INFO 1 --- [ main] c.n.s.front50.model.S3StorageService : Creating bucket spin-97da8f54-22b0-4e46-b0d7-2ca6853f97ac in default region
2018-05-28 13:13:26.278 INFO 1 --- [ main] c.n.s.f.m.snapshot.DefaultSnapshotDAO : Warming Cache
2018-05-28 13:13:26.483 INFO 1 --- [ main] c.n.s.f.m.p.DefaultPipelineStrategyDAO : Warming Cache
2018-05-28 13:13:26.530 INFO 1 --- [ main] c.n.s.f.m.p.DefaultPipelineTemplateDAO : Warming Cache
2018-05-28 13:13:26.564 INFO 1 --- [ main] c.n.s.f.m.pipeline.DefaultPipelineDAO : Warming Cache
2018-05-28 13:13:26.791 INFO 1 --- [ main] c.n.s.f.model.project.DefaultProjectDAO : Warming Cache
2018-05-28 13:13:26.838 INFO 1 --- [ main] c.n.s.f.m.a.DefaultApplicationDAO : Warming Cache
2018-05-28 13:13:26.860 INFO 1 --- [ main] .s.f.m.a.DefaultApplicationPermissionDAO : Warming Cache
2018-05-28 13:13:26.903 INFO 1 --- [ main] c.n.s.f.m.n.DefaultNotificationDAO : Warming Cache
2018-05-28 13:13:26.977 INFO 1 --- [ main] c.n.s.f.m.s.DefaultServiceAccountDAO : Warming Cache
2018-05-28 13:13:27.221 INFO 1 --- [ main] c.n.s.f.model.intent.DefaultIntentDAO : Warming Cache
2018-05-28 13:13:28.637 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/snapshots/{id:.+}/{timestamp:.+}],methods=[GET]}" onto public com.netflix.spinnaker.front50.model.snapshot.Snapshot com.netflix.spinnaker.front50.controllers.SnapshotsController.getVersionByTimestamp(java.lang.String,java.lang.String,int)
2018-05-28 13:13:28.638 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/snapshots/{id:.+}/history],methods=[GET]}" onto public java.util.Collection<com.netflix.spinnaker.front50.model.snapshot.Snapshot> com.netflix.spinnaker.front50.controllers.SnapshotsController.getHistory(java.lang.String,int)
2018-05-28 13:13:28.639 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/snapshots/{id:.+}],methods=[GET]}" onto public com.netflix.spinnaker.front50.model.snapshot.Snapshot com.netflix.spinnaker.front50.controllers.SnapshotsController.getCurrent(java.lang.String)
2018-05-28 13:13:28.639 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/snapshots],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.SnapshotsController.save(com.netflix.spinnaker.front50.model.snapshot.Snapshot)
2018-05-28 13:13:28.641 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies/{application:.+}],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.front50.model.pipeline.Pipeline> com.netflix.spinnaker.front50.controllers.StrategyController.listByApplication(java.lang.String)
2018-05-28 13:13:28.641 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies/batchUpdate],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.StrategyController.batchUpdate(java.util.List<com.netflix.spinnaker.front50.model.pipeline.Pipeline>)
2018-05-28 13:13:28.641 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies/{id:.+}/history],methods=[GET]}" onto public java.util.Collection<com.netflix.spinnaker.front50.model.pipeline.Pipeline> com.netflix.spinnaker.front50.controllers.StrategyController.getHistory(java.lang.String,int)
2018-05-28 13:13:28.642 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies/{id}],methods=[PUT]}" onto public com.netflix.spinnaker.front50.model.pipeline.Pipeline com.netflix.spinnaker.front50.controllers.StrategyController.update(java.lang.String,com.netflix.spinnaker.front50.model.pipeline.Pipeline)
2018-05-28 13:13:28.642 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.front50.model.pipeline.Pipeline> com.netflix.spinnaker.front50.controllers.StrategyController.list()
2018-05-28 13:13:28.642 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies/{application}/{strategy:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.StrategyController.delete(java.lang.String,java.lang.String)
2018-05-28 13:13:28.642 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/strategies],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.StrategyController.save(com.netflix.spinnaker.front50.model.pipeline.Pipeline)
2018-05-28 13:13:28.659 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates/{id}/dependentPipelines],methods=[GET]}" onto java.util.List<com.netflix.spinnaker.front50.model.pipeline.Pipeline> com.netflix.spinnaker.front50.controllers.PipelineTemplateController.listDependentPipelines(java.lang.String,boolean)
2018-05-28 13:13:28.659 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates/{id}],methods=[GET]}" onto com.netflix.spinnaker.front50.model.pipeline.PipelineTemplate com.netflix.spinnaker.front50.controllers.PipelineTemplateController.get(java.lang.String)
2018-05-28 13:13:28.659 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates/{id}],methods=[PUT]}" onto com.netflix.spinnaker.front50.model.pipeline.PipelineTemplate com.netflix.spinnaker.front50.controllers.PipelineTemplateController.update(java.lang.String,com.netflix.spinnaker.front50.model.pipeline.PipelineTemplate)
2018-05-28 13:13:28.659 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates],methods=[GET]}" onto java.util.List<com.netflix.spinnaker.front50.model.pipeline.PipelineTemplate> com.netflix.spinnaker.front50.controllers.PipelineTemplateController.list(java.util.List<java.lang.String>)
2018-05-28 13:13:28.659 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates/{id}],methods=[DELETE]}" onto void com.netflix.spinnaker.front50.controllers.PipelineTemplateController.delete(java.lang.String)
2018-05-28 13:13:28.660 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelineTemplates],methods=[POST]}" onto void com.netflix.spinnaker.front50.controllers.PipelineTemplateController.save(com.netflix.spinnaker.front50.model.pipeline.PipelineTemplate)
2018-05-28 13:13:28.661 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines/{application:.+}],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.front50.model.pipeline.Pipeline> com.netflix.spinnaker.front50.controllers.PipelineController.listByApplication(java.lang.String,boolean)
2018-05-28 13:13:28.661 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines/batchUpdate],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.PipelineController.batchUpdate(java.util.List<com.netflix.spinnaker.front50.model.pipeline.Pipeline>)
2018-05-28 13:13:28.661 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines/{id:.+}/history],methods=[GET]}" onto public java.util.Collection<com.netflix.spinnaker.front50.model.pipeline.Pipeline> com.netflix.spinnaker.front50.controllers.PipelineController.getHistory(java.lang.String,int)
2018-05-28 13:13:28.662 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines/{id}],methods=[PUT]}" onto public com.netflix.spinnaker.front50.model.pipeline.Pipeline com.netflix.spinnaker.front50.controllers.PipelineController.update(java.lang.String,com.netflix.spinnaker.front50.model.pipeline.Pipeline)
2018-05-28 13:13:28.662 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.front50.model.pipeline.Pipeline> com.netflix.spinnaker.front50.controllers.PipelineController.list(boolean,boolean)
2018-05-28 13:13:28.662 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines/{application}/{pipeline:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.PipelineController.delete(java.lang.String,java.lang.String)
2018-05-28 13:13:28.662 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/pipelines],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.PipelineController.save(com.netflix.spinnaker.front50.model.pipeline.Pipeline)
2018-05-28 13:13:28.663 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/tags/**],methods=[GET],produces=[application/json]}" onto public com.netflix.spinnaker.front50.model.tag.EntityTags com.netflix.spinnaker.front50.controllers.v2.EntityTagsController.tag(javax.servlet.http.HttpServletRequest)
2018-05-28 13:13:28.664 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/tags],methods=[GET],produces=[application/json]}" onto public java.util.Set<com.netflix.spinnaker.front50.model.tag.EntityTags> com.netflix.spinnaker.front50.controllers.v2.EntityTagsController.tags(java.lang.String,java.util.Collection<java.lang.String>,java.lang.Boolean)
2018-05-28 13:13:28.664 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/tags/batchUpdate],methods=[POST],produces=[application/json]}" onto public java.util.Collection<com.netflix.spinnaker.front50.model.tag.EntityTags> com.netflix.spinnaker.front50.controllers.v2.EntityTagsController.batchUpdate(java.util.Collection<com.netflix.spinnaker.front50.model.tag.EntityTags>)
2018-05-28 13:13:28.664 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/tags/**],methods=[DELETE],produces=[application/json]}" onto public void com.netflix.spinnaker.front50.controllers.v2.EntityTagsController.delete(javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse)
2018-05-28 13:13:28.664 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/tags],methods=[POST],produces=[application/json]}" onto public com.netflix.spinnaker.front50.model.tag.EntityTags com.netflix.spinnaker.front50.controllers.v2.EntityTagsController.create(com.netflix.spinnaker.front50.model.tag.EntityTags)
2018-05-28 13:13:28.665 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects/{projectId}],methods=[GET],produces=[application/json]}" onto public com.netflix.spinnaker.front50.model.project.Project com.netflix.spinnaker.front50.controllers.v2.ProjectsController.project(java.lang.String)
2018-05-28 13:13:28.665 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects/batchUpdate],methods=[POST],produces=[application/json]}" onto public void com.netflix.spinnaker.front50.controllers.v2.ProjectsController.batchUpdate(java.util.Collection<com.netflix.spinnaker.front50.model.project.Project>,javax.servlet.http.HttpServletResponse)
2018-05-28 13:13:28.666 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects],methods=[GET],produces=[application/json]}" onto public java.util.Set<com.netflix.spinnaker.front50.model.project.Project> com.netflix.spinnaker.front50.controllers.v2.ProjectsController.projects(java.lang.Integer,java.util.Map<java.lang.String, java.lang.String>)
2018-05-28 13:13:28.666 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects/{projectId}],methods=[PUT],produces=[application/json]}" onto public com.netflix.spinnaker.front50.model.project.Project com.netflix.spinnaker.front50.controllers.v2.ProjectsController.put(java.lang.String,com.netflix.spinnaker.front50.model.project.Project)
2018-05-28 13:13:28.666 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects/{projectId}],methods=[DELETE],produces=[application/json]}" onto public void com.netflix.spinnaker.front50.controllers.v2.ProjectsController.delete(java.lang.String,javax.servlet.http.HttpServletResponse)
2018-05-28 13:13:28.666 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects],methods=[POST],produces=[application/json]}" onto public com.netflix.spinnaker.front50.model.project.Project com.netflix.spinnaker.front50.controllers.v2.ProjectsController.create(com.netflix.spinnaker.front50.model.project.Project)
2018-05-28 13:13:28.666 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/projects/search],methods=[GET],produces=[application/json]}" onto public java.util.Set<com.netflix.spinnaker.front50.model.project.Project> com.netflix.spinnaker.front50.controllers.v2.ProjectsController.search(java.lang.String)
2018-05-28 13:13:28.668 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.front50.model.application.Application> com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.applications(java.lang.Integer,java.util.Map<java.lang.String, java.lang.String>)
2018-05-28 13:13:28.668 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications/batch/applications],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.batchUpdate(java.util.Collection<com.netflix.spinnaker.front50.model.application.Application>)
2018-05-28 13:13:28.669 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications/{applicationName:.+}/history],methods=[GET]}" onto public java.util.Collection<com.netflix.spinnaker.front50.model.application.Application> com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.getHistory(java.lang.String,int)
2018-05-28 13:13:28.669 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications/{applicationName:.+}],methods=[GET]}" onto public com.netflix.spinnaker.front50.model.application.Application com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.get(java.lang.String)
2018-05-28 13:13:28.669 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications/{applicationName:.+}],methods=[PATCH]}" onto public com.netflix.spinnaker.front50.model.application.Application com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.update(java.lang.String,com.netflix.spinnaker.front50.model.application.Application)
2018-05-28 13:13:28.669 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications/{applicationName:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.delete(java.lang.String,javax.servlet.http.HttpServletResponse)
2018-05-28 13:13:28.669 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/v2/applications],methods=[POST]}" onto public com.netflix.spinnaker.front50.model.application.Application com.netflix.spinnaker.front50.controllers.v2.ApplicationsController.create(com.netflix.spinnaker.front50.model.application.Application)
2018-05-28 13:13:28.670 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/serviceAccounts],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.front50.model.serviceaccount.ServiceAccount> com.netflix.spinnaker.front50.controllers.ServiceAccountsController.getAllServiceAccounts()
2018-05-28 13:13:28.670 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/serviceAccounts],methods=[POST]}" onto public com.netflix.spinnaker.front50.model.serviceaccount.ServiceAccount com.netflix.spinnaker.front50.controllers.ServiceAccountsController.createServiceAccount(com.netflix.spinnaker.front50.model.serviceaccount.ServiceAccount)
2018-05-28 13:13:28.670 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/serviceAccounts/{serviceAccountId:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.ServiceAccountsController.deleteServiceAccount(java.lang.String)
2018-05-28 13:13:28.671 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/credentials],methods=[GET]}" onto public java.util.List<java.util.Map> com.netflix.spinnaker.front50.controllers.CredentialsController.list()
2018-05-28 13:13:28.673 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/global],methods=[GET]}" onto public com.netflix.spinnaker.front50.model.notification.Notification com.netflix.spinnaker.front50.controllers.NotificationController.getGlobal()
2018-05-28 13:13:28.673 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/{type}/{name}],methods=[GET]}" onto public com.netflix.spinnaker.front50.model.notification.Notification com.netflix.spinnaker.front50.controllers.NotificationController.listByApplication(java.lang.String,java.lang.String)
2018-05-28 13:13:28.673 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/batchUpdate],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.NotificationController.batchUpdate(java.util.List<com.netflix.spinnaker.front50.model.notification.Notification>)
2018-05-28 13:13:28.673 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/global],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.NotificationController.saveGlobal(com.netflix.spinnaker.front50.model.notification.Notification)
2018-05-28 13:13:28.673 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications],methods=[GET]}" onto public java.util.List<com.netflix.spinnaker.front50.model.notification.Notification> com.netflix.spinnaker.front50.controllers.NotificationController.list()
2018-05-28 13:13:28.673 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/{type}/{name}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.NotificationController.delete(java.lang.String,java.lang.String)
2018-05-28 13:13:28.674 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/notifications/{type}/{name}],methods=[POST]}" onto public void com.netflix.spinnaker.front50.controllers.NotificationController.save(java.lang.String,java.lang.String,com.netflix.spinnaker.front50.model.notification.Notification)
2018-05-28 13:13:28.675 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/intents],methods=[POST]}" onto com.netflix.spinnaker.front50.model.intent.Intent com.netflix.spinnaker.front50.controllers.IntentController.upsert(com.netflix.spinnaker.front50.model.intent.Intent)
2018-05-28 13:13:28.675 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/intents/{id}],methods=[GET]}" onto com.netflix.spinnaker.front50.model.intent.Intent com.netflix.spinnaker.front50.controllers.IntentController.get(java.lang.String)
2018-05-28 13:13:28.675 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/intents],methods=[GET]}" onto java.util.List<com.netflix.spinnaker.front50.model.intent.Intent> com.netflix.spinnaker.front50.controllers.IntentController.list(java.util.List<java.lang.String>)
2018-05-28 13:13:28.675 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/intents/{id}],methods=[DELETE]}" onto void com.netflix.spinnaker.front50.controllers.IntentController.delete(java.lang.String)
2018-05-28 13:13:28.677 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/permissions/applications],methods=[POST]}" onto public com.netflix.spinnaker.front50.model.application.Application$Permission com.netflix.spinnaker.front50.controllers.PermissionsController.createApplicationPermission(com.netflix.spinnaker.front50.model.application.Application$Permission)
2018-05-28 13:13:28.677 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/permissions/applications/{appName:.+}],methods=[PUT]}" onto public com.netflix.spinnaker.front50.model.application.Application$Permission com.netflix.spinnaker.front50.controllers.PermissionsController.updateApplicationPermission(java.lang.String,com.netflix.spinnaker.front50.model.application.Application$Permission)
2018-05-28 13:13:28.677 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/permissions/applications/{appName:.+}],methods=[DELETE]}" onto public void com.netflix.spinnaker.front50.controllers.PermissionsController.deleteApplicationPermission(java.lang.String)
2018-05-28 13:13:28.678 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/permissions/applications],methods=[GET]}" onto public java.util.Set<com.netflix.spinnaker.front50.model.application.Application$Permission> com.netflix.spinnaker.front50.controllers.PermissionsController.getAllApplicationPermissions()
2018-05-28 13:13:28.681 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/security]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.SecurityConfiguration> springfox.documentation.swagger.web.ApiResourceController.securityConfiguration()
2018-05-28 13:13:28.681 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources/configuration/ui]}" onto public org.springframework.http.ResponseEntity<springfox.documentation.swagger.web.UiConfiguration> springfox.documentation.swagger.web.ApiResourceController.uiConfiguration()
2018-05-28 13:13:28.682 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/swagger-resources]}" onto public org.springframework.http.ResponseEntity<java.util.List<springfox.documentation.swagger.web.SwaggerResource>> springfox.documentation.swagger.web.ApiResourceController.swaggerResources()
2018-05-28 13:13:28.684 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public java.util.Map com.netflix.spinnaker.kork.web.controllers.GenericErrorController.error(java.lang.Boolean,javax.servlet.http.HttpServletRequest)
2018-05-28 13:13:29.210 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/resolvedEnv || /resolvedEnv.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.210 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/mappings || /mappings.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.210 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/configprops || /configprops.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.211 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/actuator || /actuator.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.boot.actuate.endpoint.mvc.HalJsonMvcEndpoint.links()
2018-05-28 13:13:29.211 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/heapdump || /heapdump.json],methods=[GET],produces=[application/octet-stream]}" onto public void org.springframework.boot.actuate.endpoint.mvc.HeapdumpMvcEndpoint.invoke(boolean,javax.servlet.http.HttpServletRequest,javax.servlet.http.HttpServletResponse) throws java.io.IOException,javax.servlet.ServletException
2018-05-28 13:13:29.212 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/dump || /dump.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.212 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EnvironmentMvcEndpoint.value(java.lang.String)
2018-05-28 13:13:29.215 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/env || /env.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.216 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/beans || /beans.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.220 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/trace || /trace.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.223 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.MetricsMvcEndpoint.value(java.lang.String)
2018-05-28 13:13:29.224 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/metrics || /metrics.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.227 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/auditevents || /auditevents.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.boot.actuate.endpoint.mvc.AuditEventsMvcEndpoint.findByPrincipalAndAfterAndType(java.lang.String,java.util.Date,java.lang.String)
2018-05-28 13:13:29.229 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.get(java.lang.String)
2018-05-28 13:13:29.230 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers/{name:.*}],methods=[POST],consumes=[application/vnd.spring-boot.actuator.v1+json || application/json],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.LoggersMvcEndpoint.set(java.lang.String,java.util.Map<java.lang.String, java.lang.String>)
2018-05-28 13:13:29.230 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/loggers || /loggers.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.231 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/health || /health.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.HealthMvcEndpoint.invoke(javax.servlet.http.HttpServletRequest,java.security.Principal)
2018-05-28 13:13:29.232 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/autoconfig || /autoconfig.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.234 INFO 1 --- [ main] o.s.b.a.e.mvc.EndpointHandlerMapping : Mapped "{[/info || /info.json],methods=[GET],produces=[application/vnd.spring-boot.actuator.v1+json || application/json]}" onto public java.lang.Object org.springframework.boot.actuate.endpoint.mvc.EndpointMvcAdapter.invoke()
2018-05-28 13:13:29.897 INFO 1 --- [ main] b.a.s.AuthenticationManagerConfiguration :
Using default security password: d5d9482c-56aa-4ad3-a1cd-c6d1a724e6a8
2018-05-28 13:13:29.946 INFO 1 --- [ main] c.n.s.f.shared.FiatAuthenticationConfig : Fiat service is disabled. Setting Spring Security to allow all traffic.
2018-05-28 13:13:30.082 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.security.web.util.matcher.AnyRequestMatcher@1, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@5aeaee3, org.springframework.security.web.context.SecurityContextPersistenceFilter@6b09fcda, org.springframework.security.web.header.HeaderWriterFilter@3e37c38f, org.springframework.security.web.authentication.logout.LogoutFilter@4471f216, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@55cd41f7, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@207fce87, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@53a20aab, org.springframework.security.web.session.SessionManagementFilter@45c57dbd, org.springframework.security.web.access.ExceptionTranslationFilter@63604641, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@41f05f1]
2018-05-28 13:13:30.177 INFO 1 --- [ main] pertySourcedRequestMappingHandlerMapping : Mapped URL path [/v2/api-docs] onto method [public org.springframework.http.ResponseEntity<springfox.documentation.spring.web.json.Json> springfox.documentation.swagger2.web.Swagger2Controller.getDocumentation(java.lang.String,javax.servlet.http.HttpServletRequest)]
2018-05-28 13:13:30.270 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-05-28 13:13:30.271 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-05-28 13:13:30.334 INFO 1 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler]
2018-05-28 13:13:30.373 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.headCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable) throws org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-28 13:13:30.374 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.hateoas.Resources<?> org.springframework.data.rest.webmvc.RepositoryEntityController.getCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-28 13:13:30.374 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.optionsForCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-28 13:13:30.374 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}],methods=[GET],produces=[application/x-spring-data-compact+json || text/uri-list]}" onto public org.springframework.hateoas.Resources<?> org.springframework.data.rest.webmvc.RepositoryEntityController.getCollectionResourceCompact(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-28 13:13:30.375 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}],methods=[POST],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryEntityController.postCollectionResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-28 13:13:30.375 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.optionsForItemResource(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-28 13:13:30.375 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.headForItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-28 13:13:30.376 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.Resource<?>> org.springframework.data.rest.webmvc.RepositoryEntityController.getItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.http.HttpHeaders) throws org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-28 13:13:30.376 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[PUT],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<? extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryEntityController.putItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.data.rest.webmvc.support.ETag,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-28 13:13:30.376 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[PATCH],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryEntityController.patchItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.data.rest.webmvc.PersistentEntityResource,java.io.Serializable,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.data.rest.webmvc.support.ETag,java.lang.String) throws org.springframework.web.HttpRequestMethodNotSupportedException,org.springframework.data.rest.webmvc.ResourceNotFoundException
2018-05-28 13:13:30.377 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryEntityController.deleteItemResource(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,org.springframework.data.rest.webmvc.support.ETag) throws org.springframework.data.rest.webmvc.ResourceNotFoundException,org.springframework.web.HttpRequestMethodNotSupportedException
2018-05-28 13:13:30.378 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/ || ],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.RepositoryController.optionsForRepositories()
2018-05-28 13:13:30.378 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/ || ],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositoryController.headForRepositories()
2018-05-28 13:13:30.378 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/ || ],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<org.springframework.data.rest.webmvc.RepositoryLinksResource> org.springframework.data.rest.webmvc.RepositoryController.listRepositories()
2018-05-28 13:13:30.379 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<? extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.deletePropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String) throws java.lang.Exception
2018-05-28 13:13:30.380 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}],methods=[GET],produces=[application/x-spring-data-compact+json || text/uri-list]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReferenceCompact(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception
2018-05-28 13:13:30.380 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}],methods=[PATCH || PUT || POST],consumes=[application/json || application/x-spring-data-compact+json || text/uri-list],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<? extends org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.createPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.http.HttpMethod,org.springframework.hateoas.Resources<java.lang.Object>,java.io.Serializable,java.lang.String) throws java.lang.Exception
2018-05-28 13:13:30.380 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception
2018-05-28 13:13:30.381 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}/{propertyId}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.followPropertyReference(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,java.lang.String,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler) throws java.lang.Exception
2018-05-28 13:13:30.381 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/{id}/{property}/{propertyId}],methods=[DELETE],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.RepositoryPropertyReferenceController.deletePropertyReferenceId(org.springframework.data.rest.webmvc.RootResourceInformation,java.io.Serializable,java.lang.String,java.lang.String) throws java.lang.Exception
2018-05-28 13:13:30.382 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.RepositorySearchController.optionsForSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-28 13:13:30.382 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.RepositorySearchController.headForSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-28 13:13:30.382 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.data.rest.webmvc.RepositorySearchesResource org.springframework.data.rest.webmvc.RepositorySearchController.listSearches(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-28 13:13:30.383 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search/{search}],methods=[GET],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<?> org.springframework.data.rest.webmvc.RepositorySearchController.executeSearch(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.util.MultiValueMap<java.lang.String, java.lang.Object>,java.lang.String,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler,org.springframework.http.HttpHeaders)
2018-05-28 13:13:30.383 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search/{search}],methods=[GET],produces=[application/x-spring-data-compact+json]}" onto public org.springframework.hateoas.ResourceSupport org.springframework.data.rest.webmvc.RepositorySearchController.executeSearchCompact(org.springframework.data.rest.webmvc.RootResourceInformation,org.springframework.http.HttpHeaders,org.springframework.util.MultiValueMap<java.lang.String, java.lang.Object>,java.lang.String,java.lang.String,org.springframework.data.rest.webmvc.support.DefaultedPageable,org.springframework.data.domain.Sort,org.springframework.data.rest.webmvc.PersistentEntityResourceAssembler)
2018-05-28 13:13:30.383 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search/{search}],methods=[OPTIONS],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.Object> org.springframework.data.rest.webmvc.RepositorySearchController.optionsForSearch(org.springframework.data.rest.webmvc.RootResourceInformation,java.lang.String)
2018-05-28 13:13:30.383 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerMapping : Mapped "{[/{repository}/search/{search}],methods=[HEAD],produces=[application/hal+json || application/json]}" onto public org.springframework.http.ResponseEntity<java.lang.Object> org.springframework.data.rest.webmvc.RepositorySearchController.headForSearch(org.springframework.data.rest.webmvc.RootResourceInformation,java.lang.String)
2018-05-28 13:13:30.386 INFO 1 --- [ main] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/profile/{repository}],methods=[OPTIONS],produces=[application/alps+json]}" onto org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.alps.AlpsController.alpsOptions()
2018-05-28 13:13:30.387 INFO 1 --- [ main] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/profile/{repository}],methods=[GET],produces=[application/alps+json || */*]}" onto org.springframework.http.HttpEntity<org.springframework.data.rest.webmvc.RootResourceInformation> org.springframework.data.rest.webmvc.alps.AlpsController.descriptor(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-28 13:13:30.387 INFO 1 --- [ main] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/profile],methods=[OPTIONS]}" onto public org.springframework.http.HttpEntity<?> org.springframework.data.rest.webmvc.ProfileController.profileOptions()
2018-05-28 13:13:30.387 INFO 1 --- [ main] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/profile],methods=[GET]}" onto org.springframework.http.HttpEntity<org.springframework.hateoas.ResourceSupport> org.springframework.data.rest.webmvc.ProfileController.listAllFormsOfMetadata()
2018-05-28 13:13:30.387 INFO 1 --- [ main] o.s.d.r.w.BasePathAwareHandlerMapping : Mapped "{[/profile/{repository}],methods=[GET],produces=[application/schema+json]}" onto public org.springframework.http.HttpEntity<org.springframework.data.rest.webmvc.json.JsonSchema> org.springframework.data.rest.webmvc.RepositorySchemaController.schema(org.springframework.data.rest.webmvc.RootResourceInformation)
2018-05-28 13:13:30.392 INFO 1 --- [ main] o.s.s.web.DefaultSecurityFilterChain : Creating filter chain: org.springframework.boot.actuate.autoconfigure.ManagementWebSecurityAutoConfiguration$LazyEndpointPathRequestMatcher@7ceb432c, [org.springframework.security.web.context.request.async.WebAsyncManagerIntegrationFilter@4f143176, org.springframework.security.web.context.SecurityContextPersistenceFilter@5fc3b20b, org.springframework.security.web.header.HeaderWriterFilter@724945, org.springframework.web.filter.CorsFilter@12568b11, org.springframework.security.web.authentication.logout.LogoutFilter@729feae8, org.springframework.security.web.authentication.www.BasicAuthenticationFilter@22120799, org.springframework.security.web.savedrequest.RequestCacheAwareFilter@67afba96, org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter@7505ef47, org.springframework.security.web.authentication.AnonymousAuthenticationFilter@4f8186a5, org.springframework.security.web.session.SessionManagementFilter@63c78e5e, org.springframework.security.web.access.ExceptionTranslationFilter@7669d7a2, org.springframework.security.web.access.intercept.FilterSecurityInterceptor@4460edf]
2018-05-28 13:13:30.649 INFO 1 --- [ main] c.n.s.config.HystrixSpectatorConfig : Enabling HystrixSpectatorPublisher
2018-05-28 13:13:30.911 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a8fa663: startup date [Mon May 28 13:13:19 GMT 2018]; root of context hierarchy
2018-05-28 13:13:30.937 INFO 1 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Detected ResponseBodyAdvice bean in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2018-05-28 13:13:31.060 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in accessDeniedExceptionHandler
2018-05-28 13:13:31.061 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in front50WebConfig.HystrixRuntimeExceptionHandler
2018-05-28 13:13:31.061 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in hystrixRuntimeExceptionHandler
2018-05-28 13:13:31.062 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in genericExceptionHandlers
2018-05-28 13:13:31.062 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in repositoryRestExceptionHandler
2018-05-28 13:13:31.062 INFO 1 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected ResponseBodyAdvice implementation in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2018-05-28 13:13:31.518 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@7a8fa663: startup date [Mon May 28 13:13:19 GMT 2018]; root of context hierarchy
2018-05-28 13:13:31.526 INFO 1 --- [ main] o.s.d.r.w.RepositoryRestHandlerAdapter : Detected ResponseBodyAdvice bean in org.springframework.boot.actuate.autoconfigure.EndpointWebMvcHypermediaManagementContextConfiguration$ActuatorEndpointLinksAdvice
2018-05-28 13:13:31.807 INFO 1 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup
2018-05-28 13:13:31.825 INFO 1 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0
2018-05-28 13:13:31.977 INFO 1 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647
2018-05-28 13:13:31.977 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Context refreshed
2018-05-28 13:13:32.008 INFO 1 --- [ main] d.s.w.p.DocumentationPluginsBootstrapper : Found 1 custom documentation plugin(s)
2018-05-28 13:13:32.506 INFO 1 --- [ main] s.d.s.w.s.ApiListingReferenceScanner : Scanning for api listing references
2018-05-28 13:13:32.842 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: batchUpdateUsingPOST_1
2018-05-28 13:13:32.848 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: createUsingPOST_1
2018-05-28 13:13:32.852 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_1
2018-05-28 13:13:32.911 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: batchUpdateUsingPOST_2
2018-05-28 13:13:32.927 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_2
2018-05-28 13:13:32.945 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_1
2018-05-28 13:13:32.976 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: batchUpdateUsingPOST_3
2018-05-28 13:13:32.984 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_3
2018-05-28 13:13:32.992 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getHistoryUsingGET_1
2018-05-28 13:13:32.999 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_2
2018-05-28 13:13:33.006 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listByApplicationUsingGET_1
2018-05-28 13:13:33.019 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_1
2018-05-28 13:13:33.056 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: batchUpdateUsingPOST_4
2018-05-28 13:13:33.077 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: createUsingPOST_2
2018-05-28 13:13:33.086 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_4
2018-05-28 13:13:33.187 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: batchUpdateUsingPOST_5
2018-05-28 13:13:33.194 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: deleteUsingDELETE_5
2018-05-28 13:13:33.199 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: getHistoryUsingGET_2
2018-05-28 13:13:33.202 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listUsingGET_3
2018-05-28 13:13:33.206 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: listByApplicationUsingGET_2
2018-05-28 13:13:33.225 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: saveUsingPOST_2
2018-05-28 13:13:33.240 INFO 1 --- [ main] .d.s.w.r.o.CachingOperationNameGenerator : Generating unique operation named: updateUsingPUT_1
2018-05-28 13:13:33.376 INFO 1 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http)
2018-05-28 13:13:33.395 INFO 1 --- [ main] com.netflix.spinnaker.front50.Main : Started Main in 15.017 seconds (JVM running for 16.673)
2018-05-28 13:13:36.225 INFO 1 --- [0.0-8080-exec-1] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring FrameworkServlet 'dispatcherServlet'
2018-05-28 13:13:36.226 INFO 1 --- [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization started
2018-05-28 13:13:36.252 INFO 1 --- [0.0-8080-exec-1] o.s.web.servlet.DispatcherServlet : FrameworkServlet 'dispatcherServlet': initialization completed in 26 ms
2018-05-28 13:13:48.243 INFO 1 --- [0.0-8080-exec-3] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[11.084], HttpClientSendRequestTime=[0.177], HttpRequestTime=[3.775], RequestSigningTime=[1.185], CredentialsRequestTime=[0.016, 0.003], HttpClientReceiveResponseTime=[1.399],
2018-05-28 13:13:58.212 INFO 1 --- [0.0-8080-exec-5] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[4.807], HttpClientSendRequestTime=[0.182], HttpRequestTime=[2.723], RequestSigningTime=[0.402], CredentialsRequestTime=[0.009, 0.004], HttpClientReceiveResponseTime=[0.614],
2018-05-28 13:14:08.211 INFO 1 --- [0.0-8080-exec-9] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[4.186], HttpClientSendRequestTime=[0.167], HttpRequestTime=[2.496], RequestSigningTime=[0.562], CredentialsRequestTime=[0.011, 0.005], HttpClientReceiveResponseTime=[0.702],
2018-05-28 13:14:18.214 INFO 1 --- [0.0-8080-exec-8] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[7.864], HttpClientSendRequestTime=[0.139], HttpRequestTime=[5.36], RequestSigningTime=[0.426], CredentialsRequestTime=[0.009, 0.005], HttpClientReceiveResponseTime=[0.795],
2018-05-28 13:14:26.420 INFO 1 --- [pool-1-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D13902894E36], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.26], ClientExecuteTime=[4.964], HttpClientSendRequestTime=[0.17], HttpRequestTime=[2.695], RequestSigningTime=[0.43], CredentialsRequestTime=[0.009, 0.005], HttpClientReceiveResponseTime=[0.765],
2018-05-28 13:14:26.496 INFO 1 --- [pool-3-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D139071AD311], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.065], ClientExecuteTime=[3.551], HttpClientSendRequestTime=[0.133], HttpRequestTime=[1.5], RequestSigningTime=[0.463], CredentialsRequestTime=[0.011, 0.004], HttpClientReceiveResponseTime=[0.809],
2018-05-28 13:14:26.556 INFO 1 --- [pool-4-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1390AB16A29], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.119], ClientExecuteTime=[4.111], HttpClientSendRequestTime=[0.145], HttpRequestTime=[1.505], RequestSigningTime=[0.944], CredentialsRequestTime=[0.016, 0.005], HttpClientReceiveResponseTime=[0.815],
2018-05-28 13:14:26.576 INFO 1 --- [pool-5-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1390BE0E47C], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.26], ClientExecuteTime=[3.634], HttpClientSendRequestTime=[0.145], HttpRequestTime=[1.317], RequestSigningTime=[0.501], CredentialsRequestTime=[0.009, 0.007], HttpClientReceiveResponseTime=[0.658],
2018-05-28 13:14:26.820 INFO 1 --- [pool-7-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1391A68252E], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.14], ClientExecuteTime=[3.674], HttpClientSendRequestTime=[0.182], HttpRequestTime=[1.424], RequestSigningTime=[0.467], CredentialsRequestTime=[0.009, 0.005], HttpClientReceiveResponseTime=[0.732],
2018-05-28 13:14:26.853 INFO 1 --- [pool-8-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1391C5865AE], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.394], ClientExecuteTime=[4.63], HttpClientSendRequestTime=[0.149], HttpRequestTime=[2.202], RequestSigningTime=[0.509], CredentialsRequestTime=[0.009, 0.005], HttpClientReceiveResponseTime=[1.464],
2018-05-28 13:14:26.876 INFO 1 --- [pool-9-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1391DBCF902], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.263], ClientExecuteTime=[3.693], HttpClientSendRequestTime=[0.166], HttpRequestTime=[1.349], RequestSigningTime=[0.571], CredentialsRequestTime=[0.009, 0.005], HttpClientReceiveResponseTime=[0.714],
2018-05-28 13:14:26.921 INFO 1 --- [ool-10-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D139206F2C5F], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.369], ClientExecuteTime=[4.851], HttpClientSendRequestTime=[0.15], HttpRequestTime=[2.118], RequestSigningTime=[0.714], CredentialsRequestTime=[0.01, 0.007], HttpClientReceiveResponseTime=[1.277],
2018-05-28 13:14:27.000 INFO 1 --- [ool-11-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D139251B397B], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.498], ClientExecuteTime=[7.429], HttpClientSendRequestTime=[0.142], HttpRequestTime=[4.73], RequestSigningTime=[0.533], CredentialsRequestTime=[0.011, 0.005], HttpClientReceiveResponseTime=[3.994],
2018-05-28 13:14:27.234 INFO 1 --- [ool-12-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1393318DCEB], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.288], ClientExecuteTime=[5.144], HttpClientSendRequestTime=[0.176], HttpRequestTime=[2.473], RequestSigningTime=[0.725], CredentialsRequestTime=[0.01, 0.012], HttpClientReceiveResponseTime=[1.453],
2018-05-28 13:14:28.208 INFO 1 --- [0.0-8080-exec-1] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.16], HttpClientSendRequestTime=[0.145], HttpRequestTime=[1.274], RequestSigningTime=[0.78], CredentialsRequestTime=[0.009, 0.004], HttpClientReceiveResponseTime=[0.743],
2018-05-28 13:14:38.213 INFO 1 --- [0.0-8080-exec-3] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[5.01], HttpClientSendRequestTime=[0.136], HttpRequestTime=[3.038], RequestSigningTime=[0.34], CredentialsRequestTime=[0.011, 0.003], HttpClientReceiveResponseTime=[1.129],
2018-05-28 13:14:48.211 INFO 1 --- [0.0-8080-exec-5] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[5.618], HttpClientSendRequestTime=[0.137], HttpRequestTime=[2.488], RequestSigningTime=[0.508], CredentialsRequestTime=[0.009, 0.005], HttpClientReceiveResponseTime=[0.743],
2018-05-28 13:14:50.211 INFO 1 --- [0.0-8080-exec-7] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.641], HttpClientSendRequestTime=[0.099], HttpRequestTime=[1.153], RequestSigningTime=[0.369], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.769],
2018-05-28 13:14:58.209 INFO 1 --- [0.0-8080-exec-6] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.798], HttpClientSendRequestTime=[0.12], HttpRequestTime=[2.366], RequestSigningTime=[0.357], CredentialsRequestTime=[0.009, 0.004], HttpClientReceiveResponseTime=[0.693],
2018-05-28 13:15:08.208 INFO 1 --- [.0-8080-exec-10] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[4.08], HttpClientSendRequestTime=[0.127], HttpRequestTime=[2.522], RequestSigningTime=[0.39], CredentialsRequestTime=[0.015, 0.004], HttpClientReceiveResponseTime=[0.638],
2018-05-28 13:15:18.209 INFO 1 --- [0.0-8080-exec-2] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.797], HttpClientSendRequestTime=[0.13], HttpRequestTime=[2.516], RequestSigningTime=[0.344], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.717],
2018-05-28 13:15:26.430 INFO 1 --- [pool-1-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D146FB72C9AD], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.241], ClientExecuteTime=[4.779], HttpClientSendRequestTime=[0.109], HttpRequestTime=[2.507], RequestSigningTime=[0.48], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[0.761],
2018-05-28 13:15:26.501 INFO 1 --- [pool-3-thread-4] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D146FFB96385], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.961], ClientExecuteTime=[3.14], HttpClientSendRequestTime=[0.122], HttpRequestTime=[1.268], RequestSigningTime=[0.424], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[0.691],
2018-05-28 13:15:26.562 INFO 1 --- [pool-4-thread-4] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1470353AAF9], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.086], ClientExecuteTime=[3.207], HttpClientSendRequestTime=[0.104], HttpRequestTime=[1.251], RequestSigningTime=[0.358], CredentialsRequestTime=[0.01, 0.004], HttpClientReceiveResponseTime=[0.728],
2018-05-28 13:15:26.583 INFO 1 --- [pool-5-thread-4] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1470492BCAE], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.351], ClientExecuteTime=[4.075], HttpClientSendRequestTime=[0.11], HttpRequestTime=[1.637], RequestSigningTime=[0.482], CredentialsRequestTime=[0.01, 0.006], HttpClientReceiveResponseTime=[0.937],
2018-05-28 13:15:26.827 INFO 1 --- [pool-7-thread-4] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1471319C88C], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.603], ClientExecuteTime=[3.69], HttpClientSendRequestTime=[0.102], HttpRequestTime=[1.19], RequestSigningTime=[0.365], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[0.657],
2018-05-28 13:15:26.859 INFO 1 --- [pool-8-thread-4] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1471507BC42], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.923], ClientExecuteTime=[3.11], HttpClientSendRequestTime=[0.1], HttpRequestTime=[1.37], RequestSigningTime=[0.345], CredentialsRequestTime=[0.009, 0.004], HttpClientReceiveResponseTime=[0.839],
2018-05-28 13:15:26.882 INFO 1 --- [pool-9-thread-4] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D147166390AB], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.94], ClientExecuteTime=[3.089], HttpClientSendRequestTime=[0.101], HttpRequestTime=[1.251], RequestSigningTime=[0.368], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[0.709],
2018-05-28 13:15:26.928 INFO 1 --- [ool-10-thread-4] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D147191D3A31], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.398], ClientExecuteTime=[3.523], HttpClientSendRequestTime=[0.103], HttpRequestTime=[1.249], RequestSigningTime=[0.34], CredentialsRequestTime=[0.009, 0.004], HttpClientReceiveResponseTime=[0.704],
2018-05-28 13:15:27.007 INFO 1 --- [ool-11-thread-4] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1471DD4B162], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.244], ClientExecuteTime=[3.32], HttpClientSendRequestTime=[0.106], HttpRequestTime=[1.205], RequestSigningTime=[0.342], CredentialsRequestTime=[0.01, 0.004], HttpClientReceiveResponseTime=[0.65],
2018-05-28 13:15:27.242 INFO 1 --- [ool-12-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1472BE34B8A], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.891], ClientExecuteTime=[3.135], HttpClientSendRequestTime=[0.096], HttpRequestTime=[1.206], RequestSigningTime=[0.454], CredentialsRequestTime=[0.009, 0.004], HttpClientReceiveResponseTime=[0.61],
2018-05-28 13:15:28.207 INFO 1 --- [0.0-8080-exec-4] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.495], HttpClientSendRequestTime=[0.126], HttpRequestTime=[1.226], RequestSigningTime=[0.347], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.765],
2018-05-28 13:15:38.207 INFO 1 --- [0.0-8080-exec-7] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.409], HttpClientSendRequestTime=[0.089], HttpRequestTime=[2.44], RequestSigningTime=[0.232], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.836],
2018-05-28 13:15:48.209 INFO 1 --- [0.0-8080-exec-6] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[4.292], HttpClientSendRequestTime=[0.114], HttpRequestTime=[2.498], RequestSigningTime=[0.28], CredentialsRequestTime=[0.01, 0.004], HttpClientReceiveResponseTime=[0.666],
2018-05-28 13:15:50.233 INFO 1 --- [0.0-8080-exec-8] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[4.127], HttpClientSendRequestTime=[0.123], HttpRequestTime=[2.1], RequestSigningTime=[0.338], CredentialsRequestTime=[0.012, 0.026], HttpClientReceiveResponseTime=[1.502],
2018-05-28 13:15:58.208 INFO 1 --- [0.0-8080-exec-1] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.713], HttpClientSendRequestTime=[0.128], HttpRequestTime=[2.48], RequestSigningTime=[0.229], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.766],
2018-05-28 13:16:08.207 INFO 1 --- [0.0-8080-exec-3] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.55], HttpClientSendRequestTime=[0.115], HttpRequestTime=[2.393], RequestSigningTime=[0.226], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.71],
2018-05-28 13:16:18.209 INFO 1 --- [0.0-8080-exec-5] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[4.239], HttpClientSendRequestTime=[0.121], HttpRequestTime=[2.469], RequestSigningTime=[0.236], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.82],
2018-05-28 13:16:26.436 INFO 1 --- [pool-1-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D154F4215EEF], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.834], ClientExecuteTime=[4.099], HttpClientSendRequestTime=[0.195], HttpRequestTime=[2.48], RequestSigningTime=[0.272], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.672],
2018-05-28 13:16:26.507 INFO 1 --- [pool-3-thread-6] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D154F8531533], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.921], ClientExecuteTime=[3.164], HttpClientSendRequestTime=[0.115], HttpRequestTime=[1.372], RequestSigningTime=[0.357], CredentialsRequestTime=[0.009, 0.003], HttpClientReceiveResponseTime=[0.822],
2018-05-28 13:16:26.568 INFO 1 --- [pool-4-thread-6] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D154FBF2F2D7], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.09], ClientExecuteTime=[3.793], HttpClientSendRequestTime=[0.192], HttpRequestTime=[1.624], RequestSigningTime=[0.5], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[0.856],
2018-05-28 13:16:26.589 INFO 1 --- [pool-5-thread-6] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D154FD3F3AB5], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.885], ClientExecuteTime=[2.98], HttpClientSendRequestTime=[0.093], HttpRequestTime=[1.162], RequestSigningTime=[0.392], CredentialsRequestTime=[0.007, 0.004], HttpClientReceiveResponseTime=[0.657],
2018-05-28 13:16:26.833 INFO 1 --- [pool-7-thread-6] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1550BBEFA28], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.983], ClientExecuteTime=[4.274], HttpClientSendRequestTime=[0.096], HttpRequestTime=[2.392], RequestSigningTime=[0.325], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[1.873],
2018-05-28 13:16:26.865 INFO 1 --- [pool-8-thread-6] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1550DA412E1], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.25], ClientExecuteTime=[3.523], HttpClientSendRequestTime=[0.098], HttpRequestTime=[1.468], RequestSigningTime=[0.353], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.96],
2018-05-28 13:16:26.888 INFO 1 --- [pool-9-thread-6] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1550F069BAB], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.946], ClientExecuteTime=[3.29], HttpClientSendRequestTime=[0.113], HttpRequestTime=[1.414], RequestSigningTime=[0.359], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[0.879],
2018-05-28 13:16:26.942 INFO 1 --- [ool-10-thread-6] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1551244B2D4], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.158], ClientExecuteTime=[3.284], HttpClientSendRequestTime=[0.096], HttpRequestTime=[1.261], RequestSigningTime=[0.386], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.69],
2018-05-28 13:16:27.012 INFO 1 --- [ool-11-thread-6] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D15516732C5E], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.937], ClientExecuteTime=[3.33], HttpClientSendRequestTime=[0.097], HttpRequestTime=[1.607], RequestSigningTime=[0.3], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.974],
2018-05-28 13:16:27.248 INFO 1 --- [ool-12-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D155247C87B0], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.922], ClientExecuteTime=[2.938], HttpClientSendRequestTime=[0.098], HttpRequestTime=[1.261], RequestSigningTime=[0.253], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.761],
2018-05-28 13:16:28.207 INFO 1 --- [0.0-8080-exec-9] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.191], HttpClientSendRequestTime=[0.138], HttpRequestTime=[1.083], RequestSigningTime=[0.226], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.637],
2018-05-28 13:16:38.209 INFO 1 --- [0.0-8080-exec-8] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.768], HttpClientSendRequestTime=[0.163], HttpRequestTime=[2.459], RequestSigningTime=[0.424], CredentialsRequestTime=[0.006, 0.003], HttpClientReceiveResponseTime=[0.672],
2018-05-28 13:16:48.208 INFO 1 --- [0.0-8080-exec-1] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[4.074], HttpClientSendRequestTime=[0.124], HttpRequestTime=[2.441], RequestSigningTime=[0.36], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.77],
2018-05-28 13:16:50.244 INFO 1 --- [0.0-8080-exec-2] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.654], HttpClientSendRequestTime=[0.105], HttpRequestTime=[1.302], RequestSigningTime=[0.277], CredentialsRequestTime=[0.009, 0.014], HttpClientReceiveResponseTime=[0.781],
2018-05-28 13:16:58.207 INFO 1 --- [0.0-8080-exec-4] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.438], HttpClientSendRequestTime=[0.094], HttpRequestTime=[2.434], RequestSigningTime=[0.194], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.77],
2018-05-28 13:17:08.207 INFO 1 --- [0.0-8080-exec-7] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.221], HttpClientSendRequestTime=[0.122], HttpRequestTime=[2.293], RequestSigningTime=[0.201], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.58],
2018-05-28 13:17:18.206 INFO 1 --- [0.0-8080-exec-6] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.385], HttpClientSendRequestTime=[0.098], HttpRequestTime=[2.389], RequestSigningTime=[0.193], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.788],
2018-05-28 13:17:26.442 INFO 1 --- [pool-1-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D162ECBE196D], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.892], ClientExecuteTime=[3.712], HttpClientSendRequestTime=[0.105], HttpRequestTime=[2.173], RequestSigningTime=[0.272], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.569],
2018-05-28 13:17:26.512 INFO 1 --- [pool-3-thread-8] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D162F0EB46EF], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.945], ClientExecuteTime=[3.008], HttpClientSendRequestTime=[0.091], HttpRequestTime=[1.311], RequestSigningTime=[0.318], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.765],
2018-05-28 13:17:26.573 INFO 1 --- [pool-4-thread-8] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D162F497E199], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.817], ClientExecuteTime=[3.03], HttpClientSendRequestTime=[0.093], HttpRequestTime=[1.289], RequestSigningTime=[0.36], CredentialsRequestTime=[0.009, 0.003], HttpClientReceiveResponseTime=[0.73],
2018-05-28 13:17:26.596 INFO 1 --- [pool-5-thread-8] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D162F5EC1AC0], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.873], ClientExecuteTime=[4.711], HttpClientSendRequestTime=[1.846], HttpRequestTime=[3.041], RequestSigningTime=[0.325], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.789],
2018-05-28 13:17:26.839 INFO 1 --- [pool-7-thread-8] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D16304654992], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.882], ClientExecuteTime=[2.733], HttpClientSendRequestTime=[0.121], HttpRequestTime=[1.124], RequestSigningTime=[0.305], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.635],
2018-05-28 13:17:26.871 INFO 1 --- [pool-8-thread-8] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D163064DD9A5], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.834], ClientExecuteTime=[2.677], HttpClientSendRequestTime=[0.09], HttpRequestTime=[1.123], RequestSigningTime=[0.309], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.673],
2018-05-28 13:17:26.893 INFO 1 --- [pool-9-thread-8] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D16307A1B83F], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.749], ClientExecuteTime=[2.681], HttpClientSendRequestTime=[0.092], HttpRequestTime=[1.143], RequestSigningTime=[0.402], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.685],
2018-05-28 13:17:26.947 INFO 1 --- [ool-10-thread-8] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1630ADA0F64], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.103], ClientExecuteTime=[2.981], HttpClientSendRequestTime=[0.089], HttpRequestTime=[1.178], RequestSigningTime=[0.299], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.721],
2018-05-28 13:17:27.017 INFO 1 --- [ool-11-thread-8] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1630F0977A7], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.869], ClientExecuteTime=[2.795], HttpClientSendRequestTime=[0.093], HttpRequestTime=[1.094], RequestSigningTime=[0.307], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.617],
2018-05-28 13:17:27.254 INFO 1 --- [ool-12-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1631D1E26F8], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.956], ClientExecuteTime=[2.898], HttpClientSendRequestTime=[0.101], HttpRequestTime=[1.283], RequestSigningTime=[0.245], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.787],
2018-05-28 13:17:28.206 INFO 1 --- [.0-8080-exec-10] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.373], HttpClientSendRequestTime=[0.086], HttpRequestTime=[1.056], RequestSigningTime=[0.414], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.591],
2018-05-28 13:17:38.207 INFO 1 --- [0.0-8080-exec-2] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.371], HttpClientSendRequestTime=[0.116], HttpRequestTime=[2.307], RequestSigningTime=[0.217], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.618],
2018-05-28 13:17:48.208 INFO 1 --- [0.0-8080-exec-4] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.637], HttpClientSendRequestTime=[0.147], HttpRequestTime=[2.553], RequestSigningTime=[0.213], CredentialsRequestTime=[0.009, 0.002], HttpClientReceiveResponseTime=[0.874],
2018-05-28 13:17:50.255 INFO 1 --- [0.0-8080-exec-5] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.401], HttpClientSendRequestTime=[0.091], HttpRequestTime=[1.202], RequestSigningTime=[0.211], CredentialsRequestTime=[0.006, 0.003], HttpClientReceiveResponseTime=[0.729],
2018-05-28 13:17:58.207 INFO 1 --- [0.0-8080-exec-9] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.318], HttpClientSendRequestTime=[0.103], HttpRequestTime=[2.283], RequestSigningTime=[0.219], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.661],
2018-05-28 13:18:08.207 INFO 1 --- [0.0-8080-exec-8] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.35], HttpClientSendRequestTime=[0.117], HttpRequestTime=[2.289], RequestSigningTime=[0.205], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.627],
2018-05-28 13:18:18.207 INFO 1 --- [0.0-8080-exec-1] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.442], HttpClientSendRequestTime=[0.12], HttpRequestTime=[2.363], RequestSigningTime=[0.221], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.723],
2018-05-28 13:18:26.448 INFO 1 --- [pool-1-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D170E55FC43F], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.919], ClientExecuteTime=[4.69], HttpClientSendRequestTime=[0.096], HttpRequestTime=[2.984], RequestSigningTime=[0.282], CredentialsRequestTime=[0.088, 0.003], HttpClientReceiveResponseTime=[1.283],
2018-05-28 13:18:26.518 INFO 1 --- [ool-3-thread-10] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D170E9903497], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.815], ClientExecuteTime=[3.865], HttpClientSendRequestTime=[0.124], HttpRequestTime=[1.333], RequestSigningTime=[0.824], CredentialsRequestTime=[0.009, 0.005], HttpClientReceiveResponseTime=[0.767],
2018-05-28 13:18:26.579 INFO 1 --- [ool-4-thread-10] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D170ED2DA1EF], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.839], ClientExecuteTime=[2.953], HttpClientSendRequestTime=[0.092], HttpRequestTime=[1.357], RequestSigningTime=[0.319], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.851],
2018-05-28 13:18:26.601 INFO 1 --- [ool-5-thread-10] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D170EE815F75], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.725], ClientExecuteTime=[2.722], HttpClientSendRequestTime=[0.082], HttpRequestTime=[1.233], RequestSigningTime=[0.352], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.667],
2018-05-28 13:18:26.744 INFO 1 --- [pool-6-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D170F709CE5C], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.782], ClientExecuteTime=[2.853], HttpClientSendRequestTime=[0.111], HttpRequestTime=[1.353], RequestSigningTime=[0.292], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.787],
2018-05-28 13:18:26.843 INFO 1 --- [ool-7-thread-10] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D170FCF733B7], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.757], ClientExecuteTime=[2.762], HttpClientSendRequestTime=[0.085], HttpRequestTime=[1.279], RequestSigningTime=[0.296], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.82],
2018-05-28 13:18:26.875 INFO 1 --- [ool-8-thread-10] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D170FEDCCDF6], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.953], ClientExecuteTime=[2.862], HttpClientSendRequestTime=[0.089], HttpRequestTime=[1.227], RequestSigningTime=[0.287], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.707],
2018-05-28 13:18:26.897 INFO 1 --- [ool-9-thread-10] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D171002D50BC], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.656], ClientExecuteTime=[2.316], HttpClientSendRequestTime=[0.074], HttpRequestTime=[1.043], RequestSigningTime=[0.258], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.675],
2018-05-28 13:18:26.952 INFO 1 --- [ol-10-thread-10] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17103770768], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.715], ClientExecuteTime=[2.667], HttpClientSendRequestTime=[0.095], HttpRequestTime=[1.14], RequestSigningTime=[0.324], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.68],
2018-05-28 13:18:27.022 INFO 1 --- [ol-11-thread-10] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D171079B9B4E], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.752], ClientExecuteTime=[2.764], HttpClientSendRequestTime=[0.085], HttpRequestTime=[1.212], RequestSigningTime=[0.355], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.739],
2018-05-28 13:18:27.259 INFO 1 --- [ool-12-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17115B6CF2C], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.775], ClientExecuteTime=[2.749], HttpClientSendRequestTime=[0.109], HttpRequestTime=[1.125], RequestSigningTime=[0.358], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[0.607],
2018-05-28 13:18:28.207 INFO 1 --- [0.0-8080-exec-3] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.613], HttpClientSendRequestTime=[0.107], HttpRequestTime=[1.305], RequestSigningTime=[0.236], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.768],
2018-05-28 13:18:38.207 INFO 1 --- [0.0-8080-exec-5] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.456], HttpClientSendRequestTime=[0.106], HttpRequestTime=[2.447], RequestSigningTime=[0.226], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.694],
2018-05-28 13:18:48.208 INFO 1 --- [0.0-8080-exec-9] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.685], HttpClientSendRequestTime=[0.237], HttpRequestTime=[2.573], RequestSigningTime=[0.228], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.69],
2018-05-28 13:18:50.266 INFO 1 --- [0.0-8080-exec-6] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.687], HttpClientSendRequestTime=[0.129], HttpRequestTime=[1.358], RequestSigningTime=[0.271], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.87],
2018-05-28 13:18:58.206 INFO 1 --- [.0-8080-exec-10] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.074], HttpClientSendRequestTime=[0.103], HttpRequestTime=[2.127], RequestSigningTime=[0.19], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.564],
2018-05-28 13:19:08.206 INFO 1 --- [0.0-8080-exec-2] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.158], HttpClientSendRequestTime=[0.089], HttpRequestTime=[2.207], RequestSigningTime=[0.183], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.632],
2018-05-28 13:19:18.208 INFO 1 --- [0.0-8080-exec-4] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.459], HttpClientSendRequestTime=[0.09], HttpRequestTime=[2.386], RequestSigningTime=[0.246], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.774],
2018-05-28 13:19:26.453 INFO 1 --- [pool-1-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17EDDFFE6E2], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.799], ClientExecuteTime=[3.724], HttpClientSendRequestTime=[0.09], HttpRequestTime=[2.332], RequestSigningTime=[0.225], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.704],
2018-05-28 13:19:26.523 INFO 1 --- [ool-3-thread-12] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17EE2275DA4], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.049], ClientExecuteTime=[3.065], HttpClientSendRequestTime=[0.09], HttpRequestTime=[1.265], RequestSigningTime=[0.332], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.783],
2018-05-28 13:19:26.584 INFO 1 --- [ool-4-thread-12] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17EE5C4FECA], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.841], ClientExecuteTime=[2.661], HttpClientSendRequestTime=[0.09], HttpRequestTime=[1.107], RequestSigningTime=[0.317], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.652],
2018-05-28 13:19:26.606 INFO 1 --- [ool-5-thread-12] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17EE711C79F], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.831], ClientExecuteTime=[2.761], HttpClientSendRequestTime=[0.109], HttpRequestTime=[1.212], RequestSigningTime=[0.313], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.683],
2018-05-28 13:19:26.848 INFO 1 --- [ool-7-thread-12] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17EF5895991], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.781], ClientExecuteTime=[2.818], HttpClientSendRequestTime=[0.129], HttpRequestTime=[1.342], RequestSigningTime=[0.285], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.76],
2018-05-28 13:19:26.880 INFO 1 --- [ool-8-thread-12] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17EF7748DCA], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.781], ClientExecuteTime=[2.731], HttpClientSendRequestTime=[0.09], HttpRequestTime=[1.185], RequestSigningTime=[0.315], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.7],
2018-05-28 13:19:26.902 INFO 1 --- [ool-9-thread-12] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17EF8BA868C], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.697], ClientExecuteTime=[2.607], HttpClientSendRequestTime=[0.093], HttpRequestTime=[1.192], RequestSigningTime=[0.345], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.689],
2018-05-28 13:19:26.959 INFO 1 --- [ol-10-thread-12] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17EFC203CEC], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.149], ClientExecuteTime=[4.941], HttpClientSendRequestTime=[0.142], HttpRequestTime=[2.964], RequestSigningTime=[0.354], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[2.307],
2018-05-28 13:19:27.028 INFO 1 --- [ol-11-thread-12] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17F00485906], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.709], ClientExecuteTime=[2.784], HttpClientSendRequestTime=[0.095], HttpRequestTime=[1.292], RequestSigningTime=[0.331], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.745],
2018-05-28 13:19:27.264 INFO 1 --- [ool-12-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D17F0E483074], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.861], ClientExecuteTime=[2.731], HttpClientSendRequestTime=[0.088], HttpRequestTime=[1.255], RequestSigningTime=[0.223], CredentialsRequestTime=[0.008, 0.002], HttpClientReceiveResponseTime=[0.827],
2018-05-28 13:19:28.206 INFO 1 --- [0.0-8080-exec-7] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[1.916], HttpClientSendRequestTime=[0.092], HttpRequestTime=[0.99], RequestSigningTime=[0.18], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.595],
2018-05-28 13:19:38.206 INFO 1 --- [0.0-8080-exec-6] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.224], HttpClientSendRequestTime=[0.086], HttpRequestTime=[2.252], RequestSigningTime=[0.18], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.658],
2018-05-28 13:19:48.207 INFO 1 --- [.0-8080-exec-10] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.825], HttpClientSendRequestTime=[0.141], HttpRequestTime=[2.676], RequestSigningTime=[0.214], CredentialsRequestTime=[0.009, 0.003], HttpClientReceiveResponseTime=[0.797],
2018-05-28 13:19:50.277 INFO 1 --- [0.0-8080-exec-1] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.314], HttpClientSendRequestTime=[0.103], HttpRequestTime=[1.06], RequestSigningTime=[0.223], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.609],
2018-05-28 13:19:58.207 INFO 1 --- [0.0-8080-exec-3] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.311], HttpClientSendRequestTime=[0.087], HttpRequestTime=[2.223], RequestSigningTime=[0.184], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.589],
2018-05-28 13:20:08.207 INFO 1 --- [0.0-8080-exec-5] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.51], HttpClientSendRequestTime=[0.098], HttpRequestTime=[2.474], RequestSigningTime=[0.187], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.771],
2018-05-28 13:20:18.207 INFO 1 --- [0.0-8080-exec-9] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.216], HttpClientSendRequestTime=[0.108], HttpRequestTime=[2.267], RequestSigningTime=[0.201], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.59],
2018-05-28 13:20:26.459 INFO 1 --- [pool-1-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D18CD69F0836], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.837], ClientExecuteTime=[3.745], HttpClientSendRequestTime=[0.09], HttpRequestTime=[2.226], RequestSigningTime=[0.24], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.635],
2018-05-28 13:20:26.528 INFO 1 --- [ool-3-thread-14] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D18CDABC0EF3], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.93], ClientExecuteTime=[2.863], HttpClientSendRequestTime=[0.124], HttpRequestTime=[1.194], RequestSigningTime=[0.322], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.622],
2018-05-28 13:20:26.590 INFO 1 --- [ool-4-thread-14] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D18CDE6C6AD3], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.891], ClientExecuteTime=[3.051], HttpClientSendRequestTime=[0.114], HttpRequestTime=[1.415], RequestSigningTime=[0.346], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.929],
2018-05-28 13:20:26.611 INFO 1 --- [ool-5-thread-14] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D18CDFA4D4EE], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.008], ClientExecuteTime=[3.133], HttpClientSendRequestTime=[0.123], HttpRequestTime=[1.329], RequestSigningTime=[0.379], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.79],
2018-05-28 13:20:26.853 INFO 1 --- [ool-7-thread-14] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D18CEE217984], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.758], ClientExecuteTime=[2.679], HttpClientSendRequestTime=[0.092], HttpRequestTime=[1.172], RequestSigningTime=[0.353], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.722],
2018-05-28 13:20:26.885 INFO 1 --- [ool-8-thread-14] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D18CF006B655], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.767], ClientExecuteTime=[2.832], HttpClientSendRequestTime=[0.119], HttpRequestTime=[1.256], RequestSigningTime=[0.351], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.69],
2018-05-28 13:20:26.907 INFO 1 --- [ool-9-thread-14] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D18CF14A6CC2], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.75], ClientExecuteTime=[2.695], HttpClientSendRequestTime=[0.095], HttpRequestTime=[1.209], RequestSigningTime=[0.302], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.707],
2018-05-28 13:20:26.965 INFO 1 --- [ol-10-thread-14] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D18CF4C69B5D], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.849], ClientExecuteTime=[3.505], HttpClientSendRequestTime=[0.158], HttpRequestTime=[1.681], RequestSigningTime=[0.389], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.891],
2018-05-28 13:20:27.036 INFO 1 --- [ol-11-thread-14] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D18CF8FD4BF6], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.941], ClientExecuteTime=[5.657], HttpClientSendRequestTime=[0.157], HttpRequestTime=[2.389], RequestSigningTime=[0.962], CredentialsRequestTime=[0.009, 0.006], HttpClientReceiveResponseTime=[0.878],
2018-05-28 13:20:27.269 INFO 1 --- [ool-12-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D18D06E54C67], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.684], ClientExecuteTime=[2.771], HttpClientSendRequestTime=[0.121], HttpRequestTime=[1.317], RequestSigningTime=[0.284], CredentialsRequestTime=[0.009, 0.003], HttpClientReceiveResponseTime=[0.661],
2018-05-28 13:20:28.206 INFO 1 --- [0.0-8080-exec-8] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.187], HttpClientSendRequestTime=[0.119], HttpRequestTime=[1.123], RequestSigningTime=[0.232], CredentialsRequestTime=[0.008, 0.002], HttpClientReceiveResponseTime=[0.71],
2018-05-28 13:20:38.206 INFO 1 --- [0.0-8080-exec-1] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.152], HttpClientSendRequestTime=[0.119], HttpRequestTime=[2.246], RequestSigningTime=[0.198], CredentialsRequestTime=[0.008, 0.002], HttpClientReceiveResponseTime=[0.599],
2018-05-28 13:20:48.206 INFO 1 --- [0.0-8080-exec-3] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.203], HttpClientSendRequestTime=[0.096], HttpRequestTime=[2.246], RequestSigningTime=[0.213], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.609],
2018-05-28 13:20:50.297 INFO 1 --- [0.0-8080-exec-4] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[5.046], HttpClientSendRequestTime=[0.123], HttpRequestTime=[3.225], RequestSigningTime=[0.312], CredentialsRequestTime=[0.014, 0.002], HttpClientReceiveResponseTime=[2.52],
2018-05-28 13:20:58.208 INFO 1 --- [0.0-8080-exec-7] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.496], HttpClientSendRequestTime=[0.113], HttpRequestTime=[2.377], RequestSigningTime=[0.282], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.676],
2018-05-28 13:21:08.207 INFO 1 --- [0.0-8080-exec-6] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.5], HttpClientSendRequestTime=[0.118], HttpRequestTime=[2.426], RequestSigningTime=[0.219], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.799],
2018-05-28 13:21:18.206 INFO 1 --- [.0-8080-exec-10] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.119], HttpClientSendRequestTime=[0.118], HttpRequestTime=[2.187], RequestSigningTime=[0.211], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.578],
2018-05-28 13:21:26.465 INFO 1 --- [pool-1-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D19ACF3F8FE2], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.753], ClientExecuteTime=[3.812], HttpClientSendRequestTime=[0.126], HttpRequestTime=[2.49], RequestSigningTime=[0.221], CredentialsRequestTime=[0.008, 0.002], HttpClientReceiveResponseTime=[0.901],
2018-05-28 13:21:26.534 INFO 1 --- [ool-3-thread-16] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D19AD3552912], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.751], ClientExecuteTime=[2.766], HttpClientSendRequestTime=[0.088], HttpRequestTime=[1.346], RequestSigningTime=[0.286], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.866],
2018-05-28 13:21:26.595 INFO 1 --- [ool-4-thread-16] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D19AD7039796], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.749], ClientExecuteTime=[2.8], HttpClientSendRequestTime=[0.09], HttpRequestTime=[1.344], RequestSigningTime=[0.297], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.842],
2018-05-28 13:21:26.616 INFO 1 --- [ool-5-thread-16] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D19AD8470BDF], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.74], ClientExecuteTime=[2.806], HttpClientSendRequestTime=[0.108], HttpRequestTime=[1.172], RequestSigningTime=[0.33], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.692],
2018-05-28 13:21:26.859 INFO 1 --- [ool-7-thread-16] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D19AE6B480D5], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.797], ClientExecuteTime=[2.89], HttpClientSendRequestTime=[0.104], HttpRequestTime=[1.327], RequestSigningTime=[0.303], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.783],
2018-05-28 13:21:26.891 INFO 1 --- [ool-8-thread-16] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D19AE89F1D36], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.871], ClientExecuteTime=[2.953], HttpClientSendRequestTime=[0.093], HttpRequestTime=[1.317], RequestSigningTime=[0.347], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.821],
2018-05-28 13:21:26.911 INFO 1 --- [ool-9-thread-16] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D19AE9DBA27D], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.661], ClientExecuteTime=[2.605], HttpClientSendRequestTime=[0.112], HttpRequestTime=[1.226], RequestSigningTime=[0.299], CredentialsRequestTime=[0.009, 0.003], HttpClientReceiveResponseTime=[0.704],
2018-05-28 13:21:26.971 INFO 1 --- [ol-10-thread-16] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D19AED64F73B], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.85], ClientExecuteTime=[2.796], HttpClientSendRequestTime=[0.126], HttpRequestTime=[1.231], RequestSigningTime=[0.31], CredentialsRequestTime=[0.007, 0.004], HttpClientReceiveResponseTime=[0.731],
2018-05-28 13:21:27.043 INFO 1 --- [ol-11-thread-16] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D19AF1A7ADA6], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.84], ClientExecuteTime=[3.265], HttpClientSendRequestTime=[0.121], HttpRequestTime=[1.507], RequestSigningTime=[0.392], CredentialsRequestTime=[0.011, 0.003], HttpClientReceiveResponseTime=[0.87],
2018-05-28 13:21:27.276 INFO 1 --- [ool-12-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D19AFF93818B], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.719], ClientExecuteTime=[2.68], HttpClientSendRequestTime=[0.099], HttpRequestTime=[1.328], RequestSigningTime=[0.247], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.877],
2018-05-28 13:21:28.206 INFO 1 --- [0.0-8080-exec-2] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[1.918], HttpClientSendRequestTime=[0.12], HttpRequestTime=[0.984], RequestSigningTime=[0.197], CredentialsRequestTime=[0.006, 0.002], HttpClientReceiveResponseTime=[0.584],
2018-05-28 13:21:38.208 INFO 1 --- [0.0-8080-exec-4] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.373], HttpClientSendRequestTime=[0.111], HttpRequestTime=[2.304], RequestSigningTime=[0.301], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.602],
2018-05-28 13:21:48.207 INFO 1 --- [0.0-8080-exec-7] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.3], HttpClientSendRequestTime=[0.143], HttpRequestTime=[2.323], RequestSigningTime=[0.181], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.609],
2018-05-28 13:21:50.334 INFO 1 --- [0.0-8080-exec-9] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[4.539], HttpClientSendRequestTime=[0.259], HttpRequestTime=[2.578], RequestSigningTime=[0.287], CredentialsRequestTime=[0.03, 0.003], HttpClientReceiveResponseTime=[1.306],
2018-05-28 13:21:58.207 INFO 1 --- [0.0-8080-exec-8] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.128], HttpClientSendRequestTime=[0.115], HttpRequestTime=[2.248], RequestSigningTime=[0.182], CredentialsRequestTime=[0.008, 0.002], HttpClientReceiveResponseTime=[0.653],
2018-05-28 13:22:08.206 INFO 1 --- [0.0-8080-exec-1] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.371], HttpClientSendRequestTime=[0.141], HttpRequestTime=[2.468], RequestSigningTime=[0.197], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.649],
2018-05-28 13:22:18.206 INFO 1 --- [0.0-8080-exec-3] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.153], HttpClientSendRequestTime=[0.15], HttpRequestTime=[2.253], RequestSigningTime=[0.179], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.556],
2018-05-28 13:22:26.471 INFO 1 --- [pool-1-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1A8C7E02007], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.827], ClientExecuteTime=[4.042], HttpClientSendRequestTime=[0.09], HttpRequestTime=[2.543], RequestSigningTime=[0.3], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.861],
2018-05-28 13:22:26.539 INFO 1 --- [ool-3-thread-18] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1A8CBEB6AAB], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.794], ClientExecuteTime=[2.608], HttpClientSendRequestTime=[0.118], HttpRequestTime=[1.194], RequestSigningTime=[0.261], CredentialsRequestTime=[0.008, 0.002], HttpClientReceiveResponseTime=[0.755],
2018-05-28 13:22:26.601 INFO 1 --- [ool-4-thread-18] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1A8CFA14016], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.697], ClientExecuteTime=[2.681], HttpClientSendRequestTime=[0.086], HttpRequestTime=[1.193], RequestSigningTime=[0.3], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.769],
2018-05-28 13:22:26.622 INFO 1 --- [ool-5-thread-18] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1A8D0E28417], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.689], ClientExecuteTime=[2.985], HttpClientSendRequestTime=[0.087], HttpRequestTime=[1.598], RequestSigningTime=[0.307], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[1.177],
2018-05-28 13:22:26.864 INFO 1 --- [ool-7-thread-18] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1A8DF51CA72], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.71], ClientExecuteTime=[2.723], HttpClientSendRequestTime=[0.095], HttpRequestTime=[1.338], RequestSigningTime=[0.289], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[0.921],
2018-05-28 13:22:26.896 INFO 1 --- [ool-8-thread-18] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1A8E13B6F29], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.826], ClientExecuteTime=[2.944], HttpClientSendRequestTime=[0.209], HttpRequestTime=[1.419], RequestSigningTime=[0.294], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.826],
2018-05-28 13:22:26.916 INFO 1 --- [ool-9-thread-18] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1A8E26C6EAC], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.728], ClientExecuteTime=[2.708], HttpClientSendRequestTime=[0.1], HttpRequestTime=[1.234], RequestSigningTime=[0.301], CredentialsRequestTime=[0.011, 0.002], HttpClientReceiveResponseTime=[0.616],
2018-05-28 13:22:26.976 INFO 1 --- [ol-10-thread-18] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1A8E5F7EAA1], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.786], ClientExecuteTime=[2.593], HttpClientSendRequestTime=[0.106], HttpRequestTime=[1.149], RequestSigningTime=[0.265], CredentialsRequestTime=[0.009, 0.002], HttpClientReceiveResponseTime=[0.724],
2018-05-28 13:22:27.048 INFO 1 --- [ol-11-thread-18] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1A8EA422BA3], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.73], ClientExecuteTime=[2.793], HttpClientSendRequestTime=[0.114], HttpRequestTime=[1.348], RequestSigningTime=[0.298], CredentialsRequestTime=[0.009, 0.003], HttpClientReceiveResponseTime=[0.889],
2018-05-28 13:22:27.282 INFO 1 --- [ool-12-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1A8F833A589], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.725], ClientExecuteTime=[2.769], HttpClientSendRequestTime=[0.107], HttpRequestTime=[1.381], RequestSigningTime=[0.248], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.908],
2018-05-28 13:22:28.206 INFO 1 --- [0.0-8080-exec-5] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[1.968], HttpClientSendRequestTime=[0.097], HttpRequestTime=[0.989], RequestSigningTime=[0.175], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.567],
2018-05-28 13:22:38.207 INFO 1 --- [0.0-8080-exec-9] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.159], HttpClientSendRequestTime=[0.099], HttpRequestTime=[2.241], RequestSigningTime=[0.196], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.675],
2018-05-28 13:22:48.206 INFO 1 --- [0.0-8080-exec-8] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.17], HttpClientSendRequestTime=[0.093], HttpRequestTime=[2.208], RequestSigningTime=[0.176], CredentialsRequestTime=[0.008, 0.002], HttpClientReceiveResponseTime=[0.622],
2018-05-28 13:22:50.365 INFO 1 --- [.0-8080-exec-10] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.925], HttpClientSendRequestTime=[0.114], HttpRequestTime=[1.582], RequestSigningTime=[0.224], CredentialsRequestTime=[0.009, 0.003], HttpClientReceiveResponseTime=[0.942],
2018-05-28 13:22:58.207 INFO 1 --- [0.0-8080-exec-2] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.517], HttpClientSendRequestTime=[0.124], HttpRequestTime=[2.431], RequestSigningTime=[0.181], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.798],
2018-05-28 13:23:08.206 INFO 1 --- [0.0-8080-exec-4] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.32], HttpClientSendRequestTime=[0.114], HttpRequestTime=[2.247], RequestSigningTime=[0.209], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[0.64],
2018-05-28 13:23:18.207 INFO 1 --- [0.0-8080-exec-7] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.355], HttpClientSendRequestTime=[0.106], HttpRequestTime=[2.316], RequestSigningTime=[0.172], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.683],
2018-05-28 13:23:26.477 INFO 1 --- [pool-1-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6C0837772], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.774], ClientExecuteTime=[3.706], HttpClientSendRequestTime=[0.071], HttpRequestTime=[2.344], RequestSigningTime=[0.184], CredentialsRequestTime=[0.063, 0.002], HttpClientReceiveResponseTime=[0.733],
2018-05-28 13:23:26.545 INFO 1 --- [ool-3-thread-20] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6C48C9BF2], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.72], ClientExecuteTime=[3.604], HttpClientSendRequestTime=[0.136], HttpRequestTime=[1.612], RequestSigningTime=[0.855], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.897],
2018-05-28 13:23:26.606 INFO 1 --- [ool-4-thread-20] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6C832168D], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.655], ClientExecuteTime=[2.455], HttpClientSendRequestTime=[0.1], HttpRequestTime=[1.131], RequestSigningTime=[0.306], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.712],
2018-05-28 13:23:26.627 INFO 1 --- [ool-5-thread-20] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6C975CDE6], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.82], ClientExecuteTime=[2.655], HttpClientSendRequestTime=[0.109], HttpRequestTime=[1.168], RequestSigningTime=[0.29], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.666],
2018-05-28 13:23:26.750 INFO 1 --- [pool-6-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6D0BF35A0], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.072], ClientExecuteTime=[3.655], HttpClientSendRequestTime=[0.156], HttpRequestTime=[1.448], RequestSigningTime=[0.575], CredentialsRequestTime=[0.013, 0.004], HttpClientReceiveResponseTime=[0.676],
2018-05-28 13:23:26.869 INFO 1 --- [ool-7-thread-20] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6D7E1C683], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.788], ClientExecuteTime=[2.612], HttpClientSendRequestTime=[0.082], HttpRequestTime=[1.103], RequestSigningTime=[0.296], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.686],
2018-05-28 13:23:26.907 INFO 1 --- [ool-8-thread-20] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6DA242B30], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.002], ClientExecuteTime=[2.824], HttpClientSendRequestTime=[0.085], HttpRequestTime=[1.158], RequestSigningTime=[0.282], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.752],
2018-05-28 13:23:26.921 INFO 1 --- [ool-9-thread-20] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6DB02D955], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.691], ClientExecuteTime=[2.637], HttpClientSendRequestTime=[0.087], HttpRequestTime=[1.177], RequestSigningTime=[0.343], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.746],
2018-05-28 13:23:26.983 INFO 1 --- [ol-10-thread-20] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6DE9F6C73], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.055], ClientExecuteTime=[3.485], HttpClientSendRequestTime=[0.169], HttpRequestTime=[1.582], RequestSigningTime=[0.334], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.996],
2018-05-28 13:23:27.053 INFO 1 --- [ol-11-thread-20] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6E2DE37F5], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.012], ClientExecuteTime=[3.217], HttpClientSendRequestTime=[0.13], HttpRequestTime=[1.285], RequestSigningTime=[0.396], CredentialsRequestTime=[0.008, 0.004], HttpClientReceiveResponseTime=[0.741],
2018-05-28 13:23:27.288 INFO 1 --- [ool-12-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1B6F0DB5A4E], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.659], ClientExecuteTime=[2.455], HttpClientSendRequestTime=[0.094], HttpRequestTime=[1.179], RequestSigningTime=[0.232], CredentialsRequestTime=[0.008, 0.003], HttpClientReceiveResponseTime=[0.763],
2018-05-28 13:23:28.211 INFO 1 --- [0.0-8080-exec-6] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.994], HttpClientSendRequestTime=[0.118], HttpRequestTime=[1.963], RequestSigningTime=[0.206], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[1.556],
2018-05-28 13:23:38.207 INFO 1 --- [.0-8080-exec-10] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.606], HttpClientSendRequestTime=[0.111], HttpRequestTime=[2.224], RequestSigningTime=[0.17], CredentialsRequestTime=[0.013, 0.002], HttpClientReceiveResponseTime=[0.627],
2018-05-28 13:23:48.206 INFO 1 --- [0.0-8080-exec-2] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.103], HttpClientSendRequestTime=[0.105], HttpRequestTime=[2.218], RequestSigningTime=[0.172], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.628],
2018-05-28 13:23:50.376 INFO 1 --- [0.0-8080-exec-3] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.286], HttpClientSendRequestTime=[0.092], HttpRequestTime=[1.09], RequestSigningTime=[0.211], CredentialsRequestTime=[0.009, 0.002], HttpClientReceiveResponseTime=[0.678],
2018-05-28 13:23:58.207 INFO 1 --- [0.0-8080-exec-5] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.381], HttpClientSendRequestTime=[0.139], HttpRequestTime=[2.381], RequestSigningTime=[0.2], CredentialsRequestTime=[0.007, 0.003], HttpClientReceiveResponseTime=[0.71],
2018-05-28 13:24:08.206 INFO 1 --- [0.0-8080-exec-9] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.064], HttpClientSendRequestTime=[0.103], HttpRequestTime=[2.174], RequestSigningTime=[0.195], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.606],
2018-05-28 13:24:18.206 INFO 1 --- [0.0-8080-exec-8] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.042], HttpClientSendRequestTime=[0.091], HttpRequestTime=[2.16], RequestSigningTime=[0.206], CredentialsRequestTime=[0.007, 0.002], HttpClientReceiveResponseTime=[0.588],
2018-05-28 13:24:26.485 INFO 1 --- [pool-1-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1C4B9352C52], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.913], ClientExecuteTime=[5.381], HttpClientSendRequestTime=[0.118], HttpRequestTime=[2.563], RequestSigningTime=[0.325], CredentialsRequestTime=[0.012, 0.003], HttpClientReceiveResponseTime=[0.747],
2018-05-28 13:24:26.549 INFO 1 --- [pool-3-thread-3] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1C4BD21A23A], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.565], ClientExecuteTime=[2.466], HttpClientSendRequestTime=[0.088], HttpRequestTime=[1.11], RequestSigningTime=[0.338], CredentialsRequestTime=[0.01, 0.003], HttpClientReceiveResponseTime=[0.595],
2018-05-28 13:24:26.611 INFO 1 --- [pool-4-thread-3] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1C4C0C7596A], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.788], ClientExecuteTime=[3.044], HttpClientSendRequestTime=[0.114], HttpRequestTime=[1.466], RequestSigningTime=[0.358], CredentialsRequestTime=[0.011, 0.003], HttpClientReceiveResponseTime=[0.97],
2018-05-28 13:24:26.632 INFO 1 --- [pool-5-thread-3] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1C4C20FF577], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.713], ClientExecuteTime=[3.37], HttpClientSendRequestTime=[0.153], HttpRequestTime=[1.636], RequestSigningTime=[0.438], CredentialsRequestTime=[0.012, 0.014], HttpClientReceiveResponseTime=[0.843],
2018-05-28 13:24:26.874 INFO 1 --- [pool-7-thread-3] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1C4D07A5436], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.659], ClientExecuteTime=[3.092], HttpClientSendRequestTime=[0.139], HttpRequestTime=[1.373], RequestSigningTime=[0.504], CredentialsRequestTime=[0.095, 0.002], HttpClientReceiveResponseTime=[0.744],
2018-05-28 13:24:26.912 INFO 1 --- [pool-8-thread-3] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1C4D2B56FB7], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.687], ClientExecuteTime=[2.478], HttpClientSendRequestTime=[0.09], HttpRequestTime=[1.058], RequestSigningTime=[0.348], CredentialsRequestTime=[0.004, 0.001], HttpClientReceiveResponseTime=[0.649],
2018-05-28 13:24:26.926 INFO 1 --- [pool-9-thread-3] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1C4D394115E], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.742], ClientExecuteTime=[2.819], HttpClientSendRequestTime=[0.091], HttpRequestTime=[1.27], RequestSigningTime=[0.378], CredentialsRequestTime=[0.004, 0.001], HttpClientReceiveResponseTime=[0.806],
2018-05-28 13:24:26.990 INFO 1 --- [ool-10-thread-3] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1C4D759298D], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.014], ClientExecuteTime=[3.631], HttpClientSendRequestTime=[0.142], HttpRequestTime=[1.48], RequestSigningTime=[0.447], CredentialsRequestTime=[0.004, 0.003], HttpClientReceiveResponseTime=[0.871],
2018-05-28 13:24:27.060 INFO 1 --- [ool-11-thread-3] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1C4DB87FC8D], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.788], ClientExecuteTime=[2.366], HttpClientSendRequestTime=[0.108], HttpRequestTime=[1.05], RequestSigningTime=[0.211], CredentialsRequestTime=[0.005, 0.0], HttpClientReceiveResponseTime=[0.623],
2018-05-28 13:24:27.295 INFO 1 --- [ool-12-thread-2] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1C4E9804670], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.336], ClientExecuteTime=[4.5], HttpClientSendRequestTime=[0.189], HttpRequestTime=[2.184], RequestSigningTime=[0.351], CredentialsRequestTime=[0.005, 0.002], HttpClientReceiveResponseTime=[1.39],
2018-05-28 13:24:28.206 INFO 1 --- [0.0-8080-exec-1] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.229], HttpClientSendRequestTime=[0.116], HttpRequestTime=[1.24], RequestSigningTime=[0.19], CredentialsRequestTime=[0.005, 0.001], HttpClientReceiveResponseTime=[0.789],
2018-05-28 13:24:38.206 INFO 1 --- [0.0-8080-exec-3] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.297], HttpClientSendRequestTime=[0.093], HttpRequestTime=[2.307], RequestSigningTime=[0.203], CredentialsRequestTime=[0.004, 0.001], HttpClientReceiveResponseTime=[0.69],
2018-05-28 13:24:48.206 INFO 1 --- [0.0-8080-exec-5] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.011], HttpClientSendRequestTime=[0.11], HttpRequestTime=[2.131], RequestSigningTime=[0.16], CredentialsRequestTime=[0.004, 0.0], HttpClientReceiveResponseTime=[0.57],
2018-05-28 13:24:50.387 INFO 1 --- [0.0-8080-exec-7] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[2.022], HttpClientSendRequestTime=[0.089], HttpRequestTime=[0.984], RequestSigningTime=[0.177], CredentialsRequestTime=[0.004, 0.001], HttpClientReceiveResponseTime=[0.617],
2018-05-28 13:24:58.209 INFO 1 --- [0.0-8080-exec-6] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.275], HttpClientSendRequestTime=[0.096], HttpRequestTime=[2.292], RequestSigningTime=[0.328], CredentialsRequestTime=[0.005, 0.001], HttpClientReceiveResponseTime=[0.696],
2018-05-28 13:25:08.207 INFO 1 --- [.0-8080-exec-10] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.0], HttpClientSendRequestTime=[0.106], HttpRequestTime=[2.173], RequestSigningTime=[0.175], CredentialsRequestTime=[0.003, 0.001], HttpClientReceiveResponseTime=[0.613],
2018-05-28 13:25:18.207 INFO 1 --- [0.0-8080-exec-2] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[3.308], HttpClientSendRequestTime=[0.126], HttpRequestTime=[2.28], RequestSigningTime=[0.197], CredentialsRequestTime=[0.003, 0.001], HttpClientReceiveResponseTime=[0.654],
2018-05-28 13:25:26.492 INFO 1 --- [pool-1-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1D2B1F15E4A], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.928], ClientExecuteTime=[4.737], HttpClientSendRequestTime=[0.165], HttpRequestTime=[3.118], RequestSigningTime=[0.267], CredentialsRequestTime=[0.004, 0.001], HttpClientReceiveResponseTime=[1.378],
2018-05-28 13:25:26.554 INFO 1 --- [pool-3-thread-5] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1D2B5A5295F], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.886], ClientExecuteTime=[2.77], HttpClientSendRequestTime=[0.08], HttpRequestTime=[1.253], RequestSigningTime=[0.265], CredentialsRequestTime=[0.004, 0.001], HttpClientReceiveResponseTime=[0.816],
2018-05-28 13:25:26.617 INFO 1 --- [pool-4-thread-5] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1D2B969D6F8], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.891], ClientExecuteTime=[4.02], HttpClientSendRequestTime=[0.137], HttpRequestTime=[1.954], RequestSigningTime=[0.519], CredentialsRequestTime=[0.005, 0.004], HttpClientReceiveResponseTime=[1.108],
2018-05-28 13:25:26.646 INFO 1 --- [pool-5-thread-5] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1D2BAD41329], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[5.858], ClientExecuteTime=[9.334], HttpClientSendRequestTime=[0.114], HttpRequestTime=[2.629], RequestSigningTime=[0.343], CredentialsRequestTime=[0.005, 0.002], HttpClientReceiveResponseTime=[2.099],
2018-05-28 13:25:26.879 INFO 1 --- [pool-7-thread-5] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1D2C9087743], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.925], ClientExecuteTime=[2.652], HttpClientSendRequestTime=[0.085], HttpRequestTime=[1.059], RequestSigningTime=[0.282], CredentialsRequestTime=[0.003, 0.001], HttpClientReceiveResponseTime=[0.658],
2018-05-28 13:25:26.916 INFO 1 --- [pool-8-thread-5] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1D2CB439A02], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.932], ClientExecuteTime=[2.868], HttpClientSendRequestTime=[0.112], HttpRequestTime=[1.138], RequestSigningTime=[0.399], CredentialsRequestTime=[0.004, 0.001], HttpClientReceiveResponseTime=[0.645],
2018-05-28 13:25:26.931 INFO 1 --- [pool-9-thread-5] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1D2CC20DB81], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[1.013], ClientExecuteTime=[2.929], HttpClientSendRequestTime=[0.107], HttpRequestTime=[1.276], RequestSigningTime=[0.284], CredentialsRequestTime=[0.003, 0.001], HttpClientReceiveResponseTime=[0.792],
2018-05-28 13:25:27.001 INFO 1 --- [ool-10-thread-5] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1D2D026EEE8], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[3.232], ClientExecuteTime=[8.003], HttpClientSendRequestTime=[0.122], HttpRequestTime=[3.266], RequestSigningTime=[0.602], CredentialsRequestTime=[0.012, 0.001], HttpClientReceiveResponseTime=[2.422],
2018-05-28 13:25:27.071 INFO 1 --- [ool-11-thread-5] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1D2D4750552], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.79], ClientExecuteTime=[3.732], HttpClientSendRequestTime=[0.195], HttpRequestTime=[1.99], RequestSigningTime=[0.405], CredentialsRequestTime=[0.006, 0.001], HttpClientReceiveResponseTime=[1.19],
2018-05-28 13:25:27.300 INFO 1 --- [ool-12-thread-1] com.amazonaws.latency : ServiceName=[Amazon S3], StatusCode=[200], ServiceEndpoint=[http://minio-service.spinnaker:9000], RequestType=[ListObjectsRequest], AWSRequestID=[1532D1D2E229F2A9], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, HttpClientPoolLeasedCount=0, ResponseProcessingTime=[0.744], ClientExecuteTime=[3.446], HttpClientSendRequestTime=[0.121], HttpRequestTime=[1.551], RequestSigningTime=[0.373], CredentialsRequestTime=[0.01, 0.005], HttpClientReceiveResponseTime=[0.732],
2018-05-28 13:25:28.205 INFO 1 --- [0.0-8080-exec-4] com.amazonaws.latency : ServiceName=[Amazon S3], AWSErrorCode=[NoSuchKey], StatusCode=[404], ServiceEndpoint=[http://minio-service.spinnaker:9000], Exception=[com.amazonaws.services.s3.model.AmazonS3Exception: The specified key does not exist. (Service: Amazon S3; Status Code: 404; Error Code: NoSuchKey; Request ID: 3L137; S3 Extended Request ID: 3L137), S3 Extended Request ID: 3L137], RequestType=[GetObjectRequest], AWSRequestID=[3L137], HttpClientPoolPendingCount=0, RetryCapacityConsumed=0, HttpClientPoolAvailableCount=1, RequestCount=1, Exception=1, HttpClientPoolLeasedCount=0, ClientExecuteTime=[1.903], HttpClientSendRequestTime=[0.099], HttpRequestTime=[1.001], RequestSigningTime=[0.159], CredentialsRequestTime=[0.003, 0.001], HttpClientReceiveResponseTime=[0.62],
mc config host list myminio
myminio: http://minio-service.spinnaker:9000 LT359E6L5MOZDK3E3ZV0 0SHpG3DgqCdk2VTZVoOCkzaKs9AHICJdhEsJGI5e s3v4 auto
if anyone is looking for minio deployment:
apiVersion: v1
kind: PersistentVolumeClaim
metadata:
# This name uniquely identifies the PVC. Will be used in deployment below.
name: minio-pv-claim
labels:
app: minio-storage-claim
spec:
# Read more about access modes here: http://kubernetes.io/docs/user-guide/persistent-volumes/#access-modes
accessModes:
- ReadWriteOnce
resources:
# This is the request for storage. Should be available in the cluster.
requests:
storage: 2Gi
# Uncomment and add storageClass specific to your requirements below. Read more https://kubernetes.io/docs/concepts/storage/persistent-volumes/#class-1
#storageClassName:
---
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
# This name uniquely identifies the Deployment
name: minio-deployment
spec:
strategy:
type: Recreate
template:
metadata:
labels:
# Label is used as selector in the service.
app: minio
spec:
# Refer to the PVC created earlier
volumes:
- name: storage
persistentVolumeClaim:
# Name of the PVC created earlier
claimName: minio-pv-claim
containers:
- name: minio
# Pulls the default Minio image from Docker Hub
image: minio/minio
args:
- server
- /storage
env:
# Minio access key and secret key
- name: MINIO_ACCESS_KEY
value: "LT359E6L5MOZDK3E3ZV0"
- name: MINIO_SECRET_KEY
value: "0SHpG3DgqCdk2VTZVoOCkzaKs9AHICJdhEsJGI5e"
ports:
- containerPort: 9000
# Mount the volume into the pod
volumeMounts:
- name: storage # must match the volume name, above
mountPath: "/storage"
---
apiVersion: v1
kind: Service
metadata:
name: minio-service
spec:
#type: LoadBalancer //default to clusterip
ports:
- port: 9000
targetPort: 9000
protocol: TCP
selector:
app: minio
is it trying to get to spin-gate on localhost:8084 from spin-deck? It will never reach it using nodeport as my nodeport is mapped to high port number 30084. How can I fix this?
You should configure override-base-url for gate and deck.
This issue is already already closed. it was indeed an issue with the override-base-url. This setting should be on the highlighted as part of the https://www.spinnaker.io/setup/install/halyard/.
After that, I am able to create the application. Thank you everyone for helping out.
Most helpful comment
This issue is already already closed. it was indeed an issue with the override-base-url. This setting should be on the highlighted as part of the https://www.spinnaker.io/setup/install/halyard/.
After that, I am able to create the application. Thank you everyone for helping out.