Advertisement
Guest User

Untitled

a guest
Apr 24th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.35 KB | None | 0 0
  1. | _ \ _ _ _ __ ___ _ __
  2. | |_) | | | | | | '_ ` _ \ | '_ \
  3. | __/ | |_| | | | | | | | | |_) |
  4. |_| \__,_| |_| |_| |_| | .__/
  5. |_|
  6.  
  7. 08:33:43.069 [main] INFO f.c.EthereumPumpApplication$Companion - Starting EthereumPumpApplication.Companion on 3d095bb1e2e0 with PID 1 (/cyberapp/bin/ethereum.jar started by root in /)
  8. 08:33:43.081 [main] INFO f.c.EthereumPumpApplication$Companion - No active profile set, falling back to default profiles: default
  9. 08:33:43.249 [main] INFO o.s.b.w.r.c.AnnotationConfigReactiveWebServerApplicationContext - Refreshing org.springframework.boot.web.reactive.context.AnnotationConfigReactiveWebServerApplicationContext@5fd4f8f5: startup date [Tue Apr 24 08:33:43 UTC 2018]; root of context hierarchy
  10. WARNING: An illegal reflective access operation has occurred
  11. WARNING: Illegal reflective access by org.springframework.cglib.core.ReflectUtils$1 (jar:file:/cyberapp/bin/ethereum.jar!/BOOT-INF/lib/spring-core-5.0.4.RELEASE.jar!/) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
  12. WARNING: Please consider reporting this to the maintainers of org.springframework.cglib.core.ReflectUtils$1
  13. WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
  14. WARNING: All illegal access operations will be denied in a future release
  15. 08:33:46.488 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.kafka.annotation.KafkaBootstrapConfiguration' of type [org.springframework.kafka.annotation.KafkaBootstrapConfiguration$$EnhancerBySpringCGLIB$$d293ff6f] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  16. 08:33:46.786 [main] INFO o.s.c.s.PostProcessorRegistrationDelegate$BeanPostProcessorChecker - Bean 'org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration' of type [org.springframework.transaction.annotation.ProxyTransactionManagementConfiguration$$EnhancerBySpringCGLIB$$fee1edec] is not eligible for getting processed by all BeanPostProcessors (for example: not eligible for auto-proxying)
  17. 08:33:50.745 [main] WARN o.s.b.w.r.c.AnnotationConfigReactiveWebServerApplicationContext - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'lastNetworkBlockNumberMonitoring' defined in URL [jar:file:/cyberapp/bin/ethereum.jar!/BOOT-INF/lib/common-pumps!/fund/cyber/pump/common/monitoring/LastNetworkBlockNumberMonitoring.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fund.cyber.pump.common.monitoring.LastNetworkBlockNumberMonitoring]: Constructor threw exception; nested exception is javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
  18. 08:33:50.813 [main] INFO o.s.b.a.l.ConditionEvaluationReportLoggingListener -
  19.  
  20. Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
  21. 08:33:50.839 [main] ERROR o.s.boot.SpringApplication - Application run failed
  22. org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'lastNetworkBlockNumberMonitoring' defined in URL [jar:file:/cyberapp/bin/ethereum.jar!/BOOT-INF/lib/common-pumps!/fund/cyber/pump/common/monitoring/LastNetworkBlockNumberMonitoring.class]: Bean instantiation via constructor failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [fund.cyber.pump.common.monitoring.LastNetworkBlockNumberMonitoring]: Constructor threw exception; nested exception is javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
  23. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:278) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  24. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1270) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  25. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1127) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  26. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:545) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  27. at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:502) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  28. at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:312) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  29. at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:228) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  30. at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:310) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  31. at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:200) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  32. at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:760) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  33. at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:868) ~[spring-context-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  34. at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:549) ~[spring-context-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  35. at org.springframework.boot.web.reactive.context.ReactiveWebServerApplicationContext.refresh(ReactiveWebServerApplicationContext.java:61) ~[spring-boot-2.0.0.RELEASE.jar!/:2.0.0.RELEASE]
  36. at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:752) ~[spring-boot-2.0.0.RELEASE.jar!/:2.0.0.RELEASE]
  37. at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:388) ~[spring-boot-2.0.0.RELEASE.jar!/:2.0.0.RELEASE]
  38. at org.springframework.boot.SpringApplication.run(SpringApplication.java:327) ~[spring-boot-2.0.0.RELEASE.jar!/:2.0.0.RELEASE]
  39. at fund.cyber.EthereumPumpApplication$Companion.main(PumpApplication.kt:28) [classes!/:na]
  40. at fund.cyber.EthereumPumpApplication.main(PumpApplication.kt) [classes!/:na]
  41. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:na]
  42. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:na]
  43. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:na]
  44. at java.base/java.lang.reflect.Method.invoke(Method.java:564) ~[na:na]
  45. at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:48) [ethereum.jar:na]
  46. at org.springframework.boot.loader.Launcher.launch(Launcher.java:87) [ethereum.jar:na]
  47. at org.springframework.boot.loader.Launcher.launch(Launcher.java:50) [ethereum.jar:na]
  48. at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:51) [ethereum.jar:na]
  49. Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [fund.cyber.pump.common.monitoring.LastNetworkBlockNumberMonitoring]: Constructor threw exception; nested exception is javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
  50. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:182) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  51. at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:117) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  52. at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:271) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  53. ... 25 common frames omitted
  54. Caused by: javax.net.ssl.SSLException: Unsupported or unrecognized SSL message
  55. at java.base/sun.security.ssl.SSLSocketInputRecord.handleUnknownRecord(SSLSocketInputRecord.java:416) ~[na:na]
  56. at java.base/sun.security.ssl.SSLSocketInputRecord.decode(SSLSocketInputRecord.java:173) ~[na:na]
  57. at java.base/sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:1031) ~[na:na]
  58. at java.base/sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973) ~[na:na]
  59. at java.base/sun.security.ssl.SSLSocketImpl.performInitialHandshake(SSLSocketImpl.java:1402) ~[na:na]
  60. at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1429) ~[na:na]
  61. at java.base/sun.security.ssl.SSLSocketImpl.startHandshake(SSLSocketImpl.java:1413) ~[na:na]
  62. at org.apache.http.conn.ssl.SSLConnectionSocketFactory.createLayeredSocket(SSLConnectionSocketFactory.java:396) ~[httpclient-4.5.5.jar!/:4.5.5]
  63. at org.apache.http.conn.ssl.SSLConnectionSocketFactory.connectSocket(SSLConnectionSocketFactory.java:355) ~[httpclient-4.5.5.jar!/:4.5.5]
  64. at org.apache.http.impl.conn.DefaultHttpClientConnectionOperator.connect(DefaultHttpClientConnectionOperator.java:142) ~[httpclient-4.5.5.jar!/:4.5.5]
  65. at org.apache.http.impl.conn.PoolingHttpClientConnectionManager.connect(PoolingHttpClientConnectionManager.java:373) ~[httpclient-4.5.5.jar!/:4.5.5]
  66. at org.apache.http.impl.execchain.MainClientExec.establishRoute(MainClientExec.java:381) ~[httpclient-4.5.5.jar!/:4.5.5]
  67. at org.apache.http.impl.execchain.MainClientExec.execute(MainClientExec.java:237) ~[httpclient-4.5.5.jar!/:4.5.5]
  68. at org.apache.http.impl.execchain.ProtocolExec.execute(ProtocolExec.java:185) ~[httpclient-4.5.5.jar!/:4.5.5]
  69. at org.apache.http.impl.execchain.RetryExec.execute(RetryExec.java:89) ~[httpclient-4.5.5.jar!/:4.5.5]
  70. at org.apache.http.impl.execchain.RedirectExec.execute(RedirectExec.java:111) ~[httpclient-4.5.5.jar!/:4.5.5]
  71. at org.apache.http.impl.client.InternalHttpClient.doExecute(InternalHttpClient.java:185) ~[httpclient-4.5.5.jar!/:4.5.5]
  72. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:72) ~[httpclient-4.5.5.jar!/:4.5.5]
  73. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:221) ~[httpclient-4.5.5.jar!/:4.5.5]
  74. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:165) ~[httpclient-4.5.5.jar!/:4.5.5]
  75. at org.apache.http.impl.client.CloseableHttpClient.execute(CloseableHttpClient.java:140) ~[httpclient-4.5.5.jar!/:4.5.5]
  76. at org.web3j.protocol.http.HttpService.send(HttpService.java:67) ~[core-2.3.1.jar!/:na]
  77. at org.web3j.protocol.core.Request.send(Request.java:69) ~[core-2.3.1.jar!/:na]
  78. at fund.cyber.pump.ethereum.client.EthereumBlockchainInterface.lastNetworkBlock(EthereumBlockchainInterface.kt:38) ~[classes!/:na]
  79. at fund.cyber.pump.common.node.ConcurrentPulledBlockchain.lastNetworkBlock(FlowableBlockchainInterface.kt) ~[common-pumps!/:na]
  80. at fund.cyber.pump.common.monitoring.LastNetworkBlockNumberMonitoring.<init>(LastNetworkBlockNumberMonitoring.kt:21) ~[common-pumps!/:na]
  81. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[na:na]
  82. at java.base/jdk.internal.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[na:na]
  83. at java.base/jdk.internal.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[na:na]
  84. at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:488) ~[na:na]
  85. at kotlin.reflect.jvm.internal.FunctionCaller$Constructor.call(FunctionCaller.kt:66) ~[kotlin-reflect-1.2.30.jar!/:na]
  86. at kotlin.reflect.jvm.internal.KCallableImpl.call(KCallableImpl.kt:107) ~[kotlin-reflect-1.2.30.jar!/:na]
  87. at kotlin.reflect.jvm.internal.KCallableImpl.callDefaultMethod(KCallableImpl.kt:149) ~[kotlin-reflect-1.2.30.jar!/:na]
  88. at kotlin.reflect.jvm.internal.KCallableImpl.callBy(KCallableImpl.kt:111) ~[kotlin-reflect-1.2.30.jar!/:na]
  89. at org.springframework.beans.BeanUtils$KotlinDelegate.instantiateClass(BeanUtils.java:765) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  90. at org.springframework.beans.BeanUtils.instantiateClass(BeanUtils.java:170) ~[spring-beans-5.0.4.RELEASE.jar!/:5.0.4.RELEASE]
  91. ... 27 common frames omitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement