Skip to content

Instantly share code, notes, and snippets.

@metajack
Created March 16, 2009 22:18
Show Gist options
  • Save metajack/80127 to your computer and use it in GitHub Desktop.
Save metajack/80127 to your computer and use it in GitHub Desktop.
info] [<0.54.0>] 127.0.0.1 - - 'GET' /_all_dbs 401
Exception in thread "indexer" net.sf.json.JSONException: A JSONArray text must start with '[' at character 1 of {"error":"unauthorized","reason":"Authentication required."}
at net.sf.json.util.JSONTokener.syntaxError(JSONTokener.java:527)
at net.sf.json.JSONArray._fromJSONTokener(JSONArray.java:1146)
at net.sf.json.JSONArray._fromString(JSONArray.java:1226)
at net.sf.json.JSONArray.fromObject(JSONArray.java:151)
at net.sf.json.JSONArray.fromObject(JSONArray.java:129)
at org.apache.couchdb.lucene.Database.getAllDatabases(Database.java:47)
at org.apache.couchdb.lucene.Index$Indexer.updateIndex(Index.java:68)
at org.apache.couchdb.lucene.Index$Indexer.run(Index.java:54)
at java.lang.Thread.run(Thread.java:613)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment