GDD-Nantes / FedShop

Code for FedShop: The Federated Shop Benchmark
GNU General Public License v3.0
8 stars 0 forks source link

Virtuoso takes too long to start #58

Closed mhoangvslev closed 1 year ago

mhoangvslev commented 1 year ago

The script waits for the Virtuoso endpoint to be available and sends a request every second. Since the endpoint never returned code 200 OK, it just wait forever

mhoangvslev commented 1 year ago

Turns out when doing curl -I http://localhost:34207/sparql, I notice that we are behind proxy and thus the container proxy settings should be configured properly. Fixed.