Dear All, After upgrading using hg pull -u -r f09915c8da94 then, hg diff after which it asked me to upgrade db which I did using, sh manage_db.sh upgrade Galaxy fails to start on my local install. galaxy.model.custom_types DEBUG 2010-09-13 11:41:18,475 pysqlite>=2 egg successfully loaded for sqlite dialect Traceback (most recent call last): File "/home/farhat/galaxy-central/lib/galaxy/web/buildapp.py", line 82, in app_factory app = UniverseApplication( global_conf = global_conf, **kwargs ) File "/home/farhat/galaxy-central/lib/galaxy/app.py", line 42, in __init__ self.tool_data_tables = galaxy.tools.data.ToolDataTableManager( self.config.tool_data_table_config_path ) File "/home/farhat/galaxy-central/lib/galaxy/tools/data/__init__.py", line 22, in __init__ self.add_from_config_file( config_filename ) File "/home/farhat/galaxy-central/lib/galaxy/tools/data/__init__.py", line 31, in add_from_config_file tree = util.parse_xml( config_filename ) File "/home/farhat/galaxy-central/lib/galaxy/util/__init__.py", line 101, in parse_xml tree = ElementTree.parse(fname) File "/home/farhat/galaxy-central/eggs/elementtree-1.2.6_20050316-py2.6.egg/elementtree/ElementTree.py", line 859, in parse tree.parse(source, parser) File "/home/farhat/galaxy-central/eggs/elementtree-1.2.6_20050316-py2.6.egg/elementtree/ElementTree.py", line 576, in parse source = open(source, "rb") IOError: [Errno 2] No such file or directory: './tool_data_table_conf.xml' Any help with rectifying this? Yours, -Farhat
Farhat;
After upgrading using
hg pull -u -r f09915c8da94 [...] Galaxy fails to start on my local install. [...] IOError: [Errno 2] No such file or directory: './tool_data_table_conf.xml'
There is a new configuration file 'tool_data_table_conf.xml.' In your main galaxy directory, you can add this manually with: cp tool_data_table_conf.xml.sample tool_data_table_conf.xml or re-run setup.sh. Hope this helps, Brad
Thanks, rerunning setup.sh worked. -Farhat -- Farhat Habib, PhD IISER Fellow, Biology Indian Institute of Science Education & Research, Sai Trinity Building, Garware Circle, Sutarwadi, Pashan, Pune-411 021. http://www.iiserpune.ac.in/~farhat Office: +91 20 2590 8015 On Mon, Sep 13, 2010 at 4:24 PM, Brad Chapman <chapmanb@50mail.com> wrote:
Farhat;
After upgrading using
hg pull -u -r f09915c8da94 [...] Galaxy fails to start on my local install. [...] IOError: [Errno 2] No such file or directory: './tool_data_table_conf.xml'
There is a new configuration file 'tool_data_table_conf.xml.' In your main galaxy directory, you can add this manually with:
cp tool_data_table_conf.xml.sample tool_data_table_conf.xml
or re-run setup.sh.
Hope this helps, Brad _______________________________________________ galaxy-user mailing list galaxy-user@lists.bx.psu.edu http://lists.bx.psu.edu/listinfo/galaxy-user
participants (2)
-
Brad Chapman
-
Farhat Habib