User Details
- User Since
- Mar 30 2015, 1:31 PM (521 w, 3 d)
- Availability
- Available
- LDAP User
- Unknown
- MediaWiki User
- Frog23 [ Global Accounts ]
Recent Activity
Oct 11 2022
Could be a caching issue. Try loading https://deadlinkfinder.toolforge.org/script.js directly in the browser and maybe pressing Ctrl + F5 to refresh. The link in the second line of the Privacy Information should be https://deadlinkfinder.toolforge.org/ and not https://tools.wmflabs.org. This way you know, that you have the correct version.
Hey everybody, sorry for not checking in here earlier. It has been a couple of busy weeks IRL.
May 26 2021
Jul 22 2020
I realized too late, that I can not upload patches to quickstatements in Gerrit. So I upload the patch here. Sorry for the confusion. I hope this helps in getting this issue fixed.
I realized too late, that I can not upload patches to quickstatements in Gerrit. So I upload the patch here. Sorry for the confusion. I hope this helps in getting this issue fixed.
I realized too late, that I can not upload patches to quickstatements in Gerrit. So I upload the patch here. Sorry for the confusion. I hope this helps in getting this issue fixed.
{F31944493}
Oct 26 2019
Nov 19 2018
Yes, it works now. Thanks to everyone involved for approving and merging the patch.
Oct 17 2018
Dec 12 2017
Wow thanks. Now it works as intended. The installation runs through smoothly and a newly created items appears in the query service shortly after. Thanks for keeping up with our constant nagging. Hopefully this helped some of the other users as well. Next time I meet you, a beer is on me.
Dec 7 2017
I ran all of the commands and got a slightly different log, but the same effective outcome.
root@server:~/wikibase-docker# docker logs wikibasedocker_wikibase_1 /entrypoint.sh: 4: /entrypoint.sh: wait-for-it.sh: not found /entrypoint.sh: 8: /entrypoint.sh: wait-for-it.sh: not found PHP 7.1.12 is installed. Found ImageMagick: /usr/bin/convert. Image thumbnailing will be enabled if you enable uploads. Found the Git version control software: /usr/bin/git. Warning: No --scriptpath specified, using default: /wiki. Using server URL "/wiki". /usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory Warning: Your default directory for uploads (/var/www/html/images/) is not checked for vulnerability to arbitrary script execution during the CLI install. Using the intl PECL extension for Unicode normalization. The environment has been checked. You can install MediaWiki. Setting up database Cannot access the database: Connection refused (mysql.svc:3306). Check the host, username and password and try again.
Sorry, I only pasted the last section where the errors started, as the top part seemed pretty normal. here is the complete paste
1 | Step 1/18 : FROM ubuntu as fetcher |
---|---|
2 | ---> 20c44cd7596f |
3 | Step 2/18 : RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates wget unzip |
4 | ---> Using cache |
5 | ---> 97374e4e39d7 |
6 | Step 3/18 : RUN wget http://search.maven.org/remotecontent?filepath=org/wikidata/query/rdf/service/0.2.5/service-0.2.5-dist.zip && unzip *.zip && rm *.zip |
7 | ---> Using cache |
8 | ---> 2ffe511714dd |
9 | Step 4/18 : FROM openjdk:8-jdk-alpine |
10 | ---> 3642e636096d |
11 | Step 5/18 : RUN set -x; apk --update add bash gettext libintl |
12 | ---> Using cache |
13 | ---> aa782c49a4c0 |
14 | Step 6/18 : COPY --from=fetcher /service-0.2.5 /wdqs |
15 | ---> Using cache |
16 | ---> 7e42bc7f25a2 |
17 | Step 7/18 : ENV MEMORY "" HEAP_SIZE "1g" HOST "0.0.0.0" WIKIBASE_HOST "wikibase.svc" WDQS_HOST "wdqs.svc" WDQS_PORT "9999" |
18 | ---> Using cache |
19 | ---> 08d0cf0ac338 |
20 | Step 8/18 : EXPOSE $WDQS_PORT |
21 | ---> Using cache |
22 | ---> d7467ec0ac1a |
23 | Step 9/18 : WORKDIR "/wdqs/" |
24 | ---> Using cache |
25 | ---> 794f2690939e |
26 | Step 10/18 : COPY wait-for-it.sh /wait-for-it.sh |
27 | ---> Using cache |
28 | ---> fe208351914f |
29 | Step 11/18 : COPY entrypoint.sh /entrypoint.sh |
30 | ---> Using cache |
31 | ---> 0c526d8972b2 |
32 | Step 12/18 : COPY runBlazegraph.sh /runBlazegraph.sh |
33 | ---> Using cache |
34 | ---> 42614132f756 |
35 | Step 13/18 : COPY runUpdate.sh /runUpdate.sh |
36 | ---> Using cache |
37 | ---> bd811be27136 |
38 | Step 14/18 : COPY mwservices.json /templates/mwservices.json |
39 | ---> Using cache |
40 | ---> 8f66aab95c69 |
41 | Step 15/18 : COPY RWStore.properties /wdqs/RWStore.properties |
42 | ---> Using cache |
43 | ---> 91a291894a1c |
44 | Step 16/18 : COPY whitelist.txt /wdqs/whitelist.txt |
45 | ---> Using cache |
46 | ---> 1ce22e31549b |
47 | Step 17/18 : RUN chmod +x /wdqs/runUpdate.sh |
48 | ---> Using cache |
49 | ---> 4d16616e5090 |
50 | Step 18/18 : ENTRYPOINT /entrypoint.sh |
51 | ---> Using cache |
52 | ---> 3d62827ac194 |
53 | Successfully built 3d62827ac194 |
54 | Successfully tagged wikibase/wdqs:latest |
55 | Step 1/19 : FROM ubuntu as fetcher |
56 | ---> 20c44cd7596f |
57 | Step 2/19 : RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates wget unzip |
58 | ---> Using cache |
59 | ---> 97374e4e39d7 |
60 | Step 3/19 : RUN wget https://github.com/wikimedia/mediawiki-extensions-Wikibase/archive/REL1_29.zip && unzip REL1_29.zip |
61 | ---> Using cache |
62 | ---> 468a702ea5b9 |
63 | Step 4/19 : FROM composer as composer |
64 | ---> 8c937c321b30 |
65 | Step 5/19 : COPY --from=fetcher /mediawiki-extensions-Wikibase-REL1_29 /Wikibase |
66 | ---> Using cache |
67 | ---> 739744b1a566 |
68 | Step 6/19 : RUN cd /Wikibase && composer install --no-dev |
69 | ---> Using cache |
70 | ---> b6a774aefc00 |
71 | Step 7/19 : FROM mediawiki:1.29 |
72 | ---> 0bb87f76b935 |
73 | Step 8/19 : RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install --yes --no-install-recommends gettext-base && rm -rf /var/lib/apt/lists/* |
74 | ---> Using cache |
75 | ---> 454152c30fe6 |
76 | Step 9/19 : RUN a2enmod rewrite |
77 | ---> Using cache |
78 | ---> 90847a67fb71 |
79 | Step 10/19 : RUN install -d /var/log/mediawiki -o www-data |
80 | ---> Using cache |
81 | ---> 0fe6818effef |
82 | Step 11/19 : COPY --from=composer /Wikibase /var/www/html/extensions/Wikibase |
83 | ---> Using cache |
84 | ---> e0e24230db85 |
85 | Step 12/19 : COPY wait-for-it.sh /wait-for-it.sh |
86 | ---> Using cache |
87 | ---> 537242c95280 |
88 | Step 13/19 : COPY entrypoint.sh /entrypoint.sh |
89 | ---> Using cache |
90 | ---> 7daa9244ff74 |
91 | Step 14/19 : COPY LocalSettings.php.template /LocalSettings.php.template |
92 | ---> Using cache |
93 | ---> 4b8dfc9ee63a |
94 | Step 15/19 : COPY htaccess /var/www/html/.htaccess |
95 | ---> Using cache |
96 | ---> 55bd13cdbe46 |
97 | Step 16/19 : RUN ln -s /var/www/html/ /var/www/html/w |
98 | ---> Using cache |
99 | ---> fd3dd1356719 |
100 | Step 17/19 : ENV DB_SERVER mysql.svc:3306 DB_USER wikiuser DB_PASS sqlpass DB_NAME my_wiki MW_SITE_NAME wikibase-docker MW_SITE_LANG en MW_ADMIN_NAME admin MW_ADMIN_PASS adminpass |
101 | ---> Using cache |
102 | ---> c3e592e4e02d |
103 | Step 18/19 : ENTRYPOINT /bin/sh |
104 | ---> Using cache |
105 | ---> 82074011a04c |
106 | Step 19/19 : CMD /entrypoint.sh |
107 | ---> Using cache |
108 | ---> bf9c8bfd2edb |
109 | Successfully built bf9c8bfd2edb |
110 | Successfully tagged wikibase/wikibase:latest |
111 | Step 1/18 : FROM ubuntu as fetcher |
112 | ---> 20c44cd7596f |
113 | Step 2/18 : RUN apt-get update && apt-get install --yes --no-install-recommends ca-certificates wget unzip |
114 | ---> Using cache |
115 | ---> 97374e4e39d7 |
116 | Step 3/18 : RUN wget http://search.maven.org/remotecontent?filepath=org/wikidata/query/rdf/service/0.2.5/service-0.2.5-dist.zip && unzip *.zip && rm *.zip |
117 | ---> Using cache |
118 | ---> 2ffe511714dd |
119 | Step 4/18 : FROM openjdk:8-jdk-alpine |
120 | ---> 3642e636096d |
121 | Step 5/18 : RUN set -x; apk --update add bash gettext libintl |
122 | ---> Using cache |
123 | ---> aa782c49a4c0 |
124 | Step 6/18 : COPY --from=fetcher /service-0.2.5 /wdqs |
125 | ---> Using cache |
126 | ---> 7e42bc7f25a2 |
127 | Step 7/18 : ENV MEMORY "" HEAP_SIZE "1g" HOST "0.0.0.0" WIKIBASE_HOST "wikibase.svc" WDQS_HOST "wdqs.svc" WDQS_PORT "9999" |
128 | ---> Using cache |
129 | ---> 08d0cf0ac338 |
130 | Step 8/18 : EXPOSE $WDQS_PORT |
131 | ---> Using cache |
132 | ---> d7467ec0ac1a |
133 | Step 9/18 : WORKDIR "/wdqs/" |
134 | ---> Using cache |
135 | ---> 794f2690939e |
136 | Step 10/18 : COPY wait-for-it.sh /wait-for-it.sh |
137 | ---> Using cache |
138 | ---> fe208351914f |
139 | Step 11/18 : COPY entrypoint.sh /entrypoint.sh |
140 | ---> Using cache |
141 | ---> 0c526d8972b2 |
142 | Step 12/18 : COPY runBlazegraph.sh /runBlazegraph.sh |
143 | ---> Using cache |
144 | ---> 42614132f756 |
145 | Step 13/18 : COPY runUpdate.sh /runUpdate.sh |
146 | ---> Using cache |
147 | ---> bd811be27136 |
148 | Step 14/18 : COPY mwservices.json /templates/mwservices.json |
149 | ---> Using cache |
150 | ---> 8f66aab95c69 |
151 | Step 15/18 : COPY RWStore.properties /wdqs/RWStore.properties |
152 | ---> Using cache |
153 | ---> 91a291894a1c |
154 | Step 16/18 : COPY whitelist.txt /wdqs/whitelist.txt |
155 | ---> Using cache |
156 | ---> 1ce22e31549b |
157 | Step 17/18 : RUN chmod +x /wdqs/runUpdate.sh |
158 | ---> Using cache |
159 | ---> 4d16616e5090 |
160 | Step 18/18 : ENTRYPOINT /entrypoint.sh |
161 | ---> Using cache |
162 | ---> 3d62827ac194 |
163 | Successfully built 3d62827ac194 |
164 | Successfully tagged wikibase/wdqs:latest |
165 | Step 1/4 : FROM nginx:stable-alpine |
166 | ---> d7fdc41e0425 |
167 | Step 2/4 : COPY entrypoint.sh /entrypoint.sh |
168 | ---> Using cache |
169 | ---> d23f2bb88b33 |
170 | Step 3/4 : COPY wdqs.template /etc/nginx/conf.d/wdqs.template |
171 | ---> Using cache |
172 | ---> 1ec5a8a6e5ed |
173 | Step 4/4 : ENTRYPOINT "/entrypoint.sh" |
174 | ---> Using cache |
175 | ---> 1cc1b473921a |
176 | Successfully built 1cc1b473921a |
177 | Successfully tagged wikibase/wdqs-proxy:latest |
178 | Step 1/9 : FROM nginx:stable-alpine |
179 | ---> d7fdc41e0425 |
180 | Step 2/9 : RUN set -x; apk --update add --virtual build-dependencies wget unzip ca-certificates && wget -O /tmp/code.zip https://github.com/wikimedia/wikidata-query-gui/archive/master.zip && unzip /tmp/code.zip -d /tmp && rm /tmp/code.zip && apk del build-dependencies |
181 | ---> Using cache |
182 | ---> 802c322267a3 |
183 | Step 3/9 : RUN set -x; apk --update add --virtual build-dependencies ca-certificates git nodejs jq && cd /tmp/wikidata-query-gui-master && mv package.json package.json.orig && cat package.json.orig | jq 'delpaths([["devDependencies","karma-qunit"],["devDependencies","qunitjs"],["devDependencies","sinon"]])' > package.json && npm install && rm -rf /usr/share/nginx/html && mv /tmp/wikidata-query-gui-master /usr/share/nginx/html && rm -rf /tmp/* && rm -rf ~/.npm && apk del build-dependencies |
184 | ---> Using cache |
185 | ---> 22c2e48dbbba |
186 | Step 4/9 : COPY entrypoint.sh /entrypoint.sh |
187 | ---> Using cache |
188 | ---> 91382f189cc6 |
189 | Step 5/9 : COPY config.js /templates/config.js |
190 | ---> Using cache |
191 | ---> 72cec574dd49 |
192 | Step 6/9 : COPY default.conf /templates/default.conf |
193 | ---> Using cache |
194 | ---> acb7259c9b33 |
195 | Step 7/9 : ENV LANGUAGE en BRAND_TITLE DockerWikibaseQueryService WIKIBASE_HOST "wikibase.svc" WDQS_HOST "wdqs-proxy.svc" |
196 | ---> Using cache |
197 | ---> 9634550a05b5 |
198 | Step 8/9 : ENTRYPOINT /entrypoint.sh |
199 | ---> Using cache |
200 | ---> f4c78f5170c0 |
201 | Step 9/9 : CMD nginx -g daemon off; |
202 | ---> Using cache |
203 | ---> 47ca775e710d |
204 | Successfully built 47ca775e710d |
205 | Successfully tagged wikibase/wdqs-frontend:latest |
206 | Attaching to wikibasedocker_mysql_1, wikibasedocker_wdqs_1, wikibasedocker_wikibase_1, wikibasedocker_wdqs-proxy_1, wikibasedocker_wdqs-updater_1, wikibasedocker_wdqs-frontend_1 |
207 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] mysqld (mysqld 10.2.11-MariaDB-10.2.11+maria~jessie) starting as process 1 ... |
208 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins |
209 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Uses event mutexes |
210 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Compressed tables use zlib 1.2.8 |
211 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Using Linux native AIO |
212 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Number of pools: 1 |
213 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Using SSE2 crc32 instructions |
214 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M |
215 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Completed initialization of buffer pool |
216 | mysql_1 | 2017-12-05 11:18:29 139887605896960 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). |
217 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Highest supported file format is Barracuda. |
218 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: 128 out of 128 rollback segments are active. |
219 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Creating shared tablespace for temporary tables |
220 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... |
221 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: File './ibtmp1' size is now 12 MB. |
222 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: 5.7.20 started; log sequence number 2374362 |
223 | mysql_1 | 2017-12-05 11:18:29 139887445518080 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool |
224 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] Plugin 'FEEDBACK' is disabled. |
225 | mysql_1 | 2017-12-05 11:18:29 139887445518080 [Note] InnoDB: Buffer pool(s) load completed at 171205 11:18:29 |
226 | mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] Server socket created on IP: '::'. |
227 | mysql_1 | 2017-12-05 11:18:30 139888345794432 [Warning] 'proxies_priv' entry '@% root@3c4971caec0a' ignored in --skip-name-resolve mode. |
228 | mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] Reading of all Master_info entries succeded |
229 | mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] Added new Master_info '' to hash table |
230 | mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] mysqld: ready for connections. |
231 | mysql_1 | Version: '10.2.11-MariaDB-10.2.11+maria~jessie' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution |
232 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
233 | wikibase_1 | /entrypoint.sh: 4: /entrypoint.sh: wait-for-it.sh: not found |
234 | wikibase_1 | /entrypoint.sh: 8: /entrypoint.sh: wait-for-it.sh: not found |
235 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
236 | wikibase_1 | PHP 7.1.12 is installed. |
237 | wikibase_1 | Found ImageMagick: /usr/bin/convert. |
238 | wikibase_1 | Image thumbnailing will be enabled if you enable uploads. |
239 | wikibase_1 | Found the Git version control software: /usr/bin/git. |
240 | wikibase_1 | Warning: No --scriptpath specified, using default: /wiki. |
241 | wikibase_1 | Using server URL "/wiki". |
242 | wikibase_1 | /usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory |
243 | wikibase_1 | Warning: Your default directory for uploads (/var/www/html/images/) is not checked for vulnerability |
244 | wikibase_1 | to arbitrary script execution during the CLI install. |
245 | wikibase_1 | Using the intl PECL extension for Unicode normalization. |
246 | wikibase_1 | The environment has been checked. |
247 | wikibase_1 | You can install MediaWiki. |
248 | wikibase_1 | Setting up database |
249 | wikibase_1 | done |
250 | wikibase_1 | Creating tables |
251 | wikibase_1 | Warning: MediaWiki tables seem to already exist. |
252 | wikibase_1 | Skipping creation. |
253 | wikibase_1 | done |
254 | wikibase_1 | Creating database user |
255 | wikibase_1 | done |
256 | wikibase_1 | Populating default interwiki table |
257 | wikibase_1 | [7f030d28a0a3e9c855e5c105] [no req] Wikimedia\Rdbms\DBQueryError from line 1075 of /var/www/html/includes/libs/rdbms/database/Database.php: A database query error has occurred. Did you forget to run your application's database schema updater after upgrading? |
258 | wikibase_1 | Query: INSERT INTO `interwiki` (iw_prefix,iw_url,iw_local,iw_api,iw_wikiid) VALUES ('acronym','http://www.acronymfinder.com/~/search/af.aspx?string=exact&Acronym=$1','0','',''),('advogato','http://www.advogato.org/$1','0','',''),('arxiv','http://www.arxiv.org/abs/$1','0','',''),('c2find','http://c2.com/cgi/wiki?FindPage&value=$1','0','',''),('cache','http://www.google.com/search?q=cache:$1','0','',''),('commons','https://commons.wikimedia.org/wiki/$1','0','https://commons.wikimedia.org/w/api.php',''),('dictionary','http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1','0','',''),('doi','http://dx.doi.org/$1','0','',''),('drumcorpswiki','http://www.drumcorpswiki.com/$1','0','http://drumcorpswiki.com/api.php',''),('dwjwiki','http://www.suberic.net/cgi-bin/dwj/wiki.cgi?$1','0','',''),('elibre','http://enciclopedia.us.es/index.php/$1','0','http://enciclopedia.us.es/api.php',''),('emacswiki','http://www.emacswiki.org/cgi-bin/wiki.pl?$1','0','',''),('foldoc','http://foldoc.org/?$1','0','',''),('foxwiki','http://fox.wikis.com/wc.dll?Wiki~$1','0','',''),('freebsdman','http://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1','0','',''),('gentoo-wiki','http://gentoo-wiki.com/$1','0','',''),('google','http://www.google.com/search?q=$1','0','',''),('googlegroups','http://groups.google.com/groups?q=$1','0','',''),('hammondwiki','http://www.dairiki.org/HammondWiki/$1','0','',''),('hrwiki','http://www.hrwiki.org/wiki/$1','0','http://www.hrwiki.org/w/api.php',''),('imdb','http://www.imdb.com/find?q=$1&tt=on','0','',''),('kmwiki','http://kmwiki.wikispaces.com/$1','0','',''),('linuxwiki','http://linuxwiki.de/$1','0','',''),('lojban','http://mw.lojban.org/papri/$1','0','',''),('lqwiki','http://wiki.linuxquestions.org/wiki/$1','0','',''),('meatball','http://www.usemod.com/cgi-bin/mb.pl?$1','0','',''),('mediawikiwiki','https://www.mediawiki.org/wiki/$1','0','https://www.mediawiki.org/w/api.php',''),('memoryalpha','http://en.memory-alpha.org/wiki/$1','0','http://en.memory-alpha.org/api.php',''),('metawiki','http://sunir.org/apps/meta.pl?$1','0','',''),('metawikimedia','https://meta.wikimedia.org/wiki/$1','0','https://meta.wikimedia.org/w/api.php',''),('mozillawiki','http://wiki.mozilla.org/$1','0','https://wiki.mozilla.org/api.php',''),('mw','https://www.mediawiki.org/wiki/$1','0','https://www.mediawiki.org/w/api.php',''),('oeis','http://oeis.org/$1','0','',''),('openwiki','http://openwiki.com/ow.asp?$1','0','',''),('pmid','https://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract','0','',''),('pythoninfo','http://wiki.python.org/moin/$1','0','',''),('rfc','https://tools.ietf.org/html/rfc$1','0','',''),('s23wiki','http://s23.org/wiki/$1','0','http://s23.org/w/api.php',''),('seattlewireless','http://seattlewireless.net/$1','0','',''),('senseislibrary','http://senseis.xmp.net/?$1','0','',''),('shoutwiki','http://www.shoutwiki.com/wiki/$1','0','http://www.shoutwiki.com/w/api.php',''),('squeak','http://wiki.squeak.org/squeak/$1','0','',''),('tmbw','http://www.tmbw.net/wiki/$1','0','http://tmbw.net/wiki/api.php',''),('tmnet','http://www.technomanifestos.net/?$1','0','',''),('theopedia','http://www.theopedia.com/$1','0','',''),('twiki','http://twiki.org/cgi-bin/view/$1','0','',''),('uncyclopedia','http://en.uncyclopedia.co/wiki/$1','0','http://en.uncyclopedia.co/w/api.php',''),('unreal','http://wiki.beyondunreal.com/$1','0','http://wiki.beyondunreal.com/w/api.php',''),('usemod','http://www.usemod.com/cgi-bin/wiki.pl?$1','0','',''),('wiki','http://c2.com/cgi/wiki?$1','0','',''),('wikia','http://www.wikia.com/wiki/$1','0','',''),('wikibooks','https://en.wikibooks.org/wiki/$1','0','https://en.wikibooks.org/w/api.php',''),('wikidata','https://www.wikidata.org/wiki/$1','0','https://www.wikidata.org/w/api.php',''),('wikif1','http://www.wikif1.org/$1','0','',''),('wikihow','http://www.wikihow.com/$1','0','http://www.wikihow.com/api.php',''),('wikinfo','http://wikinfo.co/English/index.php/$1','0','',''),('wikimedia','https://wikimediafoundation.org/wiki/$1','0','https://wikimediafoundation.org/w/api.php',''),('wikinews','https://en.wikinews.org/wiki/$1','0','https://en.wikinews.org/w/api.php',''),('wikipedia','https://en.wikipedia.org/wiki/$1','0','https://en.wikipedia.org/w/api.php',''),('wikiquote','https://en.wikiquote.org/wiki/$1','0','https://en.wikiquote.org/w/api.php',''),('wikisource','https://wikisource.org/wiki/$1','0','https://wikisource.org/w/api.php',''),('wikispecies','https://species.wikimedia.org/wiki/$1','0','https://species.wikimedia.org/w/api.php',''),('wikiversity','https://en.wikiversity.org/wiki/$1','0','https://en.wikiversity.org/w/api.php',''),('wikivoyage','https://en.wikivoyage.org/wiki/$1','0','https://en.wikivoyage.org/w/api.php',''),('wikt','https://en.wiktionary.org/wiki/$1','0','https://en.wiktionary.org/w/api.php',''),('wiktionary','https://en.wiktionary.org/wiki/$1','0','https://en.wiktionary.org/w/api.php','') |
259 | wikibase_1 | Function: DatabaseInstaller::populateInterwikiTable |
260 | wikibase_1 | Error: 1054 Unknown column 'iw_api' in 'field list' (mysql.svc:3306) |
261 | wikibase_1 | |
262 | wikibase_1 | Backtrace: |
263 | wikibase_1 | #0 /var/www/html/includes/libs/rdbms/database/Database.php(933): Wikimedia\Rdbms\Database->reportQueryError(string, integer, string, string, boolean) |
264 | wikibase_1 | #1 /var/www/html/includes/libs/rdbms/database/Database.php(1515): Wikimedia\Rdbms\Database->query(string, string) |
265 | wikibase_1 | #2 /var/www/html/includes/installer/DatabaseInstaller.php(725): Wikimedia\Rdbms\Database->insert(string, array, string) |
266 | wikibase_1 | #3 /var/www/html/includes/installer/Installer.php(1519): DatabaseInstaller->populateInterwikiTable(MysqlInstaller) |
267 | wikibase_1 | #4 /var/www/html/includes/installer/CliInstaller.php(135): Installer->performInstallation(array, array) |
268 | wikibase_1 | #5 /var/www/html/maintenance/install.php(142): CliInstaller->execute() |
269 | wikibase_1 | #6 /var/www/html/maintenance/doMaintenance.php(111): CommandLineInstaller->execute() |
270 | wikibase_1 | #7 /var/www/html/maintenance/install.php(156): require_once(string) |
271 | wikibase_1 | #8 {main} |
272 | wikibase_1 | MediaWiki 1.29.2 Updater |
273 | wikibase_1 | |
274 | wikibase_1 | Your composer.lock file is up to date with current dependencies! |
275 | wikibase_1 | Going to run database updates for my_wiki |
276 | wikibase_1 | Depending on the size of your database this may take a while! |
277 | wikibasedocker_wdqs_1 exited with code 127 |
278 | wikibase_1 | Set $wgShowExceptionDetails = true; and $wgShowDBErrorBacktrace = true; at the bottom of LocalSettings.php to show detailed debugging information |
279 | wikibase_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message |
280 | wikibase_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message |
281 | wikibase_1 | [Tue Dec 05 11:18:30.988845 2017] [mpm_prefork:notice] [pid 28] AH00163: Apache/2.4.10 (Debian) PHP/7.1.12 configured -- resuming normal operations |
282 | wikibase_1 | [Tue Dec 05 11:18:30.988878 2017] [core:notice] [pid 28] AH00094: Command line: 'apache2 -D FOREGROUND' |
283 | wikibasedocker_wdqs-updater_1 exited with code 127 |
284 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
285 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
286 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
287 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
288 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
289 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
290 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
291 | wikibasedocker_wdqs-updater_1 exited with code 127 |
292 | wikibasedocker_wdqs_1 exited with code 127 |
293 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
294 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
295 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
296 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
297 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
298 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
299 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
300 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
301 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
302 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
303 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
304 | wikibasedocker_wdqs-updater_1 exited with code 127 |
305 | wikibasedocker_wdqs_1 exited with code 127 |
306 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
307 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
308 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
309 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
310 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
311 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
312 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
313 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
314 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
315 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
316 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
317 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
318 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
319 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
320 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
321 | wikibasedocker_wdqs-updater_1 exited with code 127 |
322 | wikibasedocker_wdqs_1 exited with code 127 |
323 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
324 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
325 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
326 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
327 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
328 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
329 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
330 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
331 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
332 | wikibasedocker_wdqs-updater_1 exited with code 127 |
333 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
334 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
335 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
336 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
337 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
338 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
339 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
340 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
341 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
342 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
Here is the output of "docker images | grep wikibase"
Dec 5 2017
Sorry, forgot to add the output of the "docker-compose up --build" command
1 | Attaching to wikibasedocker_mysql_1, wikibasedocker_wdqs_1, wikibasedocker_wikibase_1, wikibasedocker_wdqs-proxy_1, wikibasedocker_wdqs-updater_1, wikibasedocker_wdqs-frontend_1 |
---|---|
2 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] mysqld (mysqld 10.2.11-MariaDB-10.2.11+maria~jessie) starting as process 1 ... |
3 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins |
4 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Uses event mutexes |
5 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Compressed tables use zlib 1.2.8 |
6 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Using Linux native AIO |
7 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Number of pools: 1 |
8 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Using SSE2 crc32 instructions |
9 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M |
10 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Completed initialization of buffer pool |
11 | mysql_1 | 2017-12-05 11:18:29 139887605896960 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). |
12 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Highest supported file format is Barracuda. |
13 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: 128 out of 128 rollback segments are active. |
14 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Creating shared tablespace for temporary tables |
15 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... |
16 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: File './ibtmp1' size is now 12 MB. |
17 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] InnoDB: 5.7.20 started; log sequence number 2374362 |
18 | mysql_1 | 2017-12-05 11:18:29 139887445518080 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool |
19 | mysql_1 | 2017-12-05 11:18:29 139888345794432 [Note] Plugin 'FEEDBACK' is disabled. |
20 | mysql_1 | 2017-12-05 11:18:29 139887445518080 [Note] InnoDB: Buffer pool(s) load completed at 171205 11:18:29 |
21 | mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] Server socket created on IP: '::'. |
22 | mysql_1 | 2017-12-05 11:18:30 139888345794432 [Warning] 'proxies_priv' entry '@% root@3c4971caec0a' ignored in --skip-name-resolve mode. |
23 | mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] Reading of all Master_info entries succeded |
24 | mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] Added new Master_info '' to hash table |
25 | mysql_1 | 2017-12-05 11:18:30 139888345794432 [Note] mysqld: ready for connections. |
26 | mysql_1 | Version: '10.2.11-MariaDB-10.2.11+maria~jessie' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution |
27 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
28 | wikibase_1 | /entrypoint.sh: 4: /entrypoint.sh: wait-for-it.sh: not found |
29 | wikibase_1 | /entrypoint.sh: 8: /entrypoint.sh: wait-for-it.sh: not found |
30 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
31 | wikibase_1 | PHP 7.1.12 is installed. |
32 | wikibase_1 | Found ImageMagick: /usr/bin/convert. |
33 | wikibase_1 | Image thumbnailing will be enabled if you enable uploads. |
34 | wikibase_1 | Found the Git version control software: /usr/bin/git. |
35 | wikibase_1 | Warning: No --scriptpath specified, using default: /wiki. |
36 | wikibase_1 | Using server URL "/wiki". |
37 | wikibase_1 | /usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory |
38 | wikibase_1 | Warning: Your default directory for uploads (/var/www/html/images/) is not checked for vulnerability |
39 | wikibase_1 | to arbitrary script execution during the CLI install. |
40 | wikibase_1 | Using the intl PECL extension for Unicode normalization. |
41 | wikibase_1 | The environment has been checked. |
42 | wikibase_1 | You can install MediaWiki. |
43 | wikibase_1 | Setting up database |
44 | wikibase_1 | done |
45 | wikibase_1 | Creating tables |
46 | wikibase_1 | Warning: MediaWiki tables seem to already exist. |
47 | wikibase_1 | Skipping creation. |
48 | wikibase_1 | done |
49 | wikibase_1 | Creating database user |
50 | wikibase_1 | done |
51 | wikibase_1 | Populating default interwiki table |
52 | wikibase_1 | [7f030d28a0a3e9c855e5c105] [no req] Wikimedia\Rdbms\DBQueryError from line 1075 of /var/www/html/includes/libs/rdbms/database/Database.php: A database query error has occurred. Did you forget to run your application's database schema updater after upgrading? |
53 | wikibase_1 | Query: INSERT INTO `interwiki` (iw_prefix,iw_url,iw_local,iw_api,iw_wikiid) VALUES ('acronym','http://www.acronymfinder.com/~/search/af.aspx?string=exact&Acronym=$1','0','',''),('advogato','http://www.advogato.org/$1','0','',''),('arxiv','http://www.arxiv.org/abs/$1','0','',''),('c2find','http://c2.com/cgi/wiki?FindPage&value=$1','0','',''),('cache','http://www.google.com/search?q=cache:$1','0','',''),('commons','https://commons.wikimedia.org/wiki/$1','0','https://commons.wikimedia.org/w/api.php',''),('dictionary','http://www.dict.org/bin/Dict?Database=*&Form=Dict1&Strategy=*&Query=$1','0','',''),('doi','http://dx.doi.org/$1','0','',''),('drumcorpswiki','http://www.drumcorpswiki.com/$1','0','http://drumcorpswiki.com/api.php',''),('dwjwiki','http://www.suberic.net/cgi-bin/dwj/wiki.cgi?$1','0','',''),('elibre','http://enciclopedia.us.es/index.php/$1','0','http://enciclopedia.us.es/api.php',''),('emacswiki','http://www.emacswiki.org/cgi-bin/wiki.pl?$1','0','',''),('foldoc','http://foldoc.org/?$1','0','',''),('foxwiki','http://fox.wikis.com/wc.dll?Wiki~$1','0','',''),('freebsdman','http://www.FreeBSD.org/cgi/man.cgi?apropos=1&query=$1','0','',''),('gentoo-wiki','http://gentoo-wiki.com/$1','0','',''),('google','http://www.google.com/search?q=$1','0','',''),('googlegroups','http://groups.google.com/groups?q=$1','0','',''),('hammondwiki','http://www.dairiki.org/HammondWiki/$1','0','',''),('hrwiki','http://www.hrwiki.org/wiki/$1','0','http://www.hrwiki.org/w/api.php',''),('imdb','http://www.imdb.com/find?q=$1&tt=on','0','',''),('kmwiki','http://kmwiki.wikispaces.com/$1','0','',''),('linuxwiki','http://linuxwiki.de/$1','0','',''),('lojban','http://mw.lojban.org/papri/$1','0','',''),('lqwiki','http://wiki.linuxquestions.org/wiki/$1','0','',''),('meatball','http://www.usemod.com/cgi-bin/mb.pl?$1','0','',''),('mediawikiwiki','https://www.mediawiki.org/wiki/$1','0','https://www.mediawiki.org/w/api.php',''),('memoryalpha','http://en.memory-alpha.org/wiki/$1','0','http://en.memory-alpha.org/api.php',''),('metawiki','http://sunir.org/apps/meta.pl?$1','0','',''),('metawikimedia','https://meta.wikimedia.org/wiki/$1','0','https://meta.wikimedia.org/w/api.php',''),('mozillawiki','http://wiki.mozilla.org/$1','0','https://wiki.mozilla.org/api.php',''),('mw','https://www.mediawiki.org/wiki/$1','0','https://www.mediawiki.org/w/api.php',''),('oeis','http://oeis.org/$1','0','',''),('openwiki','http://openwiki.com/ow.asp?$1','0','',''),('pmid','https://www.ncbi.nlm.nih.gov/pubmed/$1?dopt=Abstract','0','',''),('pythoninfo','http://wiki.python.org/moin/$1','0','',''),('rfc','https://tools.ietf.org/html/rfc$1','0','',''),('s23wiki','http://s23.org/wiki/$1','0','http://s23.org/w/api.php',''),('seattlewireless','http://seattlewireless.net/$1','0','',''),('senseislibrary','http://senseis.xmp.net/?$1','0','',''),('shoutwiki','http://www.shoutwiki.com/wiki/$1','0','http://www.shoutwiki.com/w/api.php',''),('squeak','http://wiki.squeak.org/squeak/$1','0','',''),('tmbw','http://www.tmbw.net/wiki/$1','0','http://tmbw.net/wiki/api.php',''),('tmnet','http://www.technomanifestos.net/?$1','0','',''),('theopedia','http://www.theopedia.com/$1','0','',''),('twiki','http://twiki.org/cgi-bin/view/$1','0','',''),('uncyclopedia','http://en.uncyclopedia.co/wiki/$1','0','http://en.uncyclopedia.co/w/api.php',''),('unreal','http://wiki.beyondunreal.com/$1','0','http://wiki.beyondunreal.com/w/api.php',''),('usemod','http://www.usemod.com/cgi-bin/wiki.pl?$1','0','',''),('wiki','http://c2.com/cgi/wiki?$1','0','',''),('wikia','http://www.wikia.com/wiki/$1','0','',''),('wikibooks','https://en.wikibooks.org/wiki/$1','0','https://en.wikibooks.org/w/api.php',''),('wikidata','https://www.wikidata.org/wiki/$1','0','https://www.wikidata.org/w/api.php',''),('wikif1','http://www.wikif1.org/$1','0','',''),('wikihow','http://www.wikihow.com/$1','0','http://www.wikihow.com/api.php',''),('wikinfo','http://wikinfo.co/English/index.php/$1','0','',''),('wikimedia','https://wikimediafoundation.org/wiki/$1','0','https://wikimediafoundation.org/w/api.php',''),('wikinews','https://en.wikinews.org/wiki/$1','0','https://en.wikinews.org/w/api.php',''),('wikipedia','https://en.wikipedia.org/wiki/$1','0','https://en.wikipedia.org/w/api.php',''),('wikiquote','https://en.wikiquote.org/wiki/$1','0','https://en.wikiquote.org/w/api.php',''),('wikisource','https://wikisource.org/wiki/$1','0','https://wikisource.org/w/api.php',''),('wikispecies','https://species.wikimedia.org/wiki/$1','0','https://species.wikimedia.org/w/api.php',''),('wikiversity','https://en.wikiversity.org/wiki/$1','0','https://en.wikiversity.org/w/api.php',''),('wikivoyage','https://en.wikivoyage.org/wiki/$1','0','https://en.wikivoyage.org/w/api.php',''),('wikt','https://en.wiktionary.org/wiki/$1','0','https://en.wiktionary.org/w/api.php',''),('wiktionary','https://en.wiktionary.org/wiki/$1','0','https://en.wiktionary.org/w/api.php','') |
54 | wikibase_1 | Function: DatabaseInstaller::populateInterwikiTable |
55 | wikibase_1 | Error: 1054 Unknown column 'iw_api' in 'field list' (mysql.svc:3306) |
56 | wikibase_1 | |
57 | wikibase_1 | Backtrace: |
58 | wikibase_1 | #0 /var/www/html/includes/libs/rdbms/database/Database.php(933): Wikimedia\Rdbms\Database->reportQueryError(string, integer, string, string, boolean) |
59 | wikibase_1 | #1 /var/www/html/includes/libs/rdbms/database/Database.php(1515): Wikimedia\Rdbms\Database->query(string, string) |
60 | wikibase_1 | #2 /var/www/html/includes/installer/DatabaseInstaller.php(725): Wikimedia\Rdbms\Database->insert(string, array, string) |
61 | wikibase_1 | #3 /var/www/html/includes/installer/Installer.php(1519): DatabaseInstaller->populateInterwikiTable(MysqlInstaller) |
62 | wikibase_1 | #4 /var/www/html/includes/installer/CliInstaller.php(135): Installer->performInstallation(array, array) |
63 | wikibase_1 | #5 /var/www/html/maintenance/install.php(142): CliInstaller->execute() |
64 | wikibase_1 | #6 /var/www/html/maintenance/doMaintenance.php(111): CommandLineInstaller->execute() |
65 | wikibase_1 | #7 /var/www/html/maintenance/install.php(156): require_once(string) |
66 | wikibase_1 | #8 {main} |
67 | wikibase_1 | MediaWiki 1.29.2 Updater |
68 | wikibase_1 | |
69 | wikibase_1 | Your composer.lock file is up to date with current dependencies! |
70 | wikibase_1 | Going to run database updates for my_wiki |
71 | wikibase_1 | Depending on the size of your database this may take a while! |
72 | wikibasedocker_wdqs_1 exited with code 127 |
73 | wikibase_1 | Set $wgShowExceptionDetails = true; and $wgShowDBErrorBacktrace = true; at the bottom of LocalSettings.php to show detailed debugging information |
74 | wikibase_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message |
75 | wikibase_1 | AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.4. Set the 'ServerName' directive globally to suppress this message |
76 | wikibase_1 | [Tue Dec 05 11:18:30.988845 2017] [mpm_prefork:notice] [pid 28] AH00163: Apache/2.4.10 (Debian) PHP/7.1.12 configured -- resuming normal operations |
77 | wikibase_1 | [Tue Dec 05 11:18:30.988878 2017] [core:notice] [pid 28] AH00094: Command line: 'apache2 -D FOREGROUND' |
78 | wikibasedocker_wdqs-updater_1 exited with code 127 |
79 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
80 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
81 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
82 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
83 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
84 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
85 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
86 | wikibasedocker_wdqs-updater_1 exited with code 127 |
87 | wikibasedocker_wdqs_1 exited with code 127 |
88 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
89 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
90 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
91 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
92 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
93 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
94 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
95 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
96 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
97 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
98 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
99 | wikibasedocker_wdqs-updater_1 exited with code 127 |
100 | wikibasedocker_wdqs_1 exited with code 127 |
101 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
102 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
103 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
104 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
105 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
106 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
107 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
108 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
109 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
110 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
111 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
112 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
113 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
114 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
115 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
116 | wikibasedocker_wdqs-updater_1 exited with code 127 |
117 | wikibasedocker_wdqs_1 exited with code 127 |
118 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
119 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
120 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
121 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
122 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
123 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
124 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
125 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
126 | wdqs-updater_1 | /runUpdate.sh: line 6: wait-for-it.sh: command not found |
127 | wikibasedocker_wdqs-updater_1 exited with code 127 |
128 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
129 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
130 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
131 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
132 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
133 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
134 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
135 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
136 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
137 | wdqs_1 | /runBlazegraph.sh: line 5: runBlazegraph.sh: command not found |
138 |
I'll try to reproduce, perhaps I need to run this on a debian system
Nov 13 2017
We have the same images running. Running the scripts got us to the same result, but this time with a bit more detailed output:
1 | Attaching to wikibasedocker_wdqs_1, wikibasedocker_mysql_1, wikibasedocker_wdqs-proxy_1, wikibasedocker_wikibase_1, wikibasedocker_wdqs-frontend_1, wikibasedocker_wdqs-updater_1 |
---|---|
2 | [36mwdqs_1 |[0m /wdqs /wdqs |
3 | [36mwdqs_1 |[0m Running Blazegraph from /wdqs on :9999/bigdata |
4 | [36mwdqs_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-blazegraph_jvm_gc.pid8.log due to No such file or directory |
5 | [36mwdqs_1 |[0m |
6 | [36mwdqs_1 |[0m 2017-11-13 14:46:14.444:INFO::main: Logging initialized @168ms |
7 | [36mwdqs_1 |[0m 2017-11-13 14:46:14.451:INFO:oejr.Runner:main: Runner |
8 | [36mwdqs_1 |[0m 2017-11-13 14:46:14.550:INFO:oejs.Server:main: jetty-9.2.3.v20140905 |
9 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] mysqld (mysqld 10.2.10-MariaDB-10.2.10+maria~jessie) starting as process 1 ... |
10 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Mutexes and rw_locks use GCC atomic builtins |
11 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Uses event mutexes |
12 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Compressed tables use zlib 1.2.8 |
13 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Using Linux native AIO |
14 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Number of pools: 1 |
15 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Using SSE2 crc32 instructions |
16 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Initializing buffer pool, total size = 256M, instances = 1, chunk size = 128M |
17 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Completed initialization of buffer pool |
18 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140546807736064 [Note] InnoDB: If the mysqld execution user is authorized, page cleaner thread priority can be changed. See the man page of setpriority(). |
19 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Highest supported file format is Barracuda. |
20 | [35mwikibase_1 |[0m wait-for-it.sh: waiting 60 seconds for mysql.svc:3306 |
21 | [34mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
22 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: 128 out of 128 rollback segments are active. |
23 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Creating shared tablespace for temporary tables |
24 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Setting file './ibtmp1' size to 12 MB. Physically writing the file full; Please wait ... |
25 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: File './ibtmp1' size is now 12 MB. |
26 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: Waiting for purge to start |
27 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] InnoDB: 5.7.20 started; log sequence number 2374114 |
28 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140546228090624 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool |
29 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] Plugin 'FEEDBACK' is disabled. |
30 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] Server socket created on IP: '::'. |
31 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Warning] 'proxies_priv' entry '@% root@3c4971caec0a' ignored in --skip-name-resolve mode. |
32 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] Reading of all Master_info entries succeded |
33 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] Added new Master_info '' to hash table |
34 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140547543447424 [Note] mysqld: ready for connections. |
35 | [33mmysql_1 |[0m Version: '10.2.10-MariaDB-10.2.10+maria~jessie' socket: '/var/run/mysqld/mysqld.sock' port: 3306 mariadb.org binary distribution |
36 | [33mmysql_1 |[0m 2017-11-13 14:46:15 140546228090624 [Note] InnoDB: Buffer pool(s) load completed at 171113 14:46:15 |
37 | [35mwikibase_1 |[0m wait-for-it.sh: mysql.svc:3306 is available after 1 seconds |
38 | [35mwikibase_1 |[0m wait-for-it.sh: waiting 60 seconds for mysql.svc:3306 |
39 | [35mwikibase_1 |[0m wait-for-it.sh: mysql.svc:3306 is available after 0 seconds |
40 | [35mwikibase_1 |[0m PHP 7.1.11 is installed. |
41 | [35mwikibase_1 |[0m Found ImageMagick: /usr/bin/convert. |
42 | [35mwikibase_1 |[0m Image thumbnailing will be enabled if you enable uploads. |
43 | [35mwikibase_1 |[0m Found the Git version control software: /usr/bin/git. |
44 | [35mwikibase_1 |[0m Warning: No --scriptpath specified, using default: /wiki. |
45 | [35mwikibase_1 |[0m Using server URL "/wiki". |
46 | [35mwikibase_1 |[0m /usr/bin/locale: Cannot set LC_CTYPE to default locale: No such file or directory |
47 | [35mwikibase_1 |[0m Warning: Your default directory for uploads (/var/www/html/images/) is not checked for vulnerability |
48 | [35mwikibase_1 |[0m to arbitrary script execution during the CLI install. |
49 | [35mwikibase_1 |[0m Using the intl PECL extension for Unicode normalization. |
50 | [35mwikibase_1 |[0m The environment has been checked. |
51 | [35mwikibase_1 |[0m You can install MediaWiki. |
52 | [35mwikibase_1 |[0m [cd660d0978a24afce08c1fd0] [no req] MediaWiki\Services\ServiceDisabledException from line 340 of /var/www/html/includes/services/ServiceContainer.php: Service disabled: DBLoadBalancer |
53 | [35mwikibase_1 |[0m Backtrace: |
54 | [35mwikibase_1 |[0m #0 /var/www/html/includes/MediaWikiServices.php(509): MediaWiki\Services\ServiceContainer->getService(string) |
55 | [35mwikibase_1 |[0m #1 /var/www/html/includes/ServiceWiring.php(65): MediaWiki\MediaWikiServices->getDBLoadBalancer() |
56 | [35mwikibase_1 |[0m #2 [internal function]: MediaWiki\Services\ServiceContainer->{closure}(MediaWiki\MediaWikiServices) |
57 | [35mwikibase_1 |[0m #3 /var/www/html/includes/services/ServiceContainer.php(360): call_user_func_array(Closure, array) |
58 | [35mwikibase_1 |[0m #4 /var/www/html/includes/services/ServiceContainer.php(344): MediaWiki\Services\ServiceContainer->createService(string) |
59 | [35mwikibase_1 |[0m #5 /var/www/html/includes/MediaWikiServices.php(436): MediaWiki\Services\ServiceContainer->getService(string) |
60 | [35mwikibase_1 |[0m #6 /var/www/html/includes/ServiceWiring.php(81): MediaWiki\MediaWikiServices->getSiteStore() |
61 | [35mwikibase_1 |[0m #7 [internal function]: MediaWiki\Services\ServiceContainer->{closure}(MediaWiki\MediaWikiServices) |
62 | [35mwikibase_1 |[0m #8 /var/www/html/includes/services/ServiceContainer.php(360): call_user_func_array(Closure, array) |
63 | [35mwikibase_1 |[0m #9 /var/www/html/includes/services/ServiceContainer.php(344): MediaWiki\Services\ServiceContainer->createService(string) |
64 | [35mwikibase_1 |[0m #10 /var/www/html/includes/MediaWikiServices.php(428): MediaWiki\Services\ServiceContainer->getService(string) |
65 | [35mwikibase_1 |[0m #11 /var/www/html/extensions/Wikibase/client/includes/WikibaseClient.php(673): MediaWiki\MediaWikiServices->getSiteLookup() |
66 | [35mwikibase_1 |[0m #12 /var/www/html/extensions/Wikibase/client/includes/WikibaseClient.php(715): Wikibase\Client\WikibaseClient::newInstance() |
67 | [35mwikibase_1 |[0m #13 /var/www/html/extensions/Wikibase/client/includes/Hooks/ParserClearStateHookHandler.php(22): Wikibase\Client\WikibaseClient::getDefaultInstance() |
68 | [35mwikibase_1 |[0m #14 /var/www/html/includes/Hooks.php(186): Wikibase\Client\Hooks\ParserClearStateHookHandler::onParserClearState(Parser) |
69 | [35mwikibase_1 |[0m #15 /var/www/html/includes/parser/Parser.php(390): Hooks::run(string, array) |
70 | [35mwikibase_1 |[0m #16 /var/www/html/includes/parser/Parser.php(4701): Parser->clearState() |
71 | [35mwikibase_1 |[0m #17 /var/www/html/includes/parser/Parser.php(425): Parser->startParse(Title, ParserOptions, integer, boolean) |
72 | [35mwikibase_1 |[0m #18 /var/www/html/includes/cache/MessageCache.php(1165): Parser->parse(string, Title, ParserOptions, boolean) |
73 | [35mwikibase_1 |[0m #19 /var/www/html/includes/Message.php(1220): MessageCache->parse(string, Title, boolean, boolean, Language) |
74 | [35mwikibase_1 |[0m #20 /var/www/html/includes/Message.php(869): Message->parseText(string) |
75 | [35mwikibase_1 |[0m #21 /var/www/html/includes/Message.php(922): Message->toString(string) |
76 | [35mwikibase_1 |[0m #22 /var/www/html/includes/installer/CliInstaller.php(179): Message->parse() |
77 | [35mwikibase_1 |[0m #23 /var/www/html/includes/installer/CliInstaller.php(162): CliInstaller->getMessageText(array) |
78 | [35mwikibase_1 |[0m #24 /var/www/html/includes/installer/CliInstaller.php(198): CliInstaller->showMessage(string) |
79 | [35mwikibase_1 |[0m #25 /var/www/html/includes/installer/CliInstaller.php(129): CliInstaller->showStatusMessage(Status) |
80 | [35mwikibase_1 |[0m #26 /var/www/html/maintenance/install.php(142): CliInstaller->execute() |
81 | [35mwikibase_1 |[0m #27 /var/www/html/maintenance/doMaintenance.php(111): CommandLineInstaller->execute() |
82 | [35mwikibase_1 |[0m #28 /var/www/html/maintenance/install.php(156): require_once(string) |
83 | [35mwikibase_1 |[0m #29 {main} |
84 | [35mwikibase_1 |[0m MediaWiki 1.29.1 Updater |
85 | [35mwikibase_1 |[0m |
86 | [35mwikibase_1 |[0m Your composer.lock file is up to date with current dependencies! |
87 | [35mwikibase_1 |[0m Going to run database updates for my_wiki |
88 | [35mwikibase_1 |[0m Depending on the size of your database this may take a while! |
89 | [35mwikibase_1 |[0m Set $wgShowExceptionDetails = true; and $wgShowDBErrorBacktrace = true; at the bottom of LocalSettings.php to show detailed debugging information |
90 | [35mwikibase_1 |[0m AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.5. Set the 'ServerName' directive globally to suppress this message |
91 | [35mwikibase_1 |[0m AH00558: apache2: Could not reliably determine the server's fully qualified domain name, using 172.18.0.5. Set the 'ServerName' directive globally to suppress this message |
92 | [35mwikibase_1 |[0m [Mon Nov 13 14:46:17.367738 2017] [mpm_prefork:notice] [pid 57] AH00163: Apache/2.4.10 (Debian) PHP/7.1.11 configured -- resuming normal operations |
93 | [35mwikibase_1 |[0m [Mon Nov 13 14:46:17.367769 2017] [core:notice] [pid 57] AH00094: Command line: 'apache2 -D FOREGROUND' |
94 | [34mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 3 seconds |
95 | [34mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
96 | [36mwdqs_1 |[0m 2017-11-13 14:46:21.118:WARN:oeja.AnnotationConfiguration:main: ServletContainerInitializers: detected. Class hierarchy: empty |
97 | [36mwdqs_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} IP:%X{req.remoteHost} UA:%X{req.userAgent} - %msg%n |
98 | [36mwdqs_1 |[0m INFO: com.bigdata.util.config.LogUtil: Configure: file:/tmp/jetty-0.0.0.0-9999-blazegraph-service-0.2.5.war-_bigdata-any-6349091881591348423.dir/webapp/WEB-INF/classes/log4j.properties |
99 | [36mwdqs_1 |[0m 14:46:21.513 [main] WARN com.bigdata.Banner IP: UA: - Defaulting log level to WARN: com.bigdata |
100 | [36mwdqs_1 |[0m |
101 | [36mwdqs_1 |[0m BlazeGraph(TM) Graph Engine |
102 | [36mwdqs_1 |[0m |
103 | [36mwdqs_1 |[0m Flexible |
104 | [36mwdqs_1 |[0m Reliable |
105 | [36mwdqs_1 |[0m Affordable |
106 | [36mwdqs_1 |[0m Web-Scale Computing for the Enterprise |
107 | [36mwdqs_1 |[0m |
108 | [36mwdqs_1 |[0m Copyright SYSTAP, LLC DBA Blazegraph 2006-2016. All rights reserved. |
109 | [36mwdqs_1 |[0m |
110 | [36mwdqs_1 |[0m a542d49b59cc |
111 | [36mwdqs_1 |[0m Mon Nov 13 14:46:21 GMT 2017 |
112 | [36mwdqs_1 |[0m Linux/4.9.0-4-amd64 amd64 |
113 | [36mwdqs_1 |[0m Intel(R) Xeon(R) CPU E5-2670 v3 @ 2.30GHz Family 6 Model 63 Stepping 2, GenuineIntel #CPU=4 |
114 | [36mwdqs_1 |[0m Oracle Corporation 1.8.0_131 |
115 | [36mwdqs_1 |[0m freeMemory=681690400 |
116 | [36mwdqs_1 |[0m buildVersion=2.1.5-SNAPSHOT |
117 | [36mwdqs_1 |[0m gitCommit=8ff64aab6071b5e591e80676809e43f0ddb8ad49 |
118 | [36mwdqs_1 |[0m |
119 | [36mwdqs_1 |[0m Dependency License |
120 | [36mwdqs_1 |[0m ICU http://source.icu-project.org/repos/icu/icu/trunk/license.html |
121 | [36mwdqs_1 |[0m bigdata-ganglia http://www.apache.org/licenses/LICENSE-2.0.html |
122 | [36mwdqs_1 |[0m blueprints-core https://github.com/tinkerpop/blueprints/blob/master/LICENSE.txt |
123 | [36mwdqs_1 |[0m colt http://acs.lbl.gov/software/colt/license.html |
124 | [36mwdqs_1 |[0m commons-codec http://www.apache.org/licenses/LICENSE-2.0.html |
125 | [36mwdqs_1 |[0m commons-fileupload http://www.apache.org/licenses/LICENSE-2.0.html |
126 | [36mwdqs_1 |[0m commons-io http://www.apache.org/licenses/LICENSE-2.0.html |
127 | [36mwdqs_1 |[0m commons-logging http://www.apache.org/licenses/LICENSE-2.0.html |
128 | [36mwdqs_1 |[0m dsiutils http://www.gnu.org/licenses/lgpl-2.1.html |
129 | [36mwdqs_1 |[0m fastutil http://www.apache.org/licenses/LICENSE-2.0.html |
130 | [36mwdqs_1 |[0m flot http://www.opensource.org/licenses/mit-license.php |
131 | [36mwdqs_1 |[0m high-scale-lib http://creativecommons.org/licenses/publicdomain |
132 | [36mwdqs_1 |[0m httpclient http://www.apache.org/licenses/LICENSE-2.0.html |
133 | [36mwdqs_1 |[0m httpclient-cache http://www.apache.org/licenses/LICENSE-2.0.html |
134 | [36mwdqs_1 |[0m httpcore http://www.apache.org/licenses/LICENSE-2.0.html |
135 | [36mwdqs_1 |[0m httpmime http://www.apache.org/licenses/LICENSE-2.0.html |
136 | [36mwdqs_1 |[0m jackson-core http://www.apache.org/licenses/LICENSE-2.0.html |
137 | [36mwdqs_1 |[0m jetty http://www.apache.org/licenses/LICENSE-2.0.html |
138 | [36mwdqs_1 |[0m jquery https://github.com/jquery/jquery/blob/master/MIT-LICENSE.txt |
139 | [36mwdqs_1 |[0m jsonld https://raw.githubusercontent.com/jsonld-java/jsonld-java/master/LICENCE |
140 | [36mwdqs_1 |[0m log4j http://www.apache.org/licenses/LICENSE-2.0.html |
141 | [36mwdqs_1 |[0m lucene http://www.apache.org/licenses/LICENSE-2.0.html |
142 | [36mwdqs_1 |[0m nanohttp http://elonen.iki.fi/code/nanohttpd/#license |
143 | [36mwdqs_1 |[0m rexster-core https://github.com/tinkerpop/rexster/blob/master/LICENSE.txt |
144 | [36mwdqs_1 |[0m river http://www.apache.org/licenses/LICENSE-2.0.html |
145 | [36mwdqs_1 |[0m semargl https://github.com/levkhomich/semargl/blob/master/LICENSE |
146 | [36mwdqs_1 |[0m servlet-api http://www.apache.org/licenses/LICENSE-2.0.html |
147 | [36mwdqs_1 |[0m sesame http://www.openrdf.org/download.jsp |
148 | [36mwdqs_1 |[0m slf4j http://www.slf4j.org/license.html |
149 | [36mwdqs_1 |[0m zookeeper http://www.apache.org/licenses/LICENSE-2.0.html |
150 | [36mwdqs_1 |[0m |
151 | [36mwdqs_1 |[0m 14:46:22.419 [main] WARN com.bigdata.rdf.ServiceProviderHook IP: UA: - Running. |
152 | [36mwdqs_1 |[0m 14:46:22.484 [main] INFO o.w.q.r.b.mwapi.MWApiServiceFactory IP: UA: - Loading MWAPI service configuration from ./mwservices.json |
153 | [36mwdqs_1 |[0m 14:46:22.808 [main] INFO o.w.q.r.b.mwapi.MWApiServiceFactory IP: UA: - Registered 4 services. |
154 | [36mwdqs_1 |[0m 14:46:22.833 [main] WARN c.b.r.s.sparql.PrefixDeclProcessor IP: UA: - Configured prefix: PREFIX psn: http://www.wikidata.org/prop/statement/value-normalized/ |
155 | [36mwdqs_1 |[0m 14:46:22.833 [main] WARN c.b.r.s.sparql.PrefixDeclProcessor IP: UA: - Configured prefix: PREFIX pqn: http://www.wikidata.org/prop/qualifier/value-normalized/ |
156 | [36mwdqs_1 |[0m 14:46:22.833 [main] WARN c.b.r.s.sparql.PrefixDeclProcessor IP: UA: - Configured prefix: PREFIX prn: http://www.wikidata.org/prop/reference/value-normalized/ |
157 | [36mwdqs_1 |[0m 14:46:22.833 [main] WARN c.b.r.s.sparql.PrefixDeclProcessor IP: UA: - Configured prefix: PREFIX mediawiki: https://www.mediawiki.org/ontology# |
158 | [36mwdqs_1 |[0m 14:46:22.833 [main] WARN c.b.r.s.sparql.PrefixDeclProcessor IP: UA: - Configured prefix: PREFIX mwapi: https://www.mediawiki.org/ontology#API/ |
159 | [36mwdqs_1 |[0m 14:46:22.834 [main] WARN c.b.r.s.sparql.PrefixDeclProcessor IP: UA: - Configured prefix: PREFIX gas: http://www.bigdata.com/rdf/gas# |
160 | [36mwdqs_1 |[0m 14:46:22.834 [main] INFO o.w.q.r.b.WikibaseContextListener IP: UA: - Wikibase services initialized. |
161 | [36mwdqs_1 |[0m 2017-11-13 14:46:22.897:INFO:oejsh.ContextHandler:main: Started o.e.j.w.WebAppContext@6f75e721{/bigdata,file:/tmp/jetty-0.0.0.0-9999-blazegraph-service-0.2.5.war-_bigdata-any-6349091881591348423.dir/webapp/,AVAILABLE}{file:/wdqs/blazegraph-service-0.2.5.war} |
162 | [36mwdqs_1 |[0m 2017-11-13 14:46:22.898:WARN:oejsh.RequestLogHandler:main: !RequestLog |
163 | [36mwdqs_1 |[0m 2017-11-13 14:46:22.911:INFO:oejs.ServerConnector:main: Started ServerConnector@c286a8{HTTP/1.1}{0.0.0.0:9999} |
164 | [36mwdqs_1 |[0m 2017-11-13 14:46:22.911:INFO:oejs.Server:main: Started @8683ms |
165 | [34mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 5 seconds |
166 | [34mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
167 | [34mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
168 | [34mwdqs-updater_1 |[0m |
169 | [34mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
170 | [34mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
171 | [34mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
172 | [34mwdqs-updater_1 |[0m 14:46:24.064 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
173 | [34mwdqs-updater_1 |[0m 14:46:24.066 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
174 | [34mwdqs-updater_1 |[0m 14:46:24.574 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
175 | [34mwdqs-updater_1 |[0m 14:46:24.576 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
176 | [34mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
177 | [34mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
178 | [34mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
179 | [34mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
180 | [34mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
181 | [34mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
182 | [34mwikibasedocker_wdqs-updater_1 exited with code 1 |
183 | [0m[36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
184 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 3 seconds |
185 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
186 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 5 seconds |
187 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
188 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
189 | [36;1mwdqs-updater_1 |[0m |
190 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
191 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
192 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
193 | [36;1mwdqs-updater_1 |[0m 14:43:20.186 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
194 | [36;1mwdqs-updater_1 |[0m 14:43:20.188 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
195 | [36;1mwdqs-updater_1 |[0m 14:43:20.712 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
196 | [36;1mwdqs-updater_1 |[0m 14:43:20.713 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
197 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
198 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
199 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
200 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
201 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
202 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
203 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
204 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
205 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
206 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
207 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
208 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
209 | [36;1mwdqs-updater_1 |[0m |
210 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
211 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
212 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
213 | [36;1mwdqs-updater_1 |[0m 14:43:22.399 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
214 | [36;1mwdqs-updater_1 |[0m 14:43:22.401 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
215 | [36;1mwdqs-updater_1 |[0m 14:43:22.509 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
216 | [36;1mwdqs-updater_1 |[0m 14:43:22.511 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
217 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
218 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
219 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
220 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
221 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
222 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
223 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
224 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
225 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
226 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
227 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
228 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
229 | [36;1mwdqs-updater_1 |[0m |
230 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
231 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
232 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
233 | [36;1mwdqs-updater_1 |[0m 14:43:24.214 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
234 | [36;1mwdqs-updater_1 |[0m 14:43:24.217 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
235 | [36;1mwdqs-updater_1 |[0m 14:43:24.337 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
236 | [36;1mwdqs-updater_1 |[0m 14:43:24.339 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
237 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
238 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
239 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
240 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
241 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
242 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
243 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
244 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
245 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
246 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
247 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
248 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
249 | [36;1mwdqs-updater_1 |[0m |
250 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
251 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
252 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
253 | [36;1mwdqs-updater_1 |[0m 14:43:26.226 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
254 | [36;1mwdqs-updater_1 |[0m 14:43:26.228 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
255 | [36;1mwdqs-updater_1 |[0m 14:43:26.326 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
256 | [36;1mwdqs-updater_1 |[0m 14:43:26.328 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
257 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
258 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
259 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
260 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
261 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
262 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
263 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
264 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
265 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
266 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
267 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
268 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
269 | [36;1mwdqs-updater_1 |[0m |
270 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
271 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
272 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
273 | [36;1mwdqs-updater_1 |[0m 14:43:28.622 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
274 | [36;1mwdqs-updater_1 |[0m 14:43:28.624 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
275 | [36;1mwdqs-updater_1 |[0m 14:43:28.742 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
276 | [36;1mwdqs-updater_1 |[0m 14:43:28.744 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
277 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
278 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
279 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
280 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
281 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
282 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
283 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
284 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
285 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
286 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
287 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
288 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
289 | [36;1mwdqs-updater_1 |[0m |
290 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
291 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
292 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
293 | [36;1mwdqs-updater_1 |[0m 14:43:31.851 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
294 | [36;1mwdqs-updater_1 |[0m 14:43:31.853 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
295 | [36;1mwdqs-updater_1 |[0m 14:43:31.956 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
296 | [36;1mwdqs-updater_1 |[0m 14:43:31.957 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
297 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
298 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
299 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
300 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
301 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
302 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
303 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
304 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
305 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
306 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
307 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
308 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
309 | [36;1mwdqs-updater_1 |[0m |
310 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
311 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
312 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
313 | [36;1mwdqs-updater_1 |[0m 14:43:36.897 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
314 | [36;1mwdqs-updater_1 |[0m 14:43:36.899 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
315 | [36;1mwdqs-updater_1 |[0m 14:43:37.022 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
316 | [36;1mwdqs-updater_1 |[0m 14:43:37.024 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
317 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
318 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
319 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
320 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
321 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
322 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
323 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
324 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
325 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
326 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
327 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
328 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
329 | [36;1mwdqs-updater_1 |[0m |
330 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
331 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
332 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
333 | [36;1mwdqs-updater_1 |[0m 14:43:44.942 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
334 | [36;1mwdqs-updater_1 |[0m 14:43:44.945 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
335 | [36;1mwdqs-updater_1 |[0m 14:43:45.082 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
336 | [36;1mwdqs-updater_1 |[0m 14:43:45.084 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
337 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
338 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
339 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
340 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
341 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
342 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
343 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
344 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
345 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
346 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
347 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
348 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
349 | [36;1mwdqs-updater_1 |[0m |
350 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
351 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
352 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
353 | [36;1mwdqs-updater_1 |[0m 14:43:59.474 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
354 | [36;1mwdqs-updater_1 |[0m 14:43:59.476 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
355 | [36;1mwdqs-updater_1 |[0m 14:43:59.580 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
356 | [36;1mwdqs-updater_1 |[0m 14:43:59.582 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
357 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
358 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
359 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
360 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
361 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
362 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
363 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
364 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
365 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
366 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
367 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
368 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
369 | [36;1mwdqs-updater_1 |[0m |
370 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
371 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
372 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
373 | [36;1mwdqs-updater_1 |[0m 14:44:26.759 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
374 | [36;1mwdqs-updater_1 |[0m 14:44:26.761 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
375 | [36;1mwdqs-updater_1 |[0m 14:44:26.875 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
376 | [36;1mwdqs-updater_1 |[0m 14:44:26.876 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
377 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
378 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
379 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
380 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
381 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
382 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
383 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
384 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
385 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
386 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
387 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
388 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
389 | [36;1mwdqs-updater_1 |[0m |
390 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
391 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
392 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
393 | [36;1mwdqs-updater_1 |[0m 14:45:19.651 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
394 | [36;1mwdqs-updater_1 |[0m 14:45:19.654 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
395 | [36;1mwdqs-updater_1 |[0m 14:45:19.775 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
396 | [36;1mwdqs-updater_1 |[0m 14:45:19.777 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
397 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
398 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
399 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
400 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
401 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
402 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
403 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
404 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 3 seconds |
405 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
406 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 5 seconds |
407 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
408 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
409 | [36;1mwdqs-updater_1 |[0m |
410 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
411 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
412 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
413 | [36;1mwdqs-updater_1 |[0m 14:46:24.064 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
414 | [36;1mwdqs-updater_1 |[0m 14:46:24.066 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
415 | [36;1mwdqs-updater_1 |[0m 14:46:24.574 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
416 | [36;1mwdqs-updater_1 |[0m 14:46:24.576 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
417 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
418 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
419 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
420 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
421 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
422 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
423 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
424 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
425 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
426 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
427 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
428 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
429 | [36;1mwdqs-updater_1 |[0m |
430 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
431 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
432 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
433 | [36;1mwdqs-updater_1 |[0m 14:46:26.248 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
434 | [36;1mwdqs-updater_1 |[0m 14:46:26.250 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
435 | [36;1mwdqs-updater_1 |[0m 14:46:26.373 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
436 | [36;1mwdqs-updater_1 |[0m 14:46:26.375 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
437 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
438 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
439 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
440 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
441 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
442 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
443 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
444 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
445 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
446 | [36;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
447 | [36;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
448 | [36;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
449 | [36;1mwdqs-updater_1 |[0m |
450 | [36;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
451 | [36;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
452 | [36;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
453 | [36;1mwdqs-updater_1 |[0m 14:46:28.082 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
454 | [36;1mwdqs-updater_1 |[0m 14:46:28.084 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
455 | [36;1mwdqs-updater_1 |[0m 14:46:28.201 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
456 | [36;1mwdqs-updater_1 |[0m 14:46:28.203 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
457 | [36;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
458 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
459 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
460 | [36;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
461 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
462 | [36;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
463 | [36;1mwikibasedocker_wdqs-updater_1 exited with code 1 |
464 | [0m[33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
465 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 3 seconds |
466 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
467 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 5 seconds |
468 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
469 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
470 | [33;1mwdqs-updater_1 |[0m |
471 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
472 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
473 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
474 | [33;1mwdqs-updater_1 |[0m 14:43:20.186 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
475 | [33;1mwdqs-updater_1 |[0m 14:43:20.188 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
476 | [33;1mwdqs-updater_1 |[0m 14:43:20.712 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
477 | [33;1mwdqs-updater_1 |[0m 14:43:20.713 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
478 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
479 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
480 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
481 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
482 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
483 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
484 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
485 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
486 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
487 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
488 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
489 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
490 | [33;1mwdqs-updater_1 |[0m |
491 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
492 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
493 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
494 | [33;1mwdqs-updater_1 |[0m 14:43:22.399 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
495 | [33;1mwdqs-updater_1 |[0m 14:43:22.401 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
496 | [33;1mwdqs-updater_1 |[0m 14:43:22.509 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
497 | [33;1mwdqs-updater_1 |[0m 14:43:22.511 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
498 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
499 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
500 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
501 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
502 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
503 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
504 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
505 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
506 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
507 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
508 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
509 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
510 | [33;1mwdqs-updater_1 |[0m |
511 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
512 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
513 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
514 | [33;1mwdqs-updater_1 |[0m 14:43:24.214 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
515 | [33;1mwdqs-updater_1 |[0m 14:43:24.217 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
516 | [33;1mwdqs-updater_1 |[0m 14:43:24.337 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
517 | [33;1mwdqs-updater_1 |[0m 14:43:24.339 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
518 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
519 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
520 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
521 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
522 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
523 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
524 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
525 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
526 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
527 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
528 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
529 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
530 | [33;1mwdqs-updater_1 |[0m |
531 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
532 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
533 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
534 | [33;1mwdqs-updater_1 |[0m 14:43:26.226 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
535 | [33;1mwdqs-updater_1 |[0m 14:43:26.228 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
536 | [33;1mwdqs-updater_1 |[0m 14:43:26.326 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
537 | [33;1mwdqs-updater_1 |[0m 14:43:26.328 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
538 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
539 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
540 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
541 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
542 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
543 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
544 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
545 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
546 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
547 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
548 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
549 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
550 | [33;1mwdqs-updater_1 |[0m |
551 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
552 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
553 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
554 | [33;1mwdqs-updater_1 |[0m 14:43:28.622 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
555 | [33;1mwdqs-updater_1 |[0m 14:43:28.624 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
556 | [33;1mwdqs-updater_1 |[0m 14:43:28.742 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
557 | [33;1mwdqs-updater_1 |[0m 14:43:28.744 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
558 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
559 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
560 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
561 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
562 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
563 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
564 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
565 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
566 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
567 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
568 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
569 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
570 | [33;1mwdqs-updater_1 |[0m |
571 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
572 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
573 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
574 | [33;1mwdqs-updater_1 |[0m 14:43:31.851 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
575 | [33;1mwdqs-updater_1 |[0m 14:43:31.853 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
576 | [33;1mwdqs-updater_1 |[0m 14:43:31.956 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
577 | [33;1mwdqs-updater_1 |[0m 14:43:31.957 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
578 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
579 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
580 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
581 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
582 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
583 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
584 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
585 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
586 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
587 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
588 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
589 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
590 | [33;1mwdqs-updater_1 |[0m |
591 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
592 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
593 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
594 | [33;1mwdqs-updater_1 |[0m 14:43:36.897 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
595 | [33;1mwdqs-updater_1 |[0m 14:43:36.899 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
596 | [33;1mwdqs-updater_1 |[0m 14:43:37.022 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
597 | [33;1mwdqs-updater_1 |[0m 14:43:37.024 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
598 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
599 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
600 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
601 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
602 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
603 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
604 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
605 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
606 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
607 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
608 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
609 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
610 | [33;1mwdqs-updater_1 |[0m |
611 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
612 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
613 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
614 | [33;1mwdqs-updater_1 |[0m 14:43:44.942 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
615 | [33;1mwdqs-updater_1 |[0m 14:43:44.945 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
616 | [33;1mwdqs-updater_1 |[0m 14:43:45.082 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
617 | [33;1mwdqs-updater_1 |[0m 14:43:45.084 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
618 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
619 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
620 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
621 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
622 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
623 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
624 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
625 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
626 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
627 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
628 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
629 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
630 | [33;1mwdqs-updater_1 |[0m |
631 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
632 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
633 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
634 | [33;1mwdqs-updater_1 |[0m 14:43:59.474 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
635 | [33;1mwdqs-updater_1 |[0m 14:43:59.476 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
636 | [33;1mwdqs-updater_1 |[0m 14:43:59.580 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
637 | [33;1mwdqs-updater_1 |[0m 14:43:59.582 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
638 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
639 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
640 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
641 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
642 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
643 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
644 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
645 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
646 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
647 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
648 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
649 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
650 | [33;1mwdqs-updater_1 |[0m |
651 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
652 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
653 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
654 | [33;1mwdqs-updater_1 |[0m 14:44:26.759 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
655 | [33;1mwdqs-updater_1 |[0m 14:44:26.761 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
656 | [33;1mwdqs-updater_1 |[0m 14:44:26.875 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
657 | [33;1mwdqs-updater_1 |[0m 14:44:26.876 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
658 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
659 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
660 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
661 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
662 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
663 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
664 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
665 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
666 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
667 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
668 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
669 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
670 | [33;1mwdqs-updater_1 |[0m |
671 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
672 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
673 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
674 | [33;1mwdqs-updater_1 |[0m 14:45:19.651 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
675 | [33;1mwdqs-updater_1 |[0m 14:45:19.654 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
676 | [33;1mwdqs-updater_1 |[0m 14:45:19.775 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
677 | [33;1mwdqs-updater_1 |[0m 14:45:19.777 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
678 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
679 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
680 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
681 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
682 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
683 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
684 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
685 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 3 seconds |
686 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
687 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 5 seconds |
688 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
689 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
690 | [33;1mwdqs-updater_1 |[0m |
691 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
692 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
693 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
694 | [33;1mwdqs-updater_1 |[0m 14:46:24.064 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
695 | [33;1mwdqs-updater_1 |[0m 14:46:24.066 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
696 | [33;1mwdqs-updater_1 |[0m 14:46:24.574 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
697 | [33;1mwdqs-updater_1 |[0m 14:46:24.576 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
698 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
699 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
700 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
701 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
702 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
703 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
704 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
705 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
706 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
707 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
708 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
709 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
710 | [33;1mwdqs-updater_1 |[0m |
711 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
712 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
713 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
714 | [33;1mwdqs-updater_1 |[0m 14:46:26.248 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
715 | [33;1mwdqs-updater_1 |[0m 14:46:26.250 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
716 | [33;1mwdqs-updater_1 |[0m 14:46:26.373 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
717 | [33;1mwdqs-updater_1 |[0m 14:46:26.375 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
718 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
719 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
720 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
721 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
722 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
723 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
724 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
725 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
726 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
727 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
728 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
729 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
730 | [33;1mwdqs-updater_1 |[0m |
731 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
732 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
733 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
734 | [33;1mwdqs-updater_1 |[0m 14:46:28.082 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
735 | [33;1mwdqs-updater_1 |[0m 14:46:28.084 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
736 | [33;1mwdqs-updater_1 |[0m 14:46:28.201 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
737 | [33;1mwdqs-updater_1 |[0m 14:46:28.203 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
738 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
739 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
740 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
741 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
742 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
743 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
744 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
745 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
746 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
747 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
748 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
749 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
750 | [33;1mwdqs-updater_1 |[0m |
751 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
752 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
753 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
754 | [33;1mwdqs-updater_1 |[0m 14:46:30.119 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
755 | [33;1mwdqs-updater_1 |[0m 14:46:30.122 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
756 | [33;1mwdqs-updater_1 |[0m 14:46:30.242 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
757 | [33;1mwdqs-updater_1 |[0m 14:46:30.243 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
758 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
759 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
760 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
761 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
762 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
763 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
764 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
765 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
766 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
767 | [33;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
768 | [33;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
769 | [33;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
770 | [33;1mwdqs-updater_1 |[0m |
771 | [33;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
772 | [33;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
773 | [33;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
774 | [33;1mwdqs-updater_1 |[0m 14:46:33.099 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
775 | [33;1mwdqs-updater_1 |[0m 14:46:33.102 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
776 | [33;1mwdqs-updater_1 |[0m 14:46:33.211 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
777 | [33;1mwdqs-updater_1 |[0m 14:46:33.213 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
778 | [33;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
779 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
780 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
781 | [33;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
782 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
783 | [33;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
784 | [33;1mwikibasedocker_wdqs-updater_1 exited with code 1 |
785 | [0m[32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
786 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 3 seconds |
787 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
788 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 5 seconds |
789 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
790 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
791 | [32;1mwdqs-updater_1 |[0m |
792 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
793 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
794 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
795 | [32;1mwdqs-updater_1 |[0m 14:43:20.186 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
796 | [32;1mwdqs-updater_1 |[0m 14:43:20.188 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
797 | [32;1mwdqs-updater_1 |[0m 14:43:20.712 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
798 | [32;1mwdqs-updater_1 |[0m 14:43:20.713 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
799 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
800 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
801 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
802 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
803 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
804 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
805 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
806 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
807 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
808 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
809 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
810 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
811 | [32;1mwdqs-updater_1 |[0m |
812 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
813 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
814 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
815 | [32;1mwdqs-updater_1 |[0m 14:43:22.399 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
816 | [32;1mwdqs-updater_1 |[0m 14:43:22.401 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
817 | [32;1mwdqs-updater_1 |[0m 14:43:22.509 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
818 | [32;1mwdqs-updater_1 |[0m 14:43:22.511 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
819 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
820 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
821 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
822 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
823 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
824 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
825 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
826 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
827 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
828 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
829 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
830 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
831 | [32;1mwdqs-updater_1 |[0m |
832 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
833 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
834 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
835 | [32;1mwdqs-updater_1 |[0m 14:43:24.214 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
836 | [32;1mwdqs-updater_1 |[0m 14:43:24.217 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
837 | [32;1mwdqs-updater_1 |[0m 14:43:24.337 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
838 | [32;1mwdqs-updater_1 |[0m 14:43:24.339 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
839 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
840 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
841 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
842 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
843 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
844 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
845 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
846 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
847 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
848 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
849 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
850 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
851 | [32;1mwdqs-updater_1 |[0m |
852 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
853 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
854 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
855 | [32;1mwdqs-updater_1 |[0m 14:43:26.226 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
856 | [32;1mwdqs-updater_1 |[0m 14:43:26.228 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
857 | [32;1mwdqs-updater_1 |[0m 14:43:26.326 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
858 | [32;1mwdqs-updater_1 |[0m 14:43:26.328 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
859 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
860 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
861 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
862 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
863 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
864 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
865 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
866 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
867 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
868 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
869 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
870 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
871 | [32;1mwdqs-updater_1 |[0m |
872 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
873 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
874 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
875 | [32;1mwdqs-updater_1 |[0m 14:43:28.622 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
876 | [32;1mwdqs-updater_1 |[0m 14:43:28.624 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
877 | [32;1mwdqs-updater_1 |[0m 14:43:28.742 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
878 | [32;1mwdqs-updater_1 |[0m 14:43:28.744 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
879 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
880 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
881 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
882 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
883 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
884 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
885 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
886 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
887 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
888 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
889 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
890 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
891 | [32;1mwdqs-updater_1 |[0m |
892 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
893 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
894 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
895 | [32;1mwdqs-updater_1 |[0m 14:43:31.851 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
896 | [32;1mwdqs-updater_1 |[0m 14:43:31.853 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
897 | [32;1mwdqs-updater_1 |[0m 14:43:31.956 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
898 | [32;1mwdqs-updater_1 |[0m 14:43:31.957 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
899 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
900 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
901 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
902 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
903 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
904 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
905 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
906 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
907 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
908 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
909 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
910 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
911 | [32;1mwdqs-updater_1 |[0m |
912 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
913 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
914 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
915 | [32;1mwdqs-updater_1 |[0m 14:43:36.897 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
916 | [32;1mwdqs-updater_1 |[0m 14:43:36.899 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
917 | [32;1mwdqs-updater_1 |[0m 14:43:37.022 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
918 | [32;1mwdqs-updater_1 |[0m 14:43:37.024 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
919 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
920 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
921 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
922 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
923 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
924 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
925 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
926 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
927 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
928 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
929 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
930 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
931 | [32;1mwdqs-updater_1 |[0m |
932 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
933 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
934 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
935 | [32;1mwdqs-updater_1 |[0m 14:43:44.942 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
936 | [32;1mwdqs-updater_1 |[0m 14:43:44.945 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
937 | [32;1mwdqs-updater_1 |[0m 14:43:45.082 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
938 | [32;1mwdqs-updater_1 |[0m 14:43:45.084 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
939 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
940 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
941 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
942 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
943 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
944 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
945 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
946 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
947 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
948 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
949 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
950 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
951 | [32;1mwdqs-updater_1 |[0m |
952 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
953 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
954 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
955 | [32;1mwdqs-updater_1 |[0m 14:43:59.474 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
956 | [32;1mwdqs-updater_1 |[0m 14:43:59.476 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
957 | [32;1mwdqs-updater_1 |[0m 14:43:59.580 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
958 | [32;1mwdqs-updater_1 |[0m 14:43:59.582 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
959 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
960 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
961 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
962 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
963 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
964 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
965 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
966 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
967 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
968 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
969 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
970 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
971 | [32;1mwdqs-updater_1 |[0m |
972 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
973 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
974 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
975 | [32;1mwdqs-updater_1 |[0m 14:44:26.759 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
976 | [32;1mwdqs-updater_1 |[0m 14:44:26.761 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
977 | [32;1mwdqs-updater_1 |[0m 14:44:26.875 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
978 | [32;1mwdqs-updater_1 |[0m 14:44:26.876 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
979 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
980 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
981 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
982 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
983 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
984 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
985 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
986 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
987 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
988 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
989 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
990 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
991 | [32;1mwdqs-updater_1 |[0m |
992 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
993 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
994 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
995 | [32;1mwdqs-updater_1 |[0m 14:45:19.651 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
996 | [32;1mwdqs-updater_1 |[0m 14:45:19.654 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
997 | [32;1mwdqs-updater_1 |[0m 14:45:19.775 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
998 | [32;1mwdqs-updater_1 |[0m 14:45:19.777 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
999 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1000 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1001 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1002 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1003 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1004 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1005 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
1006 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 3 seconds |
1007 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
1008 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 5 seconds |
1009 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
1010 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
1011 | [32;1mwdqs-updater_1 |[0m |
1012 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
1013 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
1014 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
1015 | [32;1mwdqs-updater_1 |[0m 14:46:24.064 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
1016 | [32;1mwdqs-updater_1 |[0m 14:46:24.066 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
1017 | [32;1mwdqs-updater_1 |[0m 14:46:24.574 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
1018 | [32;1mwdqs-updater_1 |[0m 14:46:24.576 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
1019 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1020 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1021 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1022 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1023 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1024 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1025 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
1026 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
1027 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
1028 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
1029 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
1030 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
1031 | [32;1mwdqs-updater_1 |[0m |
1032 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
1033 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
1034 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
1035 | [32;1mwdqs-updater_1 |[0m 14:46:26.248 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
1036 | [32;1mwdqs-updater_1 |[0m 14:46:26.250 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
1037 | [32;1mwdqs-updater_1 |[0m 14:46:26.373 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
1038 | [32;1mwdqs-updater_1 |[0m 14:46:26.375 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
1039 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1040 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1041 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1042 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1043 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1044 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1045 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
1046 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
1047 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
1048 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
1049 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
1050 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
1051 | [32;1mwdqs-updater_1 |[0m |
1052 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
1053 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
1054 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
1055 | [32;1mwdqs-updater_1 |[0m 14:46:28.082 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
1056 | [32;1mwdqs-updater_1 |[0m 14:46:28.084 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
1057 | [32;1mwdqs-updater_1 |[0m 14:46:28.201 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
1058 | [32;1mwdqs-updater_1 |[0m 14:46:28.203 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
1059 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1060 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1061 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1062 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1063 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1064 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1065 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
1066 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
1067 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
1068 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
1069 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
1070 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
1071 | [32;1mwdqs-updater_1 |[0m |
1072 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
1073 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
1074 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
1075 | [32;1mwdqs-updater_1 |[0m 14:46:30.119 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
1076 | [32;1mwdqs-updater_1 |[0m 14:46:30.122 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
1077 | [32;1mwdqs-updater_1 |[0m 14:46:30.242 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
1078 | [32;1mwdqs-updater_1 |[0m 14:46:30.243 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
1079 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1080 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1081 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1082 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1083 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1084 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1085 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
1086 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
1087 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
1088 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
1089 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
1090 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
1091 | [32;1mwdqs-updater_1 |[0m |
1092 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
1093 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
1094 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
1095 | [32;1mwdqs-updater_1 |[0m 14:46:33.099 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
1096 | [32;1mwdqs-updater_1 |[0m 14:46:33.102 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
1097 | [32;1mwdqs-updater_1 |[0m 14:46:33.211 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
1098 | [32;1mwdqs-updater_1 |[0m 14:46:33.213 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
1099 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1100 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1101 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1102 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1103 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1104 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1105 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
1106 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
1107 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
1108 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
1109 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
1110 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
1111 | [32;1mwdqs-updater_1 |[0m |
1112 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
1113 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
1114 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
1115 | [32;1mwdqs-updater_1 |[0m 14:46:36.430 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
1116 | [32;1mwdqs-updater_1 |[0m 14:46:36.432 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
1117 | [32;1mwdqs-updater_1 |[0m 14:46:36.557 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
1118 | [32;1mwdqs-updater_1 |[0m 14:46:36.558 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
1119 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1120 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1121 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1122 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1123 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1124 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1125 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wikibase.svc:80 |
1126 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wikibase.svc:80 is available after 0 seconds |
1127 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: waiting 60 seconds for wdqs.svc:9999 |
1128 | [32;1mwdqs-updater_1 |[0m wait-for-it.sh: wdqs.svc:9999 is available after 0 seconds |
1129 | [32;1mwdqs-updater_1 |[0m Updating via http://wdqs.svc:9999/bigdata/namespace/wdq/sparql |
1130 | [32;1mwdqs-updater_1 |[0m OpenJDK 64-Bit Server VM warning: Cannot open file /var/log/wdqs/wdqs-updater_jvm_gc.pid8.log due to No such file or directory |
1131 | [32;1mwdqs-updater_1 |[0m |
1132 | [32;1mwdqs-updater_1 |[0m I> No access restrictor found, access to all MBean is allowed |
1133 | [32;1mwdqs-updater_1 |[0m Jolokia: Agent started with URL http://127.0.0.1:8778/jolokia/ |
1134 | [32;1mwdqs-updater_1 |[0m #logback.classic pattern: %d{HH:mm:ss.SSS} [%thread] %-5level %logger{36} - %msg%n |
1135 | [32;1mwdqs-updater_1 |[0m 14:46:41.342 [main] INFO org.wikidata.query.rdf.tool.Update - Checking where we left off |
1136 | [32;1mwdqs-updater_1 |[0m 14:46:41.344 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Checking for left off time from the updater |
1137 | [32;1mwdqs-updater_1 |[0m 14:46:41.474 [main] INFO o.w.query.rdf.tool.rdf.RdfRepository - Found left off time from the updater |
1138 | [32;1mwdqs-updater_1 |[0m 14:46:41.476 [main] ERROR org.wikidata.query.rdf.tool.Update - Error during initialization. |
1139 | [32;1mwdqs-updater_1 |[0m java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1140 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1141 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1142 | [32;1mwdqs-updater_1 |[0m Exception in thread "main" java.lang.IllegalStateException: RDF store reports the last update time is before the minimum safe poll time. You will have to reload from scratch or you might have missing data. |
1143 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.buildChangeSource(Update.java:185) |
1144 | [32;1mwdqs-updater_1 |[0m at org.wikidata.query.rdf.tool.Update.main(Update.java:60) |
1145 | [32;1mwikibasedocker_wdqs-updater_1 exited with code 1 |
1146 | [0mGracefully stopping... (press Ctrl+C again to force) |
Nov 9 2017
Sorry, forgot the "docker images |grep wikibase" output
root@server:~# docker images |grep wikibase
wikibase/wdqs latest 57bbdac047bc About an hour ago 221MB
wikibase/wikibase latest a827b65dfbc1 About an hour ago 703MB
we followed the steps in setup.sh
May 3 2017
Apr 13 2016
Aug 10 2015
Jun 8 2015
I just submitted an updated patch into Gerrit, via the Gerrit Patch Uploader: https://gerrit.wikimedia.org/r/#/c/216698/ . It still needs to be verified, reviewed and accepted.
@Aklapper: thanks for the hint, I wasn't aware of the Patch Uploader.