start, stop and status generate errors

Message boards : Server programs : start, stop and status generate errors
Message board moderation

To post messages, you must log in.

AuthorMessage
Malek

Send message
Joined: 11 Feb 08
Posts: 5
United States
Message 17228 - Posted: 7 May 2008, 17:00:39 UTC

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
ID: 17228 · Report as offensive
Eric Myers
Avatar

Send message
Joined: 12 Feb 06
Posts: 232
United States
Message 17232 - Posted: 7 May 2008, 19:50:52 UTC

Check your config.xml file.

-- Eric Myers

"Education is not the filling of a pail, but the lighting of a fire." -- William Butler Yeats
ID: 17232 · Report as offensive

Message boards : Server programs : start, stop and status generate errors

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.