Start a Conversation

Unsolved

1 Rookie

 • 

3 Posts

3984

January 2nd, 2019 11:00

VxRail install error

Hi guys,

I had to do a re-install of my VxRail and during the setup i get the below error ....

vxrail.jpg

The log is below

[MARVIN] 2019-01-02T17:03:54:216Z INFO c.v.m.w.l.ConnectionManagerSessionListener:20 - Session listener started

[MARVIN] 2019-01-02T17:03:54:231Z INFO o.s.w.c.ContextLoader:305 - Root WebApplicationContext: initialization started

[MARVIN] 2019-01-02T17:03:54:233Z INFO o.s.w.c.s.AnnotationConfigWebApplicationContext:582 - Refreshing Root WebApplicationContext: startup date [Wed Jan 02 17:03:54 UTC 2019]; root of context hierarchy

[MARVIN] 2019-01-02T17:03:54:264Z INFO o.s.w.c.s.AnnotationConfigWebApplicationContext:207 - Registering annotated classes: [class com.vmware.marvin.configuration.RootConfig,class com.vmware.marvin.configuration.WebSocketSecurityConfig,class com.vmware.marvin.configuration.WebAppConfig,class com.vmware.marvin.configuration.SecurityConfig]

[MARVIN] 2019-01-02T17:03:54:933Z INFO o.s.b.f.x.XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [spring/app_context.xml]

[MARVIN] 2019-01-02T17:03:55:008Z INFO o.s.b.f.x.XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [spring/app_context_skippableValidators.xml]

[MARVIN] 2019-01-02T17:03:55:063Z INFO o.s.b.f.s.DefaultListableBeanFactory:828 - Overriding bean definition for bean 'confirmNetworkChangeInterceptor' with a different definition: replacing [Generic bean: class [com.vmware.marvin.web.interceptors.ConfirmNetworkChangeInterceptor]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/usr/lib/vmware-marvin/marvind/webapps/ROOT/WEB-INF/classes/com/vmware/marvin/web/interceptors/ConfirmNetworkChangeInterceptor.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=webAppConfig; factoryMethodName=confirmNetworkChangeInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in com.vmware.marvin.configuration.WebAppConfig]

[MARVIN] 2019-01-02T17:03:55:414Z WARN o.s.c.a.ConfigurationClassEnhancer:348 - @Bean method ScopeConfiguration.stepScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.

[MARVIN] 2019-01-02T17:03:55:427Z WARN o.s.c.a.ConfigurationClassEnhancer:348 - @Bean method ScopeConfiguration.jobScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.

[MARVIN] 2019-01-02T17:03:55:485Z INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor:155 - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring

[MARVIN] 2019-01-02T17:03:55:962Z INFO o.s.c.e.EhCacheManagerFactoryBean:130 - Initializing EhCache CacheManager

[MARVIN] 2019-01-02T17:03:56:184Z WARN o.s.w.c.s.AnnotationConfigWebApplicationContext:550 - Exception encountered during context initialization - cancelling refresh attempt: org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flyway' defined in class path resource [com/vmware/marvin/v2/configuration/ProductionDatabaseConfig.class]: Unsatisfied dependency expressed through method 'flyway' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'marvinDataSource' defined in class path resource [com/vmware/marvin/v2/configuration/ProductionDatabaseConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'marvinDataSource' threw exception; nested exception is org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException: Failed to look up JNDI DataSource with name 'java:/comp/env/jdbc/MarvinDB'; nested exception is javax.naming.NamingException: FATAL: Ident authentication failed for user "marvin"

[MARVIN] 2019-01-02T17:03:56:190Z INFO o.s.c.e.EhCacheManagerFactoryBean:187 - Shutting down EhCache CacheManager

[MARVIN] 2019-01-02T17:03:56:201Z ERROR o.s.w.c.ContextLoader:351 - Context initialization failed

