Firefox3.0 Weaveの同期のログをさらしてみる

WindowsのWeaveは途中で固まってしまう感じ。Linux版はすんなり同期できているよう。Windowsの方が履歴の保存の量が多いため、履歴の保存量の差か? ログを見ると履歴の同期は成功している。
ある程度はパスワード、ブックマークの同期はできている感じ。

以下、Windows版でのWeaveの動作ログ。ユーザ固有のURLらしきところは伏せ字で。

  • Service.BmkEngine ブックマークの同期?
  • Service.HistEngine 履歴の同期?
  • Service.PasswordEngine パスワードの同期?
  • Service.CookieEngine Cookieの同期?
  • Service.FormEngine フォームの同期?

10〜30分?間隔程度でretry 再試行をしているよう。


追記:WindowsFirefoxで同期に失敗しているパスワード、フォームのうち、フォームのチェックを外して同期させたら成功しました。次はフォームの同期がうまくいくかどうか。
→やっぱりダメで、固まってしまいました。フォーム以外のデータだけだと同期できます。ログを見るとパスワードでエラーが出ていますが、別のマシンにはパスワードのデータが渡っているので、実用上は問題なし。
デフォだとFirefox起動時に自動的に同期される設定になっているので、Firefox起動時が重たくなると思います。

WindowsのFierfoxのprofilesの各データのサイズ

  • bookmarks.html 164KB
  • history.dat 7,716KB
  • cookies.sqlite 125KB
  • cookies.txt 4KB
  • formhistory.dat 607KB
  • formhistory.sqlite 400KB
  • places.sqlite 7,720KB

ログファイルの場所

profiles配下の

weave/
├ logs/
│├ brief-log.txt
│└ varbose-log.txt
├ snapshot/
└ tmp/

Windows側で失敗している場合のログ

