I have downloaded and launched the webserver for a local installation of Biomart 0.9 using these directions. After using MartConfigurator to download a mart, I am attempting to access the webserver using
listMarts(host = "IP.address", port = 9000, path = "/martservice/marts")
This results in the R error:
"Error: Unexpected format to the list of available marts. Please check the following URL manually, and try ?listMarts for advice."
When visiting the URL, I get the following warning and a page that is supposed to start with "MartRegistry", but does not.
This XML file does not appear to have any style information associated with it. The document tree is shown below.
<marts>
<mart mart="gene_ensembl" config="gene_ensembl_config" group="" isHidden="false" meta="" operation="SINGLESELECT" description="gene_ensembl_config" displayName="ensembl_mart_ensembl" name="gene_ensembl_config"/>
<mart mart="gene_ensembl" config="gene_ensembl_config_1" group="" isHidden="false" meta="" operation="SINGLESELECT" description="gene_ensembl_config_1" displayName="gene_ensembl_config_1" name="gene_ensembl_config_1"/>
</marts>
Any idea on what I am doing wrong & how to fix this issue?