org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'flyway' defined in class path resource [com/vmware/marvin/v2/configuration/ProductionDatabaseConfig.class]: Unsatisfied dependency expressed through method 'flyway' parameter 0; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'marvinDataSource' defined in class path resource [com/vmware/marvin/v2/configuration/ProductionDatabaseConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'marvinDataSource' threw exception; nested exception is org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException: Failed to look up JNDI DataSource with name 'java:/comp/env/jdbc/MarvinDB'; nested exception is javax.naming.NamingException: FATAL: Ident authentication failed for user "marvin"

at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:749) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:467) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:296) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:197) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.context.support.AbstractApplicationContext.getBean(AbstractApplicationContext.java:1081) ~[spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:856) ~[spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:542) ~[spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:444) ~[spring-web-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:326) ~[spring-web-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:107) [spring-web-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5116) [catalina.jar:na]

at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634) [catalina.jar:na]

at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145) [catalina.jar:na]

at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:899) [catalina.jar:na]

at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:875) [catalina.jar:na]

at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:652) [catalina.jar:na]

at org.apache.catalina.startup.HostConfig.deployDescriptor(HostConfig.java:679) [catalina.jar:7.0.72.C]

at org.apache.catalina.startup.HostConfig$DeployDescriptor.run(HostConfig.java:1966) [catalina.jar:7.0.72.C]

at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [na:1.8.0_141]

at java.util.concurrent.FutureTask.run(FutureTask.java:266) [na:1.8.0_141]

at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [na:1.8.0_141]

at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [na:1.8.0_141]

at java.lang.Thread.run(Thread.java:748) [na:1.8.0_141]

Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'marvinDataSource' defined in class path resource [com/vmware/marvin/v2/configuration/ProductionDatabaseConfig.class]: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'marvinDataSource' threw exception; nested exception is org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException: Failed to look up JNDI DataSource with name 'java:/comp/env/jdbc/MarvinDB'; nested exception is javax.naming.NamingException: FATAL: Ident authentication failed for user "marvin"

at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:599) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateUsingFactoryMethod(AbstractAutowireCapableBeanFactory.java:1173) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:1067) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:513) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:483) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:306) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:230) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:302) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.config.DependencyDescriptor.resolveCandidate(DependencyDescriptor.java:208) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:1138) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:1066) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.ConstructorResolver.resolveAutowiredArgument(ConstructorResolver.java:835) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.ConstructorResolver.createArgumentArray(ConstructorResolver.java:741) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

... 30 common frames omitted

Caused by: org.springframework.beans.BeanInstantiationException: Failed to instantiate [javax.sql.DataSource]: Factory method 'marvinDataSource' threw exception; nested exception is org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException: Failed to look up JNDI DataSource with name 'java:/comp/env/jdbc/MarvinDB'; nested exception is javax.naming.NamingException: FATAL: Ident authentication failed for user "marvin"

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:189) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.beans.factory.support.ConstructorResolver.instantiateUsingFactoryMethod(ConstructorResolver.java:588) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

... 43 common frames omitted

Caused by: org.springframework.jdbc.datasource.lookup.DataSourceLookupFailureException: Failed to look up JNDI DataSource with name 'java:/comp/env/jdbc/MarvinDB'; nested exception is javax.naming.NamingException: FATAL: Ident authentication failed for user "marvin"

