Vysakh I Posted June 29, 2020 Posted June 29, 2020 Hi I am new to TIBCO MDM administration and I was trying to do a migration from MDM Version 9.1.x to 9.2. When I try to deploy the new ECM.ear, I am getting below error: 15:34:28,462 INFO [stdout] (ServerService Thread Pool -- 63) Code: JAV-8001: Unexpected error. Class: 'com.tibco.mdm.infrastructure.globalobj.GlobalObjInitializer' and method name: 'createAndInitObject'. Additional information: java.lang.RuntimeException: Incorrect configuration for cache. See exception:Failed to instantiate Spring XML application context [err=Error creating bean with name 'ignite.cfg' defined in InputStream resource [resource loaded through InputStream]: Cannot create inner bean 'org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi#57908498' of type [org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi] while setting bean property 'discoverySpi'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi#57908498' defined in InputStream resource [resource loaded through InputStream]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.apache.ignite.internal.util.IgniteUtils]. 15:34:28,465 INFO [stdout] (ServerService Thread Pool -- 63) ID: C0A83865_4028B8E57302378901730237A4FE0001 15:34:28,467 INFO [stdout] (ServerService Thread Pool -- 63) DATETIME: Mon Jun 29 15:34:27 PDT 2020 15:34:28,467 INFO [stdout] (ServerService Thread Pool -- 63) EXCEPTIONMESSAGE: java.lang.RuntimeException: Incorrect configuration for cache. See exception:Failed to instantiate Spring XML application context [err=Error creating bean with name 'ignite.cfg' defined in InputStream resource [resource loaded through InputStream]: Cannot create inner bean 'org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi#57908498' of type [org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi] while setting bean property 'discoverySpi'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi#57908498' defined in InputStream resource [resource loaded through InputStream]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.apache.ignite.internal.util.IgniteUtils] 15:34:28,468 INFO [stdout] (ServerService Thread Pool -- 63) STACKTRACE: java.lang.RuntimeException: Incorrect configuration for cache. See exception:Failed to instantiate Spring XML application context [err=Error creating bean with name 'ignite.cfg' defined in InputStream resource [resource loaded through InputStream]: Cannot create inner bean 'org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi#57908498' of type [org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi] while setting bean property 'discoverySpi'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi#57908498' defined in InputStream resource [resource loaded through InputStream]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.apache.ignite.internal.util.IgniteUtils] 15:34:28,469 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.cache.MqCacheManagerIgnite.init(MqCacheManagerIgnite.java:198) 15:34:28,469 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.cache.MqCacheManagerIgnite.init(MqCacheManagerIgnite.java:151) 15:34:28,469 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.cache.MqCacheManager.init(MqCacheManager.java:107) 15:34:28,469 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.util.InitClassUtil.initObject(InitClassUtil.java:777) 15:34:28,470 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.util.InitClassUtil.createAndInitObject(InitClassUtil.java:605) 15:34:28,470 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.util.InitClassUtil.createAndInitObject(InitClassUtil.java:500) 15:34:28,470 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.globalobj.GlobalObjInitializer.createAndInitObject(GlobalObjInitializer.java:165) 15:34:28,470 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.globalobj.GlobalObjInitializer.init(GlobalObjInitializer.java:70) 15:34:28,470 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.globalobj.MqStartup.__init(MqStartup.java:251) 15:34:28,470 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.globalobj.MqStartup.<init>(MqStartup.java:104) 15:34:28,470 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.globalobj.MqStartup.getInstance(MqStartup.java:361) 15:34:28,474 INFO [stdout] (ServerService Thread Pool -- 63) at deployment.ECM.ear//com.tibco.mdm.infrastructure.globalobj.MqStartupWrapper.init(MqStartupWrapper.java:53) 15:34:28,474 INFO [stdout] (ServerService Thread Pool -- 63) at javax.servlet.api@2.0.0.Final-redhat-00001//javax.servlet.GenericServlet.init(GenericServlet.java:180) 15:34:28,474 INFO [stdout] (ServerService Thread Pool -- 63) at io.undertow.servlet@2.0.28.SP1-redhat-00001//io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:117) 15:34:28,474 INFO [stdout] (ServerService Thread Pool -- 63) at org.wildfly.extension.undertow@7.3.0.GA-redhat-00004//org.wildfly.extension.undertow.security.RunAsLifecycleInterceptor.init(RunAsLifecycleInterceptor.java:78) 15:34:28,474 INFO [stdout] (ServerService Thread Pool -- 63) at io.undertow.servlet@2.0.28.SP1-redhat-00001//io.undertow.servlet.core.LifecyleInterceptorInvocation.proceed(LifecyleInterceptorInvocation.java:103) 15:34:28,475 INFO [stdout] (ServerService Thread Pool -- 63) at io.undertow.servlet@2.0.28.SP1-redhat-00001//io.undertow.servlet.core.ManagedServlet$DefaultInstanceStrategy.start(ManagedServlet.java:305) 15:34:28,475 INFO [stdout] (ServerService Thread Pool -- 63) at io.undertow.servlet@2.0.28.SP1-redhat-00001//io.undertow.servlet.core.ManagedServlet.createServlet(ManagedServlet.java:145) 15:34:28,475 INFO [stdout] (ServerService Thread Pool -- 63) at io.undertow.servlet@2.0.28.SP1-redhat-00001//io.undertow.servlet.core.DeploymentManagerImpl$2.call(DeploymentManagerImpl.java:585) 15:34:28,479 INFO [stdout] (ServerService Thread Pool -- 63) at io.undertow.servlet@2.0.28.SP1-redhat-00001//io.undertow.servlet.core.DeploymentManagerImpl$2.call(DeploymentManagerImpl.java:556) 15:34:28,480 INFO [stdout] (ServerService Thread Pool -- 63) at io.undertow.servlet@2.0.28.SP1-redhat-00001//io.undertow.servlet.core.ServletRequestContextThreadSetupAction$1.call(ServletRequestContextThreadSetupAction.java:42) 15:34:28,480 INFO [stdout] (ServerService Thread Pool -- 63) at io.undertow.servlet@2.0.28.SP1-redhat-00001//io.undertow.servlet.core.ContextClassLoaderSetupAction$1.call(ContextClassLoaderSetupAction.java:43) 15:34:28,480 INFO [stdout] (ServerService Thread Pool -- 63) at org.wildfly.extension.undertow@7.3.0.GA-redhat-00004//org.wildfly.extension.undertow.security.SecurityContextThreadSetupAction.lambda$create$0(SecurityContextThreadSetupAction.java:105) 15:34:28,480 INFO [stdout] (ServerService Thread Pool -- 63) at org.wildfly.extension.undertow@7.3.0.GA-redhat-00004//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504) 15:34:28,480 INFO [stdout] (ServerService Thread Pool -- 63) at org.wildfly.extension.undertow@7.3.0.GA-redhat-00004//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504) 15:34:28,480 INFO [stdout] (ServerService Thread Pool -- 63) at org.wildfly.extension.undertow@7.3.0.GA-redhat-00004//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504) 15:34:28,480 INFO [stdout] (ServerService Thread Pool -- 63) at org.wildfly.extension.undertow@7.3.0.GA-redhat-00004//org.wildfly.extension.undertow.deployment.UndertowDeploymentInfoService$UndertowThreadSetupAction.lambda$create$0(UndertowDeploymentInfoService.java:1504) 15:34:28,480 INFO [stdout] (ServerService Thread Pool -- 63) at io.undertow.servlet@2.0.28.SP1-redhat-00001//io.undertow.servlet.core.DeploymentManagerImpl.start(DeploymentManagerImpl.java:598) 15:34:28,480 INFO [stdout] (ServerService Thread Pool -- 63) at org.wildfly.extension.undertow@7.3.0.GA-redhat-00004//org.wildfly.extension.undertow.deployment.UndertowDeploymentService.startContext(UndertowDeploymentService.java:97) 15:34:28,481 INFO [stdout] (ServerService Thread Pool -- 63)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now