2008-06-21 10:44:30 Service.Main INFO Weave Sync Service Initializing
2008-06-21 10:44:30 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 10:44:30 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 10:44:30 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 10:44:30 Service.Main INFO Weave scheduler enabled
2008-06-21 10:44:30 Chrome.Window INFO Logging in...
2008-06-21 10:44:30 Chrome.Window INFO User string: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9) Gecko/2008052906 Firefox/3.0
2008-06-21 10:44:30 Chrome.Window INFO Weave version: 0.1.30
2008-06-21 10:44:32 Service.DAV WARN _makeRequest: authentication failed
2008-06-21 10:44:32 Service.DAV WARN _makeRequest: got status 401
2008-06-21 10:44:33 Service.DAV WARN _makeRequest: got status 404
2008-06-21 10:44:33 Service.DAV WARN _makeRequest: got status 405
2008-06-21 10:44:33 Service.DAV ERROR Could not create directory on server
2008-06-21 10:44:33 Service.DAV ERROR Exception caught: request failed: 405 -
2008-06-21 10:44:34 Service.Main INFO Using server URL: https://services.mozilla.com/user/*******************************/
2008-06-21 10:44:37 Chrome.Window INFO Login successful
2008-06-21 10:44:38 Service.DAV WARN _makeRequest: got status 423
2008-06-21 10:44:38 Async.Generator ERROR Exception: Could not acquire lock
2008-06-21 10:47:48 Service.DAV WARN _makeRequest: got status 423
2008-06-21 10:47:48 Async.Generator ERROR Exception: Could not acquire lock
2008-06-21 10:53:53 Service.BmkEngine INFO Beginning sync
2008-06-21 10:53:55 Service.BmkEngine INFO Got status file from server
2008-06-21 10:53:57 Service.BmkEngine INFO Downloading server deltas
2008-06-21 10:54:01 Service.BmkEngine INFO Local snapshot version: 17
2008-06-21 10:54:01 Service.BmkEngine INFO Server status: 0
2008-06-21 10:54:01 Service.BmkEngine INFO Server maxVersion: 17
2008-06-21 10:54:01 Service.BmkEngine INFO Server snapVersion: 0
2008-06-21 10:54:01 Service.BmkEngine INFO Sync complete: no changes needed on client or server
2008-06-21 10:54:01 Service.HistEngine INFO Beginning sync
2008-06-21 10:54:03 Service.HistEngine INFO Got status file from server
2008-06-21 10:54:04 Service.HistEngine INFO Downloading server deltas
2008-06-21 10:54:14 Service.HistEngine INFO Local snapshot version: 38
2008-06-21 10:54:14 Service.HistEngine INFO Server status: 0
2008-06-21 10:54:14 Service.HistEngine INFO Server maxVersion: 39
2008-06-21 10:54:14 Service.HistEngine INFO Server snapVersion: 0
2008-06-21 10:54:15 Service.HistEngine INFO Reconciling client/server updates
2008-06-21 10:54:15 Service.HistEngine INFO Changes for client: 11
2008-06-21 10:54:15 Service.HistEngine INFO Predicted changes for server: 6
2008-06-21 10:54:15 Service.HistEngine INFO Client conflicts: 0
2008-06-21 10:54:15 Service.HistEngine INFO Server conflicts: 0
2008-06-21 10:54:15 Service.HistEngine INFO Applying changes locally
2008-06-21 10:54:23 Service.HistEngine WARN Commands did not apply correctly
2008-06-21 10:54:23 Service.SnapStore INFO Saving snapshot to disk
2008-06-21 10:54:24 Service.HistEngine WARN Predicted server changes differ from actual server->client diff (can be ignored in many cases)
2008-06-21 10:54:24 Service.HistEngine INFO Actual changes for server: 17
2008-06-21 10:54:24 Service.HistEngine INFO Uploading changes to server
2008-06-21 10:54:52 Service.HistEngine INFO Successfully updated deltas and status on server
2008-06-21 10:54:52 Service.SnapStore INFO Saving snapshot to disk
2008-06-21 10:54:52 Service.HistEngine INFO Sync complete
2008-06-21 10:54:52 Service.CookieEngine INFO Beginning sync
2008-06-21 10:54:54 Service.CookieEngine INFO Got status file from server
2008-06-21 10:54:55 Service.CookieEngine INFO Downloading server deltas
2008-06-21 10:55:00 Service.CookieEngine INFO Local snapshot version: 35
2008-06-21 10:55:00 Service.CookieEngine INFO Server status: 0
2008-06-21 10:55:00 Service.CookieEngine INFO Server maxVersion: 41
2008-06-21 10:55:00 Service.CookieEngine INFO Server snapVersion: 0
2008-06-21 10:55:00 Service.CookieEngine INFO Reconciling client/server updates
2008-06-21 10:55:01 Service.CookieEngine INFO Changes for client: 914
2008-06-21 10:55:01 Service.CookieEngine INFO Predicted changes for server: 2
2008-06-21 10:55:01 Service.CookieEngine INFO Client conflicts: 5
2008-06-21 10:55:01 Service.CookieEngine INFO Server conflicts: 5
2008-06-21 10:55:01 Service.CookieEngine WARN Conflicts found! Discarding server changes
2008-06-21 10:55:01 Service.CookieEngine INFO Applying changes locally
2008-06-21 10:55:02 Service.CookieStore INFO CookieStore got removeCommand: [object Object]
2008-06-21 10:55:02 Service.Main ERROR TypeError: command.data is undefined
2008-06-21 10:55:02 Service.PasswordEngine INFO Beginning sync
2008-06-21 10:55:03 Service.PasswordEngine INFO Got status file from server
2008-06-21 10:55:05 Service.PasswordEngine INFO Remote/local sync GUIDs do not match. Forcing initial sync.
2008-06-21 10:55:05 Service.PasswordEngine INFO Downloading server snapshot
2008-06-21 10:55:06 Service.PasswordEngine INFO Downloading server deltas
2008-06-21 10:55:07 Service.PasswordEngine INFO Local snapshot version: -1
2008-06-21 10:55:07 Service.PasswordEngine INFO Server status: 0
2008-06-21 10:55:07 Service.PasswordEngine INFO Server maxVersion: 8
2008-06-21 10:55:07 Service.PasswordEngine INFO Server snapVersion: 0
2008-06-21 10:55:07 Service.PasswordEngine INFO Reconciling client/server updates
2008-06-21 10:55:08 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:55:08 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:55:08 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:55:09 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:55:09 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:55:09 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:55:10 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:55:10 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:55:11 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:55:11 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:58:30 Service.PasswordEngine INFO Changes for client: 3
2008-06-21 10:58:30 Service.PasswordEngine INFO Predicted changes for server: 239
2008-06-21 10:58:30 Service.PasswordEngine INFO Client conflicts: 0
2008-06-21 10:58:30 Service.PasswordEngine INFO Server conflicts: 0
2008-06-21 10:58:30 Service.PasswordEngine INFO Applying changes locally
2008-06-21 10:58:30 Service.PasswordStore INFO PasswordStore got createCommand: [object Object]
2008-06-21 10:58:30 Service.Main ERROR [Exception... "'This login already exists.' when calling method: [nsILoginManager::addLogin]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///D:/****/Firefox/Profiles/extensions/%7B340c2bbc-ce74-4362-90b5-7c26312808ef%7D/modules/stores.js :: PasswordStore__createCommand :: line 984" data: no]
2008-06-21 10:58:30 Service.FormEngine INFO Beginning sync
2008-06-21 10:58:32 Service.FormEngine INFO Got status file from server
2008-06-21 10:58:34 Service.FormEngine INFO Remote/local sync GUIDs do not match. Forcing initial sync.
2008-06-21 10:58:34 Service.FormEngine INFO Downloading server snapshot
2008-06-21 10:58:34 Service.FormEngine INFO Downloading server deltas
2008-06-21 10:58:36 Service.FormEngine INFO Local snapshot version: -1
2008-06-21 10:58:36 Service.FormEngine INFO Server status: 0
2008-06-21 10:58:36 Service.FormEngine INFO Server maxVersion: 8
2008-06-21 10:58:36 Service.FormEngine INFO Server snapVersion: 0
2008-06-21 10:58:39 Service.FormEngine INFO Reconciling client/server updates
2008-06-21 10:58:52 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:58:53 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:58:58 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:59:01 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:59:04 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:59:05 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:59:08 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:59:10 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:59:12 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:59:13 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:59:18 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 10:59:21 Service.FormSync ERROR Remote command has GUID that already exists locally. Dropping command.

