Hello,
I installed galaxy locally today and was successful in uploading files and running basic fastq manipulations. However after I shut down the program, it cannot re-start. I entered command sh run.sh and the startup fails here:
Traceback (most recent call last):
File "/Applications/galaxy-dist/lib/galaxy/webapps/galaxy/buildapp.py", line 44, in app_factory
app = UniverseApplication( global_conf = global_conf, **kwargs )
File "/Applications/galaxy-dist/lib/galaxy/app.py", line 77, in __init__
self.job_config = jobs.JobConfiguration(self)
File "/Applications/galaxy-dist/lib/galaxy/jobs/__init__.py", line 119, in __init__
self.__parse_resource_parameters()
File "/Applications/galaxy-dist/lib/galaxy/jobs/__init__.py", line 361, in __parse_resource_parameters
resource_definitions = util.parse_xml( self.app.config.job_resource_params_file )
File "/Applications/galaxy-dist/lib/galaxy/util/__init__.py", line 174, in parse_xml
tree = ElementTree.parse(fname)
File "/Applications/galaxy-dist/eggs/elementtree-1.2.6_20050316-py2.7.egg/elementtree/ElementTree.py", line 859, in parse
tree.parse(source, parser)
File "/Applications/galaxy-dist/eggs/elementtree-1.2.6_20050316-py2.7.egg/elementtree/ElementTree.py", line 583, in parse
parser.feed(data)
File "/Applications/galaxy-dist/eggs/elementtree-1.2.6_20050316-py2.7.egg/elementtree/ElementTree.py", line 1242, in feed
self._parser.Parse(data, 0)
ExpatError: not well-formed (invalid token): line 2, column 82
The only advice I can find on this error is development related, and I am not using galaxy at anywhere near a development level, I certainly did nothing in python manually. I did manually modify config xml files as instructed by Galaxy wiki pages to set up a Data Library (to upload large raw sequence data files) and to add tools as an Admin- but nothing more.
Thank you for your help in starting galaxy again. The only solution I can resort to with my limited knowledge is to uninstall and reinstall galaxy, but that does not seem very practical. Thank you!