-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NoClassDefFoundError when running #176
Comments
Hi, But it is not related to issue you have described. Sadly though, I am afraid, that there is only one RDF storage backend which works with UV fine these days and it is localRDF setting in config file.
As in this config file: |
Also, there is a way to insert all DPUs from plugins repository into UV
it will create target/ folder where all DPUs are collected for UV If you have problems adding all plugins at once using these On 09/16/2014 11:51 PM, Jan Michelfeit wrote:
|
Hi, thanks for your reply, I finally got it working (at least partially). I have checked out the latest tags and tried everything according to instructions. There are failing tests when running I executed Now the plugins are working :) ! I didn't manage to extract data so far (L-RdfToSparqlEndpoint throws It's a pitty UnifiedViews doesn't support Virtuoso anymore (both for RDF and relational data). It would be nice to have this, and the other issues above documented in the installation guide. |
Hi, For me, what worked with target:
and output is list of the JARs copied properly for UV to take that L-FilesToLocalFS - i dont understand the issue, open separate issue. Also if you only need to obtain plugin JARs (and do not have machine to On 09/18/2014 03:42 AM, Jan Michelfeit wrote:
|
Hi,
while working on a DPU, I came across the following problem. Although in the earlier versions of UV, there were some DPU templates by default, after installation of the latest one (1.3.1), there were none. I tried to add DPUs manually but running a pipeline always fails with the following exception (see attachement):
java.lang.NoClassDefFoundErro virtuoso/jdbc3/VirtuosoConnectionPoolDataSource
I am using UnifiedViews from branch
release/UV_Core_v1.3.1
, plugins from branchmaster
(namely extractorsuv-e-rdfFromSparql-1.3.0.jar
,uv-e-rdfDataGenerator-1.3.0.jar
- pipelines with both throw the error). The backend database is MySQL.Please let me know if you need more information. Thanks.
The text was updated successfully, but these errors were encountered: