...
On Mac OSX, Apple Key-Space causes Mac Spotlight search to open and does not cause the Variations player to pause playback.
generateAccessPage.sh does not work on the Variations server
Running bin/generateAccessPage.sh from dmlserv's home directory as dmlserv will fail due to missing configuration in conf/client/dml.conf. To fix this, copy the following name/value pairs from conf/server/dmlserver.xml:
Code Block |
---|
<SystemProperty name="dml.z3950.Container.enabled">true</SystemProperty>
<SystemProperty name="dml.z3950.Container.host">es33.uits.indiana.edu</SystemProperty>
<SystemProperty name="dml.z3950.Container.port">2200</SystemProperty>
<SystemProperty name="dml.z3950.Container.database">Unicorn</SystemProperty>
<SystemProperty name="dml.z3950.Container.field.id.name">any</SystemProperty>
|
conf/client/dml.conf should then look like the following regarding these properties:
Code Block |
---|
dml.z3950.Container.enabled=true
dml.z3950.Container.host=es33.uits.indiana.edu
dml.z3950.Container.port=2200
dml.z3950.Container.database=Unicorn
dml.z3950.Container.field.id.name=any
|
Previous Known Problems
- Known Problems - 5.0.1 - These have all been dealt with in the Variations 5.0.1 release and are only linked here for reference.
- Known Problems - 5.0 - These have all been dealt with in the Variations 5.0.1 release and are only linked here for reference.