Hi all,
I configure an environment on xMS 1.1.
When I try to Syncronize it, I receive this error in xms_log file:
ERROR [executionCommandExecutor-2] - An error occurred during discover-environment
com.documentum.xms.services.StepExecutionException: An error occured while performing discover operation on service: RepositoryService
at com.documentum.xms.api.impl.StepExecutorExceptionHandler.handleException(StepExecutorExceptionHandler.java:67)
at com.documentum.xms.api.impl.ExecutionStatesHandler.onFailStep(ExecutionStatesHandler.java:115)
at com.documentum.xms.api.impl.ExecutionStateManager.stepFailed(ExecutionStateManager.java:658)
at com.documentum.xms.api.impl.ExecutionStateManager$$FastClassByCGLIB$$f2f0c8f8.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.aop.aspectj.MethodInvocationProceedingJoinPoint.proceed(MethodInvocationProceedingJoinPoint.java:80)
at com.emc.xms.spring.aop.RetryDbOperation.handleTransaction(RetryDbOperation.java:60)
at sun.reflect.GeneratedMethodAccessor467.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethodWithGivenArgs(AbstractAspectJAdvice.java:621)
at org.springframework.aop.aspectj.AbstractAspectJAdvice.invokeAdviceMethod(AbstractAspectJAdvice.java:610)
at org.springframework.aop.aspectj.AspectJAroundAdvice.invoke(AspectJAroundAdvice.java:65)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
at com.documentum.xms.api.impl.ExecutionStateManager$$EnhancerByCGLIB$$4d525ef4.stepFailed(<generated>)
at com.documentum.xms.api.impl.StepsExecutor.performExecute(StepsExecutor.java:544)
at com.documentum.xms.api.impl.StepsExecutor.executeStep(StepsExecutor.java:198)
at com.documentum.xms.api.impl.StepsExecutor.executeStep(StepsExecutor.java:116)
at com.emc.xms.services.environment.impl.AutoDiscoveryService.executeDiscoverComponentVersions(AutoDiscoveryService.java:326)
at com.emc.xms.services.environment.impl.AutoDiscoveryService.discoverServiceComponentVersions(AutoDiscoveryService.java:260)
at com.emc.xms.services.environment.impl.AutoDiscoveryService$$FastClassByCGLIB$$cf906727.invoke(<generated>)
at net.sf.cglib.proxy.MethodProxy.invoke(MethodProxy.java:191)
at org.springframework.aop.framework.Cglib2AopProxy$CglibMethodInvocation.invokeJoinpoint(Cglib2AopProxy.java:689)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:90)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:172)
at org.springframework.aop.framework.Cglib2AopProxy$DynamicAdvisedInterceptor.intercept(Cglib2AopProxy.java:622)
at com.emc.xms.services.environment.impl.AutoDiscoveryService$$EnhancerByCGLIB$$f492704e.discoverServiceComponentVersions(<generated>)
at com.emc.xms.commands.impl.AutoDiscoveryCommand.discover(AutoDiscoveryCommand.java:187)
at com.emc.xms.commands.impl.AutoDiscoveryCommand.doExecute(AutoDiscoveryCommand.java:148)
at com.emc.xms.commands.impl.AbstractQueueExecutionCommand.execute(AbstractQueueExecutionCommand.java:77)
at com.emc.xms.execution.impl.ExecutionService$CommandExecutionTask.run(ExecutionService.java:338)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)
Caused by: com.documentum.xms.services.ServiceException: An error occured while performing discover operation on service: RepositoryService
at com.emc.xms.services.environment.impl.AutoDiscoveryService.executeServiceForDiscoverComponentVersion(AutoDiscoveryService.java:389)
at com.emc.xms.services.environment.impl.AutoDiscoveryService.access$300(AutoDiscoveryService.java:47)
at com.emc.xms.services.environment.impl.AutoDiscoveryService$2.execute(AutoDiscoveryService.java:306)
at com.emc.xms.services.environment.impl.AutoDiscoveryService$2.execute(AutoDiscoveryService.java:300)
at com.documentum.xms.api.impl.StepsExecutor.performExecute(StepsExecutor.java:533)
... 19 more
Caused by: java.lang.NullPointerException
at com.emc.xms.helpers.impl.RecipeHelper.addClusterVmsCredentials(RecipeHelper.java:383)
at com.emc.xms.helpers.impl.RecipeHelper.createDiscoverCommand(RecipeHelper.java:302)
at com.emc.xms.services.environment.impl.AutoDiscoveryService.executeServiceForDiscoverComponentVersion(AutoDiscoveryService.java:364)
... 23 more
I configured repository service and all services are up & running.
CAn you help?
Thx,
Dan