can't unlink openemm.stop: no such file
Posted: Tue Dec 11, 2007 5:59 pm
I'm using Windows XP and OpenEMM 5.3.1.
When I run start.bat, I get this error message, and the command prompt closes:
Starting up .. home is H:\OpenEMM .. found codebase .. found database.
CAUGHT EXCEPTION:
Traceback (most recent call last):
File "H:\OpenEMM\bin\openemm.py", line 272, in ?
os.unlink(fname)
OSError: [Errno 2] No such file or directory: 'H:\\OpenEMM\\var\\run\\openemm.stop'
I've tried commenting out line 272, which gets rid of the error message, and then I can at least reach the web application. However, I think that was a dangerous decision, because I'm getting frequent Blue Screen errors now.
When I run start.bat, I get this error message, and the command prompt closes:
Starting up .. home is H:\OpenEMM .. found codebase .. found database.
CAUGHT EXCEPTION:
Traceback (most recent call last):
File "H:\OpenEMM\bin\openemm.py", line 272, in ?
os.unlink(fname)
OSError: [Errno 2] No such file or directory: 'H:\\OpenEMM\\var\\run\\openemm.stop'
I've tried commenting out line 272, which gets rid of the error message, and then I can at least reach the web application. However, I think that was a dangerous decision, because I'm getting frequent Blue Screen errors now.