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.

Find Out Why Your AEM Integration Is Not Working | AEM Community Blog Seeding

Avatar

Administrator

6/5/23

BlogImage.jpg

Find Out Why Your AEM Integration Is Not Working by Achim Koch

Abstract

As AEM developers, we often encounter situations where third-party plugins are used to enhance the site’s functionality. Often you don’t have the plugin’s source code — and when the integration does not work ad hoc as expected troubleshooting can be challenging.

There are two types of integrations:

Frontend integration — the browser has a connection to both AEM and the 3rd party service. This sometimes is referred to as a mashup. If your plugin uses this strategy, you can use the browser’s development tool and you can stop reading. This article is not for you.
Backend integration — the browser connects to AEM, only and the 3rd party service is called from there.

Frontend and backend integration
Backend integration’s often are a black box. You don’t really know what’s going on. Debugging is more difficult. These are your options:

Remote-attach a debugger and have the code decompiled by the IDE
Crank up the log level to trace
Eavesdrop on the communication
Reading logfiles of course is the easiest solution. But you depend on the plugin’s diligence of logging. Not everything that would be of interest might be logged by the plugin.

I’ll save the tips how to remote debug a 3rd party app for later.

Read Full Blog

Find Out Why Your AEM Integration Is Not Working

Q&A

Please use this thread to ask the related questions.