Hi,

I'm having some problems configuring martview. I'm running

% perl bin/configure.pl -r conf/myRegistry.xml 

where myRegistry.xml looks something like

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE MartRegistry>
<MartRegistry>
    <VirtualSchema>
        <MartDBLocation
                    name         = "test"
                    displayName  = "Test"
                    databaseType = "mysql"
                    host         = "localhost"
                    port         = "3306"
                    database     = "test_mart"
                    schema       = "test_mart"
                    user         = "mart"
                    password     = "some_password"
                    visible      = "1"
                    default      = ""
                    includeDatasets = ""
        />
    </VirtualSchema>
</MartRegistry>

This gives me an error:

ERROR something wrong with your registry: Not an ARRAY reference at
/usr/local/mart/biomart-perl/bin/../lib/BioMart/Initializer.pm line 849.

Am i missing something in my registry file or it it badly formed?

Thanks for your help,

                Matt.

Reply via email to