Page 1 of 1

can't unlink openemm.stop: no such file

Posted: Tue Dec 11, 2007 5:59 pm
by kevin_s
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.

Posted: Wed Dec 12, 2007 10:15 pm
by kevin_s
Problem resolved: after upgrading from ActivePython 2.4 to ActivePython 2.5, the error stopped appearing.

Posted: Thu Dec 13, 2007 10:22 am
by maschoff
Thanks for this hint!