jazz-community / rtc-git-connector

Connect RTC work items with commits, issues, and requests from GitHub or GitLab
MIT License
6 stars 6 forks source link

Getting Dependency error in ccm startup on 703 #74

Open daytalker opened 4 weeks ago

daytalker commented 4 weeks ago

I'm currently checking the update to CLM 703 when facing an issue with some Extensions. This Git connector Extension throwing dependency errors on CCM startup which ends up in a not running CCM application.

2024-10-15T07:39:14,357+0200 [ Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService - CRJAZ0281E The "org.apache.http.client" dependency bundle cannot be installed. 2024-10-15T07:39:14,359+0200 [ Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService - CRJAZ0288E The "com.siemens.bt.jazz.services.PersonalTokenService.feature" profile feature could not be installed from the "file:ccm/sites/com.siemens.bt.jazz.services.PersonalTokenService-update-site" update site that is referenced in the "/export/IBM/CCM_v703/server/conf/ccm/provision_profiles/com.siemens.bt.jazz.services.PersonalTokenService-update-site.ini" profile file. 2024-10-15T07:39:14,359+0200 [ Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService - CRJAZ0281E The "org.apache.http.client" dependency bundle cannot be installed. 2024-10-15T07:39:14,359+0200 [ Launch callback handler] ERROR eam.repository.provision.internal.ProvisionService - CRJAZ0288E The "org.jazzcommunity.GitConnectorService.feature" profile feature could not be installed from the "file:ccm/sites/org.jazzcommunity.GitConnectorService-update-site" update site that is referenced in the "/export/IBM/CCM_v703/server/conf/ccm/provision_profiles/org.jazzcommunity.GitConnectorService-update-site.ini" profile file.

Currently I do not have any idea what to do here to get this issue solved. On CCM 702 no errors appear and it is working as expected but on 703 it does blocks the server to startup.

Any idea how to fix that?

Thanks! Simon

daytalker commented 3 weeks ago

@MartinBenninger any idea how to fix this issue?