Hi,
Getting this error...
[ERROR] Failed to execute goal on project core-services: Could not resolve dependencies for project com.core-services:bundle:
1.1.0: Failed to collect dependencies at com.day.cqse:cqse-httpservice:jar:4.1.24: Failed to read artifact descriptor for com.day.cqse:cqse-httpservice:jar:4.1.
24: Could not transfer artifact com.day.cqse:cqse-httpservice:pom:4.1.24 from/to adobe-public-releases (http://repo.adobe.com/nexus/content/groups/public): java
.lang.RuntimeException: Could not generate DH keypair: Prime size must be multiple of 64, and can only range from 512 to 1024 (inclusive) -> [Help 1]
Kindly advice what can be done.
Thanks,
Peter
Solved! Go to Solution.
Views
Replies
Total Likes
Hi,
if maven runs with java 1.7, it shouldn't matter. Just instruct the java compiler to generate code for 1.6.
kind regards,
Jörg
Views
Replies
Total Likes
Hi Peter,
which java version does your maven use? Can you switch at least to 1.7? Looks like a problem with Oracle/Sun Java 1.6. At least that's what I found out.
kind regards,
Jörg
Views
Replies
Total Likes
Thank you for your reply,
Maven 3.2.3, JDK 1.6-45
Can't switch to 1.7 as for this project the requirement is to use JDK 1.6 ...
Thanks,
Peter
Views
Replies
Total Likes
Hi,
if maven runs with java 1.7, it shouldn't matter. Just instruct the java compiler to generate code for 1.6.
kind regards,
Jörg
Views
Replies
Total Likes
Views
Likes
Replies
Views
Likes
Replies