Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
 [root@JobScheduler ~]#
 /opt/sos-berlin.com/jobscheduler/scheduler/bin/dashboard.sh
 Exception in thread "main" java.util.MissingResourceException: Can't
 find bundle for base name
 com.sos.dailyschedule.SOSSchedulerDashboardMain, locale en
 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.sos.localization.Messages.getBundle(Messages.java:81)
 at com.sos.localization.Messages.<init>(Messages.java:65)
 at
 com.sos.JSHelper.Basics.JSToolBox.setMessageResource(JSToolBox.java:69)
 at com.sos.JSHelper.Basics.JSToolBox.<init>(JSToolBox.java:55)
 at com.sos.i18n.I18NBase.<init>(I18NBase.java:63)
 at
 com.sos.dailyschedule.SosSchedulerDashboardMain.<init>(SosSchedulerDashboardMain.java:55)
 at
 com.sos.dailyschedule.SosSchedulerDashboardMain.main(SosSchedulerDashboardMain.java:50)

You Here you have to carry out an intermediate step to convert from UTF-8 to ISO-8859-1, using the native2ascii program, which is part of the Java JDK:

...

Finally, do not forget that the new language file must be located at the same place as the other language files. If not, it is possible that you will get an error message if the program tries to read an english message every time a message in your new language is not found.

When all goes well, your interface should look something like this (JID Interface in Japanese):
Image Added

Get in touch with us if you have any problems not covered by the above or wish to check if your language is already being localised.

...