Hallo allemaal,
Wij hebben op het werk een Xserve draaien met Snow Leopard server.
Nu krijgen wij sinds een tijdje foutmeldingen op deze server met betrekking tot de Apple Push Notification Service.
We zijn al een hele tijd bezig geweest om uit te zoeken wat dit kan zijn, maar zijn er tot op heden nog niet in geslaagd. We hebben wel iets gevonden dat het om een Jabber database file gaat (APNS rust schijnbaar op het Jabber protocol?).
Kent iemand onderstaande error, en is er iemand bekend hoe dit eventueel verholpen kan worden?
Wij hebben op het werk een Xserve draaien met Snow Leopard server.
Nu krijgen wij sinds een tijdje foutmeldingen op deze server met betrekking tot de Apple Push Notification Service.
We zijn al een hele tijd bezig geweest om uit te zoeken wat dit kan zijn, maar zijn er tot op heden nog niet in geslaagd. We hebben wel iets gevonden dat het om een Jabber database file gaat (APNS rust schijnbaar op het Jabber protocol?).
Kent iemand onderstaande error, en is er iemand bekend hoe dit eventueel verholpen kan worden?
Op zich duidelijk, waarschijnlijk een corrupte DB file (of zoiets), maar welke?/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/persisted/sob.py:12: DeprecationWarning: the md5 module is deprecated; use hashlib instead
import os, md5, sys
/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/python/filepath.py:12: DeprecationWarning: the sha module is deprecated; use the hashlib module instead
import sha
Traceback (most recent call last):
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/application/app.py", line 694, in run
runApp(config)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/scripts/twistd.py", line 23, in runApp
_SomeApplicationRunner(config).run()
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/application/app.py", line 411, in run
self.application = self.createOrGetApplication()
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/application/app.py", line 494, in createOrGetApplication
application = getApplication(self.config, passphrase)
--- <exception caught here> ---
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/application/app.py", line 505, in getApplication
application = service.loadApplication(filename, style, passphrase)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/application/service.py", line 390, in loadApplication
application = sob.loadValueFromFile(filename, 'application', passphrase)
File "/System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/persisted/sob.py", line 214, in loadValueFromFile
exec fileObj in d, d
File "/usr/share/NotificationServer/notification_app.py", line 126, in <module>
idavollService = makeService(config)
File "/usr/share/NotificationServer/notification_app.py", line 54, in makeService
st = Storage(database=config['dbname'])
File "/usr/share/NotificationServer/idavoll/sqlite_storage.py", line 34, in __init__
self.execute_query("""VACUUM""", ())
File "/usr/share/NotificationServer/idavoll/std_exec_query.py", line 16, in execute_query
self._dbcon = sqlite3.connect(self._dbPath + self._dbName, timeout=5, isolation_level=None)
sqlite3.OperationalError: unable to open database file
Failed to load application: unable to open database file