Hi,
- I looked into the .m2 directory and it contains the sesame-queryalgebra-evaluation-2.3.2.jar
- I was launching the server exactly as described at http://wiki.eclipse.org/Lyo/BuildRIO (e.g. /rio-cm)
I realized that it might be that I’m following the wiki instructions, but have used another URL for retrieving the projects. I did my original trials with code from
https://github.com/eclipse/lyo.rio
https://github.com/eclipse/lyo.testsuite
https://github.com/eclipse/lyo.server
(the git://git.eclipse.org/gitroot/lyo/org.eclipse.lyo.testsuite.git repo was unreachable they day last week when did the first installation)
So I resolved my installation problems by:
- deleting the .m2 directory and all its contents
- did a fresh new clone of the git repo. Origin git://git.eclipse.org/gitroot/lyo/org.eclipse.lyo.testsuite.git
(just doing a new clone did not help)
When using the Git repo URL published on the Wiki I get fewer projects than using the GitHub URLs, but now everything works.
Not sure if I’m now using the latest and greatest?
BR
Lars
From: lyo-dev-bounces@xxxxxxxxxxx [mailto:lyo-dev-bounces@xxxxxxxxxxx] On Behalf Of Michael Fiedler
Sent: den 30 januari 2012 17:55
To: Lyo project developer discussions
Subject: 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