Page 1 of 1

Errors after Installation

Posted: Tue Aug 13, 2013 3:21 pm
by djyohimbe
I've installed OpenEMM for windows on a Windows 7 machine. Tomcat shows up, and the MSQL server created the OpenEmm database successfully. When I run start.bat in the comand line I get the following error messages:

Starting up .. home is C:\OpenEMM .. found codebase .. found database.
Running, press return for termination: CAUGHT EXCEPTION:
Traceback (most recent call last):
File "C:\OpenEMM\bin\scripts\pickdist.py", line 195, in <module>
agn.lock ()
File "C:\OpenEMM\bin\scripts\agn.py", line 988, in lock
raise error (report)
error: Try locking using file "C:\OpenEMM\var\lock\pickdist.lock"
File exists, try to read it
Locked by process 2988, look if it is still running
Process is still running

CAUGHT EXCEPTION:
Traceback (most recent call last):
File "C:\OpenEMM\bin\scripts\bav-update.py", line 443, in <module>
agn.lock ()
File "C:\OpenEMM\bin\scripts\agn.py", line 988, in lock
raise error (report)
error: Try locking using file "C:\OpenEMM\var\lock\bav-update.lock"
File exists, try to read it
Locked by process 5960, look if it is still running
Process is still running

CAUGHT EXCEPTION:
Traceback (most recent call last):
File "C:\OpenEMM\bin\scripts\update.py", line 511, in <module>
main ()
File "C:\OpenEMM\bin\scripts\update.py", line 474, in main
agn.lock ()
File "C:\OpenEMM\bin\scripts\agn.py", line 988, in lock
raise error (report)
error: Try locking using file "C:\OpenEMM\var\lock\update.lock"
File exists, try to read it
Locked by process 2604, look if it is still running
Process is still running

Please advise on how to get past this!

Re: Errors after Installation

Posted: Wed Aug 14, 2013 4:52 pm
by maschoff
Could it be that two OpenEMM instances are running in parallel?