Please help to start node

cd nis/package/

./nix.runNis.sh

2018-12-20 13:01:36.770 INFO NEM logging has been bootstrapped! (org.nem.deploy.g a)
2018-12-20 13:01:36.776 INFO Acquiring exclusive lock to lock file: /root/nem/nis.lock (org.nem.deploy.CommonStarter tryAcquireLock)
2018-12-20 13:01:36.786 WARNING no certificate found for (file:/root/nis/package/nis/nem-deploy-0.6.96-BETA.jar ) (org.nem.core.metadata.CodeSourceFacade )
2018-12-20 13:01:36.798 INFO Analyzing meta data in <nem-deploy-0.6.96-BETA.jar> (org.nem.core.metadata.JarFacade )
2018-12-20 13:01:36.804 INFO Meta data title , version <0.6.96-BETA> (org.nem.core.metadata.JarFacade )
2018-12-20 13:01:36.809 INFO Starting embedded Jetty Server. (org.nem.deploy.CommonStarter main)
2018-12-20 13:01:37.382 INFO Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@1e397ed7: startup date [Thu Dec 20 08:01:37 EST 2018]; root of context hierarchy (org.springframework.context.annotation.AnnotationConfigApplicationContext prepareRefresh)
2018-12-20 13:01:39.607 WARNING Exception encountered during context initialization - cancelling refresh attempt
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisAppConfig’: Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.nem.nis.oh.tjp org.nem.specific.deploy.appconfig.NisAppConfig.fH; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘iih’ defined in URL [jar:file:/root/nis/package/nis/nem-infrastructure-server-0.6.96-BETA.jar!/org/nem/nis/oh/iih.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.hibernate.SessionFactory]: : Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
at org.springframework.context.annotation.AnnotationConfigApplicationContext.(AnnotationConfigApplicationContext.java:95)
at org.nem.deploy.CommonStarter.u(CommonStarter.java:97)
at org.nem.deploy.CommonStarter.b(CommonStarter.java:177)
at org.nem.deploy.CommonStarter.a(CommonStarter.java:82)
at org.nem.deploy.CommonStarter.main(CommonStarter.java:76)
Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.nem.nis.oh.tjp org.nem.specific.deploy.appconfig.NisAppConfig.fH; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘iih’ defined in URL [jar:file:/root/nis/package/nis/nem-infrastructure-server-0.6.96-BETA.jar!/org/nem/nis/oh/iih.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.hibernate.SessionFactory]: : Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
… 15 more
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘iih’ defined in URL [jar:file:/root/nis/package/nis/nem-infrastructure-server-0.6.96-BETA.jar!/org/nem/nis/oh/iih.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.hibernate.SessionFactory]: : Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1139)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1042)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
… 17 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:293)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
… 30 more

Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
… 45 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:322)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.dataSource()
at org.nem.specific.deploy.appconfig.NisAppConfig.flyway(NisAppConfig.java:107)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.CGLIB$flyway$16()
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9$$FastClassBySpringCGLIB$$2fc523e2.invoke()
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.flyway()
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
… 46 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
… 67 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:322)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.nisConfiguration()
at org.nem.specific.deploy.appconfig.NisAppConfig.dataSource(NisAppConfig.java:83)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.CGLIB$dataSource$15()
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9$$FastClassBySpringCGLIB$$2fc523e2.invoke()
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.dataSource()
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
… 68 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
… 89 more
Caused by: org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.nem.core.crypto.PrivateKey.fromHexString(PrivateKey.java:77)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
at org.nem.specific.deploy.c.(NisConfiguration.java:67)
at org.nem.specific.deploy.c.(NisConfiguration.java:47)
at org.nem.specific.deploy.c.(NisConfiguration.java:38)
at org.nem.specific.deploy.appconfig.NisAppConfig.nisConfiguration(NisAppConfig.java:429)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.CGLIB$nisConfiguration$28()
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9$$FastClassBySpringCGLIB$$2fc523e2.invoke()
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.nisConfiguration()
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
… 90 more
Caused by: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.nem.core.utils.HexEncoder.getBytes(HexEncoder.java:21)
at org.nem.core.crypto.PrivateKey.fromHexString(PrivateKey.java:75)
… 111 more
Caused by: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.apache.commons.codec.binary.Hex.toDigit(Hex.java:178)
at org.apache.commons.codec.binary.Hex.decodeHex(Hex.java:91)
at org.apache.commons.codec.binary.Hex.decode(Hex.java:232)
at org.nem.core.utils.HexEncoder.getBytesInternal(HexEncoder.java:43)
at org.nem.core.utils.HexEncoder.getBytes(HexEncoder.java:19)
… 112 more
(org.springframework.context.annotation.AnnotationConfigApplicationContext refresh)
2018-12-20 13:01:39.677 SEVERE Stopping Jetty Server.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisAppConfig’: Injection of autowired dependencies failed; nested exception is org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.nem.nis.oh.tjp org.nem.specific.deploy.appconfig.NisAppConfig.fH; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘iih’ defined in URL [jar:file:/root/nis/package/nis/nem-infrastructure-server-0.6.96-BETA.jar!/org/nem/nis/oh/iih.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.hibernate.SessionFactory]: : Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3

    at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:334)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1210)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:537)
    at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
    at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
    at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
    at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
    at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
    at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:755)
    at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:757)
    at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:480)
    at org.springframework.context.annotation.AnnotationConfigApplicationContext.<init>(AnnotationConfigApplicationContext.java:95)
    at org.nem.deploy.CommonStarter.u(CommonStarter.java:97)
    at org.nem.deploy.CommonStarter.b(CommonStarter.java:177)
    at org.nem.deploy.CommonStarter.a(CommonStarter.java:82)
    at org.nem.deploy.CommonStarter.main(CommonStarter.java:76)

