App builder with asset compute worker to remove image background
Hi all,
I am trying to build a Asset Compute Worker (App Builder) App that can be integrated with AEMaaCS instance and will help to remove the background that is available in the AEM Asset Compute Worker with Photoshop API Code Lab.
I have followed the above lessons to remove the image background via the custom processing profile, the asset reprocess is getting failed, i checked the AEM error logs getting the below logs. Malformed URL:
java.net.MalformedURLException: Malformed URL: https://workspace_url/api/v1/web/assetcomputeworker/worker
at com.adobe.cq.assetcompute.impl.connection.ConnectionServiceImpl.validateWorkerURL(ConnectionServiceImpl.java:444) [com.adobe.cq.dam.cq-dam-processor-nui:1.1.838]
at com.adobe.cq.assetcompute.impl.connection.ConnectionServiceImpl.dataSanitization(ConnectionServiceImpl.java:415) [com.adobe.cq.dam.cq-dam-processor-nui:1.1.838]
at com.adobe.cq.assetcompute.impl.connection.ConnectionServiceImpl.callProcessing(ConnectionServiceImpl.java:354) [com.adobe.cq.dam.cq-dam-processor-nui:1.1.838]
at com.adobe.cq.assetcompute.impl.AssetComputeJob.call(AssetComputeJob.java:83) [com.adobe.cq.dam.cq-dam-processor-nui:1.1.838]
at com.adobe.cq.assetcompute.impl.AssetComputeJob.call(AssetComputeJob.java:43) [com.adobe.cq.dam.cq-dam-processor-nui:1.1.838]
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
at java.base/java.lang.Thread.run(Thread.java:834)
If anyone knows how to solve the above issue, please let me know. Thanks in advance!
Regards,
Bhavani Bharanidharan