This is due to a bug in the JRE that is included in the Variations client. There is no current plan to provide a workaround.
See the entry in Java Bug Database for more information: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=6575395
In the edit container window of the cataloging UI, on all tabs except the description tab, there is a line displaying the container title directly beneath the container ID at the top of the pane. This line doesn't use a Unicode font and thus displays incorrectly.
This is planned to be fixed in the next version of Variations.
This is the result of a bad update process for Quicktime 7.2. This can be fixed by downloading the Quicktime 7.2 update from Apple's website (http://www.apple.com/support/downloads/quicktime72formac.html) and rerunning the update.
This problem should not happen with Variations 5.0.2, but will happen with earlier versions of Variations. This can be fixed by editing Variations/JRE/lib/security/java.policy file to look like the following:
grant { permission java.security.AllPermission; // Allows any thread to stop itself using the java.lang.Thread.stop() |