Closed caleteeter closed 4 years ago
Could you start cakeshop in debug mode and see which value is breaking it? This mught be related to the long timestamps, the fix for which I'll check in a minute.
I have similar issue but on different column. Below is the log when run in debug mode.
Running pre-flight checks...
Testing ethereum data dir path /Users/alee/work/cakeshop/data/local/ethereum OK
Testing db path /Users/alee/work/cakeshop/data/local/db OK
Testing geth server binary OK
Testing solc compiler binary OK
ALL TESTS PASSED!
INFO 2017-09-26 11:42:48,906 [main] (BlockchainInitializerTask.java:115) Overriding contract registry address with 0x9d13c6d3afe1721beef56b55d303b09e021e27ab INFO 2017-09-26 11:42:48,907 [main] (BlockchainInitializerTask.java:124) Loaded contract registry address 0x9d13c6d3afe1721beef56b55d303b09e021e27ab INFO 2017-09-26 11:42:48,915 [main] (BlockchainInitializerTask.java:88 ) Storing existing wallet account balances DEBUG 2017-09-26 11:42:49,092 [main] (SqlStatementLogger.java:92 ) select account0_.address as address1_00, account0_.balance as balance2_00 from PUBLIC.ACCOUNTS account0 where account0.address=? DEBUG 2017-09-26 11:42:49,171 [cake-1] (SqlStatementLogger.java:92 ) select this_.id as id1_50, this_.nodeIP as nodeIP2_50, this_.nodeName as nodeName3_50, this_.nodeUrl as nodeUrl4_50, this_.status as status5_50 from PUBLIC.PEERS this_
,%%%%%%%%,
,%%/\%%%%/\%%
,%%%\c "" J/%%% ,,,,,,,
%. %%%%/ 6 6 \%%% |||||||
`%%. %%%% _ |%%% @@@@@@@@@@@
`%% `%%%%(__Y__)%%' {~*~*~*~*~}
// ;%%%%`\-/%%%' @@@@@@@@@@@@@@@@
(( / `%%%%%%%' {~* CAKESHOP *~}
\\ .' | { OPEN }
\\ / \ | | {~~*~~*~~*~~*~~}
\\/ ) | | @@@@@@@@@@@@@@@
\ /_ | |__ __) (__
(___________))))))) /_______\
CAKESHOP
version: 0.9.1
build id: 6c7a88ee8b317fe2b69c97fe1e838112cb655411
build date: 2017-01-03T15:30:05.595-0500
DEBUG 2017-09-26 11:42:49,198 [main] (AutoConfigurationReportLoggingInitializer.java:117)
AopAutoConfiguration matched
matched (OnPropertyCondition)
AopAutoConfiguration.JdkDynamicAutoProxyConfiguration matched
matched (OnPropertyCondition)
AuditAutoConfiguration.AuditEventRepositoryConfiguration matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.audit.AuditEventRepository; SearchStrategy: all) found no beans (OnBeanCondition)
CacheStatisticsAutoConfiguration matched
@ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) found the following [cacheManager] (OnBeanCondition)
CacheStatisticsAutoConfiguration.ConcurrentMapCacheStatisticsConfiguration matched
@ConditionalOnClass classes found: org.springframework.cache.concurrent.ConcurrentMapCache (OnClassCondition)
CacheStatisticsAutoConfiguration.GuavaCacheStatisticsConfiguration matched
@ConditionalOnClass classes found: com.google.common.cache.Cache,org.springframework.cache.guava.GuavaCache (OnClassCondition)
CacheStatisticsAutoConfiguration.NoOpCacheStatisticsConfiguration matched
@ConditionalOnClass classes found: org.springframework.cache.support.NoOpCacheManager (OnClassCondition)
DataSourceAutoConfiguration matched
@ConditionalOnClass classes found: javax.sql.DataSource,org.springframework.jdbc.datasource.embedded.EmbeddedDatabaseType (OnClassCondition)
DataSourceAutoConfiguration.DataSourceInitializerConfiguration matched
@ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.jdbc.DataSourceInitializer; SearchStrategy: all) found no beans (OnBeanCondition)
DataSourceAutoConfiguration.JdbcTemplateConfiguration matched
existing bean configured database detected (DataSourceAutoConfiguration.DataSourceAvailableCondition)
DataSourceAutoConfiguration.JdbcTemplateConfiguration#jdbcTemplate matched
@ConditionalOnMissingBean (types: org.springframework.jdbc.core.JdbcOperations; SearchStrategy: all) found no beans (OnBeanCondition)
DataSourceAutoConfiguration.JdbcTemplateConfiguration#namedParameterJdbcTemplate matched
@ConditionalOnMissingBean (types: org.springframework.jdbc.core.namedparam.NamedParameterJdbcOperations; SearchStrategy: all) found no beans (OnBeanCondition)
DataSourceTransactionManagerAutoConfiguration matched
@ConditionalOnClass classes found: org.springframework.jdbc.core.JdbcTemplate,org.springframework.transaction.PlatformTransactionManager (OnClassCondition)
DispatcherServletAutoConfiguration matched
found web application StandardServletEnvironment (OnWebApplicationCondition)
DispatcherServletAutoConfiguration.DispatcherServletConfiguration matched
no ServletRegistrationBean found (DispatcherServletAutoConfiguration.DefaultDispatcherServletCondition)
EmbeddedServletContainerAutoConfiguration matched
found web application StandardServletEnvironment (OnWebApplicationCondition)
EndpointAutoConfiguration#autoConfigurationReportEndpoint matched
@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 matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.BeansEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointAutoConfiguration#configurationPropertiesReportEndpoint matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.ConfigurationPropertiesReportEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointAutoConfiguration#dumpEndpoint matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.DumpEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointAutoConfiguration#environmentEndpoint matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.EnvironmentEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointAutoConfiguration#healthEndpoint matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.HealthEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointAutoConfiguration#infoEndpoint matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.InfoEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointAutoConfiguration#metricsEndpoint matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.MetricsEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointAutoConfiguration#shutdownEndpoint matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.ShutdownEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointAutoConfiguration#traceEndpoint matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.TraceEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointAutoConfiguration.RequestMappingEndpointConfiguration matched
@ConditionalOnClass classes found: org.springframework.web.servlet.handler.AbstractHandlerMethodMapping (OnClassCondition)
EndpointAutoConfiguration.RequestMappingEndpointConfiguration#requestMappingEndpoint matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.RequestMappingEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointMBeanExportAutoConfiguration matched
JMX Endpoints (EndpointMBeanExportAutoConfiguration.JmxEnabledCondition)
EndpointWebMvcAutoConfiguration matched
found web application StandardServletEnvironment (OnWebApplicationCondition)
EndpointWebMvcAutoConfiguration.ApplicationContextFilterConfiguration matched
matched (OnPropertyCondition)
EndpointWebMvcAutoConfiguration.EndpointWebMvcConfiguration matched
Management context (EndpointWebMvcAutoConfiguration.OnManagementMvcCondition)
EndpointWebMvcHypermediaManagementContextConfiguration matched
@ConditionalOnBean (types: org.springframework.boot.autoconfigure.web.HttpMessageConverters; SearchStrategy: all) found the following [messageConverters] (OnBeanCondition)
EndpointWebMvcHypermediaManagementContextConfiguration#halJsonMvcEndpoint matched
The endpoint actuator is enabled (OnEnabledEndpointCondition)
EndpointWebMvcManagementContextConfiguration#endpointHandlerMapping matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.mvc.EndpointHandlerMapping; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointWebMvcManagementContextConfiguration#environmentMvcEndpoint matched
All endpoints are enabled by default (OnEnabledEndpointCondition)
EndpointWebMvcManagementContextConfiguration#healthMvcEndpoint matched
All endpoints are enabled by default (OnEnabledEndpointCondition)
EndpointWebMvcManagementContextConfiguration#logfileMvcEndpoint matched
All endpoints are enabled by default (OnEnabledEndpointCondition)
EndpointWebMvcManagementContextConfiguration#metricsMvcEndpoint matched
All endpoints are enabled by default (OnEnabledEndpointCondition)
EndpointWebMvcManagementContextConfiguration#mvcEndpoints matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.mvc.MvcEndpoints; SearchStrategy: all) found no beans (OnBeanCondition)
ErrorMvcAutoConfiguration matched
found web application StandardServletEnvironment (OnWebApplicationCondition)
ErrorMvcAutoConfiguration#basicErrorController matched
@ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ErrorController; SearchStrategy: current) found no beans (OnBeanCondition)
ErrorMvcAutoConfiguration#errorAttributes matched
@ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ErrorAttributes; SearchStrategy: current) found no beans (OnBeanCondition)
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration matched
matched (OnPropertyCondition)
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#beanNameViewResolver matched
@ConditionalOnMissingBean (types: org.springframework.web.servlet.view.BeanNameViewResolver; SearchStrategy: all) found no beans (OnBeanCondition)
ErrorMvcAutoConfiguration.WhitelabelErrorViewConfiguration#defaultErrorView matched
@ConditionalOnMissingBean (names: error; SearchStrategy: all) found no beans (OnBeanCondition)
FreeMarkerAutoConfiguration matched
@ConditionalOnClass classes found: freemarker.template.Configuration,org.springframework.ui.freemarker.FreeMarkerConfigurationFactory (OnClassCondition)
FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration matched
found web application StandardServletEnvironment (OnWebApplicationCondition)
FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration#freeMarkerConfigurer matched
@ConditionalOnMissingBean (types: org.springframework.web.servlet.view.freemarker.FreeMarkerConfig; SearchStrategy: all) found no beans (OnBeanCondition)
FreeMarkerAutoConfiguration.FreeMarkerWebConfiguration#freeMarkerViewResolver matched
matched (OnPropertyCondition)
GenericCacheConfiguration matched
Automatic cache type (CacheCondition)
GuavaCacheConfiguration matched
Automatic cache type (CacheCondition)
HealthIndicatorAutoConfiguration#healthAggregator matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthAggregator; SearchStrategy: all) found no beans (OnBeanCondition)
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration matched
@ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found the following [hsql] (OnBeanCondition)
HealthIndicatorAutoConfiguration.DataSourcesHealthIndicatorConfiguration#dbHealthIndicator matched
@ConditionalOnMissingBean (names: dbHealthIndicator; SearchStrategy: all) found no beans (OnBeanCondition)
HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration matched
All default health indicators are enabled by default (OnEnabledHealthIndicatorCondition)
HealthIndicatorAutoConfiguration.DiskSpaceHealthIndicatorConfiguration#diskSpaceHealthIndicator matched
@ConditionalOnMissingBean (names: diskSpaceHealthIndicator; SearchStrategy: all) found no beans (OnBeanCondition)
HttpEncodingAutoConfiguration matched
matched (OnPropertyCondition)
HttpEncodingAutoConfiguration#characterEncodingFilter matched
@ConditionalOnMissingBean (types: org.springframework.web.filter.CharacterEncodingFilter; SearchStrategy: all) found no beans (OnBeanCondition)
HttpMessageConvertersAutoConfiguration matched
@ConditionalOnClass classes found: org.springframework.http.converter.HttpMessageConverter (OnClassCondition)
HttpMessageConvertersAutoConfiguration#messageConverters matched
@ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.HttpMessageConverters; SearchStrategy: all) found no beans (OnBeanCondition)
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration matched
@ConditionalOnClass classes found: org.springframework.http.converter.StringHttpMessageConverter (OnClassCondition)
HttpMessageConvertersAutoConfiguration.StringHttpMessageConverterConfiguration#stringHttpMessageConverter matched
@ConditionalOnMissingBean (types: org.springframework.http.converter.StringHttpMessageConverter; SearchStrategy: all) found no beans (OnBeanCondition)
HypermediaAutoConfiguration matched
found web application StandardServletEnvironment (OnWebApplicationCondition)
HypermediaAutoConfiguration.EntityLinksConfiguration matched
@ConditionalOnMissingBean (types: org.springframework.hateoas.EntityLinks; SearchStrategy: all) found no beans (OnBeanCondition)
HypermediaAutoConfiguration.HypermediaConfiguration matched
@ConditionalOnMissingBean (types: org.springframework.hateoas.LinkDiscoverers; SearchStrategy: all) found no beans (OnBeanCondition)
HypermediaHttpMessageConverterConfiguration#halMessageConverterSupportedMediaTypeCustomizer matched
matched (OnPropertyCondition)
JacksonAutoConfiguration matched
@ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper (OnClassCondition)
JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration matched
@ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper,org.springframework.http.converter.json.Jackson2ObjectMapperBuilder (OnClassCondition)
JacksonAutoConfiguration.JacksonObjectMapperBuilderConfiguration#jacksonObjectMapperBuilder matched
@ConditionalOnMissingBean (types: org.springframework.http.converter.json.Jackson2ObjectMapperBuilder; SearchStrategy: all) found no beans (OnBeanCondition)
JacksonAutoConfiguration.JacksonObjectMapperConfiguration matched
@ConditionalOnClass classes found: com.fasterxml.jackson.databind.ObjectMapper,org.springframework.http.converter.json.Jackson2ObjectMapperBuilder (OnClassCondition)
JacksonAutoConfiguration.JacksonObjectMapperConfiguration#jacksonObjectMapper matched
@ConditionalOnMissingBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found no beans (OnBeanCondition)
JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration matched
@ConditionalOnBean (types: com.fasterxml.jackson.databind.ObjectMapper; SearchStrategy: all) found the following [jacksonObjectMapper] (OnBeanCondition)
JacksonHttpMessageConvertersConfiguration.MappingJackson2HttpMessageConverterConfiguration#mappingJackson2HttpMessageConverter matched
@ConditionalOnMissingBean (types: org.springframework.http.converter.json.MappingJackson2HttpMessageConverter; SearchStrategy: all) found no beans (OnBeanCondition)
JmxAutoConfiguration matched
matched (OnPropertyCondition)
JmxAutoConfiguration#mbeanServer matched
@ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) found no beans (OnBeanCondition)
JmxAutoConfiguration#objectNamingStrategy matched
@ConditionalOnMissingBean (types: org.springframework.jmx.export.naming.ObjectNamingStrategy; SearchStrategy: current) found no beans (OnBeanCondition)
JtaAutoConfiguration matched
matched (OnPropertyCondition)
ManagementServerPropertiesAutoConfiguration#managementServerProperties matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.autoconfigure.ManagementServerProperties; SearchStrategy: all) found no beans (OnBeanCondition)
MetricExportAutoConfiguration matched
matched (OnPropertyCondition)
MetricExportAutoConfiguration#metricWritersMetricExporter matched
@ConditionalOnMissingBean (names: metricWritersMetricExporter; SearchStrategy: all) found no beans (OnBeanCondition)
MetricExportAutoConfiguration.MetricExportPropertiesConfiguration#metricExportProperties matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.export.MetricExportProperties; SearchStrategy: all) found no beans (OnBeanCondition)
MetricFilterAutoConfiguration matched
@ConditionalOnBean (types: org.springframework.boot.actuate.metrics.CounterService,org.springframework.boot.actuate.metrics.GaugeService; SearchStrategy: all) found the following [dropwizardMetricServices, dropwizardMetricServices] (OnBeanCondition)
MetricsDropwizardAutoConfiguration matched
@ConditionalOnClass classes found: com.codahale.metrics.MetricRegistry (OnClassCondition)
MetricsDropwizardAutoConfiguration#dropwizardMetricServices matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.dropwizard.DropwizardMetricServices,org.springframework.boot.actuate.metrics.CounterService,org.springframework.boot.actuate.metrics.GaugeService; SearchStrategy: all) found no beans (OnBeanCondition)
MetricsDropwizardAutoConfiguration#metricRegistry matched
@ConditionalOnMissingBean (types: com.codahale.metrics.MetricRegistry; SearchStrategy: all) found no beans (OnBeanCondition)
MultipartAutoConfiguration matched
matched (OnPropertyCondition)
MultipartAutoConfiguration#multipartConfigElement matched
@ConditionalOnMissingBean (types: javax.servlet.MultipartConfigElement; SearchStrategy: all) found no beans (OnBeanCondition)
MultipartAutoConfiguration#multipartResolver matched
@ConditionalOnMissingBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) found no beans (OnBeanCondition)
NoOpCacheConfiguration matched
Automatic cache type (CacheCondition)
PersistenceExceptionTranslationAutoConfiguration matched
@ConditionalOnClass classes found: org.springframework.dao.annotation.PersistenceExceptionTranslationPostProcessor (OnClassCondition)
PersistenceExceptionTranslationAutoConfiguration#persistenceExceptionTranslationPostProcessor matched
matched (OnPropertyCondition)
PublicMetricsAutoConfiguration.CacheStatisticsConfiguration matched
@ConditionalOnBean (types: org.springframework.cache.CacheManager; SearchStrategy: all) found the following [cacheManager] (OnBeanCondition)
PublicMetricsAutoConfiguration.CacheStatisticsConfiguration#cachePublicMetrics matched
@ConditionalOnBean (types: org.springframework.boot.actuate.cache.CacheStatisticsProvider; SearchStrategy: all) found the following [guavaCacheStatisticsProvider, noOpCacheStatisticsProvider, concurrentMapCacheStatisticsProvider] @ConditionalOnMissingBean (types: org.springframework.boot.actuate.endpoint.CachePublicMetrics; SearchStrategy: all) found no beans (OnBeanCondition)
PublicMetricsAutoConfiguration.DataSourceMetricsConfiguration matched
@ConditionalOnBean (types: javax.sql.DataSource; SearchStrategy: all) found the following [hsql] (OnBeanCondition)
RedisCacheConfiguration matched
Automatic cache type (CacheCondition)
ServerPropertiesAutoConfiguration matched
found web application StandardServletEnvironment (OnWebApplicationCondition)
ServerPropertiesAutoConfiguration#serverProperties matched
@ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ServerProperties; SearchStrategy: current) found no beans (OnBeanCondition)
SimpleCacheConfiguration matched
Automatic cache type (CacheCondition)
TraceRepositoryAutoConfiguration#traceRepository matched
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.trace.TraceRepository; SearchStrategy: all) found no beans (OnBeanCondition)
TraceWebFilterAutoConfiguration matched
@ConditionalOnClass classes found: javax.servlet.Servlet,org.springframework.web.servlet.DispatcherServlet,javax.servlet.ServletRegistration (OnClassCondition)
TransactionAutoConfiguration matched
@ConditionalOnSingleCandidate (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found a primary candidate amongst the following [transactionManager] (OnBeanCondition)
TransactionAutoConfiguration#transactionTemplate matched
@ConditionalOnMissingBean (types: org.springframework.transaction.support.TransactionTemplate; SearchStrategy: all) found no beans (OnBeanCondition)
WebMvcAutoConfiguration matched
@ConditionalOnMissingBean (types: org.springframework.web.servlet.config.annotation.WebMvcConfigurationSupport; SearchStrategy: all) found no beans (OnBeanCondition)
WebMvcAutoConfiguration#hiddenHttpMethodFilter matched
@ConditionalOnMissingBean (types: org.springframework.web.filter.HiddenHttpMethodFilter; SearchStrategy: all) found no beans (OnBeanCondition)
WebMvcAutoConfiguration#httpPutFormContentFilter matched
@ConditionalOnMissingBean (types: org.springframework.web.filter.HttpPutFormContentFilter; SearchStrategy: all) found no beans (OnBeanCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#beanNameViewResolver matched
@ConditionalOnBean (types: org.springframework.web.servlet.View; SearchStrategy: all) found the following [error] (OnBeanCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#defaultViewResolver matched
@ConditionalOnMissingBean (types: org.springframework.web.servlet.view.InternalResourceViewResolver; SearchStrategy: all) found no beans (OnBeanCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#requestContextFilter matched
@ConditionalOnMissingBean (types: org.springframework.web.context.request.RequestContextListener,org.springframework.web.filter.RequestContextFilter; SearchStrategy: all) found no beans (OnBeanCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#viewResolver matched
@ConditionalOnBean (types: org.springframework.web.servlet.ViewResolver; SearchStrategy: all) found the following [beanNameViewResolver, defaultViewResolver, mvcViewResolver] @ConditionalOnMissingBean (names: viewResolver; types: org.springframework.web.servlet.view.ContentNegotiatingViewResolver; SearchStrategy: all) found no beans (OnBeanCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter.FaviconConfiguration matched
matched (OnPropertyCondition)
WebSocketAutoConfiguration matched
found web application StandardServletEnvironment (OnWebApplicationCondition)
WebSocketAutoConfiguration.JettyWebSocketConfiguration matched
@ConditionalOnClass classes found: org.eclipse.jetty.websocket.jsr356.server.deploy.WebSocketServerContainerInitializer (OnClassCondition)
WebSocketAutoConfiguration.JettyWebSocketConfiguration#websocketContainerCustomizer matched
@ConditionalOnMissingBean (names: websocketContainerCustomizer; SearchStrategy: all) found no beans (OnBeanCondition)
WebSocketMessagingAutoConfiguration matched
found web application StandardServletEnvironment (OnWebApplicationCondition)
WebSocketMessagingAutoConfiguration.WebSocketMessageConverterConfiguration matched
ActiveMQAutoConfiguration did not match
required @ConditionalOnClass classes not found: javax.jms.ConnectionFactory,org.apache.activemq.ActiveMQConnectionFactory (OnClassCondition)
AopAutoConfiguration.CglibAutoProxyConfiguration did not match
@ConditionalOnProperty missing required properties spring.aop.proxy-target-class (OnPropertyCondition)
ArtemisAutoConfiguration did not match
required @ConditionalOnClass classes not found: javax.jms.ConnectionFactory,org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory (OnClassCondition)
AtomikosJtaConfiguration did not match
required @ConditionalOnClass classes not found: com.atomikos.icatch.jta.UserTransactionManager (OnClassCondition)
AuditAutoConfiguration#authenticationAuditListener did not match
required @ConditionalOnClass classes not found: org.springframework.security.authentication.event.AbstractAuthenticationEvent (OnClassCondition)
AuditAutoConfiguration#authorizationAuditListener did not match
required @ConditionalOnClass classes not found: org.springframework.security.access.event.AbstractAuthorizationEvent (OnClassCondition)
BatchAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.batch.core.launch.JobLauncher (OnClassCondition)
BitronixJtaConfiguration did not match
required @ConditionalOnClass classes not found: bitronix.tm.jndi.BitronixContext (OnClassCondition)
CacheAutoConfiguration did not match
@ConditionalOnMissingBean (types: org.springframework.cache.CacheManager,org.springframework.cache.interceptor.CacheResolver; SearchStrategy: all) found the following [cacheManager] (OnBeanCondition)
CacheAutoConfiguration.CacheManagerJpaDependencyConfiguration did not match
Ancestor 'org.springframework.boot.autoconfigure.cache.CacheAutoConfiguration' did not match (ConditionEvaluationReport.AncestorsMatchedCondition)
CacheStatisticsAutoConfiguration.EhCacheCacheStatisticsProviderConfiguration did not match
required @ConditionalOnClass classes not found: net.sf.ehcache.Ehcache,net.sf.ehcache.statistics.StatisticsGateway (OnClassCondition)
CacheStatisticsAutoConfiguration.HazelcastCacheStatisticsConfiguration did not match
required @ConditionalOnClass classes not found: com.hazelcast.core.IMap,com.hazelcast.spring.cache.HazelcastCache (OnClassCondition)
CacheStatisticsAutoConfiguration.InfinispanCacheStatisticsProviderConfiguration did not match
required @ConditionalOnClass classes not found: org.infinispan.spring.provider.SpringCache (OnClassCondition)
CacheStatisticsAutoConfiguration.JCacheCacheStatisticsProviderConfiguration did not match
required @ConditionalOnClass classes not found: javax.cache.Caching (OnClassCondition)
CassandraAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.datastax.driver.core.Cluster (OnClassCondition)
CassandraDataAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.datastax.driver.core.Cluster,org.springframework.data.cassandra.core.CassandraAdminOperations (OnClassCondition)
CassandraRepositoriesAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.datastax.driver.core.Session,org.springframework.data.cassandra.repository.CassandraRepository (OnClassCondition)
CloudAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.cloud.config.java.CloudScanConfiguration (OnClassCondition)
CrshAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.crsh.plugin.PluginLifeCycle (OnClassCondition)
DataSourceAutoConfiguration.EmbeddedConfiguration did not match
@ConditionalOnMissingBean (types: javax.sql.DataSource,javax.sql.XADataSource; SearchStrategy: all) found the following [hsql] (OnBeanCondition)
DataSourceAutoConfiguration.NonEmbeddedConfiguration did not match
missing supported DataSource (DataSourceAutoConfiguration.NonEmbeddedDataSourceCondition)
DataSourceAutoConfiguration.TomcatDataSourceJmxConfiguration did not match
required @ConditionalOnClass classes not found: org.apache.tomcat.jdbc.pool.DataSourceProxy (OnClassCondition)
DataSourcePoolMetadataProvidersConfiguration.CommonsDbcp2PoolDataSourceMetadataProviderConfiguration did not match
required @ConditionalOnClass classes not found: org.apache.commons.dbcp2.BasicDataSource (OnClassCondition)
DataSourcePoolMetadataProvidersConfiguration.CommonsDbcpPoolDataSourceMetadataProviderConfiguration did not match
required @ConditionalOnClass classes not found: org.apache.commons.dbcp.BasicDataSource (OnClassCondition)
DataSourcePoolMetadataProvidersConfiguration.HikariPoolDataSourceMetadataProviderConfiguration did not match
required @ConditionalOnClass classes not found: com.zaxxer.hikari.HikariDataSource (OnClassCondition)
DataSourcePoolMetadataProvidersConfiguration.TomcatDataSourcePoolMetadataProviderConfiguration did not match
required @ConditionalOnClass classes not found: org.apache.tomcat.jdbc.pool.DataSource (OnClassCondition)
DataSourceTransactionManagerAutoConfiguration#transactionManager did not match
@ConditionalOnMissingBean (types: org.springframework.transaction.PlatformTransactionManager; SearchStrategy: all) found the following [transactionManager] (OnBeanCondition)
DataSourceTransactionManagerAutoConfiguration.TransactionManagementConfiguration did not match
@ConditionalOnMissingBean (types: org.springframework.transaction.annotation.AbstractTransactionManagementConfiguration; SearchStrategy: all) found the following [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration] (OnBeanCondition)
DeviceDelegatingViewResolverAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.mobile.device.view.LiteDeviceDelegatingViewResolver (OnClassCondition)
DeviceResolverAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.mobile.device.DeviceResolverHandlerInterceptor,org.springframework.mobile.device.DeviceHandlerMethodArgumentResolver (OnClassCondition)
DispatcherServletAutoConfiguration.DispatcherServletConfiguration#multipartResolver did not match
@ConditionalOnBean (types: org.springframework.web.multipart.MultipartResolver; SearchStrategy: all) found no beans (OnBeanCondition)
EhCacheCacheConfiguration did not match
required @ConditionalOnClass classes not found: net.sf.ehcache.Cache (OnClassCondition)
ElasticsearchAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.elasticsearch.client.Client,org.springframework.data.elasticsearch.client.TransportClientFactoryBean,org.springframework.data.elasticsearch.client.NodeClientFactoryBean (OnClassCondition)
ElasticsearchDataAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.elasticsearch.client.Client,org.springframework.data.elasticsearch.core.ElasticsearchTemplate (OnClassCondition)
ElasticsearchRepositoriesAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.elasticsearch.client.Client,org.springframework.data.elasticsearch.repository.ElasticsearchRepository (OnClassCondition)
EmbeddedMongoAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.mongodb.Mongo,de.flapdoodle.embed.mongo.MongodStarter (OnClassCondition)
EmbeddedServletContainerAutoConfiguration.EmbeddedJetty did not match
@ConditionalOnMissingBean (types: org.springframework.boot.context.embedded.EmbeddedServletContainerFactory; SearchStrategy: current) found the following [embeddedServletContainerFactory] (OnBeanCondition)
EmbeddedServletContainerAutoConfiguration.EmbeddedTomcat did not match
required @ConditionalOnClass classes not found: org.apache.catalina.startup.Tomcat (OnClassCondition)
EmbeddedServletContainerAutoConfiguration.EmbeddedUndertow did not match
required @ConditionalOnClass classes not found: io.undertow.Undertow,org.xnio.SslClientAuthMode (OnClassCondition)
EndpointAutoConfiguration.FlywayEndpointConfiguration did not match
required @ConditionalOnClass classes not found: org.flywaydb.core.Flyway (OnClassCondition)
EndpointAutoConfiguration.LiquibaseEndpointConfiguration did not match
required @ConditionalOnClass classes not found: liquibase.integration.spring.SpringLiquibase (OnClassCondition)
EndpointMBeanExportAutoConfiguration#mbeanServer did not match
@ConditionalOnMissingBean (types: javax.management.MBeanServer; SearchStrategy: all) found the following [mbeanServer] (OnBeanCondition)
EndpointWebMvcHypermediaManagementContextConfiguration#curieProvider did not match
@ConditionalOnBean (types: org.springframework.boot.actuate.endpoint.mvc.DocsMvcEndpoint; SearchStrategy: all) found no beans (OnBeanCondition)
EndpointWebMvcHypermediaManagementContextConfiguration#docsMvcEndpoint did not match
resource not found: classpath:/META-INF/resources/spring-boot-actuator/docs/index.html (OnResourceCondition)
EndpointWebMvcHypermediaManagementContextConfiguration.MvcEndpointAdvice did not match
@ConditionalOnProperty missing required properties endpoints.hypermedia.enabled (OnPropertyCondition)
EndpointWebMvcManagementContextConfiguration#shutdownMvcEndpoint did not match
The endpoint shutdown is disabled (OnEnabledEndpointCondition)
FacebookAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.social.config.annotation.SocialConfigurerAdapter,org.springframework.social.facebook.connect.FacebookConnectionFactory (OnClassCondition)
FallbackWebSecurityAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity (OnClassCondition)
FlywayAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.flywaydb.core.Flyway (OnClassCondition)
FreeMarkerAutoConfiguration.FreeMarkerNonWebConfiguration did not match
found web application StandardServletEnvironment (OnWebApplicationCondition)
GroovyTemplateAutoConfiguration did not match
required @ConditionalOnClass classes not found: groovy.text.markup.MarkupTemplateEngine (OnClassCondition)
GsonAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.google.gson.Gson (OnClassCondition)
GsonHttpMessageConvertersConfiguration did not match
required @ConditionalOnClass classes not found: com.google.gson.Gson (OnClassCondition)
H2ConsoleAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.h2.server.web.WebServlet (OnClassCondition)
HazelcastAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.hazelcast.core.HazelcastInstance (OnClassCondition)
HazelcastCacheConfiguration did not match
required @ConditionalOnClass classes not found: com.hazelcast.core.HazelcastInstance,com.hazelcast.spring.cache.HazelcastCacheManager (OnClassCondition)
HazelcastJpaDependencyAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.hazelcast.core.HazelcastInstance (OnClassCondition)
HealthIndicatorAutoConfiguration#applicationHealthIndicator did not match
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.health.HealthIndicator; SearchStrategy: all) found the following [diskSpaceHealthIndicator, dbHealthIndicator] (OnBeanCondition)
HealthIndicatorAutoConfiguration.CassandraHealthIndicatorConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.data.cassandra.core.CassandraOperations,com.datastax.driver.core.Cluster (OnClassCondition)
HealthIndicatorAutoConfiguration.ElasticsearchHealthIndicatorConfiguration did not match
@ConditionalOnBean (types: org.elasticsearch.client.Client; SearchStrategy: all) found no beans (OnBeanCondition)
HealthIndicatorAutoConfiguration.JmsHealthIndicatorConfiguration did not match
@ConditionalOnBean (types: javax.jms.ConnectionFactory; SearchStrategy: all) found no beans (OnBeanCondition)
HealthIndicatorAutoConfiguration.MailHealthIndicatorConfiguration did not match
@ConditionalOnBean (types: org.springframework.mail.javamail.JavaMailSenderImpl; SearchStrategy: all) found no beans (OnBeanCondition)
HealthIndicatorAutoConfiguration.MongoHealthIndicatorConfiguration did not match
@ConditionalOnBean (types: org.springframework.data.mongodb.core.MongoTemplate; SearchStrategy: all) found no beans (OnBeanCondition)
HealthIndicatorAutoConfiguration.RabbitHealthIndicatorConfiguration did not match
@ConditionalOnBean (types: org.springframework.amqp.rabbit.core.RabbitTemplate; SearchStrategy: all) found no beans (OnBeanCondition)
HealthIndicatorAutoConfiguration.RedisHealthIndicatorConfiguration did not match
@ConditionalOnBean (types: org.springframework.data.redis.connection.RedisConnectionFactory; SearchStrategy: all) found no beans (OnBeanCondition)
HealthIndicatorAutoConfiguration.SolrHealthIndicatorConfiguration did not match
@ConditionalOnBean (types: org.apache.solr.client.solrj.SolrServer; SearchStrategy: all) found no beans (OnBeanCondition)
HibernateJpaAutoConfiguration did not match
did not find HibernateEntityManager class (HibernateJpaAutoConfiguration.HibernateEntityManagerCondition)
HornetQAutoConfiguration did not match
required @ConditionalOnClass classes not found: javax.jms.ConnectionFactory,org.hornetq.api.jms.HornetQJMSClient (OnClassCondition)
InfinispanCacheConfiguration did not match
required @ConditionalOnClass classes not found: org.infinispan.spring.provider.SpringEmbeddedCacheManager (OnClassCondition)
IntegrationAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.integration.config.EnableIntegration (OnClassCondition)
JCacheCacheConfiguration did not match
required @ConditionalOnClass classes not found: javax.cache.Caching (OnClassCondition)
JacksonAutoConfiguration.JodaDateTimeJacksonConfiguration did not match
required @ConditionalOnClass classes not found: org.joda.time.DateTime,com.fasterxml.jackson.datatype.joda.ser.DateTimeSerializer,com.fasterxml.jackson.datatype.joda.cfg.JacksonJodaDateFormat (OnClassCondition)
JacksonAutoConfiguration.ParameterNamesModuleConfiguration did not match
required @ConditionalOnClass classes not found: com.fasterxml.jackson.module.paramnames.ParameterNamesModule (OnClassCondition)
JacksonHttpMessageConvertersConfiguration.MappingJackson2XmlHttpMessageConverterConfiguration did not match
required @ConditionalOnClass classes not found: com.fasterxml.jackson.dataformat.xml.XmlMapper (OnClassCondition)
JerseyAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.glassfish.jersey.server.spring.SpringComponentProvider (OnClassCondition)
JmsAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.jms.core.JmsTemplate (OnClassCondition)
JmxAutoConfiguration#mbeanExporter did not match
@ConditionalOnMissingBean (types: org.springframework.jmx.export.MBeanExporter; SearchStrategy: current) found the following [annotationMBeanExporter] (OnBeanCondition)
JndiConnectionFactoryAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.jms.core.JmsTemplate (OnClassCondition)
JndiDataSourceAutoConfiguration did not match
@ConditionalOnProperty missing required properties spring.datasource.jndi-name (OnPropertyCondition)
JndiJtaConfiguration did not match
No JNDI location found from candidates java:comp/UserTransaction,java:comp/TransactionManager,java:appserver/TransactionManager,java:pm/TransactionManager,java:/TransactionManager (OnJndiCondition)
JolokiaAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.jolokia.http.AgentServlet (OnClassCondition)
JooqAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.jooq.DSLContext (OnClassCondition)
JpaRepositoriesAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.data.jpa.repository.JpaRepository (OnClassCondition)
LinkedInAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.social.config.annotation.SocialConfigurerAdapter,org.springframework.social.linkedin.connect.LinkedInConnectionFactory (OnClassCondition)
LiquibaseAutoConfiguration did not match
required @ConditionalOnClass classes not found: liquibase.integration.spring.SpringLiquibase (OnClassCondition)
MailSenderAutoConfiguration did not match
required @ConditionalOnClass classes not found: javax.mail.internet.MimeMessage (OnClassCondition)
MailSenderValidatorAutoConfiguration did not match
@ConditionalOnProperty missing required properties spring.mail.test-connection (OnPropertyCondition)
ManagementServerPropertiesAutoConfiguration#securityProperties did not match
required @ConditionalOnClass classes not found: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity (OnClassCondition)
ManagementServerPropertiesAutoConfiguration#serverProperties did not match
@ConditionalOnMissingBean (types: org.springframework.boot.autoconfigure.web.ServerProperties; SearchStrategy: all) found the following [serverProperties] (OnBeanCondition)
ManagementWebSecurityAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.security.config.annotation.web.configuration.EnableWebSecurity (OnClassCondition)
MessageSourceAutoConfiguration did not match
No bundle found for spring.messages.basename: messages (MessageSourceAutoConfiguration.ResourceBundleCondition)
MetricExportAutoConfiguration#statsdMetricWriter did not match
@ConditionalOnProperty missing required properties spring.metrics.export.statsd.host (OnPropertyCondition)
MetricRepositoryAutoConfiguration.FastMetricServicesConfiguration did not match
@ConditionalOnMissingBean (types: org.springframework.boot.actuate.metrics.GaugeService; SearchStrategy: all) found the following [dropwizardMetricServices] (OnBeanCondition)
MetricRepositoryAutoConfiguration.LegacyMetricRepositoryConfiguration did not match
Required JVM version older than 1.8 found 1.8 (OnJavaCondition)
MetricRepositoryAutoConfiguration.LegacyMetricServicesConfiguration did not match
Required JVM version older than 1.8 found 1.8 (OnJavaCondition)
MetricsChannelAutoConfiguration did not match
@ConditionalOnBean (names: metricsChannel; SearchStrategy: all) found no beans (OnBeanCondition)
MongoAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.mongodb.MongoClient (OnClassCondition)
MongoDataAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.mongodb.Mongo,org.springframework.data.mongodb.core.MongoTemplate (OnClassCondition)
MongoRepositoriesAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.mongodb.Mongo,org.springframework.data.mongodb.repository.MongoRepository (OnClassCondition)
MustacheAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.samskivert.mustache.Mustache (OnClassCondition)
OAuth2AutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.security.oauth2.common.OAuth2AccessToken (OnClassCondition)
PropertyPlaceholderAutoConfiguration#propertySourcesPlaceholderConfigurer did not match
@ConditionalOnMissingBean (types: org.springframework.context.support.PropertySourcesPlaceholderConfigurer; SearchStrategy: current) found the following [propertySourcesPlaceholderConfigurer] (OnBeanCondition)
PublicMetricsAutoConfiguration#richGaugePublicMetrics did not match
@ConditionalOnBean (types: org.springframework.boot.actuate.metrics.rich.RichGaugeReader; SearchStrategy: all) found no beans (OnBeanCondition)
PublicMetricsAutoConfiguration.DataSourceMetricsConfiguration#dataSourcePublicMetrics did not match
@ConditionalOnBean (types: org.springframework.boot.autoconfigure.jdbc.metadata.DataSourcePoolMetadataProvider; SearchStrategy: all) found no beans (OnBeanCondition)
PublicMetricsAutoConfiguration.IntegrationMetricsConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.integration.monitor.IntegrationMBeanExporter (OnClassCondition)
PublicMetricsAutoConfiguration.TomcatMetricsConfiguration did not match
required @ConditionalOnClass classes not found: org.apache.catalina.startup.Tomcat (OnClassCondition)
RabbitAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.amqp.rabbit.core.RabbitTemplate,com.rabbitmq.client.Channel (OnClassCondition)
ReactorAutoConfiguration did not match
required @ConditionalOnClass classes not found: reactor.spring.context.config.EnableReactor,reactor.Environment (OnClassCondition)
RedisAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.data.redis.connection.jedis.JedisConnection,org.springframework.data.redis.core.RedisOperations,redis.clients.jedis.Jedis (OnClassCondition)
RepositoryRestMvcAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.data.rest.webmvc.config.RepositoryRestMvcConfiguration (OnClassCondition)
SecurityAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.security.authentication.AuthenticationManager,org.springframework.security.config.annotation.authentication.configurers.GlobalAuthenticationConfigurerAdapter (OnClassCondition)
SecurityFilterAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.security.web.context.AbstractSecurityWebApplicationInitializer,org.springframework.security.config.http.SessionCreationPolicy (OnClassCondition)
SendGridAutoConfiguration did not match
required @ConditionalOnClass classes not found: com.sendgrid.SendGrid (OnClassCondition)
SessionAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.session.Session (OnClassCondition)
SitePreferenceAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.mobile.device.site.SitePreferenceHandlerInterceptor,org.springframework.mobile.device.site.SitePreferenceHandlerMethodArgumentResolver (OnClassCondition)
SocialWebAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.social.connect.web.ConnectController,org.springframework.social.config.annotation.SocialConfigurerAdapter (OnClassCondition)
SolrAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.apache.solr.client.solrj.impl.HttpSolrServer,org.apache.solr.client.solrj.impl.CloudSolrServer,org.apache.solr.common.cloud.HashPartitioner (OnClassCondition)
SolrRepositoriesAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.apache.solr.client.solrj.SolrServer,org.springframework.data.solr.repository.SolrRepository (OnClassCondition)
SpringApplicationAdminJmxAutoConfiguration did not match
@ConditionalOnProperty missing required properties spring.application.admin.enabled (OnPropertyCondition)
SpringDataWebAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.data.web.PageableHandlerMethodArgumentResolver (OnClassCondition)
ThymeleafAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.thymeleaf.spring4.SpringTemplateEngine (OnClassCondition)
TwitterAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.springframework.social.config.annotation.SocialConfigurerAdapter,org.springframework.social.twitter.connect.TwitterConnectionFactory (OnClassCondition)
VelocityAutoConfiguration did not match
required @ConditionalOnClass classes not found: org.apache.velocity.app.VelocityEngine (OnClassCondition)
WebMvcAutoConfiguration.ResourceChainCustomizerConfiguration did not match
Webjars locator (org.webjars.WebJarAssetLocator) is absent (OnEnabledResourceChainCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#dateFormatter did not match
@ConditionalOnProperty missing required properties spring.mvc.date-format (OnPropertyCondition)
WebMvcAutoConfiguration.WebMvcAutoConfigurationAdapter#localeResolver did not match
@ConditionalOnProperty missing required properties spring.mvc.locale (OnPropertyCondition)
WebSocketAutoConfiguration.TomcatWebSocketConfiguration did not match
required @ConditionalOnClass classes not found: org.apache.catalina.startup.Tomcat,org.apache.tomcat.websocket.server.WsSci (OnClassCondition)
WebSocketAutoConfiguration.UndertowWebSocketConfiguration did not match
required @ConditionalOnClass classes not found: io.undertow.websockets.jsr.Bootstrap (OnClassCondition)
XADataSourceAutoConfiguration did not match
None
org.springframework.boot.actuate.autoconfigure.HealthIndicatorAutoConfiguration
org.springframework.boot.actuate.autoconfigure.PublicMetricsAutoConfiguration
org.springframework.boot.autoconfigure.PropertyPlaceholderAutoConfiguration
org.springframework.boot.actuate.autoconfigure.ManagementServerPropertiesAutoConfiguration
org.springframework.boot.actuate.autoconfigure.AuditAutoConfiguration
org.springframework.boot.actuate.autoconfigure.EndpointAutoConfiguration
org.springframework.boot.autoconfigure.context.ConfigurationPropertiesAutoConfiguration
org.springframework.boot.actuate.autoconfigure.TraceRepositoryAutoConfiguration
org.springframework.boot.actuate.autoconfigure.MetricRepositoryAutoConfiguration
DEBUG 2017-09-26 11:42:49,229 [main] (GenericFilterBean.java:177) Initializing filter 'metricFilter' DEBUG 2017-09-26 11:42:49,232 [main] (GenericFilterBean.java:202) Filter 'metricFilter' configured successfully DEBUG 2017-09-26 11:42:49,232 [main] (GenericFilterBean.java:177) Initializing filter 'characterEncodingFilter' DEBUG 2017-09-26 11:42:49,232 [main] (GenericFilterBean.java:202) Filter 'characterEncodingFilter' configured successfully DEBUG 2017-09-26 11:42:49,232 [main] (GenericFilterBean.java:177) Initializing filter 'hiddenHttpMethodFilter' DEBUG 2017-09-26 11:42:49,232 [main] (GenericFilterBean.java:202) Filter 'hiddenHttpMethodFilter' configured successfully DEBUG 2017-09-26 11:42:49,232 [main] (GenericFilterBean.java:177) Initializing filter 'httpPutFormContentFilter' DEBUG 2017-09-26 11:42:49,232 [main] (GenericFilterBean.java:202) Filter 'httpPutFormContentFilter' configured successfully DEBUG 2017-09-26 11:42:49,232 [main] (GenericFilterBean.java:177) Initializing filter 'requestContextFilter' DEBUG 2017-09-26 11:42:49,232 [main] (GenericFilterBean.java:202) Filter 'requestContextFilter' configured successfully DEBUG 2017-09-26 11:42:49,233 [main] (GenericFilterBean.java:177) Initializing filter 'webRequestLoggingFilter' DEBUG 2017-09-26 11:42:49,233 [main] (GenericFilterBean.java:202) Filter 'webRequestLoggingFilter' configured successfully DEBUG 2017-09-26 11:42:49,233 [main] (GenericFilterBean.java:177) Initializing filter 'applicationContextIdFilter' DEBUG 2017-09-26 11:42:49,234 [main] (GenericFilterBean.java:202) Filter 'applicationContextIdFilter' configured successfully INFO 2017-09-26 11:42:49,331 [main] (JettyEmbeddedServletContainer.java:121) Jetty started on port(s) 8080 (http/1.1) url: http://192.168.0.5:8080/cakeshop/
INFO 2017-09-26 11:42:49,346 [main] (StartupInfoLogger.java:57 ) Started SpringBootApplication in 11.308 seconds (JVM running for 12.373)
DEBUG 2017-09-26 11:42:54,209 [BlockScanner-34] (SqlStatementLogger.java:92 ) select this_.id as id1_30, this_.difficulty as difficul2_30, this_.extraData as extraDat3_30, this_.gasLimit as gasLimit4_30, this_.gasUsed as gasUsed5_30, this_.logsBloom as logsBloo6_30, this_.miner as miner7_30, this_.nonce as nonce8_30, this_.block_number as block_nu9_30, this_.parentId as parentI10_30, this_.sha3Uncles as sha11_30, this_.stateRoot as stateRo12_30, this_.timestamp_val as timesta13_30, this_.totalDifficulty as totalDi14_30, this_.transactionsRoot as transac15_30 from PUBLIC.BLOCKS this where this.blocknumber=?
DEBUG 2017-09-26 11:42:54,221 [BlockScanner-34] (SqlStatementLogger.java:92 ) select max(this.blocknumber) as y0 from PUBLIC.BLOCKS this
DEBUG 2017-09-26 11:42:54,223 [BlockScanner-34] (SqlStatementLogger.java:92 ) select this.id as id1_30, this_.difficulty as difficul2_30, this_.extraData as extraDat3_30, this_.gasLimit as gasLimit4_30, this_.gasUsed as gasUsed5_30, this_.logsBloom as logsBloo6_30, this_.miner as miner7_30, this_.nonce as nonce8_30, this_.block_number as block_nu9_30, this_.parentId as parentI10_30, this_.sha3Uncles as sha11_30, this_.stateRoot as stateRo12_30, this_.timestamp_val as timesta13_30, this_.totalDifficulty as totalDi14_30, this_.transactionsRoot as transac15_30 from PUBLIC.BLOCKS this where this.blocknumber=?
DEBUG 2017-09-26 11:42:54,271 [BlockScanner-34] (SqlStatementLogger.java:92 ) select transactio0.Block_id as Block_id1_10, transactio0_.transactions as transact2_10 from PUBLIC.Blocktransactions transactio0 where transactio0_.Blockid=?
DEBUG 2017-09-26 11:42:54,283 [BlockScanner-34] (SqlStatementLogger.java:92 ) select uncles0.Block_id as Block_id1_20, uncles0_.uncles as uncles2_20 from PUBLIC.Blockuncles uncles0 where uncles0_.Block_id=?
DEBUG 2017-09-26 11:42:54,342 [BlockSaver-35] (SqlStatementLogger.java:92 ) insert into PUBLIC.BLOCKS (difficulty, extraData, gasLimit, gasUsed, logsBloom, miner, nonce, block_number, parentId, sha3Uncles, stateRoot, timestamp_val, totalDifficulty, transactionsRoot, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
WARN 2017-09-26 11:42:54,354 [BlockSaver-35] (SqlExceptionHelper.java:129) SQL Error: 3403, SQLState: 22003
ERROR 2017-09-26 11:42:54,355 [BlockSaver-35] (SqlExceptionHelper.java:131) data exception: numeric value out of range; table: BLOCKS column: TIMESTAMP_VAL
ERROR 2017-09-26 11:42:54,356 [BlockSaver-35] (BatchingBatch.java:124) HHH000315: Exception executing batch [could not execute batch]
ERROR 2017-09-26 11:42:54,356 [BlockSaver-35] (SessionImpl.java:3166) HHH000346: Error during managed flush [could not execute batch]
ERROR 2017-09-26 11:42:54,358 [BlockSaver-35] (SavingBlockListener.java:53 ) BlockSaverThread died
org.springframework.dao.DataIntegrityViolationException: could not execute batch; SQL [insert into PUBLIC.BLOCKS (difficulty, extraData, gasLimit, gasUsed, logsBloom, miner, nonce, block_number, parentId, sha3Uncles, stateRoot, timestamp_val, totalDifficulty, transactionsRoot, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; nested exception is org.hibernate.exception.DataException: could not execute batch
at org.springframework.orm.hibernate5.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:168)
at org.springframework.orm.hibernate5.HibernateTransactionManager.convertHibernateAccessException(HibernateTransactionManager.java:741)
at org.springframework.orm.hibernate5.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:589)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:761)
at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:730)
at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:485)
at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179)
at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:655)
at com.jpmorgan.cakeshop.dao.BlockDAO$$EnhancerBySpringCGLIB$$26065d86.save(
Do you fix the error?
I am also getting this error, has anyone got a solution please?
This was fixed a while ago, the wrong type was used for a database column that couldn't hold large values
After running a Quorum network (deployed from Azure template), I am getting exceptions on the blockmaker. This network (1 blockmaker and 1 voter) has been running for a few weeks, not under massive load (just developers). This is output from the Cakeshop instance.
WARN 2017-07-23 11:06:01,812 [BlockSaver-34] (SqlExceptionHelper.java:129) SQL Error: 3403, SQLState: 22003 ERROR 2017-07-23 11:06:01,813 [BlockSaver-34] (SqlExceptionHelper.java:131) data exception: numeric value out of range; table: BLOCKS column: TOTALDIFFICULTY ERROR 2017-07-23 11:06:01,813 [BlockSaver-34] (BatchingBatch.java:124) HHH000315: Exception executing batch [could not execute batch] ERROR 2017-07-23 11:06:01,813 [BlockSaver-34] (SessionImpl.java:3166) HHH000346: Error during managed flush [could not execute batch] ERROR 2017-07-23 11:06:01,842 [BlockSaver-34] (SavingBlockListener.java:53 ) BlockSaverThread died org.springframework.dao.DataIntegrityViolationException: could not execute batch; SQL [insert into PUBLIC.BLOCKS (difficulty, extraData, gasLimit, gasUsed, logsBloom, miner, nonce, block_number, parentId, sha3Uncles, stateRoot, timestamp_val, totalDifficulty, transactionsRoot, id) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)]; nested exception is org.hibernate.exception.DataException: could not execute batch at org.springframework.orm.hibernate5.SessionFactoryUtils.convertHibernateAccessException(SessionFactoryUtils.java:168) at org.springframework.orm.hibernate5.HibernateTransactionManager.convertHibernateAccessException(HibernateTransactionManager.java:741) at org.springframework.orm.hibernate5.HibernateTransactionManager.doCommit(HibernateTransactionManager.java:589) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processCommit(AbstractPlatformTransactionManager.java:761) at org.springframework.transaction.support.AbstractPlatformTransactionManager.commit(AbstractPlatformTransactionManager.java:730) at org.springframework.transaction.interceptor.TransactionAspectSupport.commitTransactionAfterReturning(TransactionAspectSupport.java:485) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:291) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:655) at com.jpmorgan.cakeshop.dao.BlockDAO$$EnhancerBySpringCGLIB$$6304e8b.save() at com.jpmorgan.cakeshop.db.SavingBlockListener.saveBlock(SavingBlockListener.java:108) at com.jpmorgan.cakeshop.db.SavingBlockListener$BlockSaverThread.run(SavingBlockListener.java:48) Caused by: org.hibernate.exception.DataException: could not execute batch at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:118) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:111) at org.hibernate.engine.jdbc.batch.internal.BatchingBatch.performExecution(BatchingBatch.java:119) at org.hibernate.engine.jdbc.batch.internal.BatchingBatch.doExecuteBatch(BatchingBatch.java:97) at org.hibernate.engine.jdbc.batch.internal.AbstractBatchImpl.execute(AbstractBatchImpl.java:147) at org.hibernate.engine.jdbc.internal.JdbcCoordinatorImpl.executeBatch(JdbcCoordinatorImpl.java:214) at org.hibernate.engine.spi.ActionQueue.ex