Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Lyo » Error Marven Install for org.eclipse.lyo.oslc4j.provider.jena(Cannot set up Lyo/BuildClient)
Error Marven Install for org.eclipse.lyo.oslc4j.provider.jena [message #1773433] Wed, 27 September 2017 19:11 Go to next message
Pierre Bentkow is currently offline Pierre BentkowFriend
Messages: 1
Registered: September 2017
Junior Member
Hi

I am following these instructions wiki.eclipse.org/Lyo/BuildClient

I have picked the master branch (double check)

I can build the
org.eclipse.lyo.oslc4j.core
But when i do the following
org.eclipse.lyo.oslc4j.provider.jena
org.eclipse.lyo.oslc4j.provider.json4j
I get
[INFO] Scanning for projects...
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] Building OSLC4J Jena Provider 2.3.0-SNAPSHOT
[INFO] ------------------------------------------------------------------------
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 0.867 s
[INFO] Finished at: 2017-09-27T15:06:39-04:00
[INFO] Final Memory: 8M/155M
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project oslc4j-jena-provider: Could not resolve dependencies for project org.eclipse.lyo.oslc4j.core:oslc4j-jena-provider:jar:2.3.0-SNAPSHOT: Failed to collect dependencies at org.eclipse.lyo.oslc4j.core:oslc4j-core:jar:2.3.0-SNAPSHOT: Failed to read artifact descriptor for org.eclipse.lyo.oslc4j.core:oslc4j-core:jar:2.3.0-SNAPSHOT: Could not find artifact org.eclipse.lyo.oslc4j.core:oslc4j-core-build:pom:2.3.0-SNAPSHOT -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] /DependencyResolutionException


In one forum, someone mention a security issue
I also try this change in my java set up, commenting line in file C:\Program Files\Java\jdk1.8.0_91\jre\lib\security\java.security:
# jdk.tls.disabledAlgorithms=SSLv3, RC4, MD5withRSA, DH keySize < 768
I am using JDK \jdk1.8.0_144

Any idea what is missing, or what I need to change in the pom.xml?

Re: Error Marven Install for org.eclipse.lyo.oslc4j.provider.jena [message #1773509 is a reply to message #1773433] Thu, 28 September 2017 17:41 Go to previous messageGo to next message
Jim Amsden is currently offline Jim AmsdenFriend
Messages: 13
Registered: July 2009
Junior Member
2.3.0-SNAPSHOT is still under development, and migrating the version of jena is one of the ongoing tasks. Perhaps you should be using version 2.2.0?
Re: Error Marven Install for org.eclipse.lyo.oslc4j.provider.jena [message #1773528 is a reply to message #1773509] Thu, 28 September 2017 22:05 Go to previous messageGo to next message
Jad El-khoury is currently offline Jad El-khouryFriend
Messages: 61
Registered: August 2015
Member
If you want to build the SNAPSHOT, the need to make sure you include the following in your pom file.
<repositories>
<repository>
<id>lyo-releases</id>
<name>Eclipse Lyo Releases</name>
<url>https://repo.eclipse.org/content/repositories/lyo-releases/</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
</repository>
<repository>
<id>lyo-snapshots</id>
<name>Eclipse Lyo Snapshots</name>
<url>https://repo.eclipse.org/content/repositories/lyo-snapshots/</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>
Re: Error Marven Install for org.eclipse.lyo.oslc4j.provider.jena [message #1773529 is a reply to message #1773528] Thu, 28 September 2017 22:06 Go to previous message
Jad El-khoury is currently offline Jad El-khouryFriend
Messages: 61
Registered: August 2015
Member
The instructions under https://wiki.eclipse.org/Lyo/creating_OSLC4J_project are probably more up to date.
Previous Topic:[Polarion] Connection between OSLC-Server and Consumer
Next Topic:java.util.MissingResourceException: Can't find bundle for base name oslc4jclient, locale en_IE
Goto Forum:
  


Current Time: Fri Apr 19 14:30:47 GMT 2024

Powered by FUDForum. Page generated in 0.01980 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top