<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:12pt"><div><span>Hi Stephen,</span></div><div><br><span></span></div><div><span>All seems fine when I run your diagnostics:</span></div><div><br><span></span></div><div><span>$  grep ALTERNATIVE_ASSEMBLIES public-plugins/ensembl/conf/ini-files/Homo_sapiens.ini<br>ALTERNATIVE_ASSEMBLIES    = [ VEGA45 ]<br></span></div><div><span><br></span></div><div><span>$ mysql -u root -p*********<br>Welcome to the MySQL monitor.  Commands end with ; or \g.<br>Your MySQL connection id is 9574<br>Server version: 5.0.77 Source distribution<br><br>Type 'help;' or '\h' for help. Type '\c' to clear the buffer.<br><br>mysql> use homo_sapiens_vega_65_37;<br>Reading table information for completion of table and column names<br>You can turn off this feature to get a quicker startup with -A<br><br>Database changed<br>mysql> select * from
 coord_system where name = 'chromosome' and version like 'VEGA%';<br>+-----------------+------------+------------+---------+------+-----------------+<br>| coord_system_id | species_id | name       | version | rank | attrib          |<br>+-----------------+------------+------------+---------+------+-----------------+<br>|           10001 |          1 | chromosome | VEGA45  |  101 | default_version | <br>+-----------------+------------+------------+---------+------+-----------------+<br>1 row in set (0.01 sec)<br></span></div><div><br><span></span></div><div><span>It all seems like your output, but thanks for the interest in the problem.</span></div><div><br><span></span></div><div><span>Best,</span></div><div><span>Bob</span></div><div><br></div>  <div style="font-family: arial,
 helvetica, sans-serif; font-size: 12pt;"> <div style="font-family: times new roman, new york, times, serif; font-size: 12pt;"> <div dir="ltr"> <font face="Arial" size="2"> <hr size="1">  <b><span style="font-weight:bold;">From:</span></b> Stephen Trevanion <st3@sanger.ac.uk><br> <b><span style="font-weight: bold;">To:</span></b> Bob Briscoe <paw_deer@yahoo.co.uk>; Ensembl developers list <dev@ensembl.org> <br> <b><span style="font-weight: bold;">Sent:</span></b> Wednesday, 22 February 2012, 13:18<br> <b><span style="font-weight: bold;">Subject:</span></b> Re: [ensembl-dev] Runtime Error in component "EnsEMBL::Web::Component::Gene::Summary [content]"<br> </font> </div> <br>Hi Bob,<br><br>Sorry, missed this earlier. I've not come across the fix you've found, but the error message you see is indicative of a misconfiguration.<br><br>The entries for the alternative assembly in the configuration file should match that in the vega
 database:<br><br>$ grep ALTERNATIVE_ASSEMBLIES public-plugins/ensembl/conf/ini-files/Homo_sapiens.ini<br>ALTERNATIVE_ASSEMBLIES    = [ VEGA45 ]<br><br>use homo_sapiens_vega_65_37;<br>select * from coord_system where name = 'chromosome' and version like 'VEGA%';<br>+-----------------+------------+------------+---------+------+-----------------+<br>| coord_system_id | species_id | name       | version | rank | attrib          |<br>+-----------------+------------+------------+---------+------+-----------------+<br>|           10001 |          1 | chromosome | VEGA45  |  101 | default_version |<br>+-----------------+------------+------------+---------+------+-----------------+<br><br>The error message you get can arise because there is a mismatch between the two - are you using 64 databases with a 65 API ?<br><br>The above applies to mouse and
 zebrafish as well.<br><br>Regards,<br><br>Steve<br><br><br>On 02/22/12 12:30, Bob Briscoe wrote:<br>> OK, I've found a work around, which involves capitalising the chromosome name, i.e. the following works:<br>> <br>> <a href="http://ourserver/Homo_sapiens/Gene/Summary?db=VEGA;g=OTTHUMG00000017411;r=13:32889611-32973347" target="_blank">http://ourserver/Homo_sapiens/Gene/Summary?db=VEGA;g=OTTHUMG00000017411;r=13:32889611-32973347</a><br>> <br>> I'm at a loss to explain why this API version (65) under Red Hat 5 needs the capitilisation whereas API version (64) under Ubuntu didn't, but I suppose I can live with this.<br>> <br>> Bob<br>> <br>> *From:* Bob Briscoe <<a ymailto="mailto:paw_deer@yahoo.co.uk" href="mailto:paw_deer@yahoo.co.uk">paw_deer@yahoo.co.uk</a>><br>> *To:* "<a ymailto="mailto:dev@ensembl.org" href="mailto:dev@ensembl.org">dev@ensembl.org</a>" <<a ymailto="mailto:dev@ensembl.org"
 href="mailto:dev@ensembl.org">dev@ensembl.org</a>><br>> *Sent:* Tuesday, 21 February 2012, 8:04<br>> *Subject:* [ensembl-dev] Runtime Error in component "EnsEMBL::Web::Component::Gene::Summary [content]"<br>> <br>> Hi All,<br>> As still a relative newbie at setting up Ensembl resources I'd be grateful with help with an error I'm getting to the following query to an installation on version 65 of Ensembl under Redhat 5:<br>> <br>> <a href="http://ourserver/Homo_sapiens/Gene/Summary?db=vega;g=OTTHUMG00000017411;r=13:32889611-32973347" target="_blank">http://ourserver/Homo_sapiens/Gene/Summary?db=vega;g=OTTHUMG00000017411;r=13:32889611-32973347</a><br>> <br>> The first part of the result reports the error:<br>> <br>> <br>>   Gene: BRCA2 OTTHUMG00000017411<br>> <br>> <br>>         Runtime Error in component<br>>         "*EnsEMBL::Web::Component::Gene::Summary*
 [content]"<br>> <br>> Function *EnsEMBL::Web::Component::Gene::Summary* fails to execute due to the following error:<br>>     -------------------- EXCEPTION --------------------<br>>     MSG: Cannot project to unknown coordinate system [chromosome VEGA44]<br>>     STACK Bio::EnsEMBL::Slice::project /usr/local/ensembl/ensembl/modules/Bio/EnsEMBL/Slice.pm:840<br>>     STACK EnsEMBL::Web::Object::Gene::vega_projection /usr/local/ensembl/modules/EnsEMBL/Web/Object/Gene.pm:1178<br>>     STACK EnsEMBL::Web::Component::transcript_table /usr/local/ensembl/modules/EnsEMBL/Web/Component.pm:750<br>>     STACK EnsEMBL::Web::Component::Gene::Summary::content<br>>     ... /usr/local/ensembl/modules/EnsEMBL/Web/Component/Gene/Summary.pm:24<br>>     STACK EnsEMBL::Web::Component::get_content
 /usr/local/ensembl/modules/EnsEMBL/Web/Component.pm:137<br>>     STACK (eval) /usr/local/ensembl/modules/EnsEMBL/Web/Document/Panel.pm:415<br>>     STACK EnsEMBL::Web::Document::Panel::component_content<br>>     ... /usr/local/ensembl/modules/EnsEMBL/Web/Document/Panel.pm:412<br>>     STACK EnsEMBL::Web::Document::Panel::content /usr/local/ensembl/modules/EnsEMBL/Web/Document/Panel.pm:316<br>>     STACK EnsEMBL::Web::Document::Element::Content::content<br>>     ... /usr/local/ensembl/modules/EnsEMBL/Web/Document/Element/Content.pm:127<br>>     STACK EnsEMBL::Web::Controller::render_page /usr/local/ensembl/modules/EnsEMBL/Web/Controller.pm:220<br>>     STACK EnsEMBL::Web::Controller::Page::render_page /usr/local/ensembl/modules/EnsEMBL/Web/Controller/Page.pm:50<br>>     STACK
 EnsEMBL::Web::Controller::Page::init /usr/local/ensembl/modules/EnsEMBL/Web/Controller/Page.pm:37<br>>     STACK EnsEMBL::Web::Controller::new /usr/local/ensembl/modules/EnsEMBL/Web/Controller.pm:91<br>>     STACK EnsEMBL::Web::Apache::SpeciesHandler::handler_species<br>>     ... /usr/local/ensembl/modules/EnsEMBL/Web/Apache/SpeciesHandler.pm:91<br>>     STACK EnsEMBL::Web::Apache::Handlers::handler /usr/local/ensembl/modules/EnsEMBL/Web/Apache/Handlers.pm:401<br>>     STACK (eval) -e:0<br>>     STACK toplevel -e:0<br>>     Ensembl API version = 65<br>>     ---------------------------------------------------<br>>      The second part of the output, the graphical Gene summary, works just fine. Also, the same query on an earlier installation, of version 64 of Ensembl but under Ubuntu 10.04, works
 just fine throughout.<br>> <br>> Any clues/hints on how to fix this will be much appreciated.<br>> <br>> Thx,<br>> Bob<br>>   <br>> _______________________________________________<br>> Dev mailing list    <a ymailto="mailto:Dev@ensembl.org" href="mailto:Dev@ensembl.org">Dev@ensembl.org</a> <mailto:<a ymailto="mailto:Dev@ensembl.org" href="mailto:Dev@ensembl.org">Dev@ensembl.org</a>><br>> List admin (including subscribe/unsubscribe): <a href="http://lists.ensembl.org/mailman/listinfo/dev" target="_blank">http://lists.ensembl.org/mailman/listinfo/dev</a><br>> Ensembl Blog: <a href="http://www.ensembl.info/" target="_blank">http://www.ensembl.info/</a><br>> <br>> <br>> ------------------------------------------------------------------------<br>> <br>> _______________________________________________<br>> Dev mailing list    <a ymailto="mailto:Dev@ensembl.org"
 href="mailto:Dev@ensembl.org">Dev@ensembl.org</a><br>> List admin (including subscribe/unsubscribe): <a href="http://lists.ensembl.org/mailman/listinfo/dev" target="_blank">http://lists.ensembl.org/mailman/listinfo/dev</a><br>> Ensembl Blog: <a href="http://www.ensembl.info/" target="_blank">http://www.ensembl.info/</a><br>>   <br><br><br>-- The Wellcome Trust Sanger Institute is operated by Genome Research Limited, a charity registered in England with number 1021457 and a company registered in England with number 2742969, whose registered office is 215 Euston Road, London, NW1 2BE. <br><br> </div> </div>  </div></body></html>