Hello,
I am new in the mailinglist. Sorry when I violate some of your dev-rules or so. 
I am searching for support for ffsync. I tried the IRC but everybody is just 
idling and I tried to register in the mozilla forum but your forum is very 
chaotic. I can't register for questions about ffsync.

I have 2 specific problems with the firefox syncserver 1.5:


1. 

When I run ffsync with Apache, ffsync blocks all other Apache Virtual Server. 
Is this an Issue in Apache or in ffsync?

2.

I have a fresh install of ffsync on another server. But when I try 'make test' 
I get the following error. Any Idea how I can fix this?

-----------------------------------------------------------
./local/bin/flake8 ./syncserver
./local/bin/nosetests -s syncstorage.tests
..................................................................SSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSSS..SSSSSSSSSSSSSSSS.SS................
----------------------------------------------------------------------
Ran 232 tests in 44.582s

OK (SKIP=147)
# Tokenserver tests currently broken due to incorrect file paths
# ./local/bin/nosetests -s tokenserver.tests
# Test against a running server
./local/bin/pserve syncserver/tests.ini 2> /dev/null & SERVER_PID=$!; \
  sleep 2; \
  ./local/bin/python -m syncstorage.tests.functional.test_storage \
    --use-token-server http://localhost:5000/token/1.0/sync/1.5; \
  kill $SERVER_PID
Starting server in PID 387.
serving on 0.0.0.0:5000 view at http://127.0.0.1:5000
Traceback (most recent call last):
  File "/usr/lib/python2.7/runpy.py", line 162, in _run_module_as_main
    "__main__", fname, loader, pkg_name)
  File "/usr/lib/python2.7/runpy.py", line 72, in _run_code
    exec code in run_globals
  File 
"/home/ffsync/syncserver/local/lib/python2.7/site-packages/syncstorage/tests/functional/test_storage.py",
 line 1275, in <module>
    res = run_live_functional_tests(TestStorage, sys.argv)
  File 
"/home/ffsync/syncserver/local/local/lib/python2.7/site-packages/syncstorage/tests/functional/support.py",
 line 178, in run_live_functional_tests
    creds = authenticate_to_token_server(url, opts.email, opts.audience)
  File 
"/home/ffsync/syncserver/local/local/lib/python2.7/site-packages/syncstorage/tests/functional/support.py",
 line 110, in authenticate_to_token_server
    r.raise_for_status()
  File 
"/home/ffsync/syncserver/local/local/lib/python2.7/site-packages/requests/models.py",
 line 773, in raise_for_status
    raise HTTPError(http_error_msg, response=self)
requests.exceptions.HTTPError: 401 Client Error: Unauthorized
-----------------------------------------------------------


Thank you very much

Christian Rebischke

Attachment: pgpoLH_wTBYCX.pgp
Description: PGP signature

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

Reply via email to