Message boards : Server programs : start, stop and status generate errors
Message board moderation
Author | Message |
---|---|
Send message Joined: 11 Feb 08 Posts: 5 |
Hello, I'm working on a project that was down for a while. When I tried restarting it I got this error message: Traceback (most recent call last): File "bin/start", line 703, in ? run_state = configxml.RunStateFile(run_state_filename).read(failopen_ok = True) File "/vcsc/projects/virtual-prairie/bin/boincxml.py", line 124, in read self.xml = xml.dom.minidom.parse(self.filename) File "/usr/lib64/python2.4/site-packages/_xmlplus/dom/minidom.py", line 1915, in parse return expatbuilder.parse(file) File "/usr/lib64/python2.4/site-packages/_xmlplus/dom/expatbuilder.py", line 926, in parse result = builder.parseFile(fp) File "/usr/lib64/python2.4/site-packages/_xmlplus/dom/expatbuilder.py", line 211, in parseFile parser.Parse("", True) xml.parsers.expat.ExpatError: no element found: line 1, column 0 stop and status also generate the same kind of error. Any body has any idea about it? thank you |
Send message Joined: 12 Feb 06 Posts: 232 |
Check your config.xml file. -- Eric Myers "Education is not the filling of a pail, but the lighting of a fire." -- William Butler Yeats |
Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License,
Version 1.2 or any later version published by the Free Software Foundation.