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

Announcements
Save $650 on Qlik Connect, Dec 1 - 7, our lowest price of the year. Register with code CYBERWEEK: Register
cancel
Showing results for 
Search instead for 
Did you mean: 
nmodi
Creator
Creator

Error deploying REST service onto ESB Runtime Server linux

we have developed REST service that works fine on local machine using 

http://127.0.0.1:8090/restservice/test endpoint 

 

and we were even able to deploy this onto nexus using TAC publish job however I keep getting an error while trying to 'Deploy' REST service onto runtime server,

 

Suppressed: java.io.IOException: Error downloading mvnSmiley TongueOC/TESTRESTSERVICE_3/0.2.0
at org.apache.karaf.features.internal.download.impl.AbstractRetryableDownloadTask.run(AbstractRetryableDownloadTask.java:77)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:180)at java.util.concurrent.ScheduledThreadPoolExec



To see the whole post, download it here
Labels (5)
3 Replies
Anonymous
Not applicable

Hi nmodi
Which version of ESB product are you using? We will try to reproduce the issue and check if it was a bug or it is a configuration issue. If possible, please share your job.

Regards
Shong
nmodi
Creator
Creator
Author

We are on 6.4.1 enterprise version & this is the first time we are deploying something to ESB. Job works fine locally & I have followed everything as mentioned in this document.

 

Deploying the REST service: https://help.talend.com/reader/Le3CQSmd8KQrsDxjrH8xCw/Ij~7tBlW8im63rAGnGHT3A

nmodi
Creator
Creator
Author

@shong any response on this? I cant really post the screenshot since it is internal but any idea on why I am getting this error? why it is trying to look for nexus on localhost even though we have updated nexus server name appropriately on TAC.

Job server publish & deployment worked absolutely fine, why runtime server is having issue while deploying the job?