Problem with register applications in Jts server
![]()
Hello
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
![]()
Ralph Schoon (62.3k●3●36●43)
| answered Jul 14 '15, 4:38 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER edited Jul 14 '15, 4:38 a.m.
The error message implies the ccm application with that URI has already been registered. Why do you want to register it again?
Comments Hi
Is this a new test system, or is that a production system?
|