Advertisement
Guest User

Untitled

a guest
Sep 21st, 2017
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.18 KB | None | 0 0
  1. 2011-07-05 12:24:08,575 DEBUG found 1 self_identity records
  2. 2011-07-05 12:24:08,591 INFO starting advertising _couchdb_location._tcp on port 55207
  3. 2011-07-05 12:24:08,607 DEBUG started replicating
  4. 2011-07-05 12:24:08,624 DEBUG replication of discovered hosts finished
  5. 2011-07-05 12:24:08,634 DEBUG static pairings are []
  6. 2011-07-05 12:24:08,634 DEBUG finished replicating
  7. 2011-07-05 12:24:08,634 DEBUG starting replicator main loop
  8. 2011-07-05 12:34:08,608 DEBUG started replicating
  9. 2011-07-05 12:34:08,643 DEBUG replication of discovered hosts finished
  10. 2011-07-05 12:34:08,669 DEBUG static pairings are [('b8c19964-f492-4518-a2a6-34dc117685ce', 'ubuntuone', True, True)]
  11. 2011-07-05 12:34:08,670 DEBUG Looking up prefix for service 'ubuntuone'
  12. 2011-07-05 12:34:08,676 INFO get_oauth_data: asking for credentials to Ubuntu SSO. App name: Ubuntu One
  13. 2011-07-05 12:34:09,230 INFO Got credentials from Ubuntu SSO. Non emtpy credentials? True
  14. 2011-07-05 12:34:09,230 DEBUG Looking up prefix for service 'ubuntuone'
  15. 2011-07-05 12:34:13,405 ERROR replication of services aborted
  16. Traceback (most recent call last):
  17. File "/usr/lib/pymodules/python2.7/desktopcouch/application/replication.py", line 155, in do_all_replication
  18. remote_location = str(prefix_getter)
  19. File "/usr/lib/pymodules/python2.7/desktopcouch/application/replication_services/ubuntuone.py", line 114, in __str__
  20. result = urllib2.urlopen(req, None, 30)
  21. File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen
  22. return _opener.open(url, data, timeout)
  23. File "/usr/lib/python2.7/urllib2.py", line 397, in open
  24. response = meth(req, response)
  25. File "/usr/lib/python2.7/urllib2.py", line 510, in http_response
  26. 'http', request, response, code, msg, hdrs)
  27. File "/usr/lib/python2.7/urllib2.py", line 435, in error
  28. return self._call_chain(*args)
  29. File "/usr/lib/python2.7/urllib2.py", line 369, in _call_chain
  30. result = func(*args)
  31. File "/usr/lib/python2.7/urllib2.py", line 518, in http_error_default
  32. raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
  33. HTTPError: HTTP Error 500: INTERNAL SERVER ERROR
  34. 2011-07-05 12:34:13,410 DEBUG finished replicating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement