Luigi Asprino
Luigi Asprino
Yes it is. I opened the following TCP ports 8020, 8042, 8088, 8188, 9000, 9864-9867, 9879, 9870, 50070 This is a screenshot from portrainer the 9000 and the 9870 are...
Hi @Data-drone I think this helps, thanks! I've mapped all the ports declared in the Dockerfile (may something that should be done the bde repo as well?) but I still...
I'm not an expert but it seems to me that the address given to the datanode (i.e. d4d282b96803) is not reachable from the outside of the network created by docker....
the BaseFacadeXGraphBuilder uses static fields https://github.com/SPARQL-Anything/sparql.anything/blob/70c402a7093a8b7d82b6840323f6cc6422122201/sparql-anything-model/src/main/java/com/github/sparqlanything/model/BaseFacadeXGraphBuilder.java#L42 maybe the problem depends on this?
This https://github.com/SPARQL-Anything/sparql.anything/blob/70c402a7093a8b7d82b6840323f6cc6422122201/sparql-anything-model/src/main/java/com/github/sparqlanything/model/BaseFacadeXGraphBuilder.java#L58 Shouldn't it be !BaseFacadeXGraphBuilder.previousTDB2Path.equals("")?
This [8c6de26](https://github.com/SPARQL-Anything/sparql.anything/commit/8c6de265aca3031651fcbccec34b386509399cd4) removes the static fields from the class BaseFxGraphBuilder. Tests in IssuesTest2 don't fail anymore
We can close this issue if there are no other tests failing.
I close this issue as it is completed via [f1355c0](https://github.com/SPARQL-Anything/sparql.anything/commit/f1355c0e8d9e846e43e3e7a53711e963bd9cd99b)
Let me see if I can reproduce the errors. I'm installing Windows 10 on a Virtual Machine.
It seems that the test fails because it raises an exceptions when it tries to delete the temporary folder for the TDB (which, for an unknown reason, results in-use [here](https://github.com/SPARQL-Anything/sparql.anything/blob/b467a559b5e8603588d770da4d17ffe46a2674e7/sparql-anything-csv/src/test/java/com/github/sparqlanything/csv/CSVTriplifierTest.java#L162)...