I have installed locally wikidata and blazegraph following the instruction here : https://github.com/wikimedia/wikidata-query-rdf/blob/master/docs/getting-started.md
The .munge get me 424 files as "wikidump-000000001.ttl.gz" in data/split
When I try to load one file on blazegraph I get an error :
ERROR:
uri=[file:/mnt/d/thomas/wikidata/dist/target/service-0.2.1/data/split/wikidump-000000001.ttl.gz],
context-uri=[] java.util.concurrent.ExecutionException:
org.openrdf.rio.RDFParseException: Expected an RDF value here, found
'' [line 1]
Related
I just installed shiny server and I get an error when I load the shiny web page:
An error has occurred. The application failed to start shows on the right side of the screen.
Then I checked the log and shows:
su: ignore --preserve-environment, it's mutually exclusive to --login.
Fatal error: unable to open the base package
When I type su - shiny and I try to run R I also get the Fatal error: unable to open the base package, so I guess there is a problem with R.
I can load R when I'm root or R user and apparently R works fine.
Any idea? Could it be a PATH problem? If yes, I couldn't find it out.
Thanks in advance.
I am trying to build Tensorboard (1.13.1) from source. I am using Bazel version 0.26.0 (built from source) and JDK version 11.0.3. I am getting following error during build:
# bazel build --incompatible_disallow_filetype=false --incompatible_bzl_disallow_load_after_statement=false tensorboard
Starting local Bazel server and connecting to it...
ERROR: /root/.cache/bazel/_bazel_root/4e113d18791d4c114d32fe59cdd54b1a/external/io_bazel_rules_closure/closure/compiler/closure_js_library.bzl:343:17: Traceback (most recent call last):
File "/root/.cache/bazel/_bazel_root/4e113d18791d4c114d32fe59cdd54b1a/external/io_bazel_rules_closure/closure/compiler/closure_js_library.bzl", line 335
rule(implementation = _closure_js_lib..., <2 more arguments>)
File "/root/.cache/bazel/_bazel_root/4e113d18791d4c114d32fe59cdd54b1a/external/io_bazel_rules_closure/closure/compiler/closure_js_library.bzl", line 343, in rule
attr.label_list(cfg = "data", allow_files = True)
cfg must be either 'host' or 'target'.
ERROR: error loading package '': in /root/.cache/bazel/_bazel_root/4e113d18791d4c114d32fe59cdd54b1a/external/io_bazel_rules_closure/closure/defs.bzl: Extension file 'closure/compiler/closure_js_library.bzl' has errors
ERROR: error loading package '': in /root/.cache/bazel/_bazel_root/4e113d18791d4c114d32fe59cdd54b1a/external/io_bazel_rules_closure/closure/defs.bzl: Extension file 'closure/compiler/closure_js_library.bzl' has errors
INFO: Elapsed time: 14.290s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
If I search and replace the word 'data' with 'host' from .bzl files, I start getting another error:
# bazel build --incompatible_disallow_filetype=false --incompatible_bzl_disallow_load_after_statement=false tensorboard
ERROR: error loading package '': in /root/.cache/bazel/_bazel_root/4e113d18791d4c114d32fe59cdd54b1a/external/org_tensorflow/tensorflow/workspace.bzl: Label '#org_tensorflow//third_party:nccl/nccl_configure.bzl' crosses boundary of subpackage '#org_tensorflow//third_party/nccl' (perhaps you meant to put the colon here: '#org_tensorflow//third_party/nccl:nccl_configure.bzl'?)
ERROR: error loading package '': in /root/.cache/bazel/_bazel_root/4e113d18791d4c114d32fe59cdd54b1a/external/org_tensorflow/tensorflow/workspace.bzl: Label '#org_tensorflow//third_party:nccl/nccl_configure.bzl' crosses boundary of subpackage '#org_tensorflow//third_party/nccl' (perhaps you meant to put the colon here: '#org_tensorflow//third_party/nccl:nccl_configure.bzl'?)
INFO: Elapsed time: 15.377s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
Correcting the error by replacing,
load("//third_party:nccl/nccl_configure.bzl", "nccl_configure")
by
load("//third_party/nccl:nccl_configure.bzl", "nccl_configure")
in the cache file,
/root/.cache/bazel/_bazel_root/4e113d18791d4c114d32fe59cdd54b1a/external/org_tensorflow/tensorflow/workspace.bzl
Solves the error but now getting this error:
# bazel build --incompatible_disallow_filetype=false --incompatible_bzl_disallow_load_after_statement=false tensorboard
ERROR: /root/.cache/bazel/_bazel_root/4e113d18791d4c114d32fe59cdd54b1a/external/org_tensorflow/tensorflow/workspace.bzl:18:1: file '#io_bazel_rules_closure//closure:defs.bzl' does not contain symbol 'filegroup_external'
ERROR: error loading package '': Extension file 'tensorflow/workspace.bzl' has errors
ERROR: error loading package '': Extension file 'tensorflow/workspace.bzl' has errors
INFO: Elapsed time: 1.113s
INFO: 0 processes.
FAILED: Build did NOT complete successfully (0 packages loaded)
Now I am stuck. Any pointers highly appreciated!
I restarted my app and it didn't come back up with the error:
httpd: Syntax error in -C/-c directive: Syntax error on line 1 of
/var/lib/openshift/#######/python/etc/conf.d/wsgi.conf: Cannot load
/var/lib/openshift/#######/python/modules/python27-mod_wsgi.so into server:
/var/lib/openshift/#######/python/modules/python27-mod_wsgi.so:
cannot open shared object file: No such file or directory
I changed nothing, not sure what to do.
This error appeared when I was updating the pods to work with Swift 3 and Xcode 8:
The file “GoogleToolboxForMac.xcconfig” couldn’t be opened because there is no such file. (/Users/ahmedhossam/Desktop/mmmm/Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.xcconfig)
error: unable to read module map contents from 'Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.modulemap': Error Domain=NSCocoaErrorDomain Code=260 "The file “GoogleToolboxForMac.modulemap” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/Users/ahmedhossam/Desktop/mmmm/Pods/Target Support Files/GoogleToolboxForMac/GoogleToolboxForMac.modulemap, NSUnderlyingError=0x7fd051395a50 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}
warning: no umbrella header found for target 'GoogleToolboxForMac', module map will not be generated
Deintegrating and installing the pods again worked for me. Navigate to the project folder in the terminal and simply use the following commands.
pod deintegrate
pod install
Working with the Zend Framework 2 application skeleton, I have installed DoctrineModule and DoctrineORMModule according to the instructions. I am getting this error when trying to execute the doctrine.php command line tool. (FYI I do not get the error if I uninstall DoctrineORMModule)
Fatal error: Uncaught exception 'ReflectionException' with message 'Class Doctrine\DBAL\Connection does not exist'...
Any ideas?