Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [lyo-dev] Problem with installation

The NoClassDefFoundError looks to be a problem finding a Sesame class that should be in a jar downloaded by doing a Maven Install on the OSLC core project.   Can you check your Maven repository and make sure it has the following jar:

.m2/repository/org/openrdf/sesame/sesame-queryalgebra-evaluation/2.3.2/sesame-queryalgebra-evaluation-2.3.2.jar

That's the jar with the class in the exception.

If it is there - give us some more details on how you are launching the server and what action triggers the error.

Thanks.

On Mon, Jan 30, 2012 at 2:54 AM, <Lars.Ohlen@xxxxxxxxx> wrote:

Hi Lyo Developers,

 

I have just downloaded the source for Lyo (and rio) and from GitHub (failed to use the Git repos provided by eclipse.org).

All components compile (and installs with Maven) except project:  org.eclipse.lyo.samples.bugzilla

This is the output from Maven:

[ERROR] Failed to execute goal on project bugzillaadapter-complete: Could not resolve dependencies for project org.eclipse.lyo.server:bugzillaadapter-complete:war:0.0.1-SNAPSHOT: The following artifacts could not be resolved: j2bugzilla:j2bugzilla:jar:1.0, org.eclipse.lyo.server:oauth-webapp:war:0.0.1-SNAPSHOT, org.eclipse.lyo.server:oauth-core:jar:0.0.1-SNAPSHOT: Could not find artifact j2bugzilla:j2bugzilla:jar:1.0 in Jenabean (http://jenabean.googlecode.com/svn/repo) -> [Help 1]

 

If I close the org.eclipse.lyo.samples.bugzilla project and launch the server anyway the server starts but when trying some action in the GUI I get a stack trace:

java.lang.NoClassDefFoundError: org/openrdf/query/algebra/evaluation/TripleSource

 

Think that these two issues are not related but any hints on how to get Lyo/Rio working appreciated!

 

//Lars

 

 

 


_______________________________________________
lyo-dev mailing list
lyo-dev@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/lyo-dev




--
Regards,
Mike Fiedler


Back to the top