Advertisement
aironman

maven execution ignite sample

Jan 24th, 2019
361
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.23 KB | None | 0 0
  1. /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \
  2. ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \
  3. \\/ ___)| |_)| | | | | || (_| | ) ) ) )
  4. ' |____| .__|_| |_|_| |_\__, | / / / /
  5. =========|_|==============|___/=/_/_/_/
  6. :: Spring Boot :: (v2.0.5.RELEASE)
  7.  
  8. [2019-01-24 12:48:45] [main] INFO c.r.i.AlertManagerApplication - Starting AlertManagerApplication v0.0.1-SNAPSHOT on MacBook-Pro-Retina-de-Alonso.local with PID 49899 (/Users/aironman/demo-ignite/spring-boot-ignite/target/ignite-sample-manager##0.0.1-SNAPSHOT-LOCAL.jar started by aironman in /Users/aironman/demo-ignite/spring-boot-ignite)
  9. [2019-01-24 12:48:45] [main] DEBUG c.r.i.AlertManagerApplication - Running with Spring Boot v2.0.5.RELEASE, Spring v5.0.9.RELEASE
  10. [2019-01-24 12:48:45] [main] INFO c.r.i.AlertManagerApplication - No active profile set, falling back to default profiles: default
  11. [2019-01-24 12:48:45] [main] INFO o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Refreshing org.springframework.boot.web.servlet.context.AnnotationConfigServletWebServerApplicationContext@a3d8174: startup date [Thu Jan 24 12:48:45 CET 2019]; root of context hierarchy
  12. WARNING: An illegal reflective access operation has occurred
  13. WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1 (jar:file:/Users/aironman/demo-ignite/spring-boot-ignite/target/ignite-sample-manager%23%230.0.1-SNAPSHOT-LOCAL.jar!/BOOT-INF/lib/spring-core-5.0.9.RELEASE.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
  14. WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils$1
  15. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  16. WARNING: All illegal access operations will be denied in a future release
  17. [2019-01-24 12:48:47] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.retry.annotation.RetryConfiguration' of type [org.springframework.retry.annotation.RetryConfiguration$$EnhancerBySpringCGLIB$$77a39bef] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  18. [2019-01-24 12:48:47] [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$81e003ca] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  19. [2019-01-24 12:48:48] [main] INFO o.s.b.w.e.tomcat.TomcatWebServer - Tomcat initialized with port(s): 8080 (http)
  20. [2019-01-24 12:48:48] [main] INFO o.a.coyote.http11.Http11NioProtocol - Initializing ProtocolHandler ["http-nio-8080"]
  21. [2019-01-24 12:48:48] [main] INFO o.a.catalina.core.StandardService - Starting service [Tomcat]
  22. [2019-01-24 12:48:48] [main] INFO o.a.catalina.core.StandardEngine - Starting Servlet Engine: Apache Tomcat/8.5.34
  23. [2019-01-24 12:48:48] [localhost-startStop-1] INFO o.a.c.core.AprLifecycleListener - The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: [/Users/aironman/Library/Java/Extensions:/Library/Java/Extensions:/Network/Library/Java/Extensions:/System/Library/Java/Extensions:/usr/lib/java:.]
  24. [2019-01-24 12:48:48] [localhost-startStop-1] INFO o.a.c.c.C.[Tomcat].[localhost].[/] - Initializing Spring embedded WebApplicationContext
  25. [2019-01-24 12:48:48] [localhost-startStop-1] INFO o.s.web.context.ContextLoader - Root WebApplicationContext: initialization completed in 2513 ms
  26. [2019-01-24 12:48:48] [localhost-startStop-1] INFO o.s.j.d.e.EmbeddedDatabaseFactory - Starting embedded database: url='jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false', username='sa'
  27. [2019-01-24 12:48:49] [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'characterEncodingFilter' to: [/*]
  28. [2019-01-24 12:48:49] [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'webMvcMetricsFilter' to: [/*]
  29. [2019-01-24 12:48:49] [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'hiddenHttpMethodFilter' to: [/*]
  30. [2019-01-24 12:48:49] [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpPutFormContentFilter' to: [/*]
  31. [2019-01-24 12:48:49] [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'requestContextFilter' to: [/*]
  32. [2019-01-24 12:48:49] [localhost-startStop-1] INFO o.s.b.w.s.FilterRegistrationBean - Mapping filter: 'httpTraceFilter' to: [/*]
  33. [2019-01-24 12:48:49] [localhost-startStop-1] INFO o.s.b.w.s.ServletRegistrationBean - Servlet dispatcherServlet mapped to [/]
  34. [2019-01-24 12:48:49] [main] WARN o.s.b.w.s.c.AnnotationConfigServletWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'igniteAlertConfigStore': Unsatisfied dependency expressed through field 'ignite'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ignite' defined in class path resource [com/romeh/ignitemanager/config/AlertManagerConfiguration.class]: Unsatisfied dependency expressed through method 'ignite' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'igniteConfiguration' defined in class path resource [com/romeh/ignitemanager/config/AlertManagerConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ignite.configuration.IgniteConfiguration]: Factory method 'igniteConfiguration' threw exception; nested exception is java.lang.ExceptionInInitializerError
  35. [2019-01-24 12:48:49] [main] INFO o.s.j.d.e.EmbeddedDatabaseFactory - Shutting down embedded database: url='jdbc:h2:mem:testdb;DB_CLOSE_DELAY=-1;DB_CLOSE_ON_EXIT=false'
  36. [2019-01-24 12:48:49] [main] INFO o.a.catalina.core.StandardService - Stopping service [Tomcat]
  37. [2019-01-24 12:48:49] [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener -
  38.  
  39. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  40. [2019-01-24 12:48:49] [main] ERROR o.s.boot.SpringApplication - Application run failed
  41. org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'igniteAlertConfigStore': Unsatisfied dependency expressed through field 'ignite'; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ignite' defined in class path resource [com/romeh/ignitemanager/config/AlertManagerConfiguration.class]: Unsatisfied dependency expressed through method 'ignite' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'igniteConfiguration' defined in class path resource [com/romeh/ignitemanager/config/AlertManagerConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ignite.configuration.IgniteConfiguration]: Factory method 'igniteConfiguration' threw exception; nested exception is java.lang.ExceptionInInitializerError
  42. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:586)
  43. at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:90)
  44. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:372)
  45. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1341)
  46. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:572)
  47. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
  48. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
  49. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  50. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
  51. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
  52. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:759)
  53. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:869)
  54. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:550)
  55. at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:140)
  56. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:780)
  57. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:412)
  58. at org.springframework.boot.SpringApplication.run(SpringApplication.java:333)
  59. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1277)
  60. at org.springframework.boot.SpringApplication.run(SpringApplication.java:1265)
  61. at com.romeh.ignitemanager.AlertManagerApplication.main(AlertManagerApplication.java:16)
  62. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  63. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  64. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  65. at java.base/java.lang.reflect.Method.invoke(Method.java:564)
  66. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48)
  67. at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
  68. at org.springframework.boot.loader.Launcher.launch(Launcher.java:50)
  69. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51)
  70. Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'ignite' defined in class path resource [com/romeh/ignitemanager/config/AlertManagerConfiguration.class]: Unsatisfied dependency expressed through method 'ignite' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'igniteConfiguration' defined in class path resource [com/romeh/ignitemanager/config/AlertManagerConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ignite.configuration.IgniteConfiguration]: Factory method 'igniteConfiguration' threw exception; nested exception is java.lang.ExceptionInInitializerError
  71. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:732)
  72. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:474)
  73. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1247)
  74. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
  75. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
  76. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
  77. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
  78. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  79. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
  80. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
  81. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
  82. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135)
  83. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062)
  84. at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:583)
  85. ... 27 common frames omitted
  86. Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'igniteConfiguration' defined in class path resource [com/romeh/ignitemanager/config/AlertManagerConfiguration.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ignite.configuration.IgniteConfiguration]: Factory method 'igniteConfiguration' threw exception; nested exception is java.lang.ExceptionInInitializerError
  87. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:590)
  88. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1247)
  89. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1096)
  90. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:535)
  91. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:495)
  92. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:317)
  93. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:222)
  94. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:315)
  95. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:199)
  96. at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:251)
  97. at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1135)
  98. at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1062)
  99. at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:818)
  100. at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:724)
  101. ... 40 common frames omitted
  102. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ignite.configuration.IgniteConfiguration]: Factory method 'igniteConfiguration' threw exception; nested exception is java.lang.ExceptionInInitializerError
  103. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:185)
  104. at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:582)
  105. ... 53 common frames omitted
  106. Caused by: java.lang.ExceptionInInitializerError: null
  107. at org.apache.ignite.internal.util.IgniteUtils.<clinit>(IgniteUtils.java:769)
  108. at org.apache.ignite.configuration.DataStorageConfiguration.<clinit>(DataStorageConfiguration.java:77)
  109. at com.romeh.ignitemanager.config.AlertManagerConfiguration.igniteConfiguration(AlertManagerConfiguration.java:60)
  110. at com.romeh.ignitemanager.config.AlertManagerConfiguration$$EnhancerBySpringCGLIB$$d03ff17b.CGLIB$igniteConfiguration$1(<generated>)
  111. at com.romeh.ignitemanager.config.AlertManagerConfiguration$$EnhancerBySpringCGLIB$$d03ff17b$$FastClassBySpringCGLIB$$a2a33e22.invoke(<generated>)
  112. at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
  113. at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:365)
  114. at com.romeh.ignitemanager.config.AlertManagerConfiguration$$EnhancerBySpringCGLIB$$d03ff17b.igniteConfiguration(<generated>)
  115. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  116. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  117. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  118. at java.base/java.lang.reflect.Method.invoke(Method.java:564)
  119. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:154)
  120. ... 54 common frames omitted
  121. Caused by: java.lang.RuntimeException: jdk.internal.misc.JavaNioAccess class is unavailable.
  122. at org.apache.ignite.internal.util.GridUnsafe.javaNioAccessObject(GridUnsafe.java:1453)
  123. at org.apache.ignite.internal.util.GridUnsafe.<clinit>(GridUnsafe.java:112)
  124. ... 67 common frames omitted
  125. Caused by: java.lang.IllegalAccessException: class org.apache.ignite.internal.util.GridUnsafe cannot access class jdk.internal.misc.SharedSecrets (in module java.base) because module java.base does not export jdk.internal.misc to unnamed module @675aaf25
  126. at java.base/jdk.internal.reflect.Reflection.newIllegalAccessException(Reflection.java:360)
  127. at java.base/java.lang.reflect.AccessibleObject.checkAccess(AccessibleObject.java:589)
  128. at java.base/java.lang.reflect.Method.invoke(Method.java:556)
  129. at org.apache.ignite.internal.util.GridUnsafe.javaNioAccessObject(GridUnsafe.java:1450)
  130. ... 68 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement