EWM Custom Server Side plugin deployment issue
Hello,
I have written custom service component (servlet) of kind "RAW_HTTP" with extension point as "com.ibm.team.repository.common.components". Created a service provider with extension point as "com.ibm.team.repository.service.serviceProvider". This plug-in project gets deployed successfully on Eclipse Jetty Server. I can see my service net.jazz.rtcext.xxx.common.ITestService listed under https://localhost:7443/jazz/service as well as under https://localhost:7443/jazz/admin?internal=true#action=com.ibm.team.repository.admin.componentStatus.
However, when I deploy this service on the remote RTC server EWM 7.0.1 (as update-site), the service is listed only under https://localhost:9443/jazz/admin?internal=true#action=com.ibm.team.repository.admin.componentStatus. Service does not show up under https://localhost:9443/jts/service. I confirmed that there are no errors in https://localhost:9443/ccm/admin?internal=true#action=com.ibm.team.repository.admin.provisionStatus.
What could be the reason that service is readily available over eclipse Jetty Server but not on remote server through external deployment? Please help.
Comments
Ralph Schoon
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER Aug 12 '21, 10:52 a.m.There is no actionable information. If there is a deployment problem, check with the EWM Extensions Workshop again and check the declaration values. Check the server logs for errors.