- Navigate to sites in my local
- Select a site (en_US) We.Retail
- Click on "Language Copy"
- Next screen shows error message "ERROR: Unable to get supported language list"
The log file shows following exceptions:
06.09.2018 10:06:27.670 *ERROR* [0:0:0:0:0:0:0:1 [1536208587602] POST /libs/cq/gui/components/projects/admin/translation HTTP/1.1] com.adobe.cq.wcm.translation.impl.servlet.TranslationSupportServlet Error while getting language List
java.lang.NullPointerException: null
at com.day.text.Text.getRelativeParent(Text.java:735)
at com.adobe.cq.wcm.translation.impl.servlet.TranslationSupportServlet.doPost(TranslationSupportServlet.java:237)
at org.apache.sling.api.servlets.SlingAllMethodsServlet.mayService(SlingAllMethodsServlet.java:149)
at org.apache.sling.api.servlets.SlingSafeMethodsServlet.service(SlingSafeMethodsServlet.java:346)
at org.apache.sling.api.servlets.SlingSafeMethodsServlet.service(SlingSafeMethodsServlet.java:378)
at org.apache.sling.engine.impl.request.RequestData.service(RequestData.java:552)
Happened to decompile and see whats on 735 its line for
int idx = handle.length();
dont know if handle is passed as null [ instead of string ]