Thanks a lot, Roberto!
Chris
On 21/10/14 16:23, Roberto Rosario wrote:
> This feature didn't add much and seeing how it was not too precise and is
> causing problems was
> removed:
> https://github.com/mayan-edms/mayan-edms/commit/7f62831c37991c7036562232a4ee1d9e78bf1c42
>
> Thanks for the feedback.
>
> On Saturday, October 4, 2014 5:19:30 AM UTC-4, Christoph H. Larsen wrote:
>>
>> Thanks, Roberto, for your reply. I did try a clean install beforehand, of
>> course, but no joy.
>> Did now another one, and went lucky. Strange, but there we go.
>> Thanks a lot, indeed!
>> Chris
>>
>> On Saturday, 4 October 2014 07:14:11 UTC+3, Roberto Rosario wrote:
>>>
>>> Did a clean install and it works as expected so I don't know what could
>>> be going on in your install. Anyways that view is one of the features that
>>> is being/was removed for next version as it didn't add much
>>> value/information. The rest of the features marked for deletion are in
>>> Issue #56: https://github.com/mayan-edms/mayan-edms/issues/56 and in the
>>> Wiki of TODO things for version 1.1:
>>> https://github.com/mayan-edms/mayan-edms/wiki/Tasks-for-version-1.1
>>>
>>> Remove the deployment variable and try using just runserver w/ DEBUG=True.
>>>
>>> On Thursday, October 2, 2014 3:36:58 PM UTC-4, Christoph H. Larsen wrote:
>>>>
>>>> Despite a new installation NOT in a sub-URI, but a sub-domain, nothing
>>>> has changed: The link in question works with PIL, but not with GM.
>>>> Any ideas why? Thanks a lot!
>>>> Chris
>>>>
>>>> On Monday, 29 September 2014 13:08:21 UTC+3, Christoph H. Larsen wrote:
>>>>>
>>>>> 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, <span
>>>>> style="color: #008
>>>>> ...
>>>>
>>>>
>
--
Dr Christoph H. Larsen
synaLinQ
Apt. 171, Chung cu CT4A, KDT Vinh Diem Trung, Xa Vinh Hiep
Nha Trang, Khanh Hoa, Vietnam
Mobile: +84-98-9607357 (Vietnam)
+254-751-204706 (Kenya)
+256-790-527900 (Uganda)
Fax: +49-231-292734790
E-mail: [email protected]
Skype: christoph.larsen
--
---
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.