I am using CoucheDB2.0 and got below error message
Text:CHARACTER:net.sf.json.JSONException: JSONObject["update_seq"] is not a number.
while below line was executed -
Database studentCouchDb = studentDbSession.getDatabase("mycompany");
I am using couchdb4j-0.1.2.jar along with other dependent jars.