[Wikidata-bugs] [Maniphest] T186161: What to do if the WDQS does not synchronise with Wikibase?

2022-06-13 Thread Superraptor123
Superraptor123 added a comment. @Argahsuknesib I got frustrated and abandoned the platform for about a year sadly; I did get to a point where I was a little less jaded and wanted to pick it up again, so I left behind the idea of using Docker and the idea of using a Windows-based

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-18 Thread Superraptor123
Superraptor123 closed this task as "Resolved". Superraptor123 claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T308180 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Superraptor123 Cc: Aklapper, Superraptor123, Ast

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-18 Thread Superraptor123
Superraptor123 added a comment. Okay, so I think I've figured out how to do this, based on a hint in this article here <http://baskauf.blogspot.com/2017/07/how-and-why-we-set-up-sparql-endpoint.html>. You actually need to use a proxy server. This will be different for people r

[Wikidata-bugs] [Maniphest] T308625: Blazegraph cannot find or load main class org.eclipse.jetty.runner.Runner

2022-05-18 Thread Superraptor123
Superraptor123 closed this task as "Resolved". Superraptor123 claimed this task. TASK DETAIL https://phabricator.wikimedia.org/T308625 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Superraptor123 Cc: Superraptor123, Aklapper, Ast

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-18 Thread Superraptor123
Superraptor123 added a comment. After finally figuring out the other error, as documented here <https://phabricator.wikimedia.org/T308625>, I'm back at this error again, with the CORS issue. Any thoughts? TASK DETAIL https://phabricator.wikimedia.org/T308180 EMAIL PREFERENCES

[Wikidata-bugs] [Maniphest] T308625: Blazegraph cannot find or load main class org.eclipse.jetty.runner.Runner

2022-05-18 Thread Superraptor123
Superraptor123 added a comment. So it appears that there was something, somewhere which was still connected to the previous Maven instance, and resetting the whole server worked in order to get Blazegraph itself running... however, I'm just back at square one, being unable to set CORS so

[Wikidata-bugs] [Maniphest] T308625: Blazegraph cannot find or load main class org.eclipse.jetty.runner.Runner

2022-05-17 Thread Superraptor123
Superraptor123 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T308625 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Superraptor123 Cc: Superraptor123, Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot

[Wikidata-bugs] [Maniphest] T308625: Blazegraph cannot find or load main class org.eclipse.jetty.runner.Runner

2022-05-17 Thread Superraptor123
Superraptor123 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T308625 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Superraptor123 Cc: Superraptor123, Aklapper, Astuthiodit_1, AWesterinen, karapayneWMDE, Invadibot

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-17 Thread Superraptor123
Superraptor123 added a comment. I haven't found a solution. I have tried rebuilding things from scratch multiple times encountering different, seemingly unrelated, errors each time. I think it's still useful for this to be considered, however, so a solution should still be sought after

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-17 Thread Superraptor123
Superraptor123 edited projects, added Wikidata-Query-Service; removed Wikidata Query UI. TASK DETAIL https://phabricator.wikimedia.org/T308180 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Superraptor123 Cc: Aklapper, Superraptor123, Astuthiodit_1

[Wikidata-bugs] [Maniphest] T308625: Blazegraph cannot find or load main class org.eclipse.jetty.runner.Runner

2022-05-17 Thread Superraptor123
Superraptor123 created this task. Superraptor123 added a project: Wikidata-Query-Service. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION **List of steps to reproduce** - Delete a previous instance of wikidata-query-rdf <https://github.com/wikimedia/wikidata-qu

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-16 Thread Superraptor123
Superraptor123 added a comment. This bug continues to be pervasive... just in case, I've attempted several tests with `mvn install`, `mvn clean install`, and `mvn package`. `mvn package` runs without error, but the other two each produce the following error: [INFO] Shared

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-15 Thread Superraptor123
Superraptor123 added a comment. So I've pulled apart the logs of `mvn install clean`, `mvn install`, and `mvn package` in the `./wikidata-query-rdf` directory, and it turns out that it is deleting the `jetty-servlets-9.4.12.v20180830.jar` in `./wikidata-query-rdf/war/target/blazegraph

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-14 Thread Superraptor123
Superraptor123 added a comment. Attempted another solution, listed here <https://software.dzhuvinov.com/cors-filter-installation.html>, still no dice. This potential solution involved: 1. Downloading the `.jar` files, `cors-filter-*.jar` and `java-property-utils-*.jar` 2. P

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-13 Thread Superraptor123
Superraptor123 added a comment. I tried one other potential solution, as listed here <https://sourceforge.net/p/bigdata/discussion/676946/thread/bf76fb62/>: 1. I took the `.jar` from here <https://mvnrepository.com/artifact/org.eclipse.jetty/jetty-servlets/9.4.12.v20180830&

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-13 Thread Superraptor123
Superraptor123 added a comment. I have attempted to change each `web.xml` to include the following, but it still isn't functional (same errors): cross-origin org.eclipse.jetty.servlets.CrossOriginFilter allowedOrigins

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-12 Thread Superraptor123
Superraptor123 added a comment. Additional information: so when I copy and paste the URL `http://localhost:/bigdata/sparql?query=SELECT%20*%20where%20%7B%3Fa%20%3Fb%20%3Fc%7D%20LIMIT%2010` into the browser, it spits out valid XML, it just doesn't when the request is made from the GUI

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-11 Thread Superraptor123
Superraptor123 updated the task description. TASK DETAIL https://phabricator.wikimedia.org/T308180 EMAIL PREFERENCES https://phabricator.wikimedia.org/settings/panel/emailpreferences/ To: Superraptor123 Cc: Aklapper, Superraptor123, AWesterinen, MPhamWMF, CBogen, darthmon_wmde, Namenlos314

