Upgrade from 1.2 to 1.3.1-16 stoped working

Hi,

I upgraded Sync Gateway from 1.2 to 1.3.1-16 and don’t work anymore.

Reverted to 1.2 and it’s ok

Am I missing something?

Working with community edition, on a Windows Srver 2012 R2 64bit.

My config:

{
“log”: [“CRUD+”, “REST+”, “Changes+”, “Attach+”],
“interface”: “:4984”,
“adminInterface”: “:4985”,
“databases”: {
“bamerexp”: {
“server”: “http://localhost:8091”,
“sync”: function(doc){ channel(doc.channels); },
“users”: {
“GUEST”: {“disabled”: true, “admin_channels”: [""]},
“syncuser”: {“disabled”: false, “password”:“fakepassword!”, “admin_channels”: ["
"]}
}
}
,
“bameros001”: {
“server”: “http://localhost:8091”,
“revs_limit”: 5,
“sync”: function(doc){channel(doc.channels);},
“users”: {
“GUEST”: {“disabled”: true, “admin_channels”: [""]},
“syncuser”: {“disabled”: false, “password”:“fakepassword!”, “admin_channels”: ["
"]}
},
“unsupported”: {
“user_views”: {
“enabled”:true
}
}
}
}
}

Sorry about my english…

deleted

",
“unsupported”: {
“user_views”: {
“enabled”:true
}
"
from configfile.json

and had to create “C:\Program Files (x86)\Couchbase\var\lib\couchbase\logs” folders because my instalation folder is not the default one…