Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi team,
I wanted to deploy Artifact from my Nexus Repository to talend Runtime using TAC.
But when i Deploy the Job using ESB Conductor, it shows Error downloaded artifact. (Operation failed: org.apache.karaf.features.internal.util.MultiException: Error:
Error downloading mvn:org.example.deve.service/API_ESB_auth/1.7.0)
Upon Digging into the runtime log : I found that runtime is unable to find the artifact which is present in the nexus repo :
Inshort and Detailed Log attached for your reference:
Timestamp: 2024-11-19T16:26:19,317
Log Level: WARN
Thread: downloader-9-thread-1
Component: mvn.internal.AetherBasedResolver
Line Number: 807
Version: 2 - org.ops4j.pax.url.mvn - 2.6.12Message:
Error resolving artifact org.example.talend_workshop_mm.service:empl__JP:jar:0.1.0:
file:/home/talenduser/.m2/repository/.repo_1538883073 at http://admin:admin@<ip address>:8081/repository/talend-custom-libs-release/.repo_1538883073 (duplicate entry).https://repo1.maven.org/maven2/.Type: java.io.IOException
Details: Error resolving artifact org.example.talend_workshop_mm.service:empl__JP:jar:0.1.0 (same details as above).
Any Experts can help us enlighten where is the issue and how can we resolve that?
Regards,
Chirag
We Solved this issue by changing the parameters of the runtime file:
org.ops4j.pax.url.mvn.cfg file
The file contains the nexus repository address
Find " org.ops4j.pax.url.mvn.repositories= \ " in file and append the host address where nexus is configured
I hope that helps .
Best Regards,
Chirag
We Solved this issue by changing the parameters of the runtime file:
org.ops4j.pax.url.mvn.cfg file
The file contains the nexus repository address
Find " org.ops4j.pax.url.mvn.repositories= \ " in file and append the host address where nexus is configured
I hope that helps .
Best Regards,
Chirag