cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Error while datahub initial load

Former Member
0 Likes
493

Hi Experts,

I am getting error while datahub initial load from hybris.

Hybris Error Logs:-

ERROR [hybrisHTTP15] [ClientRetryListener] Delete operation was unsuccessful : Data feed 'SAPCONFIGURATION_FEED' does not exist com.hybris.datahub.core.rest.DataHubOutboundException: Delete operation was unsuccessful : Data feed 'SAPCONFIGURATION_FEED' does not exist at com.hybris.datahub.core.rest.client.DefaultDataHubOutboundClient$ResponseHandler.handle(DefaultDataHubOutboundClient.java:247) ~[datahubadapterserver.jar:?] at com.hybris.datahub.core.rest.client.DefaultDataHubOutboundClient$ResponseHandler.access$0(DefaultDataHubOutboundClient.java:234) ~[datahubadapterserver.jar:?] at com.hybris.datahub.core.rest.client.DefaultDataHubOutboundClient.deleteByFeedInternal(DefaultDataHubOutboundClient.java:137) ~[datahubadapterserver.jar:?] at com.hybris.datahub.core.rest.client.DefaultDataHubOutboundClient.lambda$2(DefaultDataHubOutboundClient.java:126) ~[datahubadapterserver.jar:?] at org.springframework.retry.support.RetryTemplate.doExecute(RetryTemplate.java:287) ~[spring-retry-1.2.2.RELEASE.jar:?] at org.springframework.retry.support.RetryTemplate.execute(RetryTemplate.java:164) ~[spring-retry-1.2.2.RELEASE.jar:?] at com.hybris.datahub.core.rest.client.DefaultDataHubOutboundClient.deleteByFeed(DefaultDataHubOutboundClient.java:126) ~[datahubadapterserver.jar:?]

Datahub error logs:-

2019-02-20 09:11:28,210 [ERROR] [c.h.d.r.r.m.ValidationExceptionMapper] An exception intercepted com.hybris.datahub.validation.ValidationException: [ValidationFailure{FATAL, feed: "The feed 'SAPCONFIGURATION_FEED' was not found"}, ValidationFailure{FATAL, itemType: "RawSAPHTTPDestination typ at com.hybris.datahub.csv.service.impl.CsvDataLoadingValidator.validateForFailure(CsvDataLoadingValidator.java:72) at com.hybris.datahub.csv.service.impl.CsvDataLoadingValidator$$FastClassBySpringCGLIB$$794d0792.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:736) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.transaction.interceptor.TransactionInterceptor$1.proceedWithInvocation(TransactionInterceptor.java:99) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:282) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:671) at com.hybris.datahub.csv.service.impl.CsvDataLoadingValidator$$EnhancerBySpringCGLIB$$e4e77e42.validateForFailure() at com.hybris.datahub.csv.facade.impl.DefaultCsvImportFacade.validateForFailure(DefaultCsvImportFacade.java:80) at com.hybris.datahub.csv.facade.impl.DefaultCsvImportFacade.importCsv(DefaultCsvImportFacade.java:63) 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:497) at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:333) at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:190) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:213) at com.sun.proxy.$Proxy195.importCsv(Unknown Source) at com.hybris.datahub.csv.rest.resources.CsvImportResource.importCsvFile(CsvImportResource.java:46) at com.hybris.datahub.csv.rest.resources.CsvImportResource$$FastClassBySpringCGLIB$$5529a0b7.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:204) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:736) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:157) at org.springframework.aop.framework.adapter.MethodBeforeAdviceInterceptor.invoke(MethodBeforeAdviceInterceptor.java:52) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:168) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:92) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:179) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:671) at com.hybris.datahub.csv.rest.resources.CsvImportResource$$EnhancerBySpringCGLIB$$9d77496d.importCsvFile() 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:497) at org.glassfish.jersey.server.model.internal.ResourceMethodInvocationHandlerFactory$1.invoke(ResourceMethodInvocationHandlerFactory.java:81)

Thanks, Amit

Accepted Solutions (0)

Answers (2)

Answers (2)

VinayKumarS
Active Contributor
0 Likes

yes please check if all the jar files are added in the datahub or not. For more information for this SAPCONFIGURATION_FEED please check below link.

https://help.hybris.com/6.7.0/hcd/8c4c032486691014a3829b6bd409de4e.html

Former Member
0 Likes

Hi Amit,

Please check if all DH extensions gets deployed successfully and also, there isn't any error while DH server startup.

Thanks, Yaten