Unable to connect RTC 2.0 client when using IPv6 address
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 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
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)
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)
Hi,
ramanday wrote:
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
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