Hi all, I attempted to make a small workflow in on my Galaxy server. After saving it, I get this error each time I try to access the workflow tab at http://eury.eait.uq.edu.au:8080/workflow:
Error - <class 'simplejson.decoder.JSONDecodeError'>: No JSON object could be decoded: line 1 column 0 (char 0) URL: http://eury.eait.uq.edu.au:8080/workflow File '/Users/florent/galaxy-dist/eggs/Paste-1.6-py2.6.egg/paste/exceptions/errormiddleware.py', line 143 in __call__ File '/Users/florent/galaxy-dist/eggs/Paste-1.6-py2.6.egg/paste/recursive.py', line 80 in __call__ File '/Users/florent/galaxy-dist/eggs/Paste-1.6-py2.6.egg/paste/httpexceptions.py', line 632 in __call__ File '/Users/florent/galaxy-dist/lib/galaxy/web/framework/base.py', line 145 in __call__ File '/Users/florent/galaxy-dist/lib/galaxy/web/controllers/workflow.py', line 114 in index File '/Users/florent/galaxy-dist/lib/galaxy/web/framework/__init__.py', line 84 in decorator File '/Users/florent/galaxy-dist/lib/galaxy/web/controllers/workflow.py', line 139 in list File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/query.py', line 1267 in all File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/query.py', line 1422 in instances File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/query.py', line 2032 in main File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/mapper.py', line 1729 in _instance File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/mapper.py', line 1614 in populate_state File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/strategies.py', line 762 in execute File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/mapper.py', line 1729 in _instance File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/mapper.py', line 1614 in populate_state File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/strategies.py', line 781 in execute File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/mapper.py', line 1729 in _instance File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/mapper.py', line 1614 in populate_state File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/orm/strategies.py', line 120 in new_execute File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/engine/base.py', line 1348 in __getitem__ File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/engine/base.py', line 1620 in _get_col File '/Users/florent/galaxy-dist/eggs/SQLAlchemy-0.5.6_dev_r6498-py2.6.egg/sqlalchemy/types.py', line 288 in process File '/Users/florent/galaxy-dist/lib/galaxy/model/custom_types.py', line 32 in process_result_value File '/opt/local/galaxy-dist/eggs/simplejson-2.1.1-py2.6-macosx-10.6-universal-ucs2.egg/simplejson/decoder.py', line 402 in decode File '/opt/local/galaxy-dist/eggs/simplejson-2.1.1-py2.6-macosx-10.6-universal-ucs2.egg/simplejson/decoder.py', line 420 in raw_decode JSONDecodeError: No JSON object could be decoded: line 1 column 0 (char 0)
Any idea what is going on? Thank you, Florent