コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Failed to read artifact descriptor for com.day.cqse:cqse-httpservice:jar from/to adobe-public-releases

Avatar

Community Advisor

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

1 受け入れられたソリューション

Avatar

正解者
Employee Advisor

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

元の投稿で解決策を見る

3 返信

Avatar

Employee Advisor

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

Avatar

Community Advisor

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

Avatar

正解者
Employee Advisor

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