Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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 mvnOC/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
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
@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?