cancel
Showing results for 
Search instead for 
Did you mean: 

AEM / Magento 2 Connector

AEM / Magento 2 Connector

Hi Guys-

I am working on Magento 2 with the connector to AEM 6.2 however I am getting exceptions when running the product importer for the 1st time. I am getting the following exception: 

 

com.fasterxml.jackson.databind.JsonMappingException: Can not construct instance of com.infield.magento.catalog.connector.models.MagentoProduct, problem: null

 

It shows the json for the products be imported and I do not see a problem with the json stream. Has anyone encountered this before and have some insights on what is the issue? 

1 REPLY 1

Re: AEM / Magento 2 Connector

Hi Crider818,

I am not expert in AEM but i know the basic of AEM configuration.

But try with following logic, this might be helpful.

1. Using Cron export magento Product data as CSV sheet and keep some where in common folder path.

2. I guess  there will be on Import option is available in AEM. Correct me in case if am wrong.Using that AEM import module will create one AEM cron to fetch the magento CSV and import into AEM and display on frontend.

 

best regards