Hello Experts,
We get this error message in taskspace when we try to start a workflow.
java.util.MissingResourceException: Can't find bundle for base name com.documentum.webcomponent.library.workflow.startworkflow.LaunchStartSənəd dövriyyəsiNlsProp, locale az_AZ
at java.util.ResourceBundle.throwMissingResourceException(ResourceBundle.java:1427)
at java.util.ResourceBundle.getBundleImpl(ResourceBundle.java:1250)
at java.util.ResourceBundle.getBundle(ResourceBundle.java:777)
at com.documentum.nls.NlsResourceBundle.loadBundle(NlsResourceBundle.java:208)
at com.documentum.nls.NlsResourceBundle.getBundle(NlsResourceBundle.java:279)
at com.documentum.nls.NlsResourceBundle.getStringFromBundle(NlsResourceBundle.java:543)
at com.documentum.nls.NlsResourceBundle.getStringFromBundle(NlsResourceBundle.java:579)
at com.documentum.nls.NlsResourceBundle.getStringInternal(NlsResourceBundle.java:314)
According to the error message it is looking for NLS bundle "com.documentum.webcomponent.library.workflow.startworkflow.LaunchStartSənəd dövriyyəsiNlsProp" but it does not exist. It actually should look for
"com.documentum.webcomponent.library.workflow.startworkflow.LaunchStartWorkflowNlsProp" file which exist on the system.
Translation of "Workflow" to our language is "Sənəd dövriyyəsi" and this component translates it to our language and then looks for the NLS file.
There are no customizations on that components.
have you ever faced such a problem?