Guest User

Spring-Data Neo4j typeRepresentationStrategyFactory no json

a guest
Apr 17th, 2016
183
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 64.58 KB | None | 0 0
  1.  
  2. . ____ _ __ _ _
  3. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  4. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  5. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  6. ' |____| .__|_| |_|_| |_\__, | / / / /
  7. =========|_|==============|___/=/_/_/_/
  8. :: Spring Boot :: (v1.3.3.RELEASE)
  9.  
  10. 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)
  11. 13:03:27.847 [main] INFO com.example.Application - No active profile set, falling back to default profiles: default
  12. 13:03:27.847 [main] DEBUG o.s.boot.SpringApplication - Loading source class com.example.Application
  13. 13:03:28.032 [main] DEBUG o.s.b.c.c.ConfigFileApplicationListener - Skipped (empty) config file 'classpath:/application.properties'
  14. 13:03:28.032 [main] DEBUG o.s.b.c.c.ConfigFileApplicationListener - Skipped (empty) config file 'classpath:/application.properties' for profile default
  15. 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
  16. 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
  17. 13:03:28.295 [background-preinit] INFO o.h.validator.internal.util.Version - HV000001: Hibernate Validator 5.2.4.Final
  18. 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]]
  19. 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]
  20. 13:03:30.316 [main] DEBUG o.s.b.c.e.AnnotationConfigEmbeddedWebApplicationContext - Using ApplicationEventMulticaster [org.springframework.context.event.SimpleApplicationEventMulticaster@547b1a2e]
  21. 13:03:30.744 [main] INFO org.eclipse.jetty.util.log - Logging initialized @4640ms
  22. 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
  23. 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
  24. 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.
  25. 13:03:30.857 [main] INFO o.s.b.c.e.j.JettyEmbeddedServletContainerFactory - Server initialized with port: 8080
  26. 13:03:30.861 [main] INFO org.eclipse.jetty.server.Server - jetty-9.2.15.v20160210
  27. 13:03:30.932 [main] INFO application - Initializing Spring embedded WebApplicationContext
  28. 13:03:30.933 [main] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2898 ms
  29. 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]
  30. 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]
  31. 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]
  32. 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]
  33. 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]
  34. 13:03:31.676 [main] INFO o.s.b.c.e.ServletRegistrationBean - Mapping servlet: 'dispatcherServlet' to [/]
  35. 13:03:31.680 [main] INFO o.s.b.c.e.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
  36. 13:03:31.684 [main] INFO o.s.b.c.e.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  37. 13:03:31.684 [main] INFO o.s.b.c.e.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  38. 13:03:31.684 [main] INFO o.s.b.c.e.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
  39. 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}
  40. 13:03:31.685 [main] INFO org.eclipse.jetty.server.Server - Started @5582ms
  41. 13:03:31.756 [main] INFO c.example.config.Neo4jConfiguration - Using heroku neo4j
  42. 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=``
  43. 13:03:31.758 [main] INFO c.example.config.Neo4jConfiguration - Using credentials: D='http://localhost:7474' U='neo4j' P='test'
  44. 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 ''
  45. 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}
  46. 13:03:32.701 [main] ERROR o.s.boot.SpringApplication - Application startup failed
  47. 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 ''
  48. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
  49. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1214)
  50. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  51. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  52. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  53. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  54. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  55. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  56. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:772)
  57. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:839)
  58. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:538)
  59. at org.springframework.boot.context.embedded.EmbeddedWebApplicationContext.refresh(EmbeddedWebApplicationContext.java:118)
  60. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:766)
  61. at org.springframework.boot.SpringApplication.createAndRefreshContext(SpringApplication.java:361)
  62. at org.springframework.boot.SpringApplication.run(SpringApplication.java:307)
  63. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1191)
  64. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1180)
  65. at com.example.Application.main(Application.java:17)
  66. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  67. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  68. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  69. at java.lang.reflect.Method.invoke(Method.java:497)
  70. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:54)
  71. at java.lang.Thread.run(Thread.java:745)
  72. 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 ''
  73. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:573)
  74. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
  75. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
  76. ... 23 common frames omitted
  77. 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 ''
  78. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:359)
  79. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveValueIfNecessary(BeanDefinitionValueResolver.java:108)
  80. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyPropertyValues(AbstractAutowireCapableBeanFactory.java:1481)
  81. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1226)
  82. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:543)
  83. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  84. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  85. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  86. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  87. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  88. at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1192)
  89. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1116)
  90. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1014)
  91. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:545)
  92. ... 25 common frames omitted
  93. 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 ''
  94. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  95. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
  96. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
  97. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  98. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  99. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  100. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  101. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  102. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  103. at org.springframework.beans.factory.support.BeanDefinitionValueResolver.resolveReference(BeanDefinitionValueResolver.java:351)
  104. ... 38 common frames omitted
  105. 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 ''
  106. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  107. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  108. ... 47 common frames omitted
  109. 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 ''
  110. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  111. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
  112. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
  113. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  114. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  115. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  116. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  117. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  118. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  119. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:296)
  120. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  121. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:331)
  122. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.mappingInfrastructure(<generated>)
  123. at org.springframework.data.neo4j.config.Neo4jConfiguration.neo4jTemplate(Neo4jConfiguration.java:136)
  124. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.CGLIB$neo4jTemplate$7(<generated>)
  125. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04$$FastClassBySpringCGLIB$$1bfa34fa.invoke(<generated>)
  126. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  127. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:355)
  128. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.neo4jTemplate(<generated>)
  129. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  130. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  131. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  132. at java.lang.reflect.Method.invoke(Method.java:497)
  133. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  134. ... 48 common frames omitted
  135. 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 ''
  136. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  137. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  138. ... 71 common frames omitted
  139. 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 ''
  140. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  141. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
  142. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
  143. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  144. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  145. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  146. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  147. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  148. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  149. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:380)
  150. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.entityIndexCreator(<generated>)
  151. at org.springframework.data.neo4j.config.Neo4jConfiguration.neo4jMappingContext(Neo4jConfiguration.java:210)
  152. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.CGLIB$neo4jMappingContext$5(<generated>)
  153. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04$$FastClassBySpringCGLIB$$1bfa34fa.invoke(<generated>)
  154. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  155. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:355)
  156. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.neo4jMappingContext(<generated>)
  157. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  158. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  159. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  160. at java.lang.reflect.Method.invoke(Method.java:497)
  161. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  162. ... 72 common frames omitted
  163. 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 ''
  164. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  165. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  166. ... 93 common frames omitted
  167. 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 ''
  168. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  169. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
  170. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
  171. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  172. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  173. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  174. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  175. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  176. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  177. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:380)
  178. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.nodeTypeRepresentationStrategy(<generated>)
  179. at org.springframework.data.neo4j.config.Neo4jConfiguration.entityIndexCreator(Neo4jConfiguration.java:259)
  180. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.CGLIB$entityIndexCreator$25(<generated>)
  181. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04$$FastClassBySpringCGLIB$$1bfa34fa.invoke(<generated>)
  182. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  183. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:355)
  184. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.entityIndexCreator(<generated>)
  185. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  186. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  187. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  188. at java.lang.reflect.Method.invoke(Method.java:497)
  189. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  190. ... 94 common frames omitted
  191. 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 ''
  192. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  193. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  194. ... 115 common frames omitted
  195. 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 ''
  196. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
  197. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1123)
  198. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1018)
  199. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:510)
  200. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:482)
  201. at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306)
  202. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
  203. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302)
  204. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197)
  205. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:380)
  206. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.typeRepresentationStrategyFactory(<generated>)
  207. at org.springframework.data.neo4j.config.Neo4jConfiguration.nodeTypeRepresentationStrategy(Neo4jConfiguration.java:146)
  208. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.CGLIB$nodeTypeRepresentationStrategy$9(<generated>)
  209. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04$$FastClassBySpringCGLIB$$1bfa34fa.invoke(<generated>)
  210. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  211. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:355)
  212. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.nodeTypeRepresentationStrategy(<generated>)
  213. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  214. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  215. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  216. at java.lang.reflect.Method.invoke(Method.java:497)
  217. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  218. ... 116 common frames omitted
  219. 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 ''
  220. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
  221. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
  222. ... 137 common frames omitted
  223. Caused by: java.lang.RuntimeException: Error reading as JSON ''
  224. at org.neo4j.rest.graphdb.util.JsonHelper.readJson(JsonHelper.java:57)
  225. at org.neo4j.rest.graphdb.util.JsonHelper.jsonToSingleValue(JsonHelper.java:62)
  226. at org.neo4j.rest.graphdb.RequestResult.toEntity(RequestResult.java:104)
  227. at org.neo4j.rest.graphdb.RequestResult.toMap(RequestResult.java:113)
  228. at org.neo4j.rest.graphdb.index.RetrievedIndexInfo.<init>(RetrievedIndexInfo.java:42)
  229. at org.neo4j.rest.graphdb.RestAPIIndexImpl.indexInfo(RestAPIIndexImpl.java:328)
  230. at org.neo4j.rest.graphdb.RestAPICypherImpl.indexInfo(RestAPICypherImpl.java:748)
  231. at org.neo4j.rest.graphdb.index.RestIndexManager.indexInfo(RestIndexManager.java:52)
  232. at org.neo4j.rest.graphdb.index.RestIndexManager.existsForNodes(RestIndexManager.java:47)
  233. at org.neo4j.rest.graphdb.RestAPICypherImpl.getIndex(RestAPICypherImpl.java:584)
  234. at org.springframework.data.neo4j.rest.SpringCypherRestGraphDatabase.getIndex(SpringCypherRestGraphDatabase.java:91)
  235. at org.springframework.data.neo4j.support.typerepresentation.AbstractIndexBasedTypeRepresentationStrategy.isStrategyAlreadyInUse(AbstractIndexBasedTypeRepresentationStrategy.java:56)
  236. at org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.chooseStrategy(TypeRepresentationStrategyFactory.java:51)
  237. at org.springframework.data.neo4j.support.typerepresentation.TypeRepresentationStrategyFactory.<init>(TypeRepresentationStrategyFactory.java:35)
  238. at org.springframework.data.neo4j.config.Neo4jConfiguration.typeRepresentationStrategyFactory(Neo4jConfiguration.java:151)
  239. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.CGLIB$typeRepresentationStrategyFactory$10(<generated>)
  240. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04$$FastClassBySpringCGLIB$$1bfa34fa.invoke(<generated>)
  241. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  242. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:355)
  243. at com.example.Application$$EnhancerBySpringCGLIB$$c8967a04.typeRepresentationStrategyFactory(<generated>)
  244. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  245. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  246. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  247. at java.lang.reflect.Method.invoke(Method.java:497)
  248. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
  249. ... 138 common frames omitted
  250. Caused by: java.io.EOFException: No content to map to Object due to end of input
  251. at org.codehaus.jackson.map.ObjectMapper._initForReading(ObjectMapper.java:2775)
  252. at org.codehaus.jackson.map.ObjectMapper._readMapAndClose(ObjectMapper.java:2718)
  253. at org.codehaus.jackson.map.ObjectMapper.readValue(ObjectMapper.java:1863)
  254. at org.neo4j.rest.graphdb.util.JsonHelper.readJson(JsonHelper.java:55)
  255. ... 162 common frames omitted
  256. 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