You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2020. It is now read-only.
Executed mvn -PautoInstallPackage clean install -DskipTests
The above step had installed the necessary in my AEM Author instance.
For trying the demo scenarios, I copied the raw content of the CSV and save the content in 'test'csv' and visits the import product link. In the pop up I can see only geomertixx visible. I tried to upload and I got the following issue
04.03.2016 00:45:55.590 INFO [0:0:0:0:0:0:0:1 [1457032555528] POST /libs/commerce/products HTTP/1.1] com.adobe.granite.repository Service [3516, [java.lang.Runnable]] ServiceEvent REGISTERED
04.03.2016 00:45:55.590 ERROR [0:0:0:0:0:0:0:1 [1457032555528] POST /libs/commerce/products HTTP/1.1] info.geometrixx.commons.impl.importexport.CSVProductImporter Failed to update product blbk01
java.lang.RuntimeException: product doesn't exist
at info.geometrixx.commons.impl.importexport.CSVProductImporter.updateProduct(CSVProductImporter.java:287)
at info.geometrixx.commons.impl.importexport.CSVProductImporter.doImport(CSVProductImporter.java:203)
at com.adobe.cq.commerce.pim.common.AbstractImporter.run(AbstractImporter.java:167)
at com.adobe.cq.commerce.pim.common.AbstractProductImporter.importProducts(AbstractProductImporter.java:123)
at com.adobe.cq.commerce.pim.impl.ProductDataServlet.doPost(ProductDataServlet.java:111)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Executed mvn -PautoInstallPackage clean install -DskipTests
The above step had installed the necessary in my AEM Author instance.
For trying the demo scenarios, I copied the raw content of the CSV and save the content in 'test'csv' and visits the import product link. In the pop up I can see only geomertixx visible. I tried to upload and I got the following issue
04.03.2016 00:45:55.590 INFO [0:0:0:0:0:0:0:1 [1457032555528] POST /libs/commerce/products HTTP/1.1] com.adobe.granite.repository Service [3516, [java.lang.Runnable]] ServiceEvent REGISTERED
04.03.2016 00:45:55.590 ERROR [0:0:0:0:0:0:0:1 [1457032555528] POST /libs/commerce/products HTTP/1.1] info.geometrixx.commons.impl.importexport.CSVProductImporter Failed to update product blbk01
java.lang.RuntimeException: product doesn't exist
at info.geometrixx.commons.impl.importexport.CSVProductImporter.updateProduct(CSVProductImporter.java:287)
at info.geometrixx.commons.impl.importexport.CSVProductImporter.doImport(CSVProductImporter.java:203)
at com.adobe.cq.commerce.pim.common.AbstractImporter.run(AbstractImporter.java:167)
at com.adobe.cq.commerce.pim.common.AbstractProductImporter.importProducts(AbstractProductImporter.java:123)
at com.adobe.cq.commerce.pim.impl.ProductDataServlet.doPost(ProductDataServlet.java:111)
The text was updated successfully, but these errors were encountered: