I was having trouble with the new async library and got the following error:
Caused by: java.lang.NullPointerException
at com.aerospike.client.cluster.Cluster.seedNodes(Cluster.java:435)
at com.aerospike.client.cluster.Cluster.tend(Cluster.java:336)
at com.aerospike.client.cluster.Cluster.waitTillStabilized(Cluster.java:301)
at com.aerospike.client.cluster.Cluster.initTendThread(Cluster.java:211)
at com.aerospike.client.AerospikeClient.<init>(AerospikeClient.java:233)
It seems like it fails to connect, but doesn't populate the exceptions in some cases.
I was having trouble with the new async library and got the following error:
It seems like it fails to connect, but doesn't populate the exceptions in some cases.