There seems to be a problem of getting the data from Freebase with Wandora extractor. I have installed the latest version. The extractor makes an attempt to call the service
URL: http://api.freebase.com/api/service/mql ... y=......... and you get
java.net.ConnectException: Connection timed out
I assume this is because you are calling an obsolete service. You may try to embed in your code instead the following
https://www.googleapis.com/freebase/v1/mqlread?query=
Kind regards
Athanassios