Expand my Community achievements bar.

Don’t miss the AEM Skill Exchange in SF on Nov 14—hear from industry leaders, learn best practices, and enhance your AEM strategy with practical tips.
SOLVED

ProxyAsyncScriptableFactory uses the deprecated asynchronous API provided by the 'granite' namespace

Avatar

Level 5

I'm seeing these errors all over my log files and would like to clean them up.

~~15.02.2017 12:57:57.609 *WARN* [10.1.51.108 [1487188677505] GET /content/home/help/products/prism-tv/parental-controls/locking-channels-using-prism-parental-controls.html HTTP/1.1] org.apache.sling.scripting.sightly.js.impl.jsapi.ProxyAsyncScriptableFactory Script /apps/ewcm/components/global/scripts/head.js uses the deprecated asynchronous API provided by the 'granite' namespace. Please refactor the script to use the synchronous API provided by the org.apache.sling.scripting.javascript bundle.

I've attached the head.js file here as well.

Do I need to rewrite this javascript?

Thank you in advance.

-Dean

1 Accepted Solution

Avatar

Correct answer by
Level 10

Is this in response to a custom component that you programmed? If yes - are you using a deprecated API?

View solution in original post

4 Replies

Avatar

Correct answer by
Level 10

Is this in response to a custom component that you programmed? If yes - are you using a deprecated API?

Avatar

Level 5

Changed the references in the USE-API .... no longer use ResourceUtils .... updated file is attached.

Thanks,

-Dean