[Wikidata-bugs] [Maniphest] T307951: Issue with runUpdate.sh with local instance of Wikibase and Wikidata Query Service

2022-05-11 Thread Superraptor123
Superraptor123 closed this task as "Resolved". Superraptor123 claimed this task. Superraptor123 added a comment. For the most part, this is now resolved. Because I was tunneling into the instance remotely, I needed to use: sudo bash /var/lib/mediawiki/extensions/wikidata

[Wikidata-bugs] [Maniphest] T308180: Can't Set CORS with Blazegraph, which is needed to communicate with Wikidata Query Service GUI on Localhost

2022-05-11 Thread Superraptor123
Superraptor123 created this task. Superraptor123 added projects: Wikibase (3rd party installations), Wikidata Query UI. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION **List of steps to reproduce** (step by step, including full links if applicable): - Install

[Wikidata-bugs] [Maniphest] T307951: Issue with runUpdate.sh with local instance of Wikibase and Wikidata Query Service

2022-05-09 Thread Superraptor123
Superraptor123 created this task. Superraptor123 added projects: Wikibase (3rd party installations), Wikidata-Query-Service. Restricted Application added a subscriber: Aklapper. TASK DESCRIPTION I'm trying to get a local, standalone Wikibase with Wikidata Query Service enabled setup together

[Wikidata-bugs] [Maniphest] T186161: What to do if the WDQS does not synchronise with Wikibase?

2021-03-19 Thread Superraptor123
Superraptor123 added a comment. @Addshore I'm confused by your link (https://doc.wikimedia.org/Wikibase/master/php/md_docs_topics_options.html#conceptBaseUri); so if I want to change the URIs from the default `http://wikibase.svc/entity/Q39` to `localhost:8181/entity/Q39`, I do

[Wikidata-bugs] [Maniphest] T186161: What to do if the WDQS does not synchronise with Wikibase?

2021-03-18 Thread Superraptor123
Superraptor123 added a comment. This is my current YAML (it still isn't working): # Wikibase with Query Service # # This docker-compose example can be used to pull the images from docker hub. # # Examples: # # Access Wikibase via "http://localhost

[Wikidata-bugs] [Maniphest] T186161: What to do if the WDQS does not synchronise with Wikibase?

2021-03-18 Thread Superraptor123
Superraptor123 added a comment. Okay, wow I'm dumb. Running this inside the wikibase WDQS docker container made queries work: ./runUpdate.sh -h http://${WDQS_HOST}:${WDQS_PORT} -- --wikibaseUrl ${WIKIBASE_SCHEME}://${WIKIBASE_HOST} --conceptUri ${WIKIBASE_SCHEME}://${WIKIBASE_HOST

[Wikidata-bugs] [Maniphest] T186161: What to do if the WDQS does not synchronise with Wikibase?

2021-03-18 Thread Superraptor123
Superraptor123 added a comment. @Addshore so sorry to keep bothering, I'm just trying to make sure I'm following everything correctly. Step 1: Begin the instructions here (https://semlab.io/howto/wikibase_basic.html), but for localhost, by cloning the repo: git clone https

[Wikidata-bugs] [Maniphest] T186161: What to do if the WDQS does not synchronise with Wikibase?

2021-03-18 Thread Superraptor123
Superraptor123 added a comment. @Addshore yeah so I was so knee deep and errors, I deleted everything with my first try and attempted to use this Git directory instead: https://github.com/wmde/wikibase-docker/blob/master/README-compose.md Running with two slashes though seemed to work

[Wikidata-bugs] [Maniphest] T186161: What to do if the WDQS does not synchronise with Wikibase?

2021-03-18 Thread Superraptor123
Superraptor123 added a comment. @Addshore thank you so much for the response. I ended up deleting everything and attempted to follow a different set of Wikibase install instructions (except now post-load `runUpdate.sh` just runs forever (even though there is very little that I added

[Wikidata-bugs] [Maniphest] T186161: What to do if the WDQS does not synchronise with Wikibase?

2021-03-15 Thread Superraptor123
Superraptor123 added a comment. @Addshore thank you so much for responding! For update #10, I don't think other containers are running on the same port. When I run `docker ps` I get: CONTAINER ID IMAGECOMMAND CREATED

[Wikidata-bugs] [Maniphest] T186161: What to do if the WDQS does not synchronise with Wikibase?

2021-03-10 Thread Superraptor123
Superraptor123 added a comment. Restricted Application added a project: wdwb-tech-focus. @Louperivois I've run into the issue of `docker_compose_files_wdqs-updater_1` crashing and restarting constantly as well. I started to follow your instructions having the following in my `docker