this issue still there. Has anyone fixed this or any fix available from acs commons side ?
Error log till date:
Caused by: java.lang.NullPointerException: null
at com.adobe.acs.commons.marketo.impl.MarketoClientConfigurationManagerImpl.getConfiguration(MarketoClientConfigurationManagerImpl.java:56) [com.adobe.acs.acs-aem-commons-bundle:4.7.0]
... 294 common frames omitted
01.07.2022 14:32:22.397 *ERROR* [0:0:0:0:0:0:0:1 [1656666142022] GET /content/we-retail/us/en.html HTTP/1.1] org.apache.sling.scripting.sightly.compiler.util.ObjectModel Cannot access method configuration on object com.adobe.acs.commons.marketo.impl.MarketoClientConfigurationManagerImpl@49e36769
java.lang.reflect.InvocationTargetException: null
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
Clearly, it seems that for the anonymous user i.e. for non-logged-in user the code is failing to read the marketo
configurations.
Anyone aware of any fix given for this until now ?