Yesterday I ran an analytic query with a long execution time remotely.
The command I used was of the following structure:
./stardog query -uadmin -pabc http://1.2.3.4:5820/db-name query.rq
The query was visible in the query monitor and ran for 20 minutes until it disappeared.
The command line client, however, never returned the result. It kept being busy, waiting for the result.
There was absolutely no output in stardog.log
Any ideas?
Best, Johannes