Created
May 9, 2016 14:40
-
-
Save KLuka/aec7d97551cc66738a4cfd0992a2bf33 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016-05-09 14:24:52.207 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence | |
2016-05-09 14:24:52.207 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence | |
2016-05-09 14:24:52.207 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment] | |
2016-05-09 14:24:52.224 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletConfigInitParams] PropertySource with lowest search precedence | |
2016-05-09 14:24:52.224 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [servletContextInitParams] PropertySource with lowest search precedence | |
2016-05-09 14:24:52.224 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemProperties] PropertySource with lowest search precedence | |
2016-05-09 14:24:52.225 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Adding [systemEnvironment] PropertySource with lowest search precedence | |
2016-05-09 14:24:52.225 DEBUG 12163 --- [ost-startStop-1] o.s.w.c.s.StandardServletEnvironment : Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,systemProperties,systemEnvironment] | |
2016-05-09 14:24:52.233 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.e.ServletContextInitializerBeans : Created Filter initializer for bean 'simpleCorsFilter'; order=-2147483648, resource=URL [jar:file:/opt/openbaton/nfvo/openbaton-2.0.2-SNAPSHOT.jar!/lib/security-2.0.2-SNAPSHOT.jar!/org/openbaton/nfvo/security/SimpleCorsFilter.class] | |
2016-05-09 14:24:52.233 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.e.ServletContextInitializerBeans : Created Filter initializer for bean 'metricFilter'; order=-2147483648, resource=class path resource [org/springframework/boot/actuate/autoconfigure/MetricFilterAutoConfiguration.class] | |
2016-05-09 14:24:52.233 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.e.ServletContextInitializerBeans : Created Filter initializer for bean 'characterEncodingFilter'; order=-2147483648, resource=class path resource [org/springframework/boot/autoconfigure/web/HttpEncodingAutoConfiguration.class] | |
2016-05-09 14:24:52.233 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.e.ServletContextInitializerBeans : Created Filter initializer for bean 'hiddenHttpMethodFilter'; order=-2147483638, resource=class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.class] | |
2016-05-09 14:24:52.234 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.e.ServletContextInitializerBeans : Created Filter initializer for bean 'webRequestLoggingFilter'; order=2147483637, resource=class path resource [org/springframework/boot/actuate/autoconfigure/TraceWebFilterAutoConfiguration.class] | |
2016-05-09 14:24:52.234 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.e.ServletContextInitializerBeans : Created Filter initializer for bean 'springSecurityFilterChain'; order=2147483647, resource=class path resource [org/springframework/security/config/annotation/web/configuration/WebSecurityConfiguration.class] | |
2016-05-09 14:24:52.234 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.e.ServletContextInitializerBeans : Created Filter initializer for bean 'applicationContextIdFilter'; order=2147483647, resource=class path resource [org/springframework/boot/actuate/autoconfigure/EndpointWebMvcAutoConfiguration$ApplicationContextFilterConfiguration.class] | |
2016-05-09 14:24:52.247 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.e.ServletContextInitializerBeans : Created EventListener initializer for bean 'requestContextListener'; order=2147483647, resource=class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class] | |
2016-05-09 14:24:52.251 INFO 12163 --- [ost-startStop-1] o.s.b.c.e.ServletRegistrationBean : Mapping servlet: 'dispatcherServlet' to [/] | |
2016-05-09 14:24:52.257 INFO 12163 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'simpleCorsFilter' to: [/*] | |
2016-05-09 14:24:52.257 INFO 12163 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'metricFilter' to: [/*] | |
2016-05-09 14:24:52.257 INFO 12163 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'characterEncodingFilter' to: [/*] | |
2016-05-09 14:24:52.257 INFO 12163 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'hiddenHttpMethodFilter' to: [/*] | |
2016-05-09 14:24:52.258 INFO 12163 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'webRequestLoggingFilter' to: [/*] | |
2016-05-09 14:24:52.258 INFO 12163 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'springSecurityFilterChain' to: [/*] | |
2016-05-09 14:24:52.258 INFO 12163 --- [ost-startStop-1] o.s.b.c.embedded.FilterRegistrationBean : Mapping filter: 'applicationContextIdFilter' to: [/*] | |
2016-05-09 14:38:11.206 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.w.OrderedCharacterEncodingFilter : Initializing filter 'characterEncodingFilter' | |
2016-05-09 14:38:11.208 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.w.OrderedCharacterEncodingFilter : Filter 'characterEncodingFilter' configured successfully | |
2016-05-09 14:38:11.208 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.w.OrderedHiddenHttpMethodFilter : Initializing filter 'hiddenHttpMethodFilter' | |
2016-05-09 14:38:11.209 DEBUG 12163 --- [ost-startStop-1] o.s.b.c.w.OrderedHiddenHttpMethodFilter : Filter 'hiddenHttpMethodFilter' configured successfully | |
2016-05-09 14:38:11.209 DEBUG 12163 --- [ost-startStop-1] iguration$ApplicationContextHeaderFilter : Initializing filter 'applicationContextIdFilter' | |
2016-05-09 14:38:11.209 DEBUG 12163 --- [ost-startStop-1] iguration$ApplicationContextHeaderFilter : Filter 'applicationContextIdFilter' configured successfully | |
2016-05-09 14:38:11.209 DEBUG 12163 --- [ost-startStop-1] o.s.security.web.FilterChainProxy : Initializing filter 'springSecurityFilterChain' | |
2016-05-09 14:38:11.210 DEBUG 12163 --- [ost-startStop-1] o.s.security.web.FilterChainProxy : Filter 'springSecurityFilterChain' configured successfully | |
2016-05-09 14:38:11.210 DEBUG 12163 --- [ost-startStop-1] o.s.b.a.trace.WebRequestTraceFilter : Initializing filter 'webRequestLoggingFilter' | |
2016-05-09 14:38:11.210 DEBUG 12163 --- [ost-startStop-1] o.s.b.a.trace.WebRequestTraceFilter : Filter 'webRequestLoggingFilter' configured successfully | |
2016-05-09 14:38:11.210 DEBUG 12163 --- [ost-startStop-1] o.s.b.a.autoconfigure.MetricsFilter : Initializing filter 'metricFilter' | |
2016-05-09 14:38:11.210 DEBUG 12163 --- [ost-startStop-1] o.s.b.a.autoconfigure.MetricsFilter : Filter 'metricFilter' configured successfully | |
2016-05-09 14:38:11.220 DEBUG 12163 --- [ main] o.s.w.c.s.StandardServletEnvironment : Replacing [servletContextInitParams] PropertySource with [servletContextInitParams] | |
2016-05-09 14:38:12.000 INFO 12163 --- [ main] o.s.s.concurrent.ThreadPoolTaskExecutor : Initializing ExecutorService | |
2016-05-09 14:38:12.719 WARN 12163 --- [ main] o.s.a.r.l.SimpleMessageListenerContainer : CachingConnectionFactory's channelCacheSize can not be less than the number of concurrentConsumers so it was reset to match: 5 | |
2016-05-09 14:38:12.764 DEBUG 12163 --- [ main] o.s.s.a.i.a.MethodSecurityInterceptor : Validated configuration attributes | |
2016-05-09 14:38:13.160 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerAdapter : Looking for @ControllerAdvice: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3b582503: startup date [Mon May 09 14:24:37 UTC 2016]; root of context hierarchy | |
2016-05-09 14:38:13.251 DEBUG 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Looking for request mappings in application context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3b582503: startup date [Mon May 09 14:24:37 UTC 2016]; root of context hierarchy | |
2016-05-09 14:38:13.254 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/configurations],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.nfvo.Configuration> org.openbaton.nfvo.api.RestConfiguration.findAll() | |
2016-05-09 14:38:13.254 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/configurations/{id}],methods=[GET]}" onto public org.openbaton.catalogue.nfvo.Configuration org.openbaton.nfvo.api.RestConfiguration.findById(java.lang.String) | |
2016-05-09 14:38:13.254 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/configurations],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.Configuration org.openbaton.nfvo.api.RestConfiguration.create(org.openbaton.catalogue.nfvo.Configuration) | |
2016-05-09 14:38:13.254 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/configurations/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestConfiguration.delete(java.lang.String) | |
2016-05-09 14:38:13.254 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/configurations/{id}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.Configuration org.openbaton.nfvo.api.RestConfiguration.update(org.openbaton.catalogue.nfvo.Configuration,java.lang.String) | |
2016-05-09 14:38:13.255 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/security],methods=[GET],produces=[text/plain]}" onto private java.lang.String org.openbaton.nfvo.api.RestSecurity.isSecurityEnabled() | |
2016-05-09 14:38:13.255 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/images],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.nfvo.NFVImage> org.openbaton.nfvo.api.RestImage.findAll() | |
2016-05-09 14:38:13.255 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/images/{id}],methods=[GET]}" onto public org.openbaton.catalogue.nfvo.NFVImage org.openbaton.nfvo.api.RestImage.findById(java.lang.String) | |
2016-05-09 14:38:13.256 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/images],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.NFVImage org.openbaton.nfvo.api.RestImage.create(org.openbaton.catalogue.nfvo.NFVImage) | |
2016-05-09 14:38:13.256 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/images/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestImage.delete(java.lang.String) | |
2016-05-09 14:38:13.256 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/images/{id}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.NFVImage org.openbaton.nfvo.api.RestImage.update(org.openbaton.catalogue.nfvo.NFVImage,java.lang.String) | |
2016-05-09 14:38:13.259 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{idNsd}/vnfdependencies/{idVnfd}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceDescriptor.deleteVNFDependency(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.262 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.mano.descriptor.NetworkServiceDescriptor> org.openbaton.nfvo.api.RestNetworkServiceDescriptor.findAll() | |
2016-05-09 14:38:13.262 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{idNsd}/vnfdescriptors/{idVfnd}],methods=[GET],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor org.openbaton.nfvo.api.RestNetworkServiceDescriptor.getVirtualNetworkFunctionDescriptor(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.262 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{idNsd}/vnfdescriptors/{idVfn}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor org.openbaton.nfvo.api.RestNetworkServiceDescriptor.updateVNF(org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor,java.lang.String,java.lang.String) | |
2016-05-09 14:38:13.262 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{idNsd}/pnfdescriptors/{idPnf}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceDescriptor.deletePhysicalNetworkFunctionDescriptor(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.263 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{idNds}/pnfdescriptors/{idPnf}],methods=[GET],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.PhysicalNetworkFunctionDescriptor org.openbaton.nfvo.api.RestNetworkServiceDescriptor.getPhysicalNetworkFunctionDescriptor(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.263 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}/security/{idS}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceDescriptor.deleteSecurity(java.lang.String,java.lang.String) | |
2016-05-09 14:38:13.263 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}],methods=[GET]}" onto public org.openbaton.catalogue.mano.descriptor.NetworkServiceDescriptor org.openbaton.nfvo.api.RestNetworkServiceDescriptor.findById(java.lang.String) | |
2016-05-09 14:38:13.263 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}/vnfdescriptors],methods=[GET],produces=[application/json]}" onto public java.util.Set<org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor> org.openbaton.nfvo.api.RestNetworkServiceDescriptor.getVirtualNetworkFunctionDescriptors(java.lang.String) | |
2016-05-09 14:38:13.263 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}/vnfdescriptors/],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor org.openbaton.nfvo.api.RestNetworkServiceDescriptor.postVNFD(org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor,java.lang.String) | |
2016-05-09 14:38:13.263 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{idNsd}/vnfdescriptors/{idVfn}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceDescriptor.deleteVirtualNetworkFunctionDescriptor(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.263 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}/vnfdependencies],methods=[GET],produces=[application/json]}" onto public java.util.Set<org.openbaton.catalogue.mano.descriptor.VNFDependency> org.openbaton.nfvo.api.RestNetworkServiceDescriptor.getVNFDependencies(java.lang.String) | |
2016-05-09 14:38:13.264 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{idNsd}/vnfdependencies/{idVnfd}],methods=[GET],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VNFDependency org.openbaton.nfvo.api.RestNetworkServiceDescriptor.getVNFDependency(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.264 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{idNsd}/vnfdependencies/],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VNFDependency org.openbaton.nfvo.api.RestNetworkServiceDescriptor.postVNFDependency(org.openbaton.catalogue.mano.descriptor.VNFDependency,java.lang.String) | |
2016-05-09 14:38:13.264 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{idNsd}/vnfdependencies/{idVnf}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VNFDependency org.openbaton.nfvo.api.RestNetworkServiceDescriptor.updateVNFDependency(org.openbaton.catalogue.mano.descriptor.VNFDependency,java.lang.String,java.lang.String) | |
2016-05-09 14:38:13.264 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}/pnfdescriptors],methods=[GET],produces=[application/json]}" onto public java.util.Set<org.openbaton.catalogue.mano.descriptor.PhysicalNetworkFunctionDescriptor> org.openbaton.nfvo.api.RestNetworkServiceDescriptor.getPhysicalNetworkFunctionDescriptors(java.lang.String) | |
2016-05-09 14:38:13.264 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}/pnfdescriptors/],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.PhysicalNetworkFunctionDescriptor org.openbaton.nfvo.api.RestNetworkServiceDescriptor.postPhysicalNetworkFunctionDescriptor(org.openbaton.catalogue.mano.descriptor.PhysicalNetworkFunctionDescriptor,java.lang.String) | |
2016-05-09 14:38:13.264 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}/pnfdescriptors/{idPnf}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.PhysicalNetworkFunctionDescriptor org.openbaton.nfvo.api.RestNetworkServiceDescriptor.updatePNFD(org.openbaton.catalogue.mano.descriptor.PhysicalNetworkFunctionDescriptor,java.lang.String,java.lang.String) | |
2016-05-09 14:38:13.264 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}/security],methods=[GET],produces=[application/json]}" onto public org.openbaton.catalogue.mano.common.Security org.openbaton.nfvo.api.RestNetworkServiceDescriptor.getSecurity(java.lang.String) | |
2016-05-09 14:38:13.264 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}/security/],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.common.Security org.openbaton.nfvo.api.RestNetworkServiceDescriptor.postSecurity(org.openbaton.catalogue.mano.common.Security,java.lang.String) | |
2016-05-09 14:38:13.265 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}/security/{id_s}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.common.Security org.openbaton.nfvo.api.RestNetworkServiceDescriptor.updateSecurity(org.openbaton.catalogue.mano.common.Security,java.lang.String,java.lang.String) | |
2016-05-09 14:38:13.265 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/records],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.NetworkServiceRecord org.openbaton.nfvo.api.RestNetworkServiceDescriptor.createRecord(org.openbaton.catalogue.mano.descriptor.NetworkServiceDescriptor) throws org.openbaton.exceptions.BadFormatException,java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.VimDriverException,org.openbaton.exceptions.QuotaExceededException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.265 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.NetworkServiceDescriptor org.openbaton.nfvo.api.RestNetworkServiceDescriptor.create(org.openbaton.catalogue.mano.descriptor.NetworkServiceDescriptor) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.NetworkServiceIntegrityException,org.openbaton.exceptions.CyclicDependenciesException | |
2016-05-09 14:38:13.265 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceDescriptor.delete(java.lang.String) | |
2016-05-09 14:38:13.265 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-descriptors/{id}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.NetworkServiceDescriptor org.openbaton.nfvo.api.RestNetworkServiceDescriptor.update(org.openbaton.catalogue.mano.descriptor.NetworkServiceDescriptor,java.lang.String) | |
2016-05-09 14:38:13.266 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1//virtual-link-descriptors],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.mano.descriptor.VirtualLinkDescriptor> org.openbaton.nfvo.api.RestVirtualLink.findAllDescriptors() | |
2016-05-09 14:38:13.266 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1//virtual-link-descriptors/{id}],methods=[GET]}" onto public org.openbaton.catalogue.mano.descriptor.VirtualLinkDescriptor org.openbaton.nfvo.api.RestVirtualLink.findDescriptorById(java.lang.String) | |
2016-05-09 14:38:13.266 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1//virtual-link-descriptors],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VirtualLinkDescriptor org.openbaton.nfvo.api.RestVirtualLink.create(org.openbaton.catalogue.mano.descriptor.VirtualLinkDescriptor) | |
2016-05-09 14:38:13.266 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1//virtual-link-descriptors/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestVirtualLink.delete(java.lang.String) | |
2016-05-09 14:38:13.266 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1//virtual-link-descriptors/{id}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VirtualLinkDescriptor org.openbaton.nfvo.api.RestVirtualLink.update(org.openbaton.catalogue.mano.descriptor.VirtualLinkDescriptor,java.lang.String) | |
2016-05-09 14:38:13.267 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/users],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.security.User> org.openbaton.nfvo.api.RestUsers.findAll() | |
2016-05-09 14:38:13.267 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/users/{id}],methods=[GET]}" onto public org.openbaton.catalogue.security.User org.openbaton.nfvo.api.RestUsers.findById(java.lang.String) | |
2016-05-09 14:38:13.267 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/users],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.security.User org.openbaton.nfvo.api.RestUsers.create(org.openbaton.catalogue.security.User) | |
2016-05-09 14:38:13.267 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/users/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestUsers.delete(java.lang.String) | |
2016-05-09 14:38:13.267 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/users/{id}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.security.User org.openbaton.nfvo.api.RestUsers.update(org.openbaton.catalogue.security.User) | |
2016-05-09 14:38:13.270 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{idNsr}/vnfrecords/{idVnf}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deleteVNFRecord(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.270 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{idNsd}/vnfrecords/{idVnf}],methods=[GET],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.VirtualNetworkFunctionRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.getVirtualNetworkFunctionRecord(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.271 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{idNsr}/vnfdependencies/{idVnfd}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deleteVNFDependency(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.271 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfrecords/{idVnf}/vdunits/vnfcinstances],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deleteVNFCInstance(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException,java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.271 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfrecords/{idVnf}/vdunits/{idVdu}/vnfcinstances/{idVNFCI}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deleteVNFCInstance(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException,java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.271 DEBUG 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapping name clash for handlerMethods=[public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deleteVNFCInstance(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException,java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException, public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deleteVNFCInstance(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException,java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException]. Consider assigning explicit names. | |
2016-05-09 14:38:13.271 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfrecords/{idVnf}/vdunits/{idVdu}/vnfcinstances],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deleteVNFCInstance(java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException,java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.271 DEBUG 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapping name clash for handlerMethods=[public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deleteVNFCInstance(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException,java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException, public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deleteVNFCInstance(java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException,java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException, public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deleteVNFCInstance(java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException,java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException]. Consider assigning explicit names. | |
2016-05-09 14:38:13.271 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.mano.record.NetworkServiceRecord> org.openbaton.nfvo.api.RestNetworkServiceRecord.findAll() | |
2016-05-09 14:38:13.272 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{idNsr}/vnfrecords/{idVnf}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.VirtualNetworkFunctionRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.updateVNF(org.openbaton.catalogue.mano.record.VirtualNetworkFunctionRecord,java.lang.String,java.lang.String) | |
2016-05-09 14:38:13.272 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}],methods=[GET]}" onto public org.openbaton.catalogue.mano.record.NetworkServiceRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.findById(java.lang.String) | |
2016-05-09 14:38:13.272 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfrecords],methods=[GET],produces=[application/json]}" onto public java.util.Set<org.openbaton.catalogue.mano.record.VirtualNetworkFunctionRecord> org.openbaton.nfvo.api.RestNetworkServiceRecord.getVirtualNetworkFunctionRecords(java.lang.String) | |
2016-05-09 14:38:13.272 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfrecords/{idVnf}/vdunits/vnfcinstances],methods=[POST],consumes=[application/json]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.postVNFCInstance(org.openbaton.catalogue.mano.descriptor.VNFComponent,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException | |
2016-05-09 14:38:13.272 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfrecords/{idVnf}/vdunits/{idVdu}/vnfcinstances],methods=[POST],consumes=[application/json]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.postVNFCInstance(org.openbaton.catalogue.mano.descriptor.VNFComponent,java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException | |
2016-05-09 14:38:13.272 DEBUG 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapping name clash for handlerMethods=[public void org.openbaton.nfvo.api.RestNetworkServiceRecord.postVNFCInstance(org.openbaton.catalogue.mano.descriptor.VNFComponent,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException, public void org.openbaton.nfvo.api.RestNetworkServiceRecord.postVNFCInstance(org.openbaton.catalogue.mano.descriptor.VNFComponent,java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException]. Consider assigning explicit names. | |
2016-05-09 14:38:13.272 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfrecords/{idVnf}/vdunits/{idVdu}/vnfcinstances/standby],methods=[POST],consumes=[application/json]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.postStandByVNFCInstance(org.openbaton.catalogue.mano.descriptor.VNFComponent,java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException | |
2016-05-09 14:38:13.272 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfrecords/{idVnf}/vdunits/{idVdu}/vnfcinstances/{idVNFC}/switchtostandby],methods=[POST],consumes=[application/json]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.switchToRendundantVNFCInstance(org.openbaton.catalogue.mano.record.VNFCInstance,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException | |
2016-05-09 14:38:13.273 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfrecords/{idVnf}/vdunits/{idVdu}/vnfcinstances/{idVNFCI}/actions],methods=[POST],consumes=[application/json]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.postAction(org.openbaton.catalogue.nfvo.messages.Interfaces.NFVMessage,java.lang.String,java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.WrongStatusException | |
2016-05-09 14:38:13.273 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfrecords/],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.VirtualNetworkFunctionRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.postVNFR(org.openbaton.catalogue.mano.record.VirtualNetworkFunctionRecord,java.lang.String) | |
2016-05-09 14:38:13.273 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfdependenciesList],methods=[GET],produces=[application/json]}" onto public java.util.Set<org.openbaton.nfvo.api.DependencyObject> org.openbaton.nfvo.api.RestNetworkServiceRecord.getVNFDependenciesList(java.lang.String) | |
2016-05-09 14:38:13.273 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfdependencies],methods=[GET],produces=[application/json]}" onto public java.util.Set<org.openbaton.catalogue.mano.record.VNFRecordDependency> org.openbaton.nfvo.api.RestNetworkServiceRecord.getVNFDependencies(java.lang.String) | |
2016-05-09 14:38:13.273 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfdependencies/{id_vnfr}],methods=[GET],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.VNFRecordDependency org.openbaton.nfvo.api.RestNetworkServiceRecord.getVNFDependency(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.273 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfdependencies/],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.VNFRecordDependency org.openbaton.nfvo.api.RestNetworkServiceRecord.postVNFDependency(org.openbaton.catalogue.mano.record.VNFRecordDependency,java.lang.String) | |
2016-05-09 14:38:13.273 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/pnfrecords/{id_pnf}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.PhysicalNetworkFunctionRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.updatePNFD(org.openbaton.catalogue.mano.record.PhysicalNetworkFunctionRecord,java.lang.String,java.lang.String) | |
2016-05-09 14:38:13.274 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/vnfdependencies/{id_vnfd}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.VNFRecordDependency org.openbaton.nfvo.api.RestNetworkServiceRecord.updateVNFD(org.openbaton.catalogue.mano.record.VNFRecordDependency,java.lang.String,java.lang.String) | |
2016-05-09 14:38:13.274 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/pnfrecords],methods=[GET],produces=[application/json]}" onto public java.util.Set<org.openbaton.catalogue.mano.record.PhysicalNetworkFunctionRecord> org.openbaton.nfvo.api.RestNetworkServiceRecord.getPhysicalNetworkFunctionRecord(java.lang.String) | |
2016-05-09 14:38:13.274 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/pnfrecords/{id_pnf}],methods=[GET],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.PhysicalNetworkFunctionRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.getPhysicalNetworkFunctionRecord(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.274 DEBUG 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapping name clash for handlerMethods=[public java.util.Set<org.openbaton.catalogue.mano.record.PhysicalNetworkFunctionRecord> org.openbaton.nfvo.api.RestNetworkServiceRecord.getPhysicalNetworkFunctionRecord(java.lang.String), public org.openbaton.catalogue.mano.record.PhysicalNetworkFunctionRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.getPhysicalNetworkFunctionRecord(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException]. Consider assigning explicit names. | |
2016-05-09 14:38:13.274 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/pnfrecords/{id_pnf}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.deletePhysicalNetworkFunctionRecord(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.274 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}/pnfrecords/],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.PhysicalNetworkFunctionRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.postPhysicalNetworkFunctionRecord(org.openbaton.catalogue.mano.record.PhysicalNetworkFunctionRecord,java.lang.String) | |
2016-05-09 14:38:13.274 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}],methods=[POST],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.NetworkServiceRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.create(java.lang.String) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.VimDriverException,org.openbaton.exceptions.QuotaExceededException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.274 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.NetworkServiceRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.create(org.openbaton.catalogue.mano.descriptor.NetworkServiceDescriptor) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.VimDriverException,org.openbaton.exceptions.QuotaExceededException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.275 DEBUG 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapping name clash for handlerMethods=[public org.openbaton.catalogue.mano.record.NetworkServiceRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.create(java.lang.String) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.VimDriverException,org.openbaton.exceptions.QuotaExceededException,org.openbaton.exceptions.PluginException, public org.openbaton.catalogue.mano.record.NetworkServiceRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.create(org.openbaton.catalogue.mano.descriptor.NetworkServiceDescriptor) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.NotFoundException,org.openbaton.exceptions.BadFormatException,org.openbaton.exceptions.VimDriverException,org.openbaton.exceptions.QuotaExceededException,org.openbaton.exceptions.PluginException]. Consider assigning explicit names. | |
2016-05-09 14:38:13.275 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestNetworkServiceRecord.delete(java.lang.String) throws org.openbaton.exceptions.VimException,java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.275 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/ns-records/{id}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.record.NetworkServiceRecord org.openbaton.nfvo.api.RestNetworkServiceRecord.update(org.openbaton.catalogue.mano.record.NetworkServiceRecord,java.lang.String) | |
2016-05-09 14:38:13.275 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/register],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.security.User org.openbaton.nfvo.api.RestUsersRegister.create(org.openbaton.catalogue.security.User) | |
2016-05-09 14:38:13.276 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1//vnf-forwarding-graphs],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.mano.descriptor.VNFForwardingGraphDescriptor> org.openbaton.nfvo.api.RestVNFFG.findAll() | |
2016-05-09 14:38:13.276 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1//vnf-forwarding-graphs/{id}],methods=[GET]}" onto public org.openbaton.catalogue.mano.descriptor.VNFForwardingGraphDescriptor org.openbaton.nfvo.api.RestVNFFG.findById(java.lang.String) | |
2016-05-09 14:38:13.276 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1//vnf-forwarding-graphs],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VNFForwardingGraphDescriptor org.openbaton.nfvo.api.RestVNFFG.create(org.openbaton.catalogue.mano.descriptor.VNFForwardingGraphDescriptor) | |
2016-05-09 14:38:13.276 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1//vnf-forwarding-graphs/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestVNFFG.delete(java.lang.String) | |
2016-05-09 14:38:13.276 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1//vnf-forwarding-graphs/{id}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VNFForwardingGraphDescriptor org.openbaton.nfvo.api.RestVNFFG.update(org.openbaton.catalogue.mano.descriptor.VNFForwardingGraphDescriptor,java.lang.String) | |
2016-05-09 14:38:13.277 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/events/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestEvent.unregister(java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.277 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/events],methods=[GET],produces=[application/json]}" onto public java.lang.Iterable<org.openbaton.catalogue.nfvo.EventEndpoint> org.openbaton.nfvo.api.RestEvent.getEventEndpoints() | |
2016-05-09 14:38:13.277 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/events/{id}],methods=[GET],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.EventEndpoint org.openbaton.nfvo.api.RestEvent.getEventEndpoint(java.lang.String) | |
2016-05-09 14:38:13.277 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/events/actions],methods=[GET],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.Action[] org.openbaton.nfvo.api.RestEvent.getAvailableEvents() | |
2016-05-09 14:38:13.277 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/events],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.EventEndpoint org.openbaton.nfvo.api.RestEvent.register(org.openbaton.catalogue.nfvo.EventEndpoint) | |
2016-05-09 14:38:13.278 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnfcomponents],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.mano.descriptor.VNFComponent> org.openbaton.nfvo.api.RestVNFComponent.findAll() | |
2016-05-09 14:38:13.278 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnfcomponents/{id}],methods=[GET]}" onto public org.openbaton.catalogue.mano.descriptor.VNFComponent org.openbaton.nfvo.api.RestVNFComponent.findById(java.lang.String) | |
2016-05-09 14:38:13.278 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnfmanagers],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.nfvo.VnfmManagerEndpoint> org.openbaton.nfvo.api.RestVNFManager.findAll() | |
2016-05-09 14:38:13.278 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnfmanagers/{id}],methods=[GET]}" onto public org.openbaton.catalogue.nfvo.VnfmManagerEndpoint org.openbaton.nfvo.api.RestVNFManager.findById(java.lang.String) | |
2016-05-09 14:38:13.279 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-descriptors],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor> org.openbaton.nfvo.api.RestVirtualNetworkFunctionDescriptor.findAll() | |
2016-05-09 14:38:13.279 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-descriptors/{id}],methods=[GET]}" onto public org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor org.openbaton.nfvo.api.RestVirtualNetworkFunctionDescriptor.findById(java.lang.String) | |
2016-05-09 14:38:13.279 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-descriptors],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor org.openbaton.nfvo.api.RestVirtualNetworkFunctionDescriptor.create(org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor) | |
2016-05-09 14:38:13.279 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-descriptors/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestVirtualNetworkFunctionDescriptor.delete(java.lang.String) | |
2016-05-09 14:38:13.280 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-descriptors/{id}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor org.openbaton.nfvo.api.RestVirtualNetworkFunctionDescriptor.update(org.openbaton.catalogue.mano.descriptor.VirtualNetworkFunctionDescriptor,java.lang.String) | |
2016-05-09 14:38:13.281 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.nfvo.VimInstance> org.openbaton.nfvo.api.RestVimInstances.findAll() | |
2016-05-09 14:38:13.281 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters/{id}/images],methods=[POST]}" onto public org.openbaton.catalogue.nfvo.NFVImage org.openbaton.nfvo.api.RestVimInstances.addImage(java.lang.String,org.openbaton.catalogue.nfvo.NFVImage) throws org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.281 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters/{idVim}/images/{idImage}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestVimInstances.deleteImage(java.lang.String,java.lang.String) throws org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.281 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters/{idVim}/images/{idImage}],methods=[GET]}" onto public org.openbaton.catalogue.nfvo.NFVImage org.openbaton.nfvo.api.RestVimInstances.getImage(java.lang.String,java.lang.String) | |
2016-05-09 14:38:13.281 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters/{id}],methods=[GET]}" onto public org.openbaton.catalogue.nfvo.VimInstance org.openbaton.nfvo.api.RestVimInstances.findById(java.lang.String) | |
2016-05-09 14:38:13.281 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters/{id}/images],methods=[GET]}" onto public java.util.Set<org.openbaton.catalogue.nfvo.NFVImage> org.openbaton.nfvo.api.RestVimInstances.getAllImages(java.lang.String) | |
2016-05-09 14:38:13.281 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters/{idVim}/images/{idImage}],methods=[PUT]}" onto public org.openbaton.catalogue.nfvo.NFVImage org.openbaton.nfvo.api.RestVimInstances.updateImage(java.lang.String,org.openbaton.catalogue.nfvo.NFVImage) throws org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.282 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters/{id}/refresh],methods=[GET]}" onto public org.openbaton.catalogue.nfvo.VimInstance org.openbaton.nfvo.api.RestVimInstances.refresh(java.lang.String) throws org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.282 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.VimInstance org.openbaton.nfvo.api.RestVimInstances.create(org.openbaton.catalogue.nfvo.VimInstance) throws org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.282 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestVimInstances.delete(java.lang.String) | |
2016-05-09 14:38:13.282 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/datacenters/{id}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.VimInstance org.openbaton.nfvo.api.RestVimInstances.update(org.openbaton.catalogue.nfvo.VimInstance,java.lang.String) throws org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.283 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-packages],methods=[POST]}" onto public java.lang.String org.openbaton.nfvo.api.RestVNFPackage.onboard(org.springframework.web.multipart.MultipartFile) throws java.io.IOException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.NotFoundException,java.sql.SQLException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.283 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-packages],methods=[GET]}" onto public java.lang.Iterable<org.openbaton.catalogue.nfvo.VNFPackage> org.openbaton.nfvo.api.RestVNFPackage.findAll() | |
2016-05-09 14:38:13.283 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-packages/{id}/scripts/{scriptId}],methods=[PUT],consumes=[text/plain],produces=[text/plain]}" onto public java.lang.String org.openbaton.nfvo.api.RestVNFPackage.updateScript(java.lang.String,java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.283 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-packages/{id}],methods=[GET]}" onto public org.openbaton.catalogue.nfvo.VNFPackage org.openbaton.nfvo.api.RestVNFPackage.findById(java.lang.String) | |
2016-05-09 14:38:13.283 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-packages/{id}],methods=[DELETE]}" onto public void org.openbaton.nfvo.api.RestVNFPackage.delete(java.lang.String) throws org.openbaton.exceptions.WrongAction | |
2016-05-09 14:38:13.283 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-packages/{id}],methods=[PUT],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.VNFPackage org.openbaton.nfvo.api.RestVNFPackage.update(org.openbaton.catalogue.nfvo.VNFPackage,java.lang.String) | |
2016-05-09 14:38:13.283 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/api/v1/vnf-packages/{id}/scripts/{scriptId}],methods=[GET],produces=[text/plain]}" onto public java.lang.String org.openbaton.nfvo.api.RestVNFPackage.getScript(java.lang.String,java.lang.String) throws org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.285 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/v1/vnfm-core-grant],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.messages.Interfaces.NFVMessage org.openbaton.nfvo.vnfm_reg.impl.receiver.VnfmReceiverRest.grantLifecycleOperation(org.openbaton.catalogue.nfvo.messages.VnfmOrGenericMessage) throws org.openbaton.exceptions.VimException,org.openbaton.exceptions.PluginException | |
2016-05-09 14:38:13.285 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/v1/vnfm-core-actions-reply],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public void org.openbaton.nfvo.vnfm_reg.impl.receiver.VnfmReceiverRest.actionFinishedRest(com.google.gson.JsonObject) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.285 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/v1/vnfm-core-actions],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public void org.openbaton.nfvo.vnfm_reg.impl.receiver.VnfmReceiverRest.actionFinishedVoidRest(com.google.gson.JsonObject) throws java.lang.InterruptedException,java.util.concurrent.ExecutionException,org.openbaton.exceptions.VimException,org.openbaton.exceptions.NotFoundException | |
2016-05-09 14:38:13.285 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/v1/vnfm-core-allocate],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public org.openbaton.catalogue.nfvo.messages.Interfaces.NFVMessage org.openbaton.nfvo.vnfm_reg.impl.receiver.VnfmReceiverRest.allocate(org.openbaton.catalogue.nfvo.messages.VnfmOrAllocateResourcesMessage) throws org.openbaton.exceptions.VimException | |
2016-05-09 14:38:13.285 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/v1/vnfm-register],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public void org.openbaton.nfvo.vnfm_reg.impl.register.RestRegister.receiveRegister(org.openbaton.catalogue.nfvo.VnfmManagerEndpoint) | |
2016-05-09 14:38:13.286 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/admin/v1/vnfm-unregister],methods=[POST],consumes=[application/json],produces=[application/json]}" onto public void org.openbaton.nfvo.vnfm_reg.impl.register.RestRegister.receiveUnregister(org.openbaton.catalogue.nfvo.VnfmManagerEndpoint) | |
2016-05-09 14:38:13.287 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error],produces=[text/html]}" onto public org.springframework.web.servlet.ModelAndView org.springframework.boot.autoconfigure.web.BasicErrorController.errorHtml(javax.servlet.http.HttpServletRequest) | |
2016-05-09 14:38:13.287 INFO 12163 --- [ main] s.w.s.m.m.a.RequestMappingHandlerMapping : Mapped "{[/error]}" onto public org.springframework.http.ResponseEntity<java.util.Map<java.lang.String, java.lang.Object>> org.springframework.boot.autoconfigure.web.BasicErrorController.error(javax.servlet.http.HttpServletRequest) | |
2016-05-09 14:38:13.296 INFO 12163 --- [ main] o.s.w.s.c.a.WebMvcConfigurerAdapter : Adding welcome page: jar:file:/opt/openbaton/nfvo/openbaton-2.0.2-SNAPSHOT.jar!/lib/dashboard-2.0.2-SNAPSHOT.jar!/static/index.html | |
2016-05-09 14:38:13.312 INFO 12163 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Root mapping to handler of type [class org.springframework.web.servlet.mvc.ParameterizableViewController] | |
2016-05-09 14:38:13.322 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Looking for URL mappings in application context: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3b582503: startup date [Mon May 09 14:24:37 UTC 2016]; root of context hierarchy | |
2016-05-09 14:38:13.322 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor': no URL paths identified | |
2016-05-09 14:38:13.322 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalAutowiredAnnotationProcessor': no URL paths identified | |
2016-05-09 14:38:13.322 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalRequiredAnnotationProcessor': no URL paths identified | |
2016-05-09 14:38:13.322 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalCommonAnnotationProcessor': no URL paths identified | |
2016-05-09 14:38:13.322 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalPersistenceAnnotationProcessor': no URL paths identified | |
2016-05-09 14:38:13.322 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.event.internalEventListenerProcessor': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.event.internalEventListenerFactory': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'application': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.enhancedConfigurationProcessor': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemStartup': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitConfiguration': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitPluginBroker': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'customUserDetailsService': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'securityConfig': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'resourceServer': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'simpleCorsFilter': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'OAuth2AuthorizationServerConfig': no URL paths identified | |
2016-05-09 14:38:13.323 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'webConfig': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'NSDUtils': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'networkServiceRecordManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'configurationManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'securityManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'NFVImageManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFFGManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFComponentManagment': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'virtualLinkManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFManagerManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'virtualNetworkFunctionManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'networkServiceDescriptorManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vimManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFPackageManagement': no URL paths identified | |
2016-05-09 14:38:13.324 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'networkManagement': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'resourceManagement': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vnfPlacementManagement': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFLifecycleOperationGranting': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dependencyManagement': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userManagement': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'networkServiceFaultManagement': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dependencyQueuer': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'eventDispatcher': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'eventManagement': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitEventSender': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restEventSender': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restConfiguration': no URL paths identified | |
2016-05-09 14:38:13.325 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restSecurity': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restImage': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restNetworkServiceDescriptor': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restVirtualLink': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restUsers': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restNetworkServiceRecord': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restUsersRegister': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restVNFFG': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restEvent': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restVNFComponent': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restVNFManager': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restVirtualNetworkFunctionDescriptor': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restVimInstances': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restVNFPackage': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'globalExceptionHandler': no URL paths identified | |
2016-05-09 14:38:13.326 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'openbatonCLI': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'openstackVIM': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'testVIM': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'genericVIM': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'amazonVIM': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vimBroker': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'monitoringManager': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'monitoringBroker': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vnfmManager': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vnfmRegister': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'allocateresourcesTask': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'instantiateTask': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'grantoperationTask': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'updatevnfrTask': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'releaseresourcesTask': no URL paths identified | |
2016-05-09 14:38:13.327 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'modifyTask': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'errorTask': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'scalingTask': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'startTask': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'healTask': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'scaledTask': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restVnfmSender': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitVnfmSender': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitVnfmReceiver': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vnfmReceiverRest': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitRegister': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'restRegister': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitManager': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'agentBroker': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitSender': no URL paths identified | |
2016-05-09 14:38:13.328 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitReceiver': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemConfiguration': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gsonDeserializerNFVMessage': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vimDriverCaller': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'monitoringPluginCaller': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.amqp.rabbit.annotation.RabbitBootstrapConfiguration': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.amqp.rabbit.config.internalRabbitListenerAnnotationProcessor': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.amqp.rabbit.config.internalRabbitListenerEndpointRegistry': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'queue_eventRegister': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'queue_eventUnregister': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'queue_vnfmUnregister': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'queue_vnfmRegister': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'queue_vnfmCoreActions': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'queue_vnfmCoreActionsReply': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'exchange': no URL paths identified | |
2016-05-09 14:38:13.329 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'binding_eventRegister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'binding_vnfmRegister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'binding_vnfmUnregister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'binding_vnfmCoreAction': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'binding_vnfmCoreActionReply': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'binding_eventUnregister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'listenerAdapter_eventRegister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'listenerAdapter_eventUnregister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'listenerAdapter_vnfmRegister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'listenerAdapter_vnfmUnregister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'listenerAdapter_vnfmCoreActions': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'listenerAdapter_vnfmCoreActionsReply': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'container_eventRegister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'container_eventUnregister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'container_vnfmRegister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'container_vnfmUnregister': no URL paths identified | |
2016-05-09 14:38:13.330 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'container_vnfmCoreActions': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'container_vnfmCoreActionsReply': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.config.annotation.authentication.configuration.AuthenticationConfiguration': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationManagerBuilder': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'enableGlobalAuthenticationAutowiredConfigurer': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'delegatingApplicationListener': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'webSecurityExpressionHandler': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'springSecurityFilterChain': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'privilegeEvaluator': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autowiredWebSecurityConfigurersIgnoreParents': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.config.annotation.configuration.ObjectPostProcessorConfiguration': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'objectPostProcessor': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.config.annotation.method.configuration.GlobalMethodSecurityConfiguration': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'methodSecurityInterceptor': no URL paths identified | |
2016-05-09 14:38:13.331 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'methodSecurityMetadataSource': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'preInvocationAuthorizationAdvice': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metaDataSourceAdvisor': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationManager': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.aop.config.internalAutoProxyCreator': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.oauth2.config.annotation.web.configuration.ResourceServerConfiguration': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration$TokenKeyEndpointRegistrar': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerEndpointsConfiguration': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authorizationEndpoint': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tokenEndpoint': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'checkTokenEndpoint': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'whitelabelApprovalEndpoint': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'whitelabelErrorEndpoint': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'oauth2EndpointHandlerMapping': no URL paths identified | |
2016-05-09 14:38:13.332 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'consumerTokenServices': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultAuthorizationServerTokenServices': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.oauth2.config.annotation.configuration.ClientDetailsServiceConfiguration': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clientDetailsServiceConfigurer': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'scopedTarget.clientDetailsService': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'clientDetailsService': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.security.oauth2.config.annotation.web.configuration.AuthorizationServerSecurityConfiguration': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tokenServices': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.scheduling.annotation.ProxyAsyncConfiguration': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalAsyncAnnotationProcessor': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gson': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'servletContainer': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.scheduling.annotation.SchedulingConfiguration': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.internalScheduledAnnotationProcessor': no URL paths identified | |
2016-05-09 14:38:13.333 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.AutoConfigurationPackages': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityScanBeanPostProcessor': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension#0': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.repository.core.support.RepositoryInterfaceAwareBeanPostProcessor': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'foo': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaMappingContext': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'securityRepository': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vimRepositoryImpl': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vimRepository': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFCRepository': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFCInstanceRepository': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'physicalNetworkFunctionDescriptorRepository': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'networkServiceDescriptorRepositoryImpl': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'networkServiceDescriptorRepository': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFDRepository': no URL paths identified | |
2016-05-09 14:38:13.334 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFFGDescriptorRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFRecordDependencyRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vnfmEndpointRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFDependencyRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'imageRepositoryImpl': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'imageRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vduRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'configurationRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFRDependencyRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'userRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'VNFRRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'scriptRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'pluginEndpointRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'vnfPackageRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'virtualLinkDescriptorRepository': no URL paths identified | |
2016-05-09 14:38:13.335 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'networkServiceRecordRepositoryImpl': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'networkServiceRecordRepository': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'networkRepository': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'virtualLinkRecordRepository': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'eventEndpointRepository': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.condition.BeanTypeRegistry': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'propertySourcesPlaceholderConfigurer': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration$TomcatWebSocketConfiguration': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'websocketContainerCustomizer': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.websocket.WebSocketAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.EmbeddedServletContainerAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'embeddedServletContainerCustomizerBeanPostProcessor': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration$DispatcherServletConfiguration': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dispatcherServlet': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dispatcherServletRegistration': no URL paths identified | |
2016-05-09 14:38:13.336 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.DispatcherServletAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'error': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beanNameViewResolver': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'errorAttributes': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'basicErrorController': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$EnableWebMvcConfiguration': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingHandlerAdapter': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingHandlerMapping': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcContentNegotiationManager': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'viewControllerHandlerMapping': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beanNameHandlerMapping': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'resourceHandlerMapping': no URL paths identified | |
2016-05-09 14:38:13.337 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcResourceUrlProvider': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultServletHandlerMapping': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcConversionService': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcValidator': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcPathMatcher': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcUrlPathHelper': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcUriComponentsContributor': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'httpRequestHandlerAdapter': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'simpleControllerHandlerAdapter': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'handlerExceptionResolver': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcViewResolver': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter$FaviconConfiguration': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'faviconHandlerMapping': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'faviconRequestHandler': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter': no URL paths identified | |
2016-05-09 14:38:13.338 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'defaultViewResolver': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestContextListener': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'viewResolver': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.mvc.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.resources.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.context.properties.ConfigurationPropertiesBindingPostProcessor.store': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'hiddenHttpMethodFilter': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration$AuditEventRepositoryConfiguration': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'auditEventRepository': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'auditListener': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationAuditListener': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authorizationAuditListener': no URL paths identified | |
2016-05-09 14:38:13.339 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.security.BootGlobalAuthenticationConfiguration': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'bootGlobalAuthenticationConfigurationAdapter': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.security.SecurityAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'authenticationEventPublisher': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'securityProperties': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration$ManagementWebSecurityConfigurerAdapter': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration$ManagementSecurityPropertiesConfiguration': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'ignoredPathsWebSecurityConfigurerAdapter': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jta.JtaAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jta.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$JdbcTemplateConfiguration': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jdbcTemplate': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'namedParameterJdbcTemplate': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$NonEmbeddedConfiguration': no URL paths identified | |
2016-05-09 14:38:13.340 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSource': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration$DataSourceInitializerConfiguration': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializer': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration$CommonsDbcpPoolDataSourceMetadataProviderConfiguration': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'commonsDbcpPoolDataSourceMetadataProvider': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvidersConfiguration': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.datasource.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializerPostProcessor': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration$MetricsChannelConfiguration': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricsChannel': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricsExecutor': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'primaryMetricWriter': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration$MetricRepositoryConfiguration': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'actuatorMetricRepository': no URL paths identified | |
2016-05-09 14:38:13.341 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'counterService': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gaugeService': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration$TomcatMetricsConfiguration': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'tomcatPublicMetrics': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration$DataSourceMetricsConfiguration': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourcePublicMetrics': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemPublicMetrics': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricReaderPublicMetrics': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration$MessagingTemplateConfiguration': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitMessagingTemplate': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration$RabbitConnectionFactoryCreator': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitConnectionFactory': no URL paths identified | |
2016-05-09 14:38:13.342 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.amqp.RabbitAnnotationDrivenConfiguration': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitListenerContainerFactory': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.amqp.RabbitAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'amqpAdmin': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitTemplate': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.rabbitmq.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration$DiskSpaceHealthIndicatorConfiguration': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'diskSpaceHealthIndicator': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'diskSpaceHealthIndicatorProperties': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration$RabbitHealthIndicatorConfiguration': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'rabbitHealthIndicator': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration$DataSourcesHealthIndicatorConfiguration': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dbHealthIndicator': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'healthAggregator': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'management.health.status.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.343 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration$InfoPropertiesConfiguration': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration$RequestMappingEndpointConfiguration': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'requestMappingEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environmentEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'healthEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'beansEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'infoEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricsEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'traceEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dumpEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autoConfigurationAuditEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'shutdownEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'configurationPropertiesReportEndpoint': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jmx.JmxAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.344 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mbeanExporter': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'objectNamingStrategy': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mbeanServer': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'endpointMBeanExporter': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'endpoints.jmx.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.ServerPropertiesAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'serverProperties': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'managementServerProperties': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration$ApplicationContextFilterConfiguration': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'applicationContextIdFilter': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.EndpointWebMvcAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'endpointHandlerMapping': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'mvcEndpoints': no URL paths identified | |
2016-05-09 14:38:13.345 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environmentMvcEndpoint': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'healthMvcEndpoint': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricsMvcEndpoint': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'endpoints.health.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.MetricFilterAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'metricFilter': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'traceRepository': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.actuate.autoconfigure.TraceWebFilterAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'webRequestLoggingFilter': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration$JdkDynamicAutoProxyConfiguration': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.aop.AopAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration$JpaWebMvcConfiguration': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'openEntityManagerInViewInterceptor': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.JpaBaseConfiguration$JpaWebConfiguration': no URL paths identified | |
2016-05-09 14:38:13.346 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.orm.jpa.HibernateJpaAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionManager': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jpaVendorAdapter': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityManagerFactoryBuilder': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'entityManagerFactory': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jpa.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'dataSourceInitializedPublisher': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.dao.PersistenceExceptionTranslationAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'persistenceExceptionTranslationPostProcessor': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.gson.GsonAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperBuilderConfiguration': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonObjectMapperBuilder': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'http.mappers.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.jackson.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration$JacksonObjectMapperConfiguration': no URL paths identified | |
2016-05-09 14:38:13.347 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonObjectMapper': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jackson.JacksonAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration$StringHttpMessageConverterConfiguration': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'stringHttpMessageConverter': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'spring.http.encoding.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.JacksonHttpMessageConvertersConfiguration': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.GsonHttpMessageConvertersConfiguration$GsonHttpMessageConverterConfiguration': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'gsonHttpMessageConverter': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.GsonHttpMessageConvertersConfiguration': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpMessageConvertersAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'messageConverters': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.web.config.SpringDataWebConfiguration': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'pageableResolver': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'sortResolver': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.data.web.config.SpringDataJacksonConfiguration': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'jacksonGeoModule': no URL paths identified | |
2016-05-09 14:38:13.348 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.data.web.SpringDataWebAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.config.internalTransactionAdvisor': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionAttributeSource': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'transactionInterceptor': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.transaction.config.internalTransactionalEventListenerFactory': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration$TransactionManagementConfiguration': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.jdbc.DataSourceTransactionManagerAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.HttpEncodingAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'characterEncodingFilter': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.boot.autoconfigure.web.MultipartAutoConfiguration': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipartConfigElement': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipartResolver': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'multipart.CONFIGURATION_PROPERTIES': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.orm.jpa.SharedEntityManagerCreator#0': no URL paths identified | |
2016-05-09 14:38:13.349 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'autoConfigurationReport': no URL paths identified | |
2016-05-09 14:38:13.350 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'applicationEventMulticaster': no URL paths identified | |
2016-05-09 14:38:13.350 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'environment': no URL paths identified | |
2016-05-09 14:38:13.350 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemProperties': no URL paths identified | |
2016-05-09 14:38:13.350 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'systemEnvironment': no URL paths identified | |
2016-05-09 14:38:13.350 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'org.springframework.context.annotation.ConfigurationClassPostProcessor.importRegistry': no URL paths identified | |
2016-05-09 14:38:13.350 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'messageSource': no URL paths identified | |
2016-05-09 14:38:13.350 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'servletContext': no URL paths identified | |
2016-05-09 14:38:13.350 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'contextParameters': no URL paths identified | |
2016-05-09 14:38:13.350 DEBUG 12163 --- [ main] o.s.w.s.h.BeanNameUrlHandlerMapping : Rejected bean name 'contextAttributes': no URL paths identified | |
2016-05-09 14:38:13.356 INFO 12163 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] | |
2016-05-09 14:38:13.356 INFO 12163 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/webjars/**] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] | |
2016-05-09 14:38:13.381 DEBUG 12163 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Looking for exception mappings: org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@3b582503: startup date [Mon May 09 14:24:37 UTC 2016]; root of context hierarchy | |
2016-05-09 14:38:13.386 INFO 12163 --- [ main] .m.m.a.ExceptionHandlerExceptionResolver : Detected @ExceptionHandler methods in globalExceptionHandler | |
2016-05-09 14:38:13.418 INFO 12163 --- [ main] o.s.w.s.handler.SimpleUrlHandlerMapping : Mapped URL path [/**/favicon.ico] onto handler of type [class org.springframework.web.servlet.resource.ResourceHttpRequestHandler] | |
2016-05-09 14:38:14.538 INFO 12163 --- [ main] o.s.j.e.a.AnnotationMBeanExporter : Registering beans for JMX exposure on startup | |
2016-05-09 14:38:14.546 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Registering beans for JMX exposure on startup | |
2016-05-09 14:38:14.548 DEBUG 12163 --- [ main] o.s.w.c.s.StandardServletEnvironment : Adding [Management Server] PropertySource with lowest search precedence | |
2016-05-09 14:38:14.549 DEBUG 12163 --- [ main] ationConfigEmbeddedWebApplicationContext : Unable to locate LifecycleProcessor with name 'lifecycleProcessor': using default [org.springframework.context.support.DefaultLifecycleProcessor@5977dcbb] | |
2016-05-09 14:38:14.551 INFO 12163 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 0 | |
2016-05-09 14:38:14.554 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'requestMappingEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=requestMappingEndpoint] | |
2016-05-09 14:38:14.587 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'environmentEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=environmentEndpoint] | |
2016-05-09 14:38:14.592 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'healthEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=healthEndpoint] | |
2016-05-09 14:38:14.596 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'beansEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=beansEndpoint] | |
2016-05-09 14:38:14.600 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'infoEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=infoEndpoint] | |
2016-05-09 14:38:14.604 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'metricsEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=metricsEndpoint] | |
2016-05-09 14:38:14.608 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'traceEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=traceEndpoint] | |
2016-05-09 14:38:14.612 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'dumpEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=dumpEndpoint] | |
2016-05-09 14:38:14.622 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'autoConfigurationAuditEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=autoConfigurationAuditEndpoint] | |
2016-05-09 14:38:14.628 DEBUG 12163 --- [ main] o.s.b.a.e.jmx.EndpointMBeanExporter : Located managed bean 'configurationPropertiesReportEndpoint': registering with JMX server as MBean [org.springframework.boot:type=Endpoint,name=configurationPropertiesReportEndpoint] | |
2016-05-09 14:38:14.634 INFO 12163 --- [ main] o.s.c.support.DefaultLifecycleProcessor : Starting beans in phase 2147483647 | |
2016-05-09 14:38:14.717 INFO 12163 --- [cTaskExecutor-1] o.s.a.r.c.CachingConnectionFactory : Created new connection: SimpleConnection@26166e1c [delegate=amqp://[email protected]:5672/] | |
2016-05-09 14:38:14.719 INFO 12163 --- [cTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.event.register) durable:false, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-09 14:38:14.720 INFO 12163 --- [cTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.event.unregister) durable:false, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-09 14:38:14.720 INFO 12163 --- [cTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.vnfm.unregister) durable:true, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-09 14:38:14.720 INFO 12163 --- [cTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (nfvo.vnfm.register) durable:true, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-09 14:38:14.720 INFO 12163 --- [cTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (vnfm.nfvo.actions) durable:false, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-09 14:38:14.720 INFO 12163 --- [cTaskExecutor-1] o.s.amqp.rabbit.core.RabbitAdmin : Auto-declaring a non-durable, auto-delete, or exclusive Queue (vnfm.nfvo.actions.reply) durable:false, auto-delete:true, exclusive:false. It will be redeclared if the broker stops and is restarted while the connection factory is alive, but all messages will be lost. | |
2016-05-09 14:38:14.851 DEBUG 12163 --- [ main] utoConfigurationReportLoggingInitializer : | |
========================= | |
AUTO-CONFIGURATION REPORT | |
========================= | |
Positive matches: | |
----------------- | |
AopAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.context.annotation.EnableAspectJAutoProxy,org.aspectj.lang.annotation.Aspect,org.aspectj.lang.reflect.Advice (OnClassCondition) | |
- matched (OnPropertyCondition) | |
AopAutoConfiguration.JdkDynamicAutoProxyConfiguration | |
- matched (OnPropertyCondition) | |
AuditAutoConfiguration#authenticationAuditListener | |
- @ConditionalOnClass classes found: org.springframework.security.authentication.event.AbstractAuthenticationEvent (OnClassCondition) | |
AuditAutoConfiguration#authorizationAuditListener | |
- @ConditionalOnClass classes found: org.springframework.security.access.event.AbstractAuthorizationEvent (OnClassCondition) | |
AuditAutoConfiguration.AuditEventRepositoryConfiguration | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) found no beans (OnBeanCondition) | |
BootGlobalAuthenticationConfiguration | |
- @ConditionalOnClass classes found: org.springframework.security.config.annotation.authentication.configurers.GlobalAuthenticationConfigurerAdapter (OnClassCondition) | |
DataSourceAutoConfiguration | |
- @ConditionalOnClass classes found: javax.sql.DataSource,org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType (OnClassCondition) | |
DataSourceAutoConfiguration.DataSourceInitializerConfiguration | |
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jdbc.DataSourceInitializer; SearchStrategy: all) found no beans (OnBeanCondition) | |
DataSourceAutoConfiguration.JdbcTemplateConfiguration | |
- existing auto database detected (DataSourceAutoConfiguration.DataSourceAvailableCondition) | |
DataSourceAutoConfiguration.JdbcTemplateConfiguration#jdbcTemplate | |
- @ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) found no beans (OnBeanCondition) | |
DataSourceAutoConfiguration.JdbcTemplateConfiguration#namedParameterJdbcTemplate | |
- @ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) found no beans (OnBeanCondition) | |
DataSourceAutoConfiguration.NonEmbeddedConfiguration | |
- supported DataSource class found (DataSourceAutoConfiguration.NonEmbeddedDataSourceCondition) | |
- @ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) found no beans (OnBeanCondition) | |
DataSourcePoolMetadataProvidersConfiguration.CommonsDbcpPoolDataSourceMetadataProviderConfiguration | |
- @ConditionalOnClass classes found: org.apache.commons.dbcp.BasicDataSource (OnClassCondition) | |
DataSourceTransactionManagerAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.jdbc.core.JdbcTemplate,org.springframework.transaction.PlatformTransactionManager (OnClassCondition) | |
DataSourceTransactionManagerAutoConfiguration.TransactionManagementConfiguration | |
- @ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) found no beans (OnBeanCondition) | |
DispatcherServletAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.web.servlet.DispatcherServlet (OnClassCondition) | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
DispatcherServletAutoConfiguration.DispatcherServletConfiguration | |
- @ConditionalOnClass classes found: javax.servlet.ServletRegistration (OnClassCondition) | |
- no ServletRegistrationBean found (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition) | |
EmbeddedServletContainerAutoConfiguration | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
EndpointAutoConfiguration#autoConfigurationAuditEndpoint | |
- @ConditionalOnBean (types: org.springframework.boot.autoconfigure.condition.ConditionEvaluationReport; SearchStrategy: all) found the following [autoConfigurationReport] @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.AutoConfigurationReportEndpoint; SearchStrategy: current) found no beans (OnBeanCondition) | |
EndpointAutoConfiguration#beansEndpoint | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.BeansEndpoint; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointAutoConfiguration#configurationPropertiesReportEndpoint | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointAutoConfiguration#dumpEndpoint | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.DumpEndpoint; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointAutoConfiguration#environmentEndpoint | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.EnvironmentEndpoint; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointAutoConfiguration#healthEndpoint | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.HealthEndpoint; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointAutoConfiguration#infoEndpoint | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.InfoEndpoint; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointAutoConfiguration#metricsEndpoint | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.MetricsEndpoint; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointAutoConfiguration#shutdownEndpoint | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.ShutdownEndpoint; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointAutoConfiguration#traceEndpoint | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.TraceEndpoint; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointAutoConfiguration.RequestMappingEndpointConfiguration | |
- @ConditionalOnClass classes found: org.springframework.web.servlet.handler.AbstractHandlerMethodMapping (OnClassCondition) | |
EndpointAutoConfiguration.RequestMappingEndpointConfiguration#requestMappingEndpoint | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.RequestMappingEndpoint; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointMBeanExportAutoConfiguration | |
- SpEL expression on org.springframework.boot.actuate.autoconfigure.EndpointMBeanExportAutoConfiguration: ${endpoints.jmx.enabled:true} && ${spring.jmx.enabled:true} (OnExpressionCondition) | |
EndpointWebMvcAutoConfiguration | |
- @ConditionalOnClass classes found: javax.servlet.Servlet,org.springframework.web.servlet.DispatcherServlet (OnClassCondition) | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
EndpointWebMvcAutoConfiguration#endpointHandlerMapping | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping; SearchStrategy: all) found no beans (OnBeanCondition) | |
EndpointWebMvcAutoConfiguration#environmentMvcEndpoint | |
- @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.EnvironmentEndpoint; SearchStrategy: all) found the following [environmentEndpoint] (OnBeanCondition) | |
- All endpoints are enabled by default (OnEnabledEndpointCondition) | |
EndpointWebMvcAutoConfiguration#healthMvcEndpoint | |
- @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.HealthEndpoint; SearchStrategy: all) found the following [healthEndpoint] (OnBeanCondition) | |
- All endpoints are enabled by default (OnEnabledEndpointCondition) | |
EndpointWebMvcAutoConfiguration#metricsMvcEndpoint | |
- @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.MetricsEndpoint; SearchStrategy: all) found the following [metricsEndpoint] (OnBeanCondition) | |
- All endpoints are enabled by default (OnEnabledEndpointCondition) | |
EndpointWebMvcAutoConfiguration#mvcEndpoints | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints; SearchStrategy: all) found no beans (OnBeanCondition) | |
ErrorMvcAutoConfiguration | |
- @ConditionalOnClass classes found: javax.servlet.Servlet,org.springframework.web.servlet.DispatcherServlet (OnClassCondition) | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
ErrorMvcAutoConfiguration#basicErrorController | |
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ErrorController; SearchStrategy: current) found no beans (OnBeanCondition) | |
ErrorMvcAutoConfiguration#errorAttributes | |
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ErrorAttributes; SearchStrategy: current) found no beans (OnBeanCondition) | |
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration | |
- No error template view detected (ErrorMvcAutoConfiguration.ErrorTemplateMissingCondition) | |
- matched (OnPropertyCondition) | |
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver | |
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found no beans (OnBeanCondition) | |
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView | |
- @ConditionalOnMissingBean (names: error; SearchStrategy: all) found no beans (OnBeanCondition) | |
GsonAutoConfiguration | |
- @ConditionalOnClass classes found: com.google.gson.Gson (OnClassCondition) | |
GsonHttpMessageConvertersConfiguration | |
- @ConditionalOnClass classes found: com.google.gson.Gson (OnClassCondition) | |
GsonHttpMessageConvertersConfiguration.GsonHttpMessageConverterConfiguration | |
- any match resulted in [member condition on org.springframework.boot.autoconfigure.web.GsonHttpMessageConvertersConfiguration$PreferGsonOrMissingJacksonCondition$JacksonMissing : @ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) found no beans, member condition on org.springframework.boot.autoconfigure.web.GsonHttpMessageConvertersConfiguration$PreferGsonOrMissingJacksonCondition$GsonPreferred] matches and [] non matches (GsonHttpMessageConvertersConfiguration.PreferGsonOrMissingJacksonCondition) | |
- @ConditionalOnBean (types: com.google.gson.Gson; SearchStrategy: all) found the following [gson] (OnBeanCondition) | |
GsonHttpMessageConvertersConfiguration.GsonHttpMessageConverterConfiguration#gsonHttpMessageConverter | |
- @ConditionalOnMissingBean (types: org.springframework.http.converter.json.GsonHttpMessageConverter; SearchStrategy: all) found no beans (OnBeanCondition) | |
HealthIndicatorAutoConfiguration#healthAggregator | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthAggregator; SearchStrategy: all) found no beans (OnBeanCondition) | |
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration | |
- matched (OnPropertyCondition) | |
- @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found the following [dataSource] (OnBeanCondition) | |
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration#dbHealthIndicator | |
- @ConditionalOnMissingBean (names: dbHealthIndicator; SearchStrategy: all) found no beans (OnBeanCondition) | |
HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration | |
- matched (OnPropertyCondition) | |
HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration#diskSpaceHealthIndicator | |
- @ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) found no beans (OnBeanCondition) | |
HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration | |
- matched (OnPropertyCondition) | |
- @ConditionalOnBean (types: org.springframework.amqp.rabbit.core.RabbitTemplate; SearchStrategy: all) found the following [rabbitTemplate] (OnBeanCondition) | |
HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration#rabbitHealthIndicator | |
- @ConditionalOnMissingBean (names: rabbitHealthIndicator; SearchStrategy: all) found no beans (OnBeanCondition) | |
HibernateJpaAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean,org.springframework.transaction.annotation.EnableTransactionManagement,javax.persistence.EntityManager (OnClassCondition) | |
- found HibernateEntityManager class (HibernateJpaAutoConfiguration.HibernateEntityManagerCondition) | |
HttpEncodingAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.web.filter.CharacterEncodingFilter (OnClassCondition) | |
- matched (OnPropertyCondition) | |
HttpEncodingAutoConfiguration#characterEncodingFilter | |
- @ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) found no beans (OnBeanCondition) | |
HttpMessageConvertersAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.http.converter.HttpMessageConverter (OnClassCondition) | |
HttpMessageConvertersAutoConfiguration#messageConverters | |
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.HttpMessageConverters; SearchStrategy: all) found no beans (OnBeanCondition) | |
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration | |
- @ConditionalOnClass classes found: org.springframework.http.converter.StringHttpMessageConverter (OnClassCondition) | |
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter | |
- @ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) found no beans (OnBeanCondition) | |
JacksonAutoConfiguration | |
- @ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper (OnClassCondition) | |
JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration | |
- @ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper,org.springframework.http.converter.json.Jackson2ObjectMapperBuilder (OnClassCondition) | |
JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder | |
- @ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) found no beans (OnBeanCondition) | |
JacksonAutoConfiguration.JacksonObjectMapperConfiguration | |
- @ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper,org.springframework.http.converter.json.Jackson2ObjectMapperBuilder (OnClassCondition) | |
JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper | |
- @ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found no beans (OnBeanCondition) | |
JmsAnnotationDrivenConfiguration | |
- @ConditionalOnClass classes found: org.springframework.jms.annotation.EnableJms (OnClassCondition) | |
JmxAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.jmx.export.MBeanExporter (OnClassCondition) | |
- matched (OnPropertyCondition) | |
JmxAutoConfiguration#mbeanExporter | |
- @ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) found no beans (OnBeanCondition) | |
JmxAutoConfiguration#mbeanServer | |
- @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) found no beans (OnBeanCondition) | |
JmxAutoConfiguration#objectNamingStrategy | |
- @ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) found no beans (OnBeanCondition) | |
JpaBaseConfiguration#entityManagerFactory | |
- @ConditionalOnMissingBean (types: org.springframework.orm.jpa.LocalContainerEntityManagerFactoryBean; SearchStrategy: all) found no beans (OnBeanCondition) | |
JpaBaseConfiguration#entityManagerFactoryBuilder | |
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.orm.jpa.EntityManagerFactoryBuilder; SearchStrategy: all) found no beans (OnBeanCondition) | |
JpaBaseConfiguration#jpaVendorAdapter | |
- @ConditionalOnMissingBean (types: org.springframework.orm.jpa.JpaVendorAdapter; SearchStrategy: all) found no beans (OnBeanCondition) | |
JpaBaseConfiguration#transactionManager | |
- @ConditionalOnMissingBean (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found no beans (OnBeanCondition) | |
JpaBaseConfiguration.JpaWebConfiguration | |
- @ConditionalOnClass classes found: org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter (OnClassCondition) | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
- matched (OnPropertyCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.orm.jpa.support.OpenEntityManagerInViewInterceptor,org.springframework.orm.jpa.support.OpenEntityManagerInViewFilter; SearchStrategy: all) found no beans (OnBeanCondition) | |
JtaAutoConfiguration | |
- @ConditionalOnClass classes found: javax.transaction.Transaction (OnClassCondition) | |
- matched (OnPropertyCondition) | |
ManagementSecurityAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity (OnClassCondition) | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
ManagementSecurityAutoConfiguration#ignoredPathsWebSecurityConfigurerAdapter | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration$IgnoredPathsWebSecurityConfigurerAdapter; SearchStrategy: all) found no beans (OnBeanCondition) | |
ManagementSecurityAutoConfiguration.ManagementWebSecurityConfigurerAdapter | |
- matched (OnPropertyCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.ManagementSecurityAutoConfiguration$ManagementWebSecurityConfigurerAdapter; SearchStrategy: all) found no beans (OnBeanCondition) | |
ManagementServerPropertiesAutoConfiguration#managementServerProperties | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.ManagementServerProperties; SearchStrategy: all) found no beans (OnBeanCondition) | |
MetricFilterAutoConfiguration | |
- @ConditionalOnClass classes found: javax.servlet.Servlet,javax.servlet.ServletRegistration,org.springframework.web.filter.OncePerRequestFilter,org.springframework.web.servlet.HandlerMapping (OnClassCondition) | |
- @ConditionalOnBean (types: org.springframework.boot.actuate.metrics.CounterService,org.springframework.boot.actuate.metrics.GaugeService; SearchStrategy: all) found the following [counterService, gaugeService] (OnBeanCondition) | |
MetricRepositoryAutoConfiguration#counterService | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.CounterService; SearchStrategy: all) found no beans (OnBeanCondition) | |
MetricRepositoryAutoConfiguration#gaugeService | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.GaugeService; SearchStrategy: all) found no beans (OnBeanCondition) | |
MetricRepositoryAutoConfiguration.MetricRepositoryConfiguration | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.repository.MetricRepository; SearchStrategy: all) found no beans (OnBeanCondition) | |
MetricRepositoryAutoConfiguration.MetricsChannelConfiguration | |
- @ConditionalOnClass classes found: org.springframework.messaging.MessageChannel (OnClassCondition) | |
MetricRepositoryAutoConfiguration.MetricsChannelConfiguration#metricsChannel | |
- @ConditionalOnMissingBean (names: metricsChannel; SearchStrategy: all) found no beans (OnBeanCondition) | |
MetricRepositoryAutoConfiguration.MetricsChannelConfiguration#metricsExecutor | |
- @ConditionalOnMissingBean (names: metricsExecutor; SearchStrategy: all) found no beans (OnBeanCondition) | |
MetricRepositoryAutoConfiguration.MetricsChannelConfiguration#primaryMetricWriter | |
- @ConditionalOnMissingBean (names: primaryMetricWriter; SearchStrategy: all) found no beans (OnBeanCondition) | |
MultipartAutoConfiguration | |
- @ConditionalOnClass classes found: javax.servlet.Servlet,org.springframework.web.multipart.support.StandardServletMultipartResolver,javax.servlet.MultipartConfigElement (OnClassCondition) | |
- matched (OnPropertyCondition) | |
MultipartAutoConfiguration#multipartConfigElement | |
- @ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement; SearchStrategy: all) found no beans (OnBeanCondition) | |
MultipartAutoConfiguration#multipartResolver | |
- @ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) found no beans (OnBeanCondition) | |
PersistenceExceptionTranslationAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor (OnClassCondition) | |
PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor | |
- @ConditionalOnMissingBean (types: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor; SearchStrategy: all) found no beans (OnBeanCondition) | |
- matched (OnPropertyCondition) | |
PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer | |
- @ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) found no beans (OnBeanCondition) | |
PublicMetricsAutoConfiguration.DataSourceMetricsConfiguration | |
- @ConditionalOnClass classes found: javax.sql.DataSource (OnClassCondition) | |
- @ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found the following [dataSource] (OnBeanCondition) | |
PublicMetricsAutoConfiguration.DataSourceMetricsConfiguration#dataSourcePublicMetrics | |
- @ConditionalOnBean (types: org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found the following [commonsDbcpPoolDataSourceMetadataProvider] @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.DataSourcePublicMetrics; SearchStrategy: all) found no beans (OnBeanCondition) | |
PublicMetricsAutoConfiguration.TomcatMetricsConfiguration | |
- @ConditionalOnClass classes found: javax.servlet.Servlet,org.apache.catalina.startup.Tomcat (OnClassCondition) | |
PublicMetricsAutoConfiguration.TomcatMetricsConfiguration#tomcatPublicMetrics | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.TomcatPublicMetrics; SearchStrategy: all) found no beans (OnBeanCondition) | |
RabbitAnnotationDrivenConfiguration | |
- @ConditionalOnClass classes found: org.springframework.amqp.rabbit.annotation.EnableRabbit (OnClassCondition) | |
RabbitAnnotationDrivenConfiguration#rabbitListenerContainerFactory | |
- @ConditionalOnMissingBean (names: rabbitListenerContainerFactory; SearchStrategy: all) found no beans (OnBeanCondition) | |
RabbitAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.amqp.rabbit.core.RabbitTemplate,com.rabbitmq.client.Channel (OnClassCondition) | |
RabbitAutoConfiguration#amqpAdmin | |
- matched (OnPropertyCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.amqp.core.AmqpAdmin; SearchStrategy: all) found no beans (OnBeanCondition) | |
RabbitAutoConfiguration#rabbitTemplate | |
- @ConditionalOnMissingBean (types: org.springframework.amqp.rabbit.core.RabbitTemplate; SearchStrategy: all) found no beans (OnBeanCondition) | |
RabbitAutoConfiguration.MessagingTemplateConfiguration | |
- @ConditionalOnClass classes found: org.springframework.amqp.rabbit.core.RabbitMessagingTemplate (OnClassCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.amqp.rabbit.core.RabbitMessagingTemplate; SearchStrategy: all) found no beans (OnBeanCondition) | |
RabbitAutoConfiguration.RabbitConnectionFactoryCreator | |
- @ConditionalOnMissingBean (types: org.springframework.amqp.rabbit.connection.ConnectionFactory; SearchStrategy: all) found no beans (OnBeanCondition) | |
SecurityAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.config.annotation.authentication.configurers.GlobalAuthenticationConfigurerAdapter (OnClassCondition) | |
SecurityAutoConfiguration#authenticationEventPublisher | |
- @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationEventPublisher; SearchStrategy: all) found no beans (OnBeanCondition) | |
SecurityAutoConfiguration#securityProperties | |
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.security.SecurityProperties; SearchStrategy: all) found no beans (OnBeanCondition) | |
ServerPropertiesAutoConfiguration | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
ServerPropertiesAutoConfiguration#serverProperties | |
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ServerProperties; SearchStrategy: current) found no beans (OnBeanCondition) | |
SpringDataWebAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.data.web.PageableHandlerMethodArgumentResolver,org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter (OnClassCondition) | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.data.web.PageableHandlerMethodArgumentResolver; SearchStrategy: all) found no beans (OnBeanCondition) | |
TraceRepositoryAutoConfiguration#traceRepository | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.trace.TraceRepository; SearchStrategy: all) found no beans (OnBeanCondition) | |
TraceWebFilterAutoConfiguration | |
- @ConditionalOnClass classes found: javax.servlet.Servlet,org.springframework.web.servlet.DispatcherServlet,javax.servlet.ServletRegistration (OnClassCondition) | |
WebMvcAutoConfiguration | |
- @ConditionalOnClass classes found: javax.servlet.Servlet,org.springframework.web.servlet.DispatcherServlet,org.springframework.web.servlet.config.annotation.WebMvcConfigurerAdapter (OnClassCondition) | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) found no beans (OnBeanCondition) | |
WebMvcAutoConfiguration#hiddenHttpMethodFilter | |
- @ConditionalOnMissingBean (types: org.springframework.web.filter.HiddenHttpMethodFilter; SearchStrategy: all) found no beans (OnBeanCondition) | |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver | |
- @ConditionalOnBean (types: org.springframework.web.servlet.View; SearchStrategy: all) found the following [error] (OnBeanCondition) | |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver | |
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) found no beans (OnBeanCondition) | |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextListener | |
- @ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener; SearchStrategy: all) found no beans (OnBeanCondition) | |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver | |
- @ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found the following [beanNameViewResolver, mvcViewResolver, defaultViewResolver] @ConditionalOnMissingBean (names: viewResolver; types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) found no beans (OnBeanCondition) | |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration | |
- matched (OnPropertyCondition) | |
WebSocketAutoConfiguration | |
- @ConditionalOnClass classes found: javax.servlet.Servlet,javax.websocket.server.ServerContainer (OnClassCondition) | |
WebSocketAutoConfiguration.TomcatWebSocketConfiguration | |
- @ConditionalOnClass classes found: org.apache.catalina.startup.Tomcat,org.apache.tomcat.websocket.server.WsSci (OnClassCondition) | |
WebSocketAutoConfiguration.TomcatWebSocketConfiguration#websocketContainerCustomizer | |
- @ConditionalOnMissingBean (names: websocketContainerCustomizer; SearchStrategy: all) found no beans (OnBeanCondition) | |
Negative matches: | |
----------------- | |
ActiveMQAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.apache.activemq.ActiveMQConnectionFactory (OnClassCondition) | |
AopAutoConfiguration.CglibAutoProxyConfiguration | |
- @ConditionalOnProperty missing required properties spring.aop.proxy-target-class (OnPropertyCondition) | |
AtomikosJtaConfiguration | |
- required @ConditionalOnClass classes not found: com.atomikos.icatch.jta.UserTransactionManager (OnClassCondition) | |
AuthenticationManagerConfiguration | |
- @ConditionalOnMissingBean (types: org.springframework.security.authentication.AuthenticationManager; SearchStrategy: all) found the following [authenticationManager] (OnBeanCondition) | |
BatchAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.batch.core.launch.JobLauncher (OnClassCondition) | |
BitronixJtaConfiguration | |
- required @ConditionalOnClass classes not found: bitronix.tm.jndi.BitronixContext (OnClassCondition) | |
CloudAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.cloud.config.java.CloudScanConfiguration (OnClassCondition) | |
CrshAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.crsh.plugin.PluginLifeCycle (OnClassCondition) | |
DataSourceAutoConfiguration.EmbeddedConfiguration | |
- existing non-embedded database detected (DataSourceAutoConfiguration.EmbeddedDataSourceCondition) | |
DataSourceAutoConfiguration.TomcatDataSourceJmxConfiguration | |
- required @ConditionalOnClass classes not found: org.apache.tomcat.jdbc.pool.DataSourceProxy (OnClassCondition) | |
DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration | |
- required @ConditionalOnClass classes not found: com.zaxxer.hikari.HikariDataSource (OnClassCondition) | |
DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration | |
- required @ConditionalOnClass classes not found: org.apache.tomcat.jdbc.pool.DataSource (OnClassCondition) | |
DataSourceTransactionManagerAutoConfiguration#transactionManager | |
- @ConditionalOnMissingBean (names: transactionManager; SearchStrategy: all) found the following [transactionManager] (OnBeanCondition) | |
DeviceDelegatingViewResolverAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver (OnClassCondition) | |
DeviceResolverAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.mobile.device.DeviceResolverHandlerInterceptor,org.springframework.mobile.device.DeviceHandlerMethodArgumentResolver (OnClassCondition) | |
DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver | |
- @ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) found no beans (OnBeanCondition) | |
ElasticsearchAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.elasticsearch.client.Client,org.springframework.data.elasticsearch.client.TransportClientFactoryBean,org.springframework.data.elasticsearch.client.NodeClientFactoryBean (OnClassCondition) | |
ElasticsearchDataAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.elasticsearch.client.Client,org.springframework.data.elasticsearch.core.ElasticsearchTemplate (OnClassCondition) | |
ElasticsearchRepositoriesAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.elasticsearch.client.Client,org.springframework.data.elasticsearch.repository.ElasticsearchRepository (OnClassCondition) | |
EmbeddedServletContainerAutoConfiguration.EmbeddedJetty | |
- required @ConditionalOnClass classes not found: org.eclipse.jetty.server.Server,org.eclipse.jetty.util.Loader (OnClassCondition) | |
EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat | |
- @ConditionalOnClass classes found: javax.servlet.Servlet,org.apache.catalina.startup.Tomcat (OnClassCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.boot.context.embedded.EmbeddedServletContainerFactory; SearchStrategy: current) found the following [servletContainer] (OnBeanCondition) | |
EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow | |
- required @ConditionalOnClass classes not found: io.undertow.Undertow,org.xnio.SslClientAuthMode (OnClassCondition) | |
EndpointMBeanExportAutoConfiguration#mbeanServer | |
- @ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) found the following [mbeanServer] (OnBeanCondition) | |
EndpointWebMvcAutoConfiguration#shutdownMvcEndpoint | |
- @ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.ShutdownEndpoint; SearchStrategy: all) found the following [shutdownEndpoint] (OnBeanCondition) | |
- The shutdown is disabled (OnEnabledEndpointCondition) | |
FacebookAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.social.config.annotation.SocialConfigurerAdapter,org.springframework.social.facebook.connect.FacebookConnectionFactory (OnClassCondition) | |
FallbackWebSecurityAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity (OnClassCondition) | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
- @ConditionalOnProperty missing required properties security.basic.enabled (OnPropertyCondition) | |
FlywayAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.flywaydb.core.Flyway (OnClassCondition) | |
FreeMarkerAutoConfiguration | |
- required @ConditionalOnClass classes not found: freemarker.template.Configuration (OnClassCondition) | |
GroovyTemplateAutoConfiguration | |
- required @ConditionalOnClass classes not found: groovy.text.markup.MarkupTemplateEngine (OnClassCondition) | |
GsonAutoConfiguration#gson | |
- @ConditionalOnMissingBean (types: com.google.gson.Gson; SearchStrategy: all) found the following [gson] (OnBeanCondition) | |
GzipFilterAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.eclipse.jetty.servlets.GzipFilter (OnClassCondition) | |
HealthIndicatorAutoConfiguration#applicationHealthIndicator | |
- @ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthIndicator; SearchStrategy: all) found the following [rabbitHealthIndicator, dbHealthIndicator, diskSpaceHealthIndicator] (OnBeanCondition) | |
HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration | |
- matched (OnPropertyCondition) | |
- @ConditionalOnBean (types: org.springframework.data.mongodb.core.MongoTemplate; SearchStrategy: all) found no beans (OnBeanCondition) | |
HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration | |
- matched (OnPropertyCondition) | |
- @ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found no beans (OnBeanCondition) | |
HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration | |
- matched (OnPropertyCondition) | |
- @ConditionalOnBean (types: org.apache.solr.client.solrj.SolrServer; SearchStrategy: all) found no beans (OnBeanCondition) | |
HornetQAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.hornetq.api.jms.HornetQJMSClient (OnClassCondition) | |
HypermediaAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.hateoas.Resource,org.springframework.plugin.core.Plugin (OnClassCondition) | |
IntegrationAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.integration.config.EnableIntegration (OnClassCondition) | |
JacksonAutoConfiguration.JodaDateTimeJacksonConfiguration | |
- required @ConditionalOnClass classes not found: org.joda.time.DateTime,com.fasterxml.jackson.datatype.joda.ser.DateTimeSerializer,com.fasterxml.jackson.datatype.joda.ser.JacksonJodaFormat (OnClassCondition) | |
JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration | |
- @ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper (OnClassCondition) | |
- @ConditionalOnProperty expected 'jackson' for properties spring.http.converters.preferred-json-mapper (OnPropertyCondition) | |
JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration | |
- required @ConditionalOnClass classes not found: com.fasterxml.jackson.dataformat.xml.XmlMapper (OnClassCondition) | |
JerseyAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.glassfish.jersey.server.spring.SpringComponentProvider (OnClassCondition) | |
JmsAnnotationDrivenConfiguration.JndiConfiguration | |
- JNDI environment is not available (OnJndiCondition) | |
JmsAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.jms.core.JmsTemplate (OnClassCondition) | |
- @ConditionalOnBean (types: javax.jms.ConnectionFactory; SearchStrategy: all) found no beans (OnBeanCondition) | |
JmsAutoConfiguration.MessagingTemplateConfiguration | |
- @ConditionalOnClass classes found: org.springframework.jms.core.JmsMessagingTemplate (OnClassCondition) | |
- Ancestor 'org.springframework.boot.autoconfigure.jms.JmsAutoConfiguration' did not match (ConditionEvaluationReport.AncestorsMatchedCondition) | |
JndiConnectionFactoryAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.jms.core.JmsTemplate (OnClassCondition) | |
- any match resulted in [] matches and [member condition on org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration$JndiOrPropertyCondition$Property : @ConditionalOnProperty missing required properties spring.jms.jndi-name , member condition on org.springframework.boot.autoconfigure.jms.JndiConnectionFactoryAutoConfiguration$JndiOrPropertyCondition$Jndi : JNDI environment is not available] non matches (JndiConnectionFactoryAutoConfiguration.JndiOrPropertyCondition) | |
JndiDataSourceAutoConfiguration | |
- @ConditionalOnClass classes found: javax.sql.DataSource,org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType (OnClassCondition) | |
- @ConditionalOnProperty missing required properties spring.datasource.jndi-name (OnPropertyCondition) | |
JndiJtaConfiguration | |
- @ConditionalOnClass classes found: org.springframework.transaction.jta.JtaTransactionManager (OnClassCondition) | |
- JNDI environment is not available (OnJndiCondition) | |
JolokiaAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.jolokia.http.AgentServlet (OnClassCondition) | |
JpaRepositoriesAutoConfiguration | |
- @ConditionalOnClass classes found: org.springframework.data.jpa.repository.JpaRepository (OnClassCondition) | |
- matched (OnPropertyCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.data.jpa.repository.support.JpaRepositoryFactoryBean,org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension; SearchStrategy: all) found the following [&physicalNetworkFunctionDescriptorRepository, &pluginEndpointRepository, &userRepository, &eventEndpointRepository, &VNFCInstanceRepository, &virtualLinkRecordRepository, &VNFRDependencyRepository, &scriptRepository, &networkServiceRecordRepository, &VNFCRepository, &virtualLinkDescriptorRepository, &VNFRecordDependencyRepository, &VNFDependencyRepository, &securityRepository, &vnfPackageRepository, &vnfmEndpointRepository, &vimRepository, &vduRepository, &VNFDRepository, &configurationRepository, &VNFRRepository, &VNFFGDescriptorRepository, &networkRepository, &networkServiceDescriptorRepository, &imageRepository, org.springframework.data.jpa.repository.config.JpaRepositoryConfigExtension#0] (OnBeanCondition) | |
LinkedInAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.social.config.annotation.SocialConfigurerAdapter,org.springframework.social.linkedin.connect.LinkedInConnectionFactory (OnClassCondition) | |
LiquibaseAutoConfiguration | |
- required @ConditionalOnClass classes not found: liquibase.integration.spring.SpringLiquibase (OnClassCondition) | |
MailSenderAutoConfiguration | |
- required @ConditionalOnClass classes not found: javax.mail.internet.MimeMessage (OnClassCondition) | |
ManagementSecurityAutoConfiguration.WebSecurityEnabler | |
- Management security enabled and basic disabled (ManagementSecurityAutoConfiguration.WebSecurityEnablerCondition) | |
ManagementServerPropertiesAutoConfiguration#securityProperties | |
- @ConditionalOnClass classes found: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity (OnClassCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.security.SecurityProperties; SearchStrategy: all) found the following [securityProperties] (OnBeanCondition) | |
ManagementServerPropertiesAutoConfiguration#serverProperties | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ServerProperties; SearchStrategy: all) found the following [serverProperties] (OnBeanCondition) | |
MessageSourceAutoConfiguration | |
- No bundle found for spring.messages.basename: messages (MessageSourceAutoConfiguration.ResourceBundleCondition) | |
MetricRepositoryAutoConfiguration.DropwizardMetricRegistryConfiguration | |
- required @ConditionalOnClass classes not found: com.codahale.metrics.MetricRegistry (OnClassCondition) | |
MongoAutoConfiguration | |
- required @ConditionalOnClass classes not found: com.mongodb.Mongo (OnClassCondition) | |
MongoDataAutoConfiguration | |
- required @ConditionalOnClass classes not found: com.mongodb.Mongo,org.springframework.data.mongodb.core.MongoTemplate (OnClassCondition) | |
MongoRepositoriesAutoConfiguration | |
- required @ConditionalOnClass classes not found: com.mongodb.Mongo,org.springframework.data.mongodb.repository.MongoRepository (OnClassCondition) | |
MustacheAutoConfiguration | |
- required @ConditionalOnClass classes not found: com.samskivert.mustache.Mustache (OnClassCondition) | |
PublicMetricsAutoConfiguration#richGaugePublicMetrics | |
- @ConditionalOnBean (types: org.springframework.boot.actuate.metrics.rich.RichGaugeReader; SearchStrategy: all) found no beans (OnBeanCondition) | |
RabbitAnnotationDrivenConfiguration.EnableRabbitConfiguration | |
- @ConditionalOnMissingBean (names: org.springframework.amqp.rabbit.config.internalRabbitListenerAnnotationProcessor; SearchStrategy: all) found the following [org.springframework.amqp.rabbit.config.internalRabbitListenerAnnotationProcessor] (OnBeanCondition) | |
ReactorAutoConfiguration | |
- required @ConditionalOnClass classes not found: reactor.spring.context.config.EnableReactor,reactor.core.Environment (OnClassCondition) | |
RedisAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.data.redis.connection.jedis.JedisConnection,org.springframework.data.redis.core.RedisOperations,redis.clients.jedis.Jedis (OnClassCondition) | |
RepositoryRestMvcAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration (OnClassCondition) | |
SitePreferenceAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.mobile.device.site.SitePreferenceHandlerInterceptor,org.springframework.mobile.device.site.SitePreferenceHandlerMethodArgumentResolver (OnClassCondition) | |
SocialWebAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.social.connect.web.ConnectController,org.springframework.social.config.annotation.SocialConfigurerAdapter (OnClassCondition) | |
SolrAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.apache.solr.client.solrj.impl.HttpSolrServer,org.apache.solr.client.solrj.impl.CloudSolrServer (OnClassCondition) | |
SolrRepositoriesAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.apache.solr.client.solrj.SolrServer,org.springframework.data.solr.repository.SolrRepository (OnClassCondition) | |
SpringBootWebSecurityConfiguration | |
- @ConditionalOnClass classes found: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity,org.springframework.security.web.AuthenticationEntryPoint (OnClassCondition) | |
- found web application StandardServletEnvironment (OnWebApplicationCondition) | |
- @ConditionalOnMissingBean (types: org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration; SearchStrategy: all) found the following [org.springframework.security.config.annotation.web.configuration.WebSecurityConfiguration] (OnBeanCondition) | |
SpringBootWebSecurityConfiguration.ApplicationNoWebSecurityConfigurerAdapter | |
- @ConditionalOnProperty missing required properties security.basic.enabled (OnPropertyCondition) | |
- Ancestor 'org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration' did not match (ConditionEvaluationReport.AncestorsMatchedCondition) | |
SpringBootWebSecurityConfiguration.ApplicationWebSecurityConfigurerAdapter | |
- matched (OnPropertyCondition) | |
- Ancestor 'org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration' did not match (ConditionEvaluationReport.AncestorsMatchedCondition) | |
SpringBootWebSecurityConfiguration.DefaultWebSecurityConfiguration | |
- required @ConditionalOnMissing classes found: org.springframework.web.servlet.support.RequestDataValueProcessor (OnClassCondition) | |
- Ancestor 'org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration' did not match (ConditionEvaluationReport.AncestorsMatchedCondition) | |
SpringBootWebSecurityConfiguration.WebMvcSecurityConfigurationConditions | |
- @ConditionalOnClass classes found: org.springframework.web.servlet.support.RequestDataValueProcessor (OnClassCondition) | |
- Ancestor 'org.springframework.boot.autoconfigure.security.SpringBootWebSecurityConfiguration' did not match (ConditionEvaluationReport.AncestorsMatchedCondition) | |
ThymeleafAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.thymeleaf.spring4.SpringTemplateEngine (OnClassCondition) | |
TwitterAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.springframework.social.config.annotation.SocialConfigurerAdapter,org.springframework.social.twitter.connect.TwitterConnectionFactory (OnClassCondition) | |
VelocityAutoConfiguration | |
- required @ConditionalOnClass classes not found: org.apache.velocity.app.VelocityEngine (OnClassCondition) | |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#dateFormatter | |
- @ConditionalOnProperty missing required properties spring.mvc.date-format (OnPropertyCondition) | |
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#localeResolver | |
- @ConditionalOnMissingBean (types: org.springframework.web.servlet.LocaleResolver; SearchStrategy: all) found no beans (OnBeanCondition) | |
- @ConditionalOnProperty missing required properties spring.mvc.locale (OnPropertyCondition) | |
WebSocketAutoConfiguration.JettyWebSocketConfiguration | |
- required @ConditionalOnClass classes not found: org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer (OnClassCondition) | |
WebSocketAutoConfiguration.UndertowWebSocketConfiguration | |
- required @ConditionalOnClass classes not found: io.undertow.websockets.jsr.Bootstrap (OnClassCondition) | |
XADataSourceAutoConfiguration | |
- @ConditionalOnClass classes found: javax.sql.DataSource,javax.transaction.TransactionManager,org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType (OnClassCondition) | |
- @ConditionalOnBean (types: org.springframework.boot.jta.XADataSourceWrapper; SearchStrategy: all) found no beans (OnBeanCondition) | |
2016-05-09 14:38:14.853 DEBUG 12163 --- [ main] o.s.w.s.resource.ResourceUrlProvider : Looking for resource handler mappings | |
2016-05-09 14:38:14.854 DEBUG 12163 --- [ main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**/favicon.ico", locations=[class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/], class path resource []], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@11448268] | |
2016-05-09 14:38:14.854 DEBUG 12163 --- [ main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/**", locations=[ServletContext resource [/], class path resource [META-INF/resources/], class path resource [resources/], class path resource [static/], class path resource [public/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@28cd82b3] | |
2016-05-09 14:38:14.855 DEBUG 12163 --- [ main] o.s.w.s.resource.ResourceUrlProvider : Found resource handler mapping: URL pattern="/webjars/**", locations=[class path resource [META-INF/resources/webjars/]], resolvers=[org.springframework.web.servlet.resource.PathResourceResolver@4c3fcab2] | |
2016-05-09 14:38:14.921 INFO 12163 --- [ main] s.b.c.e.t.TomcatEmbeddedServletContainer : Tomcat started on port(s): 8080 (http) | |
2016-05-09 14:38:14.925 INFO 12163 --- [ main] org.openbaton.nfvo.system.SystemStartup : Initializing OpenBaton | |
2016-05-09 14:38:14.995 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration (name, version, id) values (?, ?, ?) | |
2016-05-09 14:38:15.017 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.018 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.019 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.020 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.021 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.021 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.022 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.023 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.024 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.025 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.026 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.030 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.031 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.032 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.033 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.042 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.043 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.044 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.045 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.046 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.047 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.047 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.048 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.049 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.049 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.050 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.051 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.051 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.052 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.053 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.053 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.054 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.055 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.055 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.056 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.057 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.057 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.058 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.059 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.060 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.061 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.061 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.062 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.063 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.063 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.064 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.065 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.065 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.066 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.067 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.067 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.068 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.069 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.069 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.070 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.071 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.071 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_parameter (conf_key, value, version, id) values (?, ?, ?, ?) | |
2016-05-09 14:38:15.072 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.073 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.073 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.074 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.074 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.075 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.076 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.076 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.077 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.077 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.078 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.079 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.079 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.080 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.080 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.081 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.082 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.083 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.083 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.084 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.084 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.085 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.086 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.087 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.087 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.088 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.088 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.089 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.090 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.090 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.091 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.091 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.092 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.093 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.093 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.094 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.094 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.095 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.095 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.096 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.097 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.097 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.098 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.098 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.099 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.100 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.100 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.101 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.102 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.102 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.103 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.104 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.104 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.105 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.106 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.106 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.107 DEBUG 12163 --- [ main] org.hibernate.SQL : insert into configuration_configuration_parameters (configuration_id, configuration_parameters_id) values (?, ?) | |
2016-05-09 14:38:15.124 ERROR 12163 --- [ main] o.openbaton.plugin.utils.PluginStartup : ./plugins must be a folder | |
root@[open-baton]~> | |
root@[open-baton]~> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment