| Environment Info |
|---|
OS - Windows 2008 R2 SP1 64bit TCServer - vfabric-tc-server-standard-2.8.1.RELEASE Tomcat - tomcat-7.0.32.B.RELEASE |
I've been attempting to manually provision xCP environment and it has been a heck of a time trying to get this up and have all components integrated. I finally got the application up and running, but application logs spit out the warning below. I believe it is related to the dfc.globalregistry.password in the dfc.properties but the application seems to work. It's not stopping the application from running, just a pain when trying to debug other issues.
Thanks in advance
| TCServer output stack dump |
|---|
INFO | jvm 1 | 2013/01/18 10:12:29 | 2013-01-18T10:12:28.991-0500 ERROR [Tlocalhost-startStop-1] [] [?:?] DfException:: THREAD: localhost-startStop-1; MSG: [DFC_API_W_ATTEMPT_TO_USE_DEPRECATED_CRYPTO_API] WARNING: Program attempts to use deprecated non-FIPS compliant cryptography API. This is not recommended. Please consult the documentation for more detail. ; ERRORCODE: ff; NEXT: null INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.impl.util.PBEUtils.decrypt(PBEUtils.java:125) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.impl.util.RegistryPasswordUtils.decrypt(RegistryPasswordUtils.java:114) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.common.DfPreferences$PasswordHandler.encryptIfNecessary(DfPreferences.java:1960) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.common.DfPreferences$PasswordHandler.set(DfPreferences.java:1953) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.client.DfTypedObject.doSetString(DfTypedObject.java:1441) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.client.DfTypedObject.setString(DfTypedObject.java:1418) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.common.impl.preferences.TypedPreferences.loadProperty(TypedPreferences.java:465) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.common.impl.preferences.TypedPreferences.loadProperties(TypedPreferences.java:343) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.common.DfPreferences.loadProperties(DfPreferences.java:377) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.common.impl.preferences.PreferencesManager.<init>(PreferencesManager.java:38) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.common.DfPreferences.initialize(DfPreferences.java:64) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.common.DfPreferences.getInstance(DfPreferences.java:43) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.client.DfSimpleDbor.getDefaultDbor(DfSimpleDbor.java:78) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.client.DfSimpleDbor.<init>(DfSimpleDbor.java:66) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.client.DfClient$ClientImpl.<init>(DfClient.java:350) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.documentum.fc.client.DfClient.<clinit>(DfClient.java:766) INFO | jvm 1 | 2013/01/18 10:12:29 | at com.emc.xcp.persistence.documentum.SessionManagerProvider.init(SessionManagerProvider.java:33) INFO | jvm 1 | 2013/01/18 10:12:29 | at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) INFO | jvm 1 | 2013/01/18 10:12:29 | at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39) INFO | jvm 1 | 2013/01/18 10:12:29 | at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25) INFO | jvm 1 | 2013/01/18 10:12:29 | at java.lang.reflect.Method.invoke(Method.java:597) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:346) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:299) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:132) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:394) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1448) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:519) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.findAutowireCandidates(DefaultListableBeanFactory.java:848) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.doResolveDependency(DefaultListableBeanFactory.java:790) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.resolveDependency(DefaultListableBeanFactory.java:707) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor$AutowiredFieldElement.inject(AutowiredAnnotationBeanPostProcessor.java:478) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.annotation.InjectionMetadata.inject(InjectionMetadata.java:87) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor.postProcessPropertyValues(AutowiredAnnotationBeanPostProcessor.java:284) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.populateBean(AbstractAutowireCapableBeanFactory.java:1106) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:517) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:456) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:294) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:225) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:291) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:193) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:585) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:913) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:385) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:284) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:111) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4791) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5285) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:901) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:877) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.apache.catalina.core.StandardHost.addChild(StandardHost.java:633) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.apache.catalina.startup.HostConfig.deployWAR(HostConfig.java:968) INFO | jvm 1 | 2013/01/18 10:12:29 | at org.apache.catalina.startup.HostConfig$DeployWar.run(HostConfig.java:1646) INFO | jvm 1 | 2013/01/18 10:12:29 | at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:439) INFO | jvm 1 | 2013/01/18 10:12:29 | at java.util.concurrent.FutureTask$Sync.innerRun(FutureTask.java:303) INFO | jvm 1 | 2013/01/18 10:12:29 | at java.util.concurrent.FutureTask.run(FutureTask.java:138) INFO | jvm 1 | 2013/01/18 10:12:29 | at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:886) INFO | jvm 1 | 2013/01/18 10:12:29 | at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:908) INFO | jvm 1 | 2013/01/18 10:12:29 | at java.lang.Thread.run(Thread.java:662) |