On 14/02/2016 03:41, Markus Kiesel wrote:
> I set up the sync server 1.5 according to the description in the Mozilla
> documentation with a Apache 2.4 server in front. Firefox gives "500
> Internal Server Error". Have anyone a clue what is going wrong?
> 
> Apache throw following errors:
> 
> [Sat Feb 13 17:22:51.746523 2016] [wsgi:error] [pid 2165] [remote
> 192.168.178.20:63531]     self.read(filename)
> [Sat Feb 13 17:22:51.746527 2016] [wsgi:error] [pid 2165] [remote
> 192.168.178.20:63531]   File
> "/home/fxcloud/syncserver/local/lib/python2.7/site-packages/backports/configparser/__init__.py",
> line 699, in read
> [Sat Feb 13 17:22:51.746534 2016] [wsgi:error] [pid 2165] [remote
> 192.168.178.20:63531]     self._read(fp, filename)
> [Sat Feb 13 17:22:51.746538 2016] [wsgi:error] [pid 2165] [remote
> 192.168.178.20:63531]   File
> "/home/fxcloud/syncserver/local/lib/python2.7/site-packages/konfig/__init__.py",
> line 90, in _read
> [Sat Feb 13 17:22:51.746544 2016] [wsgi:error] [pid 2165] [remote
> 192.168.178.20:63531]     ConfigParser._read(self, fp, filename)
> [Sat Feb 13 17:22:51.746548 2016] [wsgi:error] [pid 2165] [remote
> 192.168.178.20:63531]   File
> "/home/fxcloud/syncserver/local/lib/python2.7/site-packages/backports/configparser/__init__.py",
> line 1037, in _read
> [Sat Feb 13 17:22:51.746554 2016] [wsgi:error] [pid 2165] [remote
> 192.168.178.20:63531]     for lineno, line in enumerate(fp, start=1):
> [Sat Feb 13 17:22:51.746558 2016] [wsgi:error] [pid 2165] [remote
> 192.168.178.20:63531]   File "/usr/lib/python2.7/encodings/ascii.py",
> line 26, in decode
> [Sat Feb 13 17:22:51.746565 2016] [wsgi:error] [pid 2165] [remote
> 192.168.178.20:63531]     return codecs.ascii_decode(input, self.errors)[0]
> [Sat Feb 13 17:22:51.746577 2016] [wsgi:error] [pid 2165] [remote
> 192.168.178.20:63531] UnicodeDecodeError: 'ascii' codec can't decode
> byte 0xe2 in position 973: ordinal not in range(128)


This traceback suggests that there are non-ASCII bytes in your .ini
config file, but I couldn't see anything obvious in the config you posted.


  Ryan
_______________________________________________
Sync-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/sync-dev

Reply via email to