Dear All, First and foremost, I would like to express my joy about the recent surge in activity related to Mayan-EDMS. I did get a wee bit worried at some point that it might fall all asleep. Also, version 1.0 is great, stable and feature-enhanced. My congratulations and a huge "thank you".
I managed to get the Mayan-EDMS instance run in a sub-RI, courtesy to Nginx Gunicorn and this in my local Django settings: FORCE_SCRIPT_NAME = '/[instance_name]' BASE_PATH = '/[instance_name]' STATIC_URL = '/[instance_name]/static/' However, seem to be unable to get into: https://[my.fqdn]/[instance_name]/converter/formats/. I get this in the log: ERROR Internal Server Error: /edms_synalinq/converter/formats/ Traceback (most recent call last): File "/usr/local/edms_synalinq/lib/python2.7/site-packages/django/core/handlers/base.py" , line 112, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/usr/local/edms_synalinq/lib/python2.7/site-packages/mayan/apps/converter/views.py" , line 19, in formats_list 'object_list': sorted(get_format_list()), File "/usr/local/edms_synalinq/lib/python2.7/site-packages/mayan/apps/converter/api.py" , line 127, in get_format_list return [(format, FILE_FORMATS.get(format, u'')) for format in backend. get_format_list()] File "/usr/local/edms_synalinq/lib/python2.7/site-packages/mayan/apps/converter/backends/graphicsmagick.py" , line 100, in get_format_list raise ConvertError(proc.stderr.readline()) ConvertError ERROR Internal Server Error: /edms_synalinq/converter/formats/ Traceback (most recent call last): File "/usr/local/edms_synalinq/lib/python2.7/site-packages/django/core/handlers/base.py" , line 112, in get_response response = wrapped_callback(request, *callback_args, **callback_kwargs) File "/usr/local/edms_synalinq/lib/python2.7/site-packages/mayan/apps/converter/views.py" , line 19, in formats_list 'object_list': sorted(get_format_list()), File "/usr/local/edms_synalinq/lib/python2.7/site-packages/mayan/apps/converter/api.py" , line 127, in get_format_list return [(format, FILE_FORMATS.get(format, u'')) for format in backend. get_format_list()] File "/usr/local/edms_synalinq/lib/python2.7/site-packages/mayan/apps/converter/backends/graphicsmagick.py" , line 100, in get_format_list raise ConvertError(proc.stderr.readline()) ConvertError [29/Sep/2014 11:55:59] "GET /converter/formats/ HTTP/1.0" 500 338 Traceback (most recent call last): File "/usr/local/lib/python2.7/wsgiref/handlers.py", line 86, in run self.finish_response() File "/usr/local/lib/python2.7/wsgiref/handlers.py", line 128, in finish_response self.write(data) File "/usr/local/lib/python2.7/wsgiref/handlers.py", line 212, in write self.send_headers() File "/usr/local/lib/python2.7/wsgiref/handlers.py", line 270, in send_headers self.send_preamble() File "/usr/local/lib/python2.7/wsgiref/handlers.py", line 194, in send_preamble 'Date: %s\r\n' % format_date_time(time.time()) File "/usr/local/lib/python2.7/socket.py", line 324, in write self.flush() File "/usr/local/lib/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 32] Broken pipe [29/Sep/2014 11:55:59] "GET /converter/formats/ HTTP/1.0" 500 59 ---------------------------------------- Exception happened during processing of request from ('127.0.1.105', 51706) Traceback (most recent call last): File "/usr/local/lib/python2.7/SocketServer.py", line 595, in process_request_thread self.finish_request(request, client_address) File "/usr/local/lib/python2.7/SocketServer.py", line 334, in finish_request self.RequestHandlerClass(request, client_address, self) File "/usr/local/edms_synalinq/lib/python2.7/site-packages/django/core/servers/basehttp.py" , line 126, in __init__ super(WSGIRequestHandler, self).__init__(*args, **kwargs) File "/usr/local/lib/python2.7/SocketServer.py", line 653, in __init__ self.finish() File "/usr/local/lib/python2.7/SocketServer.py", line 712, in finish self.wfile.close() File "/usr/local/lib/python2.7/socket.py", line 279, in close self.flush() File "/usr/local/lib/python2.7/socket.py", line 303, in flush self._sock.sendall(view[write_offset:write_offset+buffer_size]) error: [Errno 32] Broken pipe Strangely enough, GraphicsMagick (the converter I use) works like a charm doing thumbnails, etc. I am sure I am missing something -- any ideas? -- --- You received this message because you are subscribed to the Google Groups "Mayan EDMS" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
