Hi, I'm getting a 500 Internal Server Error using bquery.pl. I can --ping successfully:
$ client/bquery.pl --ping --server=http://open-mpi-mtt.appspot.com/ --password=xxxxx --username=sun Ping is successful. But an actual query gets an error: $ client/bquery.pl --server=http://open-mpi-mtt.appspot.com/ --password=xxxxx --username=sun --query --gqls="select * from TestRunPhase where status=1" --dir="bquery-test" Error at http://open-mpi-mtt.appspot.com//client 500 Internal Server Error -Ethan