Eclipse does not connect with 4.0.5 " Method Not Allowed" error.
When connecting to RTC server from eclipse client it is failing to connect with an error.
Caused by: com.ibm.team.repository.common.transport.TeamServiceException: CRJAZ0098E The following service failed: com.ibm.team.rtc.common.configuration.IComponentConfigurationService{/ccm/service/com.ibm.team.rtc.common.configuration.IComponentConfigurationService}. The server returned the HTTP error 405 with this error text: Method Not Allowed.
We have forward proxy enabled and we use certificate to login to the application. We have configured the same in eclipse client as well.
2 answers
To resolve this issue,
Clear the SOCKS setting in Eclipse Preferences -> General -> Network Connections. The setting must be cleared even if the setting is already cleared, and Eclipse must be restarted for the preference to take effect.
Comments
https://www.eclipse.org/forums/index.php/t/148701/
Here is the link that answers the question "Why this setting has to be cleared when it is already cleared"