Nope, still doesn’t work for me. My install of cbserver && gateway are on the internet, so I’ll provide the details so you can verify I’m not crazy.
Here’s the REST endpoint:
http://104.154.90.14:4984/gamesim-sample/_session
I’m using Advanced REST client through my Chrome browser.
And below is the config file gateway is currently running:
{
"log":["*"],
"verbose": true,
"interface": ":4984",
"adminInterface": ":4985",
"facebook" : {
"register" : true
},
"databases":{
"gamesim-sample":{
"server": "http://cb-server1:8091",
"users": {
"GUEST": {"disabled": false, "admin_channels": ["*"]},
"chef123": {"password": "letmein"}
},
"bucket": "gamesim-sample",
"sync": `function(doc) {channel(doc.channels);}`
}
}
}
I don’t know if this helps, but here’s the output on the gateway console when I try _session on the public port:
net/http.func·011()
/usr/local/go/src/net/http/server.go:1130 +0xbb
github.com/couchbase/sync_gateway/rest.(*handler).handleSessionPOST(0xc20805ea20, 0x0, 0x0)
/home/couchbase/jenkins/workspace/sync-gateway-unix-builds/release/1.1.0/community/app-under-test/sync_gateway/src/github.com/couchbase/sync_gateway/rest/session_api.go:43 +0x35d
github.com/couchbase/sync_gateway/rest.(*handler).invoke(0xc20805ea20, 0xd8c750, 0x0, 0x0)
/home/couchbase/jenkins/workspace/sync-gateway-unix-builds/release/1.1.0/community/app-under-test/sync_gateway/src/github.com/couchbase/sync_gateway/rest/handler.go:159 +0x4b8
github.com/couchbase/sync_gateway/rest.func·015(0x7fb122f0f448, 0xc20827bd60, 0xc2081c4820)
/home/couchbase/jenkins/workspace/sync-gateway-unix-builds/release/1.1.0/community/app-under-test/sync_gateway/src/github.com/couchbase/sync_gateway/rest/handler.go:86 +0x7d
net/http.HandlerFunc.ServeHTTP(0xc2080d0b00, 0x7fb122f0f448, 0xc20827bd60, 0xc2081c4820)
/usr/local/go/src/net/http/server.go:1265 +0x41
github.com/gorilla/mux.(*Router).ServeHTTP(0xc20803b5e0, 0x7fb122f0f448, 0xc20827bd60, 0xc2081c4820)
/home/couchbase/jenkins/workspace/sync-gateway-unix-builds/release/1.1.0/community/app-under-test/sync_gateway/src/github.com/gorilla/mux/mux.go:86 +0x29e
github.com/couchbase/sync_gateway/rest.func·017(0x7fb122f0f448, 0xc20827bd60, 0xc2081c4820)
/home/couchbase/jenkins/workspace/sync-gateway-unix-builds/release/1.1.0/community/app-under-test/sync_gateway/src/github.com/couchbase/sync_gateway/rest/routing.go:236 +0x32f
net/http.HandlerFunc.ServeHTTP(0xc208136b00, 0x7fb122f0f448, 0xc20827bd60, 0xc2081c4820)
/usr/local/go/src/net/http/server.go:1265 +0x41
net/http.serverHandler.ServeHTTP(0xc20825d080, 0x7fb122f0f448, 0xc20827bd60, 0xc2081c4820)
/usr/local/go/src/net/http/server.go:1703 +0x19a
net/http.(*conn).serve(0xc20827bcc0)
/usr/local/go/src/net/http/server.go:1204 +0xb57
created by net/http.(*Server).Serve
/usr/local/go/src/net/http/server.go:1751 +0x35e
Thanks for your help.
Kind regards,
David