Fehler beim Starten der Dienste
Veröffentlicht: 25. Mai 2016 - 09:11 Uhr
Guten Morgen,
Seit heute Morgen kann ich die Dienste waptserver und waptapache nicht starten.
Ich habe Fehlermeldungen in den Protokolldateien
waptservice.log
nss_waptmongodb.log
waptserver.log
nssm_waptserver.log
Wie kann ich Wapt „reparieren“, ohne die Datenbank und die Sicherheitsschlüssel zu verändern?
Dank im Voraus
Seit heute Morgen kann ich die Dienste waptserver und waptapache nicht starten.
Ich habe Fehlermeldungen in den Protokolldateien
waptservice.log
Code: Alle auswählen
Traceback (most recent call last):
File "C:\wapt\waptservice\waptservice.py", line 43, in <module>
import requests
ImportError: No module named requests
2016-05-24 04:20:25,941 CRITICAL Unable to store status of update in DB : OperationalError: cannot rollback - no transaction is active
2016-05-24 04:20:26,017 CRITICAL Unable to store status of update in DB : OperationalError: cannot rollback - no transaction is active
2016-05-24 04:20:26,112 CRITICAL OperationalError: cannot rollback - no transaction is active
2016-05-24 06:20:28,022 CRITICAL Unable to store status of update in DB : OperationalError: cannot rollback - no transaction is active
2016-05-24 06:20:28,065 CRITICAL Unable to store status of update in DB : OperationalError: cannot rollback - no transaction is active
2016-05-24 06:20:28,071 CRITICAL OperationalError: cannot rollback - no transaction is active
2016-05-24 08:20:34,838 CRITICAL Unable to store status of update in DB : OperationalError: cannot rollback - no transaction is active
2016-05-24 08:20:34,884 CRITICAL Unable to store status of update in DB : OperationalError: cannot rollback - no transaction is active
2016-05-24 08:20:34,888 CRITICAL OperationalError: cannot rollback - no transaction is active
2016-05-24 09:57:16,726 ERROR Traceback (most recent call last):
File "C:\wapt\lib\site-packages\rocket\main.py", line 143, in start
time.sleep(THREAD_STOP_CHECK_INTERVAL)
IOError: [Errno 4] Interrupted function call
Traceback (most recent call last):
File "C:\wapt\waptservice\waptservice.py", line 45, in <module>
from rocket import Rocket
File "C:\wapt\lib\site-packages\rocket\__init__.py", line 7, in <module>
import sys
KeyboardInterrupt
2016-05-25 08:23:41,561 ERROR Traceback (most recent call last):
File "C:\wapt\lib\site-packages\rocket\main.py", line 143, in start
time.sleep(THREAD_STOP_CHECK_INTERVAL)
IOError: [Errno 4] Interrupted function callCode: Alle auswählen
Traceback (most recent call last):
File "C:\wapt\waptserver\mongodb\mongod.py", line 3, in <module>
import iniparse
ImportError: No module named iniparse
C:\wapt\waptserver\mongodb\mongod.py trying to start mongodb
Traceback (most recent call last):
File "C:\wapt\waptserver\mongodb\mongod.py", line 55, in <module>
subprocess.check_output([sys.argv[1], '--config', sys.argv[2]])
File "C:\wapt\lib\subprocess.py", line 567, in check_output
output, unused_err = process.communicate()
File "C:\wapt\lib\subprocess.py", line 791, in communicate
stdout = _eintr_retry_call(self.stdout.read)
File "C:\wapt\lib\subprocess.py", line 476, in _eintr_retry_call
return func(*args)Code: Alle auswählen
2016-05-12 12:07:43,786 ERROR Traceback (most recent call last):
File "C:\wapt\lib\site-packages\rocket\main.py", line 143, in start
time.sleep(THREAD_STOP_CHECK_INTERVAL)
IOError: [Errno 4] Interrupted function callCode: Alle auswählen
Traceback (most recent call last):
File "C:\wapt\waptserver\waptserver.py", line 40, in <module>
import pymongo
ImportError: No module named pymongoDank im Voraus