It's all about the answers!

Ask a question

Unable to connect RTC 2.0 client when using IPv6 address


Rajasimhan Mandayam (3811144) | asked Aug 31 '09, 4:26 p.m.
JAZZ DEVELOPER
We have a xp box with IPv6 configured.
We have an RTC 2.0 server running on it.

We have an eclipse client on that machine.

We try to create a new connection

where the URL is like

https://:9443/jazz/ (Ipv6 address)

Userid=..
password=...

We are unable to create the connection.

We get errors like

Invalid user ID / password logging into ''.
CRJAZ0107I An unexpected error was caught invoking the service "https://:9443/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService". The server is requesting authentication even though we just authenticated successfully. Please check your server configuration.

We were able to enter that URL in a browser installed on the machine and were able to login successfully.

We are also able to connect to the URL in the client if we change the URL to

https://localhost:9443/jazz



IS this a known limitation, is this going to be addressed in the future ?

2 answers



permanent link
Rajasimhan Mandayam (3811144) | answered Aug 31 '09, 7:15 p.m.
JAZZ DEVELOPER
I activated the Eclipse error log view and it contained this error

eclipse.buildId=I20090618-1753
java.fullversion=J2RE 1.5.0 IBM J9 2.3 Windows Server 2003 x86-32 j9vmwi3223ifx-20090422 (JIT enabled)
J9VM - 20090421_34076_lHdSMr
JIT - 20081112_1511ifx6_r8
GC - 200811_07
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=en_US
Command-line arguments: -os win32 -ws win32 -arch x86


Error
Mon Aug 31 18:59:02 EDT 2009
Error logged from Process RCP UI:

com.ibm.team.repository.transport.client.AuthenticationException: CRJAZ0107I An unexpected error was caught invoking the service "https://:9443/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService". The server is requesting authentication even though we just authenticated successfully. Please check your server configuration.
at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:212)
at com.ibm.team.repository.transport.client.ClientHttpUtil.executeHttpMethod(ClientHttpUtil.java:254)
at com.ibm.team.repository.transport.client.RemoteTeamService.executeCancelableHttpMethod(RemoteTeamService.java:554)
at com.ibm.team.repository.transport.client.RemoteTeamService.invokePost(RemoteTeamService.java:527)
at com.ibm.team.repository.transport.client.RemoteTeamService.executeMethod(RemoteTeamService.java:467)
at com.ibm.team.repository.transport.client.RemoteTeamService.invoke(RemoteTeamService.java:197)
at com.ibm.team.repository.transport.client.ServiceInvocationHandler.invoke(ServiceInvocationHandler.java:43)
at $Proxy0.describe(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:618)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invokeServiceCall(ServiceInterfaceProxy.java:149)
at com.ibm.team.repository.client.internal.ServiceInterfaceProxy.invoke(ServiceInterfaceProxy.java:84)
at $Proxy0.describe(Unknown Source)
at com.ibm.team.repository.client.internal.TeamRepository$4.run(TeamRepository.java:1377)
at com.ibm.team.repository.client.internal.TeamRepository$4.run(TeamRepository.java:1)
at com.ibm.team.repository.client.internal.TeamRepository$3.run(TeamRepository.java:1164)
at com.ibm.team.repository.common.transport.CancelableCaller.call(CancelableCaller.java:79)
at com.ibm.team.repository.client.internal.TeamRepository.callCancelableService(TeamRepository.java:1157)
at com.ibm.team.repository.client.internal.TeamRepository.internalLogin(TeamRepository.java:1370)
at com.ibm.team.repository.client.internal.TeamRepository.login(TeamRepository.java:566)
at com.ibm.team.process.internal.rcp.ui.LoginAction$1.run(LoginAction.java:89)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)

permanent link
Craig Chaney (9212) | answered Sep 01 '09, 7:24 a.m.
JAZZ DEVELOPER
Hi,

ramanday wrote:
We have a xp box with IPv6 configured.
We have an RTC 2.0 server running on it.

We have an eclipse client on that machine.

We try to create a new connection

where the URL is like

https://:9443/jazz/ (Ipv6 address)

Userid=..
password=...

We are unable to create the connection.

We get errors like

Invalid user ID / password logging into
''.
CRJAZ0107I An unexpected error was caught invoking the service
"https://:9443/jazz/service/com.ibm.team.repository.common.internal.IRepositoryRemoteService".
The server is requesting authentication even though we just
authenticated successfully. Please check your server configuration.

We were able to enter that URL in a browser installed on the machine
and were able to login successfully.

We are also able to connect to the URL in the client if we change the
URL to

https://localhost:9443/jazz



IS this a known limitation, is this going to be addressed in the
future ?

We do support IPv6, but not using this notation style. This is a known
limitation that we plan to address in the future (but not in 1.0.0.1).
For details, please see:

https://jazz.net/jazz/resource/itemName/com.ibm.team.workitem.WorkItem/78748

Thanks,
Craig Chaney
Jazz server team

Your answer


Register or to post your answer.


Dashboards and work items are no longer publicly available, so some links may be invalid. We now provide similar information through other means. Learn more here.