Just out of curiosity, do you have 2 versions of OrientDB installed side by side? And were you using another version's console or server in the same shell first? There is a slight nuance with the console.sh and server.sh (or .bat) scripts that they set 2 environment variables (ORIENTDB_HOME and CONFIG_FILE) *only* if they are not already set, so if you run in say 1.7.6, it will set those directories to the 1.7.6 install and then when you run in 1.7.7, those variables are still referencing the 1.7.6 directory. I've seen some weird things happen in those situations, especially if say the server was stuck in 1.7.3 and the console was in 1.7.7 (or vice versa).
On Wednesday, August 6, 2014 9:10:18 AM UTC-4, loadedlux wrote: > > I installed OrientDB 1.7.7 as I normally do and connected using the 1.7.7. > console. When i enter a select query (select from person), the console > never returns. When i enter the classes command, the output does indicate > there are records saved in the class. I have tried reinstalling 1.7.7. > already. I have never had any similar issues with previous versions. > > Thanks > -- --- You received this message because you are subscribed to the Google Groups "OrientDB" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
