java.lang.ExceptionInInitializerError while connecting
I get the following error while trying to connect to my RTC team repository, from within my application:
java.lang.ExceptionInInitializerError
at com.ibm.team.repository.client.internal.TeamRepository.<init>(TeamRepository.java:422)
at com.ibm.team.repository.client.internal.TeamRepositoryService.createSharedTeamRepository(TeamRepositoryService.java:400)
at com.ibm.team.repository.client.internal.TeamRepositoryService.getTeamRepository(TeamRepositoryService.java:111)
at com.ibm.team.repository.client.internal.TeamRepositoryService.getTeamRepository(TeamRepositoryService.java:130)
Any idea on this?
java.lang.ExceptionInInitializerError
at com.ibm.team.repository.client.internal.TeamRepository.<init>(TeamRepository.java:422)
at com.ibm.team.repository.client.internal.TeamRepositoryService.createSharedTeamRepository(TeamRepositoryService.java:400)
at com.ibm.team.repository.client.internal.TeamRepositoryService.getTeamRepository(TeamRepositoryService.java:111)
at com.ibm.team.repository.client.internal.TeamRepositoryService.getTeamRepository(TeamRepositoryService.java:130)
Any idea on this?
2 answers
There's not a lot to go on here. Which version of RTC are you using? Is there any more to the stack trace, such as a nested exception showing the original failure?
Is your app running as a plain java client, or under Eclipse/OSGi?
I suggest filing this as a work item, including the above info and any other relevant details you have:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWelcome
Is your app running as a plain java client, or under Eclipse/OSGi?
I suggest filing this as a work item, including the above info and any other relevant details you have:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWelcome
There's not a lot to go on here. Which version of RTC are you using? Is there any more to the stack trace, such as a nested exception showing the original failure?
Is your app running as a plain java client, or under Eclipse/OSGi?
I suggest filing this as a work item, including the above info and any other relevant details you have:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWelcome
Created a work item as suggested:
https://jazz.net/jazz/web/projects/Rational%20Team%20Concert#action=com.ibm.team.workitem.viewWorkItem&id=169366