Start Sync Gateway Error

Im install Couchbase Server Version 2.2.0-821-rel on Mac.

And after im donwload Sync Gateway Version 1.0.0-003 on same Mac
Im Use Readme.txt and this manual: http://docs.couchbase.com/sync-gateway/

Im Run Sync Gateway with Walrus and with works fine.

Im create sync_gateway bucket.
But now im try use Sync Gateway with installed Couchbase server and im getting error.

My Log:
Starting admin server on 127.0.0.1:4985
13:44:19.161134 Starting server on :4984 …
^CKonstantins-MacBook-Pro:~ konstantinlevashkin$ /Users/konstantinlevashkin/Deskp/NEW\ COUCHBASE/MAC/couchbase-sync-gateway/bin/sync_gateway -url http://localhost:8091
13:45:03.359449 Configured Go to use all 8 CPUs; setenv GOMAXPROCS to override this
13:45:03.359620 Opening db /sync_gateway as bucket “sync_gateway”, pool “default”, server http://localhost:8091
13:45:03.359691 Opening Couchbase database sync_gateway on http://localhost:8091
13:45:03.377827 WARNING: Error installing Couchbase design doc: Put /sync_gateway/_design/sync_gateway: unsupported protocol scheme “” – db.installViews() at database.go:242
13:45:03.377872 WARNING: Error installing Couchbase design doc: Put /sync_gateway/_design/sync_housekeeping: unsupported protocol scheme “” – db.installViews() at database.go:254
13:45:03.377883 FATAL: Error opening database: Put /sync_gateway/_design/sync_housekeeping: unsupported protocol scheme “” – rest.RunServer() at config.go:268
Konstantins-MacBook-Pro:~ konstantinlevashkin$

Hi there! Hmm, I just tried to reproduce the issue with the given steps but have not been able to see issue yet. Are there any other steps or clues you can give? I tried the following on my Mac with both Couchbase Server 2.2.0 EE and 2.1.1 CE:

Started Couchbase Server. In Couchbase Server, created a sync_gateway bucket
Installed latest Couchbase Sync Gateway installer from here: http://www.couchbase.com/communities/couchbase-sync-gateway

Started Couchbase Sync Gateway as follows: ./sync_gateway -url http://localhost:8091

Sync Gateway starts with admin port on 4985, and sync port on 4984, directing to (by default) the sync_gateway bucket on my local Couchbase Server.

Same problem here… using Mac OS X 10.8.5 and latest server/sync-gateway.

Could you resolve the problem in the meantime?