Skip to content

Commit 7780cf7

Browse files
committed
Current state
1 parent 493a11e commit 7780cf7

File tree

5 files changed

+16
-16
lines changed

5 files changed

+16
-16
lines changed

docker/virtuosocomsystem81.docker

+1
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ADD . /opt/virtuoso
88

99
RUN sudo apt-get update
1010
RUN sudo apt-get install libaio1 libtinfo-dev
11+
RUN sudo apt-get install proj-data
1112

1213
# get java 8
1314
RUN apt-get update && \

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# Install Virtuoso Universal Server
66
#
7-
# Copyright (C) 2007-2017 OpenLink Software
7+
# Copyright (C) 2007-2018 OpenLink Software
88
#
99
# The copyright above and this notice must be preserved in all
1010
# copies of this source code. The copyright above does not
@@ -39,7 +39,7 @@ umask 022
3939
#
4040
# Version info
4141
#
42-
VERSION=8.0
42+
VERSION=8.1
4343
export VERSION
4444

4545
#

src/main/java/org/hobbit/sparql_snb/systems/VirtuosoSysAda.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ public void receiveGeneratedTask(String taskId, byte[] data) {
135135
results = qe.execSelect();
136136
ResultSetFormatter.outputAsJSON(outputStream, results);
137137
} catch (Exception e) {
138-
LOGGER.info("Problem while executing task " + taskId + ": " + queryString);
138+
LOGGER.error("Problem while executing task " + taskId + ": " + queryString, e);
139139
//TODO: fix this hacking
140140
try {
141141
outputStream.write("{\"head\":{\"vars\":[\"xxx\"]},\"results\":{\"bindings\":[{\"xxx\":{\"type\":\"literal\",\"value\":\"XXX\"}}]}}".getBytes());

system/virtuoso.ini.template

+12-13
Original file line numberDiff line numberDiff line change
@@ -246,19 +246,18 @@ DeferInferenceRulesInit = 0 ; controls inference rules loading
246246

247247

248248
[Plugins]
249-
LoadPath = /usr/local/virtuoso-opensource/lib/virtuoso/hosting
250-
Load1 = plain, wikiv
251-
Load2 = plain, mediawiki
252-
Load3 = plain, creolewiki
253-
;Load4 = plain, im
254-
;Load5 = plain, wbxml2
255-
;Load6 = plain, hslookup
256-
;Load7 = attach, libphp5.so
257-
;Load8 = Hosting, hosting_php.so
258-
;Load9 = Hosting,hosting_perl.so
259-
;Load10 = Hosting,hosting_python.so
260-
;Load11 = Hosting,hosting_ruby.so
261-
;Load12 = msdtc,msdtc_sample
249+
LoadPath = ../hosting
250+
Load1 = plain, wikiv
251+
Load2 = plain, mediawiki
252+
Load3 = plain, creolewiki
253+
Load4 = plain, im
254+
Load5 = plain, wbxml2
255+
Load6 = attach, libphp5.so
256+
Load7 = Hosting, hosting_php.so
257+
Load8 = plain, qrcode
258+
;Load9 = plain, hslookup
259+
Load10 = plain, proj4
260+
Load11 = plain, geos
262261

263262
[Flags]
264263
enable_mt_txn = 1

universal-server.taz

7.4 MB
Binary file not shown.

0 commit comments

Comments
 (0)