Getting error "failed to check application links" at Finalize Lifecycle Project Administration step in Jazz team server setup.
I am doing setup for jazz team server version 6.0.2. I have configured websphere application server using Interactive installation guide for CLM. I have installed DB2 database which is located on different system. I have registered all the required applications, tested database connection and created database tables. All the setup steps succeeded except for the step Finalize Lifecycle Project Administration. At this step I am getting error "failed to check application links."
4 answers
Hi Arne, detailed info of exception
Vikrant,
the key seems to be:
Caused by: java.lang.NullPointerException at com.ibm.team.repository.service.internal.oauth.shared.AuthenticatingClientService$4.close(AuthenticatingClientService.java:237)
buried in that long exception. There might be an issue with either a security certificate or firewall port.
You might want to check logfiles for JTS and possibly any proxy servers you use to find the root cause.
What ifix Level is your 6.0.2 installation?
- Arne
Experience similar issue, in my case, I stop all Application Servers and start all Applications Servers in recommended order (ie: Stop JTS last, Start JTS first). As my problem may be due to the environment that I am working with is distributed App Servers, some App Servers has been reconfigured at some stage.
Hope this helps, if you experience similar issue, it is simple fix, good to try.
Comments
vikrant kamble
Jan 20 '17, 6:42 a.m.Screenshot of error I am getting
Arne Bister
JAZZ DEVELOPER Jan 22 '17, 7:09 a.m.Can you please copy the detailed exception text that is indicated in your screenshot? Possibly the essential info is visible when you scroll down that text.