Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- . ____ _ __ _ _
- /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
- ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
- \\/ ___)| |_)| | | | | || (_| | ) ) ) )
- ' |____| .__|_| |_|_| |_\__, | / / / /
- =========|_|==============|___/=/_/_/_/
- :: Spring Boot :: (v1.3.3.RELEASE)
- 13:03:27.840 [main] INFO com.example.Application - Starting Application v0.0.1-SNAPSHOT on hugh-dev-vm with PID 10566 (/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar started by hugh in /home/hugh/IdeaProjects/go-project-j)
- 13:03:27.847 [main] INFO com.example.Application - No active profile set, falling back to default profiles: default
- 13:03:27.847 [main] DEBUG o.s.boot.SpringApplication - Loading source class com.example.Application
- 13:03:28.032 [main] DEBUG o.s.b.c.c.ConfigFileApplicationListener - Skipped (empty) config file 'classpath:/application.properties'
- 13:03:28.032 [main] DEBUG o.s.b.c.c.ConfigFileApplicationListener - Skipped (empty) config file 'classpath:/application.properties' for profile default
- 13:03:28.038 [main] INFO o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Refreshing org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@87a0509: startup date [Sun Apr 17 13:03:28 BST 2016]; root of context hierarchy
- 13:03:28.047 [main] DEBUG o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Bean factory for org.springframework.boot.context.embedded.AnnotationConfigEmbeddedWebApplicationContext@87a0509: org.springframework.beans.factory.support.DefaultListableBeanFactory@3fa3f2ea: defining beans [org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.event.internalEventListenerProcessor,org.springframework.context.event.internalEventListenerFactory,application]; root of factory hierarchy
- 13:03:28.295 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.2.4.Final
- 13:03:29.643 [main] INFO o.s.b.f.s.DefaultListableBeanFactory - Overriding bean definition for bean 'beanNameViewResolver' with a different definition: replacing [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/ErrorMvcAutoConfiguration$WhitelabelErrorViewConfiguration.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=org.springframework.boot.autoconfigure.web.WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter; factoryMethodName=beanNameViewResolver; initMethodName=null; destroyMethodName=(inferred); defined in class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]]
- 13:03:30.316 [main] DEBUG o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Unable to locate MessageSource with name 'messageSource': using default [org.springframework.context.support.DelegatingMessageSource@2024bfd7]
- 13:03:30.316 [main] DEBUG o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Using ApplicationEventMulticaster [org.springframework.context.event.SimpleApplicationEventMulticaster@547b1a2e]
- 13:03:30.744 [main] INFO org.eclipse.jetty.util.log - Logging initialized @4640ms
- 13:03:30.830 [main] DEBUG o.s.b.c.e.j.JettyEmbeddedServletContainerFactory - Code archive: /home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar
- 13:03:30.831 [main] DEBUG o.s.b.c.e.j.JettyEmbeddedServletContainerFactory - Code archive: /home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar
- 13:03:30.831 [main] DEBUG o.s.b.c.e.j.JettyEmbeddedServletContainerFactory - None of the document roots [src/main/webapp, public, static] point to a directory and will be ignored.
- 13:03:30.857 [main] INFO o.s.b.c.e.j.JettyEmbeddedServletContainerFactory - Server initialized with port: 8080
- 13:03:30.861 [main] INFO org.eclipse.jetty.server.Server - jetty-9.2.15.v20160210
- 13:03:30.932 [main] INFO application - Initializing Spring embedded WebApplicationContext
- 13:03:30.933 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2898 ms
- 13:03:31.089 [main] DEBUG o.s.b.c.e.ServletContextInitializerBeans - Added existing Servlet initializer bean 'dispatcherServletRegistration'; order=2147483647, resource=class path resource [org/springframework/boot/autoconfigure/web/DispatcherServletAutoConfiguration$DispatcherServletConfiguration.class]
- 13:03:31.662 [main] DEBUG 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]
- 13:03:31.663 [main] DEBUG o.s.b.c.e.ServletContextInitializerBeans - Created Filter initializer for bean 'hiddenHttpMethodFilter'; order=-10000, resource=class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.class]
- 13:03:31.663 [main] DEBUG o.s.b.c.e.ServletContextInitializerBeans - Created Filter initializer for bean 'httpPutFormContentFilter'; order=-9900, resource=class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration.class]
- 13:03:31.663 [main] DEBUG o.s.b.c.e.ServletContextInitializerBeans - Created Filter initializer for bean 'requestContextFilter'; order=-105, resource=class path resource [org/springframework/boot/autoconfigure/web/WebMvcAutoConfiguration$WebMvcAutoConfigurationAdapter.class]
- 13:03:31.676 [main] INFO o.s.b.c.e.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
- 13:03:31.680 [main] INFO o.s.b.c.e.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
- 13:03:31.684 [main] INFO o.s.b.c.e.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
- 13:03:31.684 [main] INFO o.s.b.c.e.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
- 13:03:31.684 [main] INFO o.s.b.c.e.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
- 13:03:31.685 [main] INFO o.e.j.server.handler.ContextHandler - Started o.s.b.c.e.j.JettyEmbeddedWebAppContext@2359edb9{/,file:/tmp/jetty-docbase.6700091496427027611.8080/,AVAILABLE}
- 13:03:31.685 [main] INFO org.eclipse.jetty.server.Server - Started @5582ms
- 13:03:31.756 [main] INFO c.example.config.Neo4jConfiguration - Using heroku neo4j
- 13:03:31.758 [main] INFO c.example.config.Neo4jConfiguration - URL auth=`neo4j:test@localhost:7474`, host=`localhost`, proto=`http`, userInfo=`neo4j:test`, port=`7474`, path=``
- 13:03:31.758 [main] INFO c.example.config.Neo4jConfiguration - Using credentials: D='http://localhost:7474' U='neo4j' P='test'
- 13:03:32.678 [main] WARN o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commentResource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.example.repository.CommentRepository com.example.CommentResource.commentRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commentRepository': Cannot resolve reference to bean 'neo4jTemplate' while setting bean property 'neo4jTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jTemplate' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.Neo4jTemplate]: Factory method 'neo4jTemplate' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jMappingContext' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.Neo4jMappingContext]: Factory method 'neo4jMappingContext' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityIndexCreator' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.EntityIndexCreator]: Factory method 'entityIndexCreator' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- 13:03:32.686 [main] INFO o.e.j.server.handler.ContextHandler - Stopped o.s.b.c.e.j.JettyEmbeddedWebAppContext@2359edb9{/,file:/tmp/jetty-docbase.6700091496427027611.8080/,UNAVAILABLE}
- 13:03:32.701 [main] ERROR o.s.boot.SpringApplication - Application startup failed
- org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commentResource': Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.example.repository.CommentRepository com.example.CommentResource.commentRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commentRepository': Cannot resolve reference to bean 'neo4jTemplate' while setting bean property 'neo4jTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jTemplate' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.Neo4jTemplate]: Factory method 'neo4jTemplate' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jMappingContext' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.Neo4jMappingContext]: Factory method 'neo4jMappingContext' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityIndexCreator' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.EntityIndexCreator]: Factory method 'entityIndexCreator' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
- at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
- at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
- at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
- at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:766)
- at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:361)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1191)
- at org.springframework.boot.SpringApplication.run(SpringApplication.java:1180)
- at com.example.Application.main(Application.java:17)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:54)
- at java.lang.Thread.run(Thread.java:745)
- Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private com.example.repository.CommentRepository com.example.CommentResource.commentRepository; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commentRepository': Cannot resolve reference to bean 'neo4jTemplate' while setting bean property 'neo4jTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jTemplate' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.Neo4jTemplate]: Factory method 'neo4jTemplate' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jMappingContext' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.Neo4jMappingContext]: Factory method 'neo4jMappingContext' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityIndexCreator' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.EntityIndexCreator]: Factory method 'entityIndexCreator' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
- at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
- ... 23 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'commentRepository': Cannot resolve reference to bean 'neo4jTemplate' while setting bean property 'neo4jTemplate'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jTemplate' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.Neo4jTemplate]: Factory method 'neo4jTemplate' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jMappingContext' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.Neo4jMappingContext]: Factory method 'neo4jMappingContext' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityIndexCreator' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.EntityIndexCreator]: Factory method 'entityIndexCreator' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
- at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
- at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
- at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
- ... 25 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jTemplate' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.Neo4jTemplate]: Factory method 'neo4jTemplate' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jMappingContext' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.Neo4jMappingContext]: Factory method 'neo4jMappingContext' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityIndexCreator' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.EntityIndexCreator]: Factory method 'entityIndexCreator' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
- at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
- ... 38 common frames omitted
- Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.Neo4jTemplate]: Factory method 'neo4jTemplate' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jMappingContext' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.Neo4jMappingContext]: Factory method 'neo4jMappingContext' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityIndexCreator' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.EntityIndexCreator]: Factory method 'entityIndexCreator' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
- ... 47 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'neo4jMappingContext' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.Neo4jMappingContext]: Factory method 'neo4jMappingContext' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityIndexCreator' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.EntityIndexCreator]: Factory method 'entityIndexCreator' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:296)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.mappingInfrastructure(<generated>)
- at org.springframework.data.neo4j.config.Neo4jConfiguration.neo4jTemplate(Neo4jConfiguration.java:136)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.CGLIB$neo4jTemplate$7(<generated>)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04$$FastClassBySpringCGLIB$$1bfa34fa.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:355)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.neo4jTemplate(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
- ... 48 common frames omitted
- Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.Neo4jMappingContext]: Factory method 'neo4jMappingContext' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityIndexCreator' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.EntityIndexCreator]: Factory method 'entityIndexCreator' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
- ... 71 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'entityIndexCreator' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.EntityIndexCreator]: Factory method 'entityIndexCreator' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:380)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.entityIndexCreator(<generated>)
- at org.springframework.data.neo4j.config.Neo4jConfiguration.neo4jMappingContext(Neo4jConfiguration.java:210)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.CGLIB$neo4jMappingContext$5(<generated>)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04$$FastClassBySpringCGLIB$$1bfa34fa.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:355)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.neo4jMappingContext(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
- ... 72 common frames omitted
- Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.mapping.EntityIndexCreator]: Factory method 'entityIndexCreator' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
- ... 93 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'nodeTypeRepresentationStrategy' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:380)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.nodeTypeRepresentationStrategy(<generated>)
- at org.springframework.data.neo4j.config.Neo4jConfiguration.entityIndexCreator(Neo4jConfiguration.java:259)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.CGLIB$entityIndexCreator$25(<generated>)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04$$FastClassBySpringCGLIB$$1bfa34fa.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:355)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.entityIndexCreator(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
- ... 94 common frames omitted
- Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.core.TypeRepresentationStrategy]: Factory method 'nodeTypeRepresentationStrategy' threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
- ... 115 common frames omitted
- Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'typeRepresentationStrategyFactory' defined in com.example.Application: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
- at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
- at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
- at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
- at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
- at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:380)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.typeRepresentationStrategyFactory(<generated>)
- at org.springframework.data.neo4j.config.Neo4jConfiguration.nodeTypeRepresentationStrategy(Neo4jConfiguration.java:146)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.CGLIB$nodeTypeRepresentationStrategy$9(<generated>)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04$$FastClassBySpringCGLIB$$1bfa34fa.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:355)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.nodeTypeRepresentationStrategy(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
- ... 116 common frames omitted
- Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory]: Factory method 'typeRepresentationStrategyFactory' threw exception; nested exception is java.lang.RuntimeException: Error reading as JSON ''
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
- at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
- ... 137 common frames omitted
- Caused by: java.lang.RuntimeException: Error reading as JSON ''
- at org.neo4j.rest.graphdb.util.JsonHelper.readJson(JsonHelper.java:57)
- at org.neo4j.rest.graphdb.util.JsonHelper.jsonToSingleValue(JsonHelper.java:62)
- at org.neo4j.rest.graphdb.RequestResult.toEntity(RequestResult.java:104)
- at org.neo4j.rest.graphdb.RequestResult.toMap(RequestResult.java:113)
- at org.neo4j.rest.graphdb.index.RetrievedIndexInfo.<init>(RetrievedIndexInfo.java:42)
- at org.neo4j.rest.graphdb.RestAPIIndexImpl.indexInfo(RestAPIIndexImpl.java:328)
- at org.neo4j.rest.graphdb.RestAPICypherImpl.indexInfo(RestAPICypherImpl.java:748)
- at org.neo4j.rest.graphdb.index.RestIndexManager.indexInfo(RestIndexManager.java:52)
- at org.neo4j.rest.graphdb.index.RestIndexManager.existsForNodes(RestIndexManager.java:47)
- at org.neo4j.rest.graphdb.RestAPICypherImpl.getIndex(RestAPICypherImpl.java:584)
- at org.springframework.data.neo4j.rest.SpringCypherRestGraphDatabase.getIndex(SpringCypherRestGraphDatabase.java:91)
- at org.springframework.data.neo4j.support.typerepresentation.AbstractIndexBasedTypeRepresentationStrategy.isStrategyAlreadyInUse(AbstractIndexBasedTypeRepresentationStrategy.java:56)
- at org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.chooseStrategy(TypeRepresentationStrategyFactory.java:51)
- at org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.<init>(TypeRepresentationStrategyFactory.java:35)
- at org.springframework.data.neo4j.config.Neo4jConfiguration.typeRepresentationStrategyFactory(Neo4jConfiguration.java:151)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.CGLIB$typeRepresentationStrategyFactory$10(<generated>)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04$$FastClassBySpringCGLIB$$1bfa34fa.invoke(<generated>)
- at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
- at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:355)
- at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.typeRepresentationStrategyFactory(<generated>)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:497)
- at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
- ... 138 common frames omitted
- Caused by: java.io.EOFException: No content to map to Object due to end of input
- at org.codehaus.jackson.map.ObjectMapper._initForReading(ObjectMapper.java:2775)
- at org.codehaus.jackson.map.ObjectMapper._readMapAndClose(ObjectMapper.java:2718)
- at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1863)
- at org.neo4j.rest.graphdb.util.JsonHelper.readJson(JsonHelper.java:55)
- ... 162 common frames omitted
- 13:03:32.706 [main] INFO o.s.b.l.ClasspathLoggingApplicationListener - Application failed to start with classpath: [jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-boot-starter-web-1.3.3.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-boot-starter-1.3.3.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-boot-1.3.3.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-boot-autoconfigure-1.3.3.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-boot-starter-logging-1.3.3.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jul-to-slf4j-1.7.16.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/log4j-over-slf4j-1.7.16.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/snakeyaml-1.16.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-boot-starter-tomcat-1.3.3.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/tomcat-embed-core-8.0.32.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/tomcat-embed-el-8.0.32.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/tomcat-embed-logging-juli-8.0.32.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/tomcat-embed-websocket-8.0.32.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-boot-starter-validation-1.3.3.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/hibernate-validator-5.2.4.Final.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/validation-api-1.1.0.Final.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jboss-logging-3.3.0.Final.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/classmate-1.1.0.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jackson-databind-2.6.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jackson-annotations-2.6.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jackson-core-2.6.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-web-4.2.5.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-webmvc-4.2.5.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-data-neo4j-3.4.4.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-tx-4.2.5.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-context-4.2.5.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-beans-4.2.5.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-aspects-4.2.5.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/aspectjweaver-1.8.8.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-core-4.2.5.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-expression-4.2.5.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/aspectjrt-1.8.8.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-data-commons-1.11.4.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-cypher-dsl-2.0.1.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-kernel-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-primitive-collections-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-io-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-csv-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-lucene-index-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/lucene-core-3.6.2.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-graph-algo-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-udc-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-graph-matching-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-cypher-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/scala-library-2.10.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/scala-reflect-2.10.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-cypher-compiler-1.9-2.0.4.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-cypher-compiler-2.0-2.0.4.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-cypher-compiler-2.1-2.1.8.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-cypher-compiler-2.2-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/parboiled-scala_2.10-1.1.7.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/parboiled-core-1.1.7.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/opencsv-2.3.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/concurrentlinkedhashmap-lru-1.4.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-jmx-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-consistency-check-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/javax.transaction-api-1.2.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/commons-io-2.4.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/slf4j-api-1.7.16.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jcl-over-slf4j-1.7.16.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/lombok-1.16.6.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-data-neo4j-rest-3.4.4.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/spring-aop-4.2.5.RELEASE.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/aopalliance-1.0.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-harness-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-server-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/server-api-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jsr311-api-1.1.2.r612.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-browser-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/logback-access-1.1.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/janino-2.7.8.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/commons-compiler-2.7.8.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jetty-server-9.2.15.v20160210.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jetty-http-9.2.15.v20160210.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jetty-util-9.2.15.v20160210.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jetty-io-9.2.15.v20160210.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jetty-webapp-9.2.15.v20160210.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jetty-xml-9.2.15.v20160210.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jetty-servlet-9.2.15.v20160210.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jetty-security-9.2.15.v20160210.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jersey-server-1.19.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jersey-servlet-1.19.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/rrd4j-2.2.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/rhino-1.7R4.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/bcprov-jdk16-140.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jersey-multipart-1.19.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/mimepull-1.9.3.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-shell-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/org.apache.servicemix.bundles.jline-0.9.94_1.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-kernel-2.2.5-tests.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-io-2.2.5-tests.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/neo4j-unsafe-2.2.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/commons-configuration-1.10.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/commons-digester-2.1.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/commons-beanutils-1.9.2.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jackson-jaxrs-1.9.7.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jackson-core-asl-1.9.7.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jackson-mapper-asl-1.9.7.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jersey-client-1.9.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/jersey-core-1.9.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/commons-logging-1.1.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/commons-lang-2.3.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/commons-collections-3.2.2.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/javax.servlet-api-3.1.0.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/logback-classic-1.1.5.jar!/, jar:file:/home/hugh/IdeaProjects/go-project-j/target/go-project-j-0.0.1-SNAPSHOT.jar!/lib/logback-core-1.1.5.jar!/]
Advertisement
Add Comment
Please, Sign In to add comment