Problem with register applications in Jts server
I am trying to register ccm application in jts server setup using Discovery url : https://localhost:9443/ccm/scr
But i get the below error whenever i try to register the application :
com.ibm.team.repository.service.internal.discovery.FriendsService.checkForDuplicates(FriendsService.java:321)
com.ibm.team.repository.service.internal.discovery.FriendsService.addNewFriend(FriendsService.java:276)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
java.lang.reflect.Method.invoke(Method.java:611)
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.invoke(ExportProxyServiceRecord.java:361)
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord.access$0(ExportProxyServiceRecord.java:347)
org.eclipse.soda.sat.core.internal.record.ExportProxyServiceRecord$ExportedServiceInvocationHandler.invoke(ExportProxyServiceRecord.java:56)
com.sun.proxy.$Proxy229.addNewFriend(Unknown Source)
com.ibm.team.repository.service.internal.discovery.ApplicationRegistrationFriendRestService.postRegisterApp(ApplicationRegistrationFriendRestService.java:172)
sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
Please Help....
One answer
Comments
Hi
Thank you for the response.
The reason why i went to register the application is when i login to my jts serverĀ using (https://localhost:9443/ccm/admin) I get the following error:
This application needs to be registered with a Jazz Team Server to function correctly. To proceed, use the Setup Wizard located on the Jazz Team Server (For example: https://servername.domain.com:9443/jts/setup).
Is this a new test system, or is that a production system?
As I see it, there is something severely wrong, when you login it thinks it is not registered. Was this working before? What happened to get it into this state?
I can only suggest to try to unregister, then look through all the friends and outbound connections in all applications and remove any friends etc that point to CCM. Then try to re register.
I am not sure if that would cause any problems later. If this is a production system, get in contact with support.
If this is a test system and you don't need the data, consider to do a fresh install.