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

Announcements
Want to see what's currently in public preview? We've pulled it all together in one place. Check it out here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Execute two webservices

Hi all,

How can I execute two webservices ?

I have a first webservice who inserts my data  in a table "A"  and a first job who consumes this webservice.
I have a second webservice who inserts other data in table "B" and a second job who consumes this webservice.

I can't launch the second webservice, I have the message "Port 8090 already in use"

I must use differents ports ?

Thanks you for your reponse.

Labels (3)
3 Replies
TRF
Champion II
Champion II

Change the default port before to launch the 2nd service from the Studio (Windows > Preferences > Talend > ESB > Service-Rest).

You will have to do that each time you want to launch more than 1 service from the Studio.

Deploy your services to your local ESB runtime as soon as possible.

Anonymous
Not applicable
Author

Hello,

Thanks you for your response, it’s work !
I can’t launch on the same port ?

What is ESB Runtime ? I want to launch my service as a Windows service (when I start Windows). Actually, I launch manually the job (the service is link to my job) on Talend ......

I have Talend Open Studio For ESB, it’s a feature for user-based suscription, no ? When I launch « trun.bat » it close immediately
TRF
Champion II
Champion II

From the Studio you can't have more than 1 service at a time using a port.
Thanks to mark your case as solved.
Open a new one with your 2nd question regarding Talend ESB.