-
Notifications
You must be signed in to change notification settings - Fork 44
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
Unable to import data #397
Comments
Can confirm, tried different .nt files - none of them could be imported. Process never ends, for some files it is already running since 4+ days (according to the UI), while I already restarted the app several times. Something I found in the log: Especially the last line looks interesting: |
Hi, sorry for the inconvienence. How did you import your data? Please note that uploading an nt-file via webui only uploads an n-triples file and creates an corresponding import job. This jobs needs to be execute using an job worker (e.g. by running
If you don't want to use webui for initial data loading, you could also use CLI: |
Hello @mjansing, yeah I initiated the import via the webui. Thanks for the hint with those rake jobs (work*), that definitely helped. Still, I have problems importing SKOS vocabularies, most of the time I work with Turtle (.ttl) or RDF/XML (e.g. https://skos.um.es/unesco6/downloads.php). I tried Skosify & rdf2rdf for the conversion to NT (n-triples), result files always look valid to me. When importing the unesco6 vocabulary I get a lot of the following log lines:
I think iQvoc does this for every triple of the vocabulary, since 0 concepts or collections are visible in the iQvoc gui or even in the mysql db. What is the problem with the unesco6 (@Prefix unesco6: http://skos.um.es/unesco6/ .) namespace? Thanks! |
Hello,
I have installed a new instance of iQvoc and I am unable to import any of the data I was able to import to my previous instance. Even the sample hobbies.nt file. The process starts and takes forever without any error and without succeeding. How can I troubleshoot? How can I know the error to solve? Is there anything related to workers or etc.?
Please advise as this is very critical. Thank you!
Regards.
The text was updated successfully, but these errors were encountered: