Hi everyone, I am running SOGO/Openchange and can't get the OCSManager to work. Everything else is working fine now but when I run the manager I always get:
2013-02-22 13:14:58,894 DEBUG [pylons.configuration] [MainThread] Initializing configuration, package: 'ocsmanager' Feb 22 13:15:01 samba [1068]: [ERROR] [so-category-info] did not find exported SoClass 'SOGo' in product <0x0x45828f0[SoProduct]: loaded code-loaded bundle=/usr/lib/GNUstep/SOGo/MainUI.SOGo #classes=8 #categories=4 rm=0x0x3f6dcd0>! Feb 22 13:15:01 samba [1068]: <0x0x2941f10[SOGoCache]> Cache cleanup interval set every 300.000000 seconds Feb 22 13:15:01 samba [1068]: <0x0x2941f10[SOGoCache]> Using host(s) 'localhost' as server(s) database = /var/lib/samba/private/mapistore/named_properties.ldb 2013-02-22 13:15:01,569 DEBUG [routes.middleware] [MainThread] Initialized with method overriding = True, and path info altering = True Starting server in PID 1068. 2013-02-22 13:15:01,583 DEBUG [paste.httpserver.ThreadPool] [worker 0] Started new worker 139892846614272: Initial worker pool 2013-02-22 13:15:01,591 DEBUG [paste.httpserver.ThreadPool] [worker 1] Started new worker 139892838221568: Initial worker pool 2013-02-22 13:15:01,591 DEBUG [paste.httpserver.ThreadPool] [worker 2] Started new worker 139892829828864: Initial worker pool 2013-02-22 13:15:01,591 DEBUG [paste.httpserver.ThreadPool] [worker 3] Started new worker 139892821436160: Initial worker pool 2013-02-22 13:15:01,592 DEBUG [paste.httpserver.ThreadPool] [worker 4] Started new worker 139892813043456: Initial worker pool 2013-02-22 13:15:01,592 DEBUG [paste.httpserver.ThreadPool] [worker 5] Started new worker 139892804650752: Initial worker pool 2013-02-22 13:15:01,592 DEBUG [paste.httpserver.ThreadPool] [worker 6] Started new worker 139892453537536: Initial worker pool 2013-02-22 13:15:01,592 DEBUG [paste.httpserver.ThreadPool] [worker 7] Started new worker 139892445144832: Initial worker pool 2013-02-22 13:15:01,592 DEBUG [paste.httpserver.ThreadPool] [worker 8] Started new worker 139892436752128: Initial worker pool serving on http://127.0.0.1:5000 2013-02-22 13:15:01,593 DEBUG [paste.httpserver.ThreadPool] [worker 9] Started new worker 139892428359424: Initial worker pool 2013-02-22 13:15:07,093 DEBUG [paste.httpserver.ThreadPool] [MainThread] Added task (0 tasks queued) 'SAMBA_HOST' not configured, 'localhost' will be used NTLMAuthHandler daemon spawned with pid 1102 close failed in file object destructor: 2013-02-22 13:15:07,137 DEBUG [paste.httpserver.ThreadPool] [MainThread] Added task (0 tasks queued) 'SAMBA_HOST' not configured, 'localhost' will be used 2013-02-22 13:15:07,141 DEBUG [paste.httpserver.ThreadPool] [MainThread] Added task (0 tasks queued) 'SAMBA_HOST' not configured, 'localhost' will be used IOError: [Errno 9] Bad file descriptor ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 45193) Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/paste/httpserver.py", line 1068, in process_request_in_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 640, in __init__ self.finish() File "/usr/lib/python2.7/SocketServer.py", line 693, in finish self.wfile.flush() File "/usr/lib/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 9] Bad file descriptor ---------------------------------------- NTLMAuthHandler daemon spawned with pid 1104 close failed in file object destructor: 2013-02-22 13:15:07,183 DEBUG [paste.httpserver.ThreadPool] [MainThread] Added task (0 tasks queued) 'SAMBA_HOST' not configured, 'localhost' will be used IOError: [Errno 9] Bad file descriptor ---------------------------------------- Exception happened during processing of request from ('127.0.0.1', 45195) Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/paste/httpserver.py", line 1068, in process_request_in_thread self.finish_request(request, client_address) File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/lib/python2.7/SocketServer.py", line 640, in __init__ self.finish() File "/usr/lib/python2.7/SocketServer.py", line 693, in finish self.wfile.flush() File "/usr/lib/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 9] Bad file descriptor ---------------------------------------- Also OCSManager is spinning afterwards and is using 99% CPU. Any help would be greatly appreciated. I am running Ubuntu 12.04 in an openvz image. Sven _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