Linux側の同期がうまくいった場合のログ

2008-06-21 10:18:38 Service.Main INFO Weave Sync Service Initializing
2008-06-21 10:18:38 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 10:18:38 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 10:18:38 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 10:18:38 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 10:18:38 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 10:18:38 Service.Main INFO Weave scheduler enabled
2008-06-21 10:18:38 Chrome.Window INFO Logging in...
2008-06-21 10:18:38 Chrome.Window INFO User string: Mozilla/5.0 (X11; U; Linux i686; ja; rv:1.9) Gecko/2008061015 Firefox/3.0
2008-06-21 10:18:38 Chrome.Window INFO Weave version: 0.1.30
2008-06-21 10:18:39 Service.Main INFO Using server URL: https://services.mozilla.com/user/****************************/
2008-06-21 10:18:41 Chrome.Window INFO Login successful
2008-06-21 10:18:42 Service.BmkEngine INFO Beginning sync
2008-06-21 10:18:44 Service.BmkEngine INFO Got status file from server
2008-06-21 10:18:44 Service.BmkEngine INFO Downloading server deltas
2008-06-21 10:18:48 Service.BmkEngine INFO Local snapshot version: 16
2008-06-21 10:18:48 Service.BmkEngine INFO Server status: 0
2008-06-21 10:18:48 Service.BmkEngine INFO Server maxVersion: 16
2008-06-21 10:18:48 Service.BmkEngine INFO Server snapVersion: 0
2008-06-21 10:18:49 Service.BmkEngine INFO Reconciling client/server updates
2008-06-21 10:18:49 Service.BmkEngine INFO Changes for client: 0
2008-06-21 10:18:49 Service.BmkEngine INFO Predicted changes for server: 1
2008-06-21 10:18:49 Service.BmkEngine INFO Client conflicts: 0
2008-06-21 10:18:49 Service.BmkEngine INFO Server conflicts: 0
2008-06-21 10:18:50 Service.BmkEngine INFO Actual changes for server: 1
2008-06-21 10:18:50 Service.BmkEngine INFO Uploading changes to server
2008-06-21 10:18:58 Service.BmkEngine INFO Successfully updated deltas and status on server
2008-06-21 10:18:58 Service.SnapStore INFO Saving snapshot to disk
2008-06-21 10:18:58 Service.BmkEngine INFO Sync complete
2008-06-21 10:18:58 Service.HistEngine INFO Beginning sync
2008-06-21 10:19:00 Service.HistEngine INFO Got status file from server
2008-06-21 10:19:00 Service.HistEngine INFO Downloading server deltas
2008-06-21 10:19:09 Service.HistEngine INFO Local snapshot version: 39
2008-06-21 10:19:09 Service.HistEngine INFO Server status: 0
2008-06-21 10:19:09 Service.HistEngine INFO Server maxVersion: 39
2008-06-21 10:19:09 Service.HistEngine INFO Server snapVersion: 0
2008-06-21 10:19:10 Service.HistEngine INFO Sync complete: no changes needed on client or server
2008-06-21 10:19:10 Service.CookieEngine INFO Beginning sync
2008-06-21 10:19:11 Service.CookieEngine INFO Got status file from server
2008-06-21 10:19:12 Service.CookieEngine INFO Downloading server deltas
2008-06-21 10:19:16 Service.CookieEngine INFO Local snapshot version: 40
2008-06-21 10:19:16 Service.CookieEngine INFO Server status: 0
2008-06-21 10:19:16 Service.CookieEngine INFO Server maxVersion: 40
2008-06-21 10:19:16 Service.CookieEngine INFO Server snapVersion: 0
2008-06-21 10:19:16 Service.CookieEngine INFO Reconciling client/server updates
2008-06-21 10:19:16 Service.CookieEngine INFO Changes for client: 0
2008-06-21 10:19:16 Service.CookieEngine INFO Predicted changes for server: 4
2008-06-21 10:19:16 Service.CookieEngine INFO Client conflicts: 0
2008-06-21 10:19:16 Service.CookieEngine INFO Server conflicts: 0
2008-06-21 10:19:16 Service.CookieEngine INFO Actual changes for server: 4
2008-06-21 10:19:16 Service.CookieEngine INFO Uploading changes to server
2008-06-21 10:19:25 Service.CookieEngine INFO Successfully updated deltas and status on server
2008-06-21 10:19:25 Service.SnapStore INFO Saving snapshot to disk
2008-06-21 10:19:25 Service.CookieEngine INFO Sync complete
2008-06-21 10:19:25 Service.PasswordEngine INFO Beginning sync
2008-06-21 10:19:26 Service.PasswordEngine INFO Got status file from server
2008-06-21 10:19:27 Service.PasswordEngine INFO Downloading server deltas
2008-06-21 10:19:29 Service.PasswordEngine INFO Local snapshot version: 7
2008-06-21 10:19:29 Service.PasswordEngine INFO Server status: 0
2008-06-21 10:19:29 Service.PasswordEngine INFO Server maxVersion: 7
2008-06-21 10:19:29 Service.PasswordEngine INFO Server snapVersion: 0
2008-06-21 10:19:29 Service.PasswordEngine INFO Reconciling client/server updates
2008-06-21 10:19:29 Service.PasswordEngine INFO Changes for client: 0
2008-06-21 10:19:29 Service.PasswordEngine INFO Predicted changes for server: 26
2008-06-21 10:19:29 Service.PasswordEngine INFO Client conflicts: 0
2008-06-21 10:19:29 Service.PasswordEngine INFO Server conflicts: 0
2008-06-21 10:19:29 Service.PasswordEngine INFO Actual changes for server: 26
2008-06-21 10:19:29 Service.PasswordEngine INFO Uploading changes to server
2008-06-21 10:19:32 Service.PasswordEngine INFO Successfully updated deltas and status on server
2008-06-21 10:19:32 Service.SnapStore INFO Saving snapshot to disk
2008-06-21 10:19:32 Service.PasswordEngine INFO Sync complete
2008-06-21 10:19:32 Service.FormEngine INFO Beginning sync
2008-06-21 10:19:34 Service.FormEngine INFO Got status file from server
2008-06-21 10:19:34 Service.FormEngine INFO Downloading server deltas
2008-06-21 10:19:37 Service.FormEngine INFO Local snapshot version: 7
2008-06-21 10:19:37 Service.FormEngine INFO Server status: 0
2008-06-21 10:19:37 Service.FormEngine INFO Server maxVersion: 7
2008-06-21 10:19:37 Service.FormEngine INFO Server snapVersion: 0
2008-06-21 10:19:37 Service.FormEngine INFO Reconciling client/server updates
2008-06-21 10:19:37 Service.FormEngine INFO Changes for client: 0
2008-06-21 10:19:37 Service.FormEngine INFO Predicted changes for server: 120
2008-06-21 10:19:37 Service.FormEngine INFO Client conflicts: 0
2008-06-21 10:19:37 Service.FormEngine INFO Server conflicts: 0
2008-06-21 10:19:37 Service.FormEngine INFO Actual changes for server: 120
2008-06-21 10:19:37 Service.FormEngine INFO Uploading changes to server
2008-06-21 10:19:40 Service.FormEngine INFO Successfully updated deltas and status on server
2008-06-21 10:19:40 Service.SnapStore INFO Saving snapshot to disk
2008-06-21 10:19:40 Service.FormEngine INFO Sync complete

