Suddenly getting a 'class_cast' cannot delete error when trying to delete entities since yesterday. What could be causing this? This error is happening via both the Javascript API and the App Services Portal. HELP!!
Error response from javascript API call:
{
"error": "class_cast",
"timestamp": 1384530808497,
"duration": 0,
"exception": "java.lang.ClassCastException",
"error_description": "org.usergrid.persistence.cassandra.ConnectedEntityRefImplcannotbecasttoorg.usergrid.persistence.cassandra.ConnectionRefImpl"
}