at org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup.getDataSource(JndiDataSourceLookup.java:48) ~[spring-jdbc-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at com.vmware.marvin.v2.configuration.ProductionDatabaseConfig.marvinDataSource(ProductionDatabaseConfig.java:40) ~[classes/:na]

at com.vmware.marvin.v2.configuration.ProductionDatabaseConfig$$EnhancerBySpringCGLIB$$164993ed.CGLIB$marvinDataSource$3( ) ~[classes/:na]

at com.vmware.marvin.v2.configuration.ProductionDatabaseConfig$$EnhancerBySpringCGLIB$$164993ed$$FastClassBySpringCGLIB$$b80e0b00.invoke( ) ~[classes/:na]

at org.springframework.cglib.proxy.MethodProxy.invokeSuper(MethodProxy.java:228) ~[spring-core-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.context.annotation.ConfigurationClassEnhancer$BeanMethodInterceptor.intercept(ConfigurationClassEnhancer.java:356) ~[spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at com.vmware.marvin.v2.configuration.ProductionDatabaseConfig$$EnhancerBySpringCGLIB$$164993ed.marvinDataSource( ) ~[classes/:na]

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[na:1.8.0_141]

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[na:1.8.0_141]

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[na:1.8.0_141]

at java.lang.reflect.Method.invoke(Method.java:498) ~[na:1.8.0_141]

at org.springframework.beans.factory.support.SimpleInstantiationStrategy.instantiate(SimpleInstantiationStrategy.java:162) ~[spring-beans-4.3.6.RELEASE.jar:4.3.6.RELEASE]

... 44 common frames omitted

Caused by: javax.naming.NamingException: FATAL: Ident authentication failed for user "marvin"

at org.apache.naming.NamingContext.lookup(NamingContext.java:865) ~[catalina.jar:na]

at org.apache.naming.NamingContext.lookup(NamingContext.java:159) ~[catalina.jar:na]

at org.apache.naming.NamingContext.lookup(NamingContext.java:836) ~[catalina.jar:na]

at org.apache.naming.NamingContext.lookup(NamingContext.java:173) ~[catalina.jar:na]

at org.apache.naming.factory.ResourceLinkFactory.getObjectInstance(ResourceLinkFactory.java:146) ~[catalina.jar:na]

at javax.naming.spi.NamingManager.getObjectInstance(NamingManager.java:321) ~[na:1.8.0_141]

at org.apache.naming.NamingContext.lookup(NamingContext.java:848) ~[catalina.jar:na]

at org.apache.naming.NamingContext.lookup(NamingContext.java:159) ~[catalina.jar:na]

at org.apache.naming.NamingContext.lookup(NamingContext.java:836) ~[catalina.jar:na]

at org.apache.naming.NamingContext.lookup(NamingContext.java:159) ~[catalina.jar:na]

at org.apache.naming.NamingContext.lookup(NamingContext.java:836) ~[catalina.jar:na]

at org.apache.naming.NamingContext.lookup(NamingContext.java:159) ~[catalina.jar:na]

at org.apache.naming.NamingContext.lookup(NamingContext.java:836) ~[catalina.jar:na]

at org.apache.naming.NamingContext.lookup(NamingContext.java:173) ~[catalina.jar:na]

at org.apache.naming.SelectorContext.lookup(SelectorContext.java:156) ~[catalina.jar:na]

at javax.naming.InitialContext.lookup(InitialContext.java:417) ~[na:1.8.0_141]

at org.springframework.jndi.JndiTemplate$1.doInContext(JndiTemplate.java:155) ~[spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.jndi.JndiTemplate.execute(JndiTemplate.java:87) ~[spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:152) ~[spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.jndi.JndiTemplate.lookup(JndiTemplate.java:179) ~[spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.jndi.JndiLocatorSupport.lookup(JndiLocatorSupport.java:95) ~[spring-context-4.3.6.RELEASE.jar:4.3.6.RELEASE]

at org.springframework.jdbc.datasource.lookup.JndiDataSourceLookup.getDataSource(JndiDataSourceLookup.java:45) ~[spring-jdbc-4.3.6.RELEASE.jar:4.3.6.RELEASE]

... 55 common frames omitted

[MARVIN] 2019-01-02T17:07:13:912Z INFO c.v.m.w.l.ConnectionManagerSessionListener:20 - Session listener started

[MARVIN] 2019-01-02T17:07:13:998Z INFO o.s.w.c.ContextLoader:305 - Root WebApplicationContext: initialization started

[MARVIN] 2019-01-02T17:07:14:001Z INFO o.s.w.c.s.AnnotationConfigWebApplicationContext:582 - Refreshing Root WebApplicationContext: startup date [Wed Jan 02 17:07:14 UTC 2019]; root of context hierarchy

[MARVIN] 2019-01-02T17:07:14:204Z INFO o.s.w.c.s.AnnotationConfigWebApplicationContext:207 - Registering annotated classes: [class com.vmware.marvin.configuration.RootConfig,class com.vmware.marvin.configuration.WebSocketSecurityConfig,class com.vmware.marvin.configuration.WebAppConfig,class com.vmware.marvin.configuration.SecurityConfig]

[MARVIN] 2019-01-02T17:07:17:961Z INFO o.s.b.f.x.XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [spring/app_context.xml]

[MARVIN] 2019-01-02T17:07:18:321Z INFO o.s.b.f.x.XmlBeanDefinitionReader:317 - Loading XML bean definitions from class path resource [spring/app_context_skippableValidators.xml]

[MARVIN] 2019-01-02T17:07:18:485Z INFO o.s.b.f.s.DefaultListableBeanFactory:828 - Overriding bean definition for bean 'confirmNetworkChangeInterceptor' with a different definition: replacing [Generic bean: class [com.vmware.marvin.web.interceptors.ConfirmNetworkChangeInterceptor]; scope=singleton; abstract=false; lazyInit=false; autowireMode=0; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=null; factoryMethodName=null; initMethodName=null; destroyMethodName=null; defined in file [/usr/lib/vmware-marvin/marvind/webapps/ROOT/WEB-INF/classes/com/vmware/marvin/web/interceptors/ConfirmNetworkChangeInterceptor.class]] with [Root bean: class [null]; scope=; abstract=false; lazyInit=false; autowireMode=3; dependencyCheck=0; autowireCandidate=true; primary=false; factoryBeanName=webAppConfig; factoryMethodName=confirmNetworkChangeInterceptor; initMethodName=null; destroyMethodName=(inferred); defined in com.vmware.marvin.configuration.WebAppConfig]

[MARVIN] 2019-01-02T17:07:20:106Z WARN o.s.c.a.ConfigurationClassEnhancer:348 - @Bean method ScopeConfiguration.stepScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.

[MARVIN] 2019-01-02T17:07:20:143Z WARN o.s.c.a.ConfigurationClassEnhancer:348 - @Bean method ScopeConfiguration.jobScope is non-static and returns an object assignable to Spring's BeanFactoryPostProcessor interface. This will result in a failure to process annotations such as @Autowired, @Resource and @PostConstruct within the method's declaring @Configuration class. Add the 'static' modifier to this method to avoid these container lifecycle issues; see @Bean javadoc for complete details.

[MARVIN] 2019-01-02T17:07:20:310Z INFO o.s.b.f.a.AutowiredAnnotationBeanPostProcessor:155 - JSR-330 'javax.inject.Inject' annotation found and supported for autowiring

[MARVIN] 2019-01-02T17:07:21:960Z INFO o.s.c.e.EhCacheManagerFactoryBean:130 - Initializing EhCache CacheManager

[MARVIN] 2019-01-02T17:07:22:873Z INFO o.f.c.i.u.VersionPrinter:44 - Flyway 4.0.3 by Boxfuse

[MARVIN] 2019-01-02T17:07:22:941Z INFO o.f.c.i.d.DbSupportFactory:44 - Database: jdbc:postgresql://localhost:5432/marvin (PostgreSQL 9.4)

[MARVIN] 2019-01-02T17:07:23:094Z INFO o.f.c.i.c.DbValidate:44 - Successfully validated 5 migrations (execution time 00:00.037s)

[MARVIN] 2019-01-02T17:07:23:133Z INFO o.f.c.i.m.MetaDataTableImpl:44 - Creating Metadata table: "public"."schema_version"

[MARVIN] 2019-01-02T17:07:23:194Z INFO o.f.c.i.c.DbMigrate:44 - Current version of schema "public": << Empty Schema >>

[MARVIN] 2019-01-02T17:07:23:200Z WARN o.f.c.i.c.DbMigrate:48 - outOfOrder mode is active. Migration of schema "public" may not be reproducible.

[MARVIN] 2019-01-02T17:07:23:200Z INFO o.f.c.i.c.DbMigrate:44 - Migrating schema "public" to version 1 - initialize db

[MARVIN] 2019-01-02T17:07:23:273Z INFO o.f.c.i.c.DbMigrate:44 - Migrating schema "public" to version 2 - jobInstanceObjects

[MARVIN] 2019-01-02T17:07:23:306Z INFO o.f.c.i.c.DbMigrate:44 - Migrating schema "public" to version 3 - can cannot do

[MARVIN] 2019-01-02T17:07:23:341Z INFO o.f.c.i.c.DbMigrate:44 - Migrating schema "public" to version 4 - hostConfigSpec

[MARVIN] 2019-01-02T17:07:23:397Z INFO o.f.c.i.c.DbMigrate:44 - Migrating schema "public" to version 5 - vm model update

[MARVIN] 2019-01-02T17:07:23:415Z INFO o.f.c.i.c.DbMigrate:44 - Successfully applied 5 migrations to schema "public" (execution time 00:00.285s).

[MARVIN] 2019-01-02T17:07:23:616Z INFO o.s.o.j.LocalContainerEntityManagerFactoryBean:339 - Building JPA container EntityManagerFactory for persistence unit 'default'

[MARVIN] 2019-01-02T17:07:23:654Z INFO o.h.j.i.u.LogHelper:31 - HHH000204: Processing PersistenceUnitInfo [

name: default

...]

[MARVIN] 2019-01-02T17:07:23:885Z INFO o.h.Version:37 - HHH000412: Hibernate Core {5.1.0.Final}

[MARVIN] 2019-01-02T17:07:23:887Z INFO o.h.c.Environment:213 - HHH000206: hibernate.properties not found

[MARVIN] 2019-01-02T17:07:23:888Z INFO o.h.c.Environment:317 - HHH000021: Bytecode provider name : javassist

[MARVIN] 2019-01-02T17:07:24:019Z INFO o.h.a.c.Version:66 - HCANN000001: Hibernate Commons Annotations {5.0.1.Final}

[MARVIN] 2019-01-02T17:07:24:317Z INFO o.h.d.Dialect:156 - HHH000400: Using dialect: org.hibernate.dialect.PostgreSQLDialect

[MARVIN] 2019-01-02T17:07:24:538Z INFO o.h.e.j.e.i.LobCreatorBuilderImpl:124 - HHH000424: Disabling contextual LOB creation as createClob() method threw error : java.lang.reflect.InvocationTargetException

[MARVIN] 2019-01-02T17:07:24:539Z INFO o.h.t.BasicTypeRegistry:138 - HHH000270: Type registration [java.util.UUID] overrides previous : org.hibernate.type.UUIDBinaryType@14b77948

[MARVIN] 2019-01-02T17:07:24:977Z WARN o.h.b.i.SessionFactoryBuilderImpl:671 - Unrecognized hbm2ddl_auto value : none. Supported values include create, create-drop, update, and validate. Ignoring

[MARVIN] 2019-01-02T17:07:25:141Z INFO o.h.v.i.u.Version:30 - HV000001: Hibernate Validator 5.2.4.Final

[MARVIN] 2019-01-02T17:07:26:486Z INFO o.s.b.f.c.PropertiesFactoryBean:172 - Loading properties file from class path resource [application.properties]

[MARVIN] 2019-01-02T17:07:26:701Z INFO c.v.c.c.s.MarvinTrustManager:116 - PostConstruct:reloadAllowedAuthorities

[MARVIN] 2019-01-02T17:07:26:701Z INFO c.v.c.c.s.MarvinTrustManager:141 - reloadCrl

[MARVIN] 2019-01-02T17:07:26:842Z INFO c.v.c.c.u.PatternCollectionUtil:22 - Adding pattern : VMware vCenter Server Platform Services Controller

[MARVIN] 2019-01-02T17:07:26:842Z INFO c.v.c.c.u.PatternCollectionUtil:22 - Adding pattern : VMware vCenter Server Appliance

[MARVIN] 2019-01-02T17:07:26:843Z INFO c.v.c.c.u.PatternCollectionUtil:22 - Adding pattern : VMware vRealize Log Insight

[MARVIN] 2019-01-02T17:07:26:843Z INFO c.v.c.c.u.PatternCollectionUtil:22 - Adding pattern : VxRail Manager

[MARVIN] 2019-01-02T17:07:27:062Z INFO o.s.s.c.ThreadPoolTaskExecutor:165 - Initializing ExecutorService 'clientInboundChannelExecutor'

[MARVIN] 2019-01-02T17:07:27:088Z INFO o.s.s.c.ThreadPoolTaskExecutor:165 - Initializing ExecutorService 'clientOutboundChannelExecutor'

[MARVIN] 2019-01-02T17:07:27:503Z WARN c.v.c.c.r.RuntimePropertiesRepositoryImpl:95 - Property data.state.initialConfigurationMode not found

[MARVIN] 2019-01-02T17:07:27:516Z INFO c.v.c.c.r.RuntimePropertiesRepositoryImpl:142 - Setting property data.state.initialConfigurationMode to true.

[MARVIN] 2019-01-02T17:07:27:516Z INFO c.v.c.c.r.RuntimePropertiesRepositoryImpl:190 - Writing properties file: /var/lib/vmware-marvin/runtime.properties

[MARVIN] 2019-01-02T17:07:27:517Z WARN c.v.c.c.r.RuntimePropertiesRepositoryImpl:95 - Property data.state.configurationProcessActive not found

[MARVIN] 2019-01-02T17:07:27:518Z INFO c.v.c.c.r.RuntimePropertiesRepositoryImpl:142 - Setting property data.state.configurationProcessActive to false.

[MARVIN] 2019-01-02T17:07:27:518Z INFO c.v.c.c.r.RuntimePropertiesRepositoryImpl:190 - Writing properties file: /var/lib/vmware-marvin/runtime.properties

[MARVIN] 2019-01-02T17:07:27:520Z INFO c.v.m.c.r.AbstractSimpleJSONRepository:59 - No file /var/lib/vmware-marvin/clusterstate.json

[MARVIN] 2019-01-02T17:07:28:006Z INFO c.v.m.c.r.ConfigurationRepositoryImpl:66 - Reading file class path resource [default-config-static.json].

[MARVIN] 2019-01-02T17:07:28:097Z WARN c.v.m.c.r.ConfigurationJournalRepositoryImpl:72 - File doesn't exist /var/lib/vmware-marvin/config-journal.json

[MARVIN] 2019-01-02T17:07:30:080Z INFO o.h.h.i.QueryTranslatorFactoryInitiator:47 - HHH000397: Using ASTQueryTranslatorFactory

[MARVIN] 2019-01-02T17:07:30:212Z INFO c.v.m.v.c.s.c.BatchJobConfigurationServiceImpl:109 - Registering configuration job with name: standaloneConfigurationJob

[MARVIN] 2019-01-02T17:07:30:212Z INFO c.v.m.v.c.s.c.BatchJobConfigurationServiceImpl:111 - Registering configuration job with name: expansionConfigurationJob

[MARVIN] 2019-01-02T17:07:30:292Z INFO c.v.m.c.s.c.d.MarvinLoudmouthRegistrationService:61 - Configuring Marvin SSL.

[MARVIN] 2019-01-02T17:07:30:410Z INFO c.v.m.c.s.t.TaskManagerImpl:112 - Registered updater com.vmware.marvin.core.services.task.updater.InstantFailureTaskUpdater for TaskSource INSTANT_FAILURE

[MARVIN] 2019-01-02T17:07:30:410Z INFO c.v.m.c.s.t.TaskManagerImpl:112 - Registered updater com.vmware.marvin.core.services.task.updater.InstantSuccessTaskUpdater for TaskSource INSTANT_SUCCESS

[MARVIN] 2019-01-02T17:07:30:411Z INFO c.v.m.c.s.t.TaskManagerImpl:112 - Registered updater com.vmware.marvin.core.services.task.updater.LocalTaskUpdater for TaskSource LOCAL

[MARVIN] 2019-01-02T17:07:30:411Z INFO c.v.m.c.s.t.TaskManagerImpl:112 - Registered updater com.vmware.marvin.core.services.task.updater.VCTaskUpdater for TaskSource VC_TASK

[MARVIN] 2019-01-02T17:07:30:427Z WARN n.s.e.c.CacheConfiguration:841 - Cache 'supportBundleCache' is set to eternal but also has TTI/TTL set. To avoid this warning, clean up the config removing conflicting values of eternal, TTI and TTL. Effective configuration for Cache 'supportBundleCache' will be eternal='true', timeToIdleSeconds='0', timeToLiveSeconds='0'.

[MARVIN] 2019-01-02T17:07:30:481Z INFO c.v.m.c.s.t.TaskManagerImpl:129 - Registered broadcaster com.vmware.marvin.core.services.task.broadcaster.IOTaskBroadcaster for TaskType IO

[MARVIN] 2019-01-02T17:07:30:482Z INFO c.v.m.c.s.t.TaskManagerImpl:129 - Registered broadcaster com.vmware.marvin.core.services.task.broadcaster.LogBundleTaskBroadcaster for TaskType LOG_BUNDLE_GENERATION

[MARVIN] 2019-01-02T17:07:30:482Z INFO c.v.m.c.s.t.TaskManagerImpl:129 - Registered broadcaster com.vmware.marvin.core.services.task.broadcaster.ManageVMTaskBroadcaster for TaskType MANAGE_VM

[MARVIN] 2019-01-02T17:07:30:497Z INFO c.v.m.c.r.AbstractSimpleJSONRepository:59 - No file /var/lib/vmware-marvin/ovfs.json

[MARVIN] 2019-01-02T17:07:30:511Z INFO c.v.m.c.r.AbstractSimpleJSONRepository:59 - No file /var/lib/vmware-marvin/ovfvmw.json

[MARVIN] 2019-01-02T17:07:30:522Z INFO c.v.m.c.r.AbstractSimpleJSONRepository:59 - No file /var/lib/vmware-marvin/disk-group-mapping.json

[MARVIN] 2019-01-02T17:07:30:527Z INFO c.v.m.c.r.AbstractSimpleJSONRepository:59 - No file /var/lib/vmware-marvin/mounts.json

[MARVIN] 2019-01-02T17:07:30:530Z INFO c.v.m.c.r.PreviouslyCreatedVMRepositoryImpl:75 - File not found: {}.

[MARVIN] 2019-01-02T17:07:30:534Z INFO c.v.m.c.r.SecurityPolicyRepositoryImpl:76 - Reading risk profile 3 security policy file: /usr/lib/vmware-marvin/marvind/webapps/ROOT/WEB-INF/classes/securitypolicies/securitypolicy_profile3.properties.

[MARVIN] 2019-01-02T17:07:30:535Z INFO c.v.m.c.r.SecurityPolicyRepositoryImpl:88 - Reading risk profile 2 security policy file: /usr/lib/vmware-marvin/marvind/webapps/ROOT/WEB-INF/classes/securitypolicies/securitypolicy_profile2.properties.

[MARVIN] 2019-01-02T17:07:30:535Z INFO c.v.m.c.r.SecurityPolicyRepositoryImpl:100 - Reading risk profile 1 security policy file: /usr/lib/vmware-marvin/marvind/webapps/ROOT/WEB-INF/classes/securitypolicies/securitypolicy_profile1.properties.

[MARVIN] 2019-01-02T17:07:30:545Z INFO c.v.m.c.r.VMSpecificationRepositoryImpl:58 - Reading VM Specifications file (small): /usr/lib/vmware-marvin/marvind/webapps/ROOT/WEB-INF/classes/vmspecs/vmspec_small.properties.

[MARVIN] 2019-01-02T17:07:30:546Z INFO c.v.m.c.r.VMSpecificationRepositoryImpl:70 - Reading VM Specifications file (medium): /usr/lib/vmware-marvin/marvind/webapps/ROOT/WEB-INF/classes/vmspecs/vmspec_medium.properties.

[MARVIN] 2019-01-02T17:07:30:546Z INFO c.v.m.c.r.VMSpecificationRepositoryImpl:82 - Reading VM Specifications file (large): /usr/lib/vmware-marvin/marvind/webapps/ROOT/WEB-INF/classes/vmspecs/vmspec_large.properties.

[MARVIN] 2019-01-02T17:07:30:652Z INFO o.s.a.f.CglibAopProxy:265 - Unable to proxy method [public final void com.vmware.marvin.core.services.configuration.action.AbstractHostConfigurationAction.perform(java.lang.String,com.vce.commons.core.connection.VCConnection,java.lang.String,java.util.List,com.vmware.marvin.core.model.config.params.ConfigurationParameters) throws com.vmware.marvin.core.exception.ConfigurationException] because it is final: All calls to this method via a proxy will NOT be routed to the target instance.

[MARVIN] 2019-01-02T17:07:30:900Z INFO c.v.c.c.u.PatternCollectionUtil:22 - Adding pattern : VMware vCenter Server Platform Services Controller

[MARVIN] 2019-01-02T17:07:30:900Z INFO c.v.c.c.u.PatternCollectionUtil:22 - Adding pattern : VMware vCenter Server Appliance

[MARVIN] 2019-01-02T17:07:30:900Z INFO c.v.c.c.u.PatternCollectionUtil:22 - Adding pattern : VMware vRealize Log Insight

[MARVIN] 2019-01-02T17:07:30:900Z INFO c.v.c.c.u.PatternCollectionUtil:22 - Adding pattern : VxRail Manager

[MARVIN] 2019-01-02T17:07:31:175Z WARN c.v.m.c.s.i.m.MountService:45 - Clearing mounts.

[MARVIN] 2019-01-02T17:07:31:176Z INFO c.v.m.c.r.AbstractSimpleJSONRepository:93 - Setting entity: []

[MARVIN] 2019-01-02T17:07:31:176Z INFO c.v.m.c.r.AbstractSimpleJSONRepository:128 - Writing file /var/lib/vmware-marvin/mounts.json

[MARVIN] 2019-01-02T17:07:31:179Z INFO c.v.m.c.s.m.AboutQueryService:23 - VxRail Manager build: 4.5.070-6881818

[MARVIN] 2019-01-02T17:07:31:195Z INFO c.v.m.v.c.s.v.ValidationServiceImpl:55 - Registering configuration process with name: standaloneConfigurationProcess

[MARVIN] 2019-01-02T17:07:31:195Z INFO c.v.m.v.c.s.v.ValidationServiceImpl:57 - Registering configuration process with name: expansionConfigurationProcess

[MARVIN] 2019-01-02T17:07:31:340Z INFO c.v.c.c.r.TrackedHostRepositoryImpl:81 - No file /var/lib/vmware-marvin/hosts.json

[MARVIN] 2019-01-02T17:07:31:403Z INFO o.s.a.f.CglibAopProxy:265 - Unable to proxy method [public final void com.vce.commons.core.connection.AbstractVIMConnection.logout() throws com.vce.commons.core.exception.ConnectionException] because it is final: All calls to this method via a proxy will NOT be routed to the target instance.

January 4th, 2019 08:00

Hi,

there are several possible causes to this issue. Most of them related to DNS, NTP or certificate issues.

I suggest you to open a ticket and investigate with the support.

Regards,

No Events found!

Top