Skip to Content
0
Sep 07, 2023 at 09:01 PM

SAP IS Custom Adapter Development Error - Camel Context

79 Views Last edit Sep 08, 2023 at 05:54 AM 2 rev

Hi,

I wanted to start with custom adapter development on SAP Integration Suite. And tried to follow the steps of this blog:

https://blogs.sap.com/2022/02/08/integration-suite-developing-custom-adapters-with-ide-of-your-choice/

So I installed SAP ADK, Created a new maven project with the correct coordinates (com.sap.cloud.adk:com.sap.cloud.adk.archetype-adapter) , i have built the project (I changed nothing in the code) and got the .esa file (without any errors). Then i went to the Integration Suite, created an integration adapter from the .esa file and deployed it. Then i created an integration flow and used this adapter as sender adapter and just entered the message (i tried an uri as well but i got the same errror).

Finally i saved the integration flow and deployed it.

In the monitoring the deployment of the integration flow is failing and i am getting an error with only this error message:

[CONTENT][CONTENT_DEPLOY][InstanceError] : {"message":"CAMEL_CONTEXT_NOT_STARTED"}

I followed everything step by step from the blog above. What could i check or do to resolve the error?

Thanks

Greetings Enrico