Hello everyone, first off all my compliments. It is a great library that you have built and that you have open-sourced it commands my gratitude and respect :)
I have a question/issue. Let me describe the situation first:
- We want to make use of the WikiBrain library to do semantic queries.
- We have our infrastructure running on the Amazon cloud compute platform.
- We have used a high spec server to import the wiki data to an Amazon RDS hosted postgresql server
- Now that we have deployed a lower spec machine, we seem to be unable to query said server, as we receive errors when it is trying to build the local indexes saying that it is not able to because of missing files. It comes immediately after:
MatrixLocalLinkDao empty, but delegate is not. Attempting to rebuild...
(I sadly forgot to save the document which contains the specific error messages, if you need them I can redeploy a machine)
- I also tried running the data import process again, but when targetting the rds postgresql I got the error message:
no class found for shortname localpage
Even before anything else happened
I have since deployed a different server to do an import to a local PostgreSQL server, but I am wondering if that is the only solution that will work or if there is a way to use the existing server with a "fresh library install".
Thank you for your time and any insights you may be able to provide!
Best regards,
John Simons
Hello everyone, first off all my compliments. It is a great library that you have built and that you have open-sourced it commands my gratitude and respect :)
I have a question/issue. Let me describe the situation first:
MatrixLocalLinkDao empty, but delegate is not. Attempting to rebuild...
(I sadly forgot to save the document which contains the specific error messages, if you need them I can redeploy a machine)
no class found for shortname localpage
Even before anything else happened
I have since deployed a different server to do an import to a local PostgreSQL server, but I am wondering if that is the only solution that will work or if there is a way to use the existing server with a "fresh library install".
Thank you for your time and any insights you may be able to provide!
Best regards,
John Simons