Skip to Content
0
Former Member
Jun 22, 2017 at 12:29 PM

Target system 'HybrisCoreInstallation' not found for request publication data [Solved]

280 Views

Hi, In the publication step against Hybris in local I got the next error.

 ➜  curl -u admin:nimda --data-binary @publication.json -H "Content-Type:application/json" --request POST http://localhost:8080/datahub-webapp/v1/pools/GLOBAL/publications
 Target system 'HybrisCoreInstallation' not found for request publication data: TargetSystemPublicationData{publicationId=null, startTime=null, endTime=null, status='null', targetSystemName='HybrisCoreInstallation', actionId=5, poolName='null', canonicalItemCount=0, internalErrorCount=0, externalErrorCount=0, numberOfErrors=0, ignoredCount=0}%  

I have the next configuration in the target-datahub-extension.xml:

             <name>HybrisCoreInstallation</name>
             <type>HybrisCore</type>
             <exportURL>${datahub.extension.exportURL}</exportURL>
             <userName>${datahub.extension.userName}</userName>
             <password>${datahub.extension.password}</password>

I have not customization in the data hub adapter in /opt/datahub/extension. And the Raw and Canonical process are SUCCESS as status.

Many Thanks.