Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
When we try to deploy an API (developed as a DI job and built as Talend Runtime OSGI) in the /deploy folder of Karaf the /services page stops working and displays below error:
The moment we remove the JAR from the deploy folder or do bundle:uninstall the error dissapears and the services are show again. But the difference is that the services that are displayed are only SOAP/REST but develop as ESB Routes.
It's only the /services page that is not working anymore, it does not effect the Routes and APIs as such. Meaning all Routes and APIs are working fine but it's only the page that gets disrupted.
Can someone help us out with this?
Thanks!
PS. we are not using TMC or TAC for deployment as we have CI/CD via Azure Pipelines. but this also happens when we deploy the JAR manually in the /deploy folder.
Found the root cause for this issue:
In the tRESTRequest component the field 'REST Endpoint' was filled with only "/". This causes issues when deploying it because it says it has multiple endpoints on the same.
By setting that value to a specific(unique) endpoint name the issue was solved and the /services page was displayed correctly.
Found the root cause for this issue:
In the tRESTRequest component the field 'REST Endpoint' was filled with only "/". This causes issues when deploying it because it says it has multiple endpoints on the same.
By setting that value to a specific(unique) endpoint name the issue was solved and the /services page was displayed correctly.