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() |
This problem can be fixed by executing the following from /home/dmlserv/ where <library_name> is replaced with the abbreviation of your institution or library:
bin/generateAccessPage.sh <library_name>_CATALOGING <library_name>/Container/376908 content/access/ |
When creating a new recording or score, the cataloging ID is inserted into the Other System IDs field in uppercase.
The only way to fix this at the moment is to manually change the value in the Other System IDs field to have the correct case.
There is a bug in the XSLT stylesheet that renders the access pages which can cause the link to the OPAC to be incorrect.
To fix this, change the following lines in data/accessPages/access.xsl from:
<xsl:attribute name="href"> <xsl:value-of select="$catalogurl"/> <xsl:value-of select="substring(/AudioAccessPage/OrderedMediaObjects/MO[1]/Label,1,7)" /> </xsl:attribute> |
to:
<xsl:attribute name="href"> <xsl:value-of select="$catalogurl"/> <xsl:value-of select="normalize-space(substring-after(//Container/OtherSystemIds/OtherSystemId[contains(.,'Variations')],'(Variations)'))" /> </xsl:attribute> |
And in data/accessPages/score-access.xsl from:
<xsl:attribute name="href"> <xsl:value-of select="$catalogurl"/> <xsl:value-of select="$varID-upper"/> </xsl:attribute> |
to:
<xsl:attribute name="href"> <xsl:value-of select="$catalogurl"/> <xsl:value-of select="$varID"/> </xsl:attribute> |
Some links to an outside site were accidentilly left in the user guide.
To fix these links, replace the following lines in public_html/use/apple_download.html from:
Here are some sample files you can use to do all this configuration at one time.</p> <p> Test Firefox configuration with samples from the <a href="http://www.kurtpeterson.net/v3/samples.html">samples </a> page </p> <p><strong>Internet Explorer</strong></p> |
to:
Here are some sample files you can use to do all this configuration at one time.</p> <p> Test Firefox configuration with samples from the <a href="samples.html">samples </a> page </p> <p><strong>Internet Explorer</strong></p> |
And in public_html/use/microsoft_download.html from:
<li> In the Preferences menu select the Steaming tab </li> <li>Ensure that the streaming speed matches your Internet connection speed. <a href="http://www.kurtpeterson.net/v3/microsoft_download.html#fig1">(Figure 1) </a>. </li> <li> Close the QuickTime preferences window. </li> |
to:
<li> In the Preferences menu select the Steaming tab </li> <li>Ensure that the streaming speed matches your Internet connection speed. <a href="#fig1">(Figure 1) </a>. </li> <li> Close the QuickTime preferences window. </li> |
The Mime types listed in the Mac installation section are incorrect.
To fix this change the four instances of "application/x-Variations" to "application/x-variations2" and the three instances of "application/x-Variations-timeline" to "application/x-variations2-timeline" in public_html/use/apple_download.html.
The realm drop down box appears in the user login window when the server has more than one AuthenticationScheme configuration for a given protocol. A fix for this is to use the label attribute in the AuthenticationScheme tag. See Administrator's Guide - Authentication for instructions on using the label attribute.
When adding pages to a score, if previously added pages have been grouped, no new pages can be added. The workaround for this is to add all pages before grouping, or remove the grouping if new pages need to be added.
After importing track timings from a CD using the Import Tracks dialog, the container structure track labels appear as "rack 1." instead of "Track 1. " To fix records in question, open the Container record from the Admin tab. Select the Container Structure tab and fix the track labels individually by adding a space after the period and clicking the Update button. For example, "Track 1." would become "Track 1. ".
Printing score pages (with or without annotations) may come out as blank pages due to a problem with memory management. There is no known workaround at the moment.
On Mac OSX 10.5 (Leopard) when the Variations application tries to launch a web page, either as a result of a link or menu item, the page will only display if the default web browser is already running. Therefore, the workaround to this problem is to make sure the default browser is running when using Variations.
Mac OSX 10.5 (Leopard) has a search embedded in the help menu of every application. This search returns links to menu items within Variations and links to non-Variations help documentation. Currently, Variations does not make use of the Mac OSX help documentation features. This results in Apple's default functionality which is to return any help documentation results in the help menu search. There is no workaround.
On Mac OSX 10.4 (Tiger), Apple Key-Space causes Mac Spotlight search to open and does not cause the Variations player to pause playback. On Mac OSX 10.5 (Leopard), this keystroke causes Mac Spotlight search to open, but also pauses playback within Variations.