Windowsで同期が終了したログ(パスワードの同期でエラーあり)

2008-06-21 17:18:46 Service.Main INFO Weave Sync Service Initializing
2008-06-21 17:18:46 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 17:18:46 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 17:18:46 Service.SnapStore INFO Read saved snapshot from disk
2008-06-21 17:18:46 Service.Main INFO Weave scheduler enabled
2008-06-21 17:18:46 Chrome.Window INFO Logging in...
2008-06-21 17:18:46 Chrome.Window INFO User string: Mozilla/5.0 (Windows; U; Windows NT 5.1; ja; rv:1.9) Gecko/2008052906 Firefox/3.0
2008-06-21 17:18:46 Chrome.Window INFO Weave version: 0.1.30
2008-06-21 17:18:49 Service.DAV WARN _makeRequest: authentication failed
2008-06-21 17:18:49 Service.DAV WARN _makeRequest: got status 401
2008-06-21 17:18:49 Service.DAV WARN _makeRequest: got status 404
2008-06-21 17:18:50 Service.DAV WARN _makeRequest: got status 405
2008-06-21 17:18:50 Service.DAV ERROR Could not create directory on server
2008-06-21 17:18:50 Service.DAV ERROR Exception caught: request failed: 405 -
2008-06-21 17:18:51 Service.Main INFO Using server URL: https://services.mozilla.com/user/********************************/
2008-06-21 17:18:52 Chrome.Window INFO Login successful
2008-06-21 17:18:53 Service.BmkEngine INFO Beginning sync
2008-06-21 17:18:55 Service.BmkEngine INFO Got status file from server
2008-06-21 17:18:57 Service.BmkEngine INFO Downloading server deltas
2008-06-21 17:19:01 Service.BmkEngine INFO Local snapshot version: 18
2008-06-21 17:19:01 Service.BmkEngine INFO Server status: 0
2008-06-21 17:19:01 Service.BmkEngine INFO Server maxVersion: 18
2008-06-21 17:19:01 Service.BmkEngine INFO Server snapVersion: 0
2008-06-21 17:19:01 Service.BmkEngine INFO Sync complete: no changes needed on client or server
2008-06-21 17:19:01 Service.HistEngine INFO Beginning sync
2008-06-21 17:19:03 Service.HistEngine INFO Got status file from server
2008-06-21 17:19:04 Service.HistEngine INFO Downloading server deltas
2008-06-21 17:19:15 Service.HistEngine INFO Local snapshot version: 43
2008-06-21 17:19:15 Service.HistEngine INFO Server status: 0
2008-06-21 17:19:15 Service.HistEngine INFO Server maxVersion: 43
2008-06-21 17:19:15 Service.HistEngine INFO Server snapVersion: 0
2008-06-21 17:19:16 Service.HistEngine INFO Reconciling client/server updates
2008-06-21 17:19:16 Service.HistEngine INFO Changes for client: 0
2008-06-21 17:19:16 Service.HistEngine INFO Predicted changes for server: 50
2008-06-21 17:19:16 Service.HistEngine INFO Client conflicts: 0
2008-06-21 17:19:16 Service.HistEngine INFO Server conflicts: 0
2008-06-21 17:19:16 Service.HistEngine INFO Actual changes for server: 50
2008-06-21 17:19:16 Service.HistEngine INFO Uploading changes to server
2008-06-21 17:19:38 Service.HistEngine INFO Successfully updated deltas and status on server
2008-06-21 17:19:38 Service.SnapStore INFO Saving snapshot to disk
2008-06-21 17:19:38 Service.HistEngine INFO Sync complete
2008-06-21 17:19:38 Service.CookieEngine INFO Beginning sync
2008-06-21 17:19:39 Service.CookieEngine INFO Got status file from server
2008-06-21 17:19:41 Service.CookieEngine INFO Downloading server deltas
2008-06-21 17:19:48 Service.CookieEngine INFO Local snapshot version: 45
2008-06-21 17:19:48 Service.CookieEngine INFO Server status: 0
2008-06-21 17:19:48 Service.CookieEngine INFO Server maxVersion: 45
2008-06-21 17:19:48 Service.CookieEngine INFO Server snapVersion: 0
2008-06-21 17:19:48 Service.CookieEngine INFO Reconciling client/server updates
2008-06-21 17:19:48 Service.CookieEngine INFO Changes for client: 0
2008-06-21 17:19:48 Service.CookieEngine INFO Predicted changes for server: 6
2008-06-21 17:19:48 Service.CookieEngine INFO Client conflicts: 0
2008-06-21 17:19:48 Service.CookieEngine INFO Server conflicts: 0
2008-06-21 17:19:49 Service.CookieEngine INFO Actual changes for server: 6
2008-06-21 17:19:49 Service.CookieEngine INFO Uploading changes to server
2008-06-21 17:20:02 Service.CookieEngine INFO Successfully updated deltas and status on server
2008-06-21 17:20:02 Service.SnapStore INFO Saving snapshot to disk
2008-06-21 17:20:03 Service.CookieEngine INFO Sync complete
2008-06-21 17:20:03 Service.PasswordEngine INFO Beginning sync
2008-06-21 17:20:07 Service.PasswordEngine INFO Got status file from server
2008-06-21 17:20:09 Service.PasswordEngine INFO Remote/local sync GUIDs do not match. Forcing initial sync.
2008-06-21 17:20:09 Service.PasswordEngine INFO Downloading server snapshot
2008-06-21 17:20:10 Service.PasswordEngine INFO Downloading server deltas
2008-06-21 17:20:11 Service.PasswordEngine INFO Local snapshot version: -1
2008-06-21 17:20:11 Service.PasswordEngine INFO Server status: 0
2008-06-21 17:20:11 Service.PasswordEngine INFO Server maxVersion: 9
2008-06-21 17:20:11 Service.PasswordEngine INFO Server snapVersion: 0
2008-06-21 17:20:11 Service.PasswordEngine INFO Reconciling client/server updates
2008-06-21 17:20:12 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 17:20:12 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 17:20:12 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 17:20:13 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 17:20:13 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 17:20:13 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 17:20:13 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 17:20:14 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 17:20:15 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 17:20:15 Service.PasswordSync ERROR Remote command has GUID that already exists locally. Dropping command.
2008-06-21 17:23:35 Service.PasswordEngine INFO Changes for client: 3
2008-06-21 17:23:35 Service.PasswordEngine INFO Predicted changes for server: 239
2008-06-21 17:23:35 Service.PasswordEngine INFO Client conflicts: 0
2008-06-21 17:23:35 Service.PasswordEngine INFO Server conflicts: 0
2008-06-21 17:23:35 Service.PasswordEngine INFO Applying changes locally
2008-06-21 17:23:35 Service.PasswordStore INFO PasswordStore got createCommand: [object Object]
2008-06-21 17:23:35 Service.Main ERROR [Exception... "'This login already exists.' when calling method: [nsILoginManager::addLogin]" nsresult: "0x8057001e (NS_ERROR_XPC_JS_THREW_STRING)" location: "JS frame :: file:///D:/***/Firefox/Profiles/extensions/%7B340c2bbc-ce74-4362-90b5-7c26312808ef%7D/modules/stores.js :: PasswordStore__createCommand :: line 984" data: no]

参考

以下のページが画面のスナップショットがたくさんあってわかりやすいです。
Firefoxのオンライン環境同期アドオン Weaveを使ってみた - delab
http://de-lab.com/article/firefox-weave/

これって、Googleの時もそうでしたが、やっぱり、パスワードとかフォームデータを共用の領域で管理するっていうのはあまりうれしくないですね。

自分のサーバーを設定できたら言うこと無しなんですが・・・。

Weaveの設定を見ると、サーバを指定することができるようになっているので、将来的にはできるかも。
プロトコルWebDAVっぽい気が。