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!
Errors after Installation
Moderator: moderator
-
- Site Admin
- Posts: 2628
- Joined: Thu Aug 03, 2006 10:20 am
- Location: Munich, Germany
- Contact:
Re: Errors after Installation
Could it be that two OpenEMM instances are running in parallel?
OpenEMM Maintainer