-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not setup RDF store ARC2 RDF in RDFIOAdmin #56
Comments
Hi @irtos , Does the RDF import and/or SPARQL endpoint work? |
yes import and export is seems to work. Can not test SPARQL functionality because It is a new theme to me. |
The code looks very robust. ``
try to experiment ---> doubling the code gives right result to the second part of code
` $store = ARC2::getStore( $arc2StoreConfig );
` May be there is some more init code to find out that the $store->setUp(); |
I add
then iternal ARC@:: isSetup() returns true So I added $store->createDBCon(); after every line of ARC2::getStore( $arc2StoreConfig ); in project |
Then pushing button "setup triple store" on page RDFIOAdmin the field above became green but
then reload page the field also stayed "Store is not set up" state.
Then trying to find some other method to setup triplestore. I have found extensions/Rdfio/maintenance/setupStore.php script
but here is the same bad behaviour ((
513ns /var/www/513ns/htdocs/mediawiki # php extensions/Rdfio/maintenance/setupStore.php
ARC2 Store is NOT setup, so setting up now ... Store successfully set up!
513ns /var/www/513ns/htdocs/mediawiki # php extensions/Rdfio/maintenance/setupStore.php
ARC2 Store is NOT setup, so setting up now ... Store successfully set up!
513ns /var/www/513ns/htdocs/mediawiki # php extensions/Rdfio/maintenance/setupStore.php
ARC2 Store is NOT setup, so setting up now ... Store successfully set up!
513ns /var/www/513ns/htdocs/mediawiki # php extensions/Rdfio/maintenance/setupStore.php
ARC2 Store is NOT setup, so setting up now ... Store successfully set up!
513ns /var/www/513ns/htdocs/mediawiki #
Also I changed mariadb-10.1.34 to mysql-5.6.40 but nothing changed
Also some version info :
Do not know is it ARC2 bug or RDFIO bug
mysql> show tables;
+-----------------------------+
| Tables_in_wikdb |
+-----------------------------+
| xxxxarc2store_g2t |
| xxxxarc2store_id2val |
| xxxxarc2store_o2val |
| xxxxarc2store_s2val |
| xxxxarc2store_setting |
| xxxxarc2store_triple
The text was updated successfully, but these errors were encountered: