Bucket creation failing in SDK 3.0.5

Hey @kamesh_kumar along with the UI, you can also use the REST API to programmatically create buckets:

https://docs.couchbase.com/server/current/rest-api/rest-bucket-create.html

(The Java SDK is actually just wrapping this REST API here.)