Getting exception on the ITeamRepository.login method
![]()
When I issue the ITeamRepository.login method I am getting the following exception
com.ibm.team.repository.common This is a Windows 2008 server. The same code is running fine on my Windows XP system. Full exception ... com.ibm.team.repository.common at sun.reflect.NativeConstructorA at sun.reflect.NativeConstructorA at sun.reflect.DelegatingConstruc at java.lang.reflect.Constructor. at com.ibm.team.repository.transp at com.ibm.team.repository.transp at com.ibm.team.repository.transp at com.ibm.team.repository.transp at $Proxy0.describe(Unknown Source) at sun.reflect.NativeMethodAccess at sun.reflect.NativeMethodAccess at sun.reflect.DelegatingMethodAc at java.lang.reflect.Method.invok at com.ibm.team.repository.client at com.ibm.team.repository.client at $Proxy0.describe(Unknown Source) at com.ibm.team.repository.client at com.ibm.team.repository.client at com.ibm.team.repository.client at com.ibm.team.repository.common at com.ibm.team.repository.client at com.ibm.team.repository.client at com.ibm.team.repository.client |
2 answers
![]()
Ralph Schoon (60.7k●3●36●43)
| answered Jun 18 '13, 9:16 a.m.
FORUM ADMINISTRATOR / FORUM MODERATOR / JAZZ DEVELOPER
I have never seen anything like this. Could this be a Java version or a a 32/64 bit version issue? Another possibility would be access restrictions. Are you running this on the console or in Eclipse?
Comments Ralph,
|