Caused by: org.springframework.beans.factory.BeanCreationException: Could not autowire field: private org.nem.nis.oh.tjp org.nem.specific.deploy.appconfig.NisAppConfig.fH; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘iih’ defined in URL [jar:file:/root/nis/package/nis/nem-infrastructure-server-0.6.96-BETA.jar!/org/nem/nis/oh/iih.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.hibernate.SessionFactory]: : Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:561)
at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:88)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:331)
… 15 more
Caused by: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name ‘iih’ defined in URL [jar:file:/root/nis/package/nis/nem-infrastructure-server-0.6.96-BETA.jar!/org/nem/nis/oh/iih.class]: Unsatisfied dependency expressed through constructor argument with index 0 of type [org.hibernate.SessionFactory]: : Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749)
at org.springframework.beans.factory.support.ConstructorResolver.autowireConstructor(ConstructorResolver.java:185)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.autowireConstructor(AbstractAutowireCapableBeanFactory.java:1139)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1042)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:533)
… 17 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘flyway’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:293)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:1120)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1044)
at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:942)
at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:813)
at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741)
… 30 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.flywaydb.core.Flyway]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘flyway’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
… 45 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘dataSource’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:322)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.dataSource()
at org.nem.specific.deploy.appconfig.NisAppConfig.flyway(NisAppConfig.java:107)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.CGLIB$flyway$16()
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9$$FastClassBySpringCGLIB$$2fc523e2.invoke()
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.flyway()
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
… 46 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘dataSource’ threw exception; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
… 67 more
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name ‘nisConfiguration’ defined in org.nem.specific.deploy.appconfig.NisAppConfig: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1119)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1014)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:504)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:476)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:303)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:299)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:194)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:322)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.nisConfiguration()
at org.nem.specific.deploy.appconfig.NisAppConfig.dataSource(NisAppConfig.java:83)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.CGLIB$dataSource$15()
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9$$FastClassBySpringCGLIB$$2fc523e2.invoke()
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.dataSource()
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
… 68 more
Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.nem.specific.deploy.c]: Circular reference involving containing bean ‘nisAppConfig’ - consider declaring the factory method as static for independence from its containing instance. Factory method ‘nisConfiguration’ threw exception; nested exception is org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189)
at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588)
… 89 more
Caused by: org.nem.core.crypto.CryptoException: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.nem.core.crypto.PrivateKey.fromHexString(PrivateKey.java:77)
at java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:193)
at java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:948)
at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:545)
at java.util.stream.AbstractPipeline.evaluateToArrayNode(AbstractPipeline.java:260)
at java.util.stream.ReferencePipeline.toArray(ReferencePipeline.java:438)
at org.nem.specific.deploy.c.(NisConfiguration.java:67)
at org.nem.specific.deploy.c.(NisConfiguration.java:47)
at org.nem.specific.deploy.c.(NisConfiguration.java:38)
at org.nem.specific.deploy.appconfig.NisAppConfig.nisConfiguration(NisAppConfig.java:429)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.CGLIB$nisConfiguration$28()
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9$$FastClassBySpringCGLIB$$2fc523e2.invoke()
at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228)
at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:309)
at org.nem.specific.deploy.appconfig.NisAppConfig$$EnhancerBySpringCGLIB$$c97107d9.nisConfiguration()
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162)
… 90 more
Caused by: java.lang.IllegalArgumentException: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.nem.core.utils.HexEncoder.getBytes(HexEncoder.java:21)
at org.nem.core.crypto.PrivateKey.fromHexString(PrivateKey.java:75)
… 111 more
Caused by: org.apache.commons.codec.DecoderException: Illegal hexadecimal character = at index 3
at org.apache.commons.codec.binary.Hex.toDigit(Hex.java:178)
at org.apache.commons.codec.binary.Hex.decodeHex(Hex.java:91)
at org.apache.commons.codec.binary.Hex.decode(Hex.java:232)
at org.nem.core.utils.HexEncoder.getBytesInternal(HexEncoder.java:43)
at org.nem.core.utils.HexEncoder.getBytes(HexEncoder.java:19)
… 112 more
(org.nem.deploy.CommonStarter a)
2018-12-20 13:01:39.712 INFO NEM Deploy 0.6.96-BETA shutdown… (org.nem.deploy.CommonStarter a)
/root/nis/package

Resolved

It was no correct wallet’s address in configs.

How do I can set up multisig harvesting? Via user-config.properties?

Hello, As I understand you want add your account delegated key to be able harvest also after node restart?
Did you already activate your delegated account (for example in nanowallet)?

Not yet, I need to buy some NEM first. Working on it.