Closed
Bug 441466
Opened 17 years ago
Closed 17 years ago
Weave server gives 0, 404, 405, and 503 errors on attempted logon
Categories
(Cloud Services :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: abillings, Unassigned)
Details
Using Weave 0.1.30, whenever I try to log in, it fails. I have tried on both Mac and Linux boxes.
This is the verbose log below from my linux box, which is running the released Firefox 3.0:
2008-06-23 22:04:51 Service.Main INFO Weave Sync Service Initializing
2008-06-23 22:04:51 Service.SnapStore INFO Read saved snapshot from disk
2008-06-23 22:04:51 Service.SnapStore INFO Read saved snapshot from disk
2008-06-23 22:04:51 Service.Main INFO Weave scheduler enabled
2008-06-23 22:04:51 Chrome.Window INFO Logging in...
2008-06-23 22:04:51 Chrome.Window INFO User string: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9) Gecko/2008061015 Firefox/3.0
2008-06-23 22:04:51 Chrome.Window INFO Weave version: 0.1.30
2008-06-23 22:04:51 Service.Main DEBUG Logging in
2008-06-23 22:04:51 Service.DAV DEBUG Checking login
2008-06-23 22:04:51 Service.DAV DEBUG GET request for root folder
2008-06-23 22:06:28 Service.DAV WARN _makeRequest: got status 0
2008-06-23 22:06:28 Service.Main TRACE Checking user directory exists
2008-06-23 22:06:28 Service.DAV DEBUG GET request for user/
2008-06-23 22:06:29 Service.DAV WARN _makeRequest: got status 404
2008-06-23 22:06:29 Service.DAV DEBUG Creating path: user
2008-06-23 22:06:29 Service.DAV DEBUG MKCOL request for user
2008-06-23 22:06:29 Service.DAV WARN _makeRequest: got status 405
2008-06-23 22:06:29 Service.DAV DEBUG <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>405 Method Not Allowed</title>
</head><body>
<h1>Method Not Allowed</h1>
<p>The requested method MKCOL is not allowed for the URL /user.</p>
<hr>
<address>Apache/2.2.3 (Red Hat) Server at services.mozilla.com Port 443</address>
</body></html>
2008-06-23 22:06:29 Service.DAV ERROR Could not create directory on server
2008-06-23 22:06:29 Service.DAV ERROR Exception caught: request failed: 405 -
2008-06-23 22:06:29 Service.DAV DEBUG Checking login
2008-06-23 22:06:29 Service.DAV DEBUG GET request for root folder
2008-06-23 22:08:29 Service.DAV WARN _makeRequest: got status 503
2008-06-23 22:08:29 Chrome.Login TRACE Sync login window opened
2008-06-23 22:10:20 Async.Generator ERROR Exception: Could not acquire lock
2008-06-23 22:10:20 Async.Generator DEBUG Stack trace:
unknown (async) :: WeaveLocalLockWrapper
module:service.js:396 :: WeaveSync_login
chrome://weave/content/login.js:92 :: Login_doOK
chrome://global/content/bindings/dialog.xml:354 :: anonymous
chrome://global/content/bindings/dialog.xml:355 :: _fireButtonEvent
chrome://global/content/bindings/dialog.xml:329 :: _doButtonCommand
chrome://global/content/bindings/dialog.xml:318 :: _handleButtonCommand
2008-06-23 22:10:20 Chrome.Login TRACE Sync login window closed
2008-06-23 22:10:20 Async.Generator ERROR Exception: Login failed
2008-06-23 22:10:20 Async.Generator DEBUG Stack trace:
unknown (async) :: WeaveSync__login
module:wrap.js:91 :: WeaveNotifyWrapper
module:wrap.js:157 :: WeaveLocalLockWrapper
module:service.js:396 :: WeaveSync_login
module:service.js:177 :: Weave__onWindowOpened
chrome://weave/content/sync.js:69 :: Sync
chrome://weave/content/sync.js:373 :: anonymous
2008-06-23 22:10:20 Service.DAV DEBUG LOCK request for lock
services.mozilla.com is having trouble, it seems.
Comment 2•17 years ago
|
||
Indeed, it was.
0.1.32 has some login fixes, as well.
Status: NEW → RESOLVED
Closed: 17 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Component: Weave → General
Product: Mozilla Labs → Weave
Target Milestone: -- → ---
Updated•16 years ago
|
QA Contact: weave → general
You need to log in
before you can comment on or make changes to this bug.
Description
•