Using vlt commands moving the content from one server to another.Following errors displayed in logs.Intermediate saving 1487 nodes (259 kB)...[ERROR] Error during intermediate save (1487); try again later: javax.jcr.ItemNotFoundException: Not a child: imgUrlAEM 6.3 : how to migrate the content, dam ...
Hi,I am seeing following errors in log (AEM 6.3)org.apache.jackrabbit.oak.jcr.session.RefreshStrategy This session has been idle for 4 minutes and might be out of date. Consider using a fresh session or explicitly refresh the session.java.lang.Exception: The session was created here:Can any one tell...
Thanks for the reply. AEM 6.3 is the version number.Do you think it is because of application code? If so, any best practice suggestions around this.Thanks,Sri
/csrf/token.json is allowed at dispatcher.any levelcontexthub cart.json ajax post call is failing in the csrf.js.For now , disabled contexthub, so there will bo no invalidstateerror and application ajax calls are executing.
I am seeing same warnings in application error logs about session idle for so and so minutes.Is there any fix for this ?Either code solution or hot fix?I do not want to get confused with actual errors with these kind of warnings/exceptionsThanks,Sri
This issue is happening due to csrf.js located in libs/grantie/jquery/granite pathIn the following code for POST requests "this._csrf" value set to true and the following code goes to fail function which results in aborting ajax post calls.could anyone from adobe staff can help ?XMLHttpRequest.proto...
Issue is happening with or without dispatcher. I am able to reproduce the issue on publisher instance.how to get the csrf token and send while making an ajax call?one of ajax post call is failing with "unable to read csrf meta information" and trying to get the code working.appreciate any help. some...
@Thomas_PNC @kunal123 how to get the csrf token and send while making an ajax call?one of ajax post call is failing with "unable to read csrf meta information" and trying to get the code working.appreciate any help. some pesudocode here:getFundData: function(resortId, requestData) { var fundP...