Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Talend Cloud AWS EU Scheduled Outage: Starting Tues 26 May 21:00 CEST with expected completion Wed 27 May 01:00 CEST
cancel
Showing results for 
Search instead for 
Did you mean: 
Chirag_
Partner - Contributor III
Partner - Contributor III

Unable to Deploy Artifact from Nexus in ESB Conductor

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:

Exception

Typejava.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

Labels (3)
1 Solution

Accepted Solutions
Chirag_
Partner - Contributor III
Partner - Contributor III
Author

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

View solution in original post

1 Reply
Chirag_
Partner - Contributor III
Partner - Contributor III
Author

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