Seite 1 von 1

Fehler beim Starten der Dienste

Veröffentlicht: 25. Mai 2016 - 09:11 Uhr
von IiscsiI
Guten Morgen,

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 call
nss_waptmongodb.log

Code: 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)
waptserver.log

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 call
nssm_waptserver.log

Code: Alle auswählen

Traceback (most recent call last):
  File "C:\wapt\waptserver\waptserver.py", line 40, in <module>
    import pymongo
ImportError: No module named pymongo
Wie kann ich Wapt „reparieren“, ohne die Datenbank und die Sicherheitsschlüssel zu verändern?
Dank im Voraus

Behoben: Fehler beim Starten der Dienste

Veröffentlicht: 15. Juni 2016 - 08:24 Uhr
von IiscsiI
Die Installation erfolgte unter Windows mit einem WSUS-Server.
Die Dokumentation wurde genau befolgt, allerdings ohne Apache.

Der Apache-Dienst ist jedoch vorhanden und scheint gelegentlich die Problemursache zu sein.

Die einzige Lösung (wenn man es so nennen kann), die ich gefunden habe, besteht darin, die WAPT-Verzeichnisse zu sichern, WAPT zu deinstallieren, es in denselben Verzeichnissen neu zu installieren, die WAPT-Dienste zu beenden und die Ordner durch die gesicherten zu ersetzen (insgesamt 10–15 Minuten).