typhon-project / typhonql

Typhon Query Language
Eclipse Public License 2.0
4 stars 1 forks source link

[BUG] Cannot execute query from Eclipse IDE #75

Closed zolotas4 closed 4 years ago

zolotas4 commented 4 years ago

I create a new Rascal Project, a new tq file and I try to execute a simple select query. I receive a message "Error: IO("Problem Parsing HTTP Reponse")". See also remark in bold at the end.

I pulled the new versions of all the images needed for the Polystore Query

from Product p select p

Model

ML: here DL: here

Expected behavior

Get back the following response:

{
  "columnNames": [
    "p.@id"
  ],
  "values": []
}

Screenshots

image

IDE

If the bug happens inside the QL IDE:

Additional context

1) I tried this on a fresh Eclipse, fresh QL installation, fresh Rascal project. 2) The same query executes as expected using the REST API from a tool like Insomnia (which I use to test REST calls). 3) I can execute Insert statements from the Eclipse IDE with no problem.

tvdstorm commented 4 years ago

I had a similar issues due to connections not being closed which is now fixed. I don't understand how the HTTP error code relates the issue of not being able to query, so I'm closing this for now.