r4fek / django-cassandra-engine

Django Cassandra Engine - the Cassandra backend for Django
BSD 2-Clause "Simplified" License
365 stars 85 forks source link

CQLEngineException when running inside VPN #42

Closed thegeorgeous closed 9 years ago

thegeorgeous commented 9 years ago

I keep getting this error when using djang-cassandra-engine on a EC2 instance inside a VPN

CQLEngineException: It is required to setup() cqlengine before executing queries

It seems to run properly when running on a EC2 instance outside the VPN

r4fek commented 9 years ago

Could you run cqlsh on this host without any problems? This is not a bug in django-cassandra-engine. You might want to report this in cassandra-driver project or this is just an error in your configuration.

thegeorgeous commented 9 years ago

My bad, the version of django-cassandra-engine was a couple of versions older and the environment went into dependency hell. Figured out the compatible versions

r4fek commented 9 years ago

Closing then.