Hi Matthew, try using a lower case 'v' as virtualSchema instead of VirtualSchema, and of course in both opening and closing tags :)
good Luck! syed On Fri, 2007-09-28 at 12:04 +0100, matthew couchman (JIC) wrote: > 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.
