Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

AEM (Adobe Experience Manager 6.3) Salesforce Integration

Avatar

Level 1

I have to integrate AEM 6.3 with Salesforce . So I have follow the steps mention in below URL:

https://docs.adobe.com/docs/en/aem/6-3/administer/integration/third-party-services/salesforce.html

I have started the workflow . But getting below error :

Process implementation not found:
com.adobe.cq.mcm.salesforce.SalesforceExportProcess

Failure Stack :
com.adobe.granite.workflow.WorkflowException: Process implementation not found: com.adobe.cq.mcm.salesforce.SalesforceExportProcess
  at com.adobe.granite.workflow.core.job.HandlerBase.executeProcess(HandlerBase.java:202)
  at com.adobe.granite.workflow.core.job.JobHandler.process(JobHandler.java:244)
  at org.apache.sling.event.impl.jobs.JobConsumerManager$JobConsumerWrapper.process(JobConsumerManager.java:500)
  at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.startJob(JobQueueImpl.java:291)
  at org.apache.sling.event.impl.jobs.queues.JobQueueImpl.access$100(JobQueueImpl.java:58)
  at org.apache.sling.event.impl.jobs.queues.JobQueueImpl$1.run(JobQueueImpl.java:227)
  at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  at java.lang.Thread.run(Unknown Source)

1 Reply

Avatar

Administrator

Hi,

Are you sure your OSGI Component has started correctly?  It could be that you have a dependency that cannot be found, checking the components view is the best place to start.  http://localhost:4502/system/console/components



Kautuk Sahni