Open abmjunaed opened 9 years ago
As I don't work on AutoSPARQL anymore I am not sure if it is the correct address but I can at least ping it. As it is a IPv6 address, your internet connection must be IPv6 capable.
Thanks @KonradHoeffner for your valuable comment, unfortunately my IPv6 connectivity is not allowed now, is it possible to have a ipv4 address for that host? or any suggestion is highly appreciated.
There are services that provide IPv6 over IPv4, such as Miredo or Teredo.
Hi dear @KonradHoeffner , thanks a lot for your help. Is the credential to connect to the DB correct? Because I tried with phpMyAdmin to connect and I get following error:
Here is my configuration (I also tried with square brackets in ip address, but the same result):
I am working on a research project and for some security reasons my office does not provide ipv6 connectivity and I am not allowed to store data in external database also. So, it would be really great if I can have the dump of the database and can work locally, so that I can ensure that company data does not go outside.
Can I have the correct credentials to connect to the DB? Or, it is possible to get the dump of the database? Or can I bypass the database and make the software work with the need of the database?
Looking forward for your help : )
You can only connect to IPv6 addresses with an IPv6 capable internet connection, no matter if you use the program, or phpMyAdmin or any other method.
The credentials are correct. DatabaseBackedSPARQLEndpointMetricsTest successfully runs on my machine using Miredo. If you have any problems on a IPv6 capable connection, please tell me.
You may be able to create the database yourself using https://github.com/AKSW/SPARQL-Metrics. Unfortunately it is not developed by me so I cannot support you there.
Hello @KonradHoeffner!
Now I can access the IPV6 address [2001:638:902:2010:0:168:35:119] using Teredo, but failed with access port 3306, can you check the service "mysql" again?
Thanks very much!
Hi, when I tried mvn install -N in commons folder, I find that java.lang.RuntimeException: connection could not be initialized., the error in the source code is here: in org.aksw.autosparql.commons.metric.SPARQLEndpointMetrics.getDefaultReadOnlyConnection, line 94. I think the main problem is here in line 78, String dbHost = "[2001:638:902:2010:0:168:35:119]"; Is the address correct?
Here I paste the whole cmd line output.