It's all about the answers!

Ask a question

Unable to connect to jazz repository


shalini saini (162027) | asked Apr 20 '15, 4:36 a.m.
edited Apr 24 '15, 9:52 a.m.
 I have the script which executes some set of scm cli's. When I run this script sometimes I face the following exception. Please make a note this exception is intermittent.
Unexpected exception
java.lang.IllegalArgumentException: Not logged in to the repository at URL "https://clmserver.abc.com/jazz/"
at com.ibm.team.filesystem.cli.core.util.RepoUtil.getSharedRepository(RepoUtil.java:1606)
at com.ibm.team.filesystem.cli.core.util.RepoUtil.login(RepoUtil.java:619)
at com.ibm.team.filesystem.cli.core.util.RepoUtil.loginUrlArgAnc(RepoUtil.java:434)
at com.ibm.team.filesystem.cli.core.util.RepoUtil.loginUrlArgAncestor(RepoUtil.java:536)
at com.ibm.team.filesystem.cli.client.internal.subcommands.CompareCmd.run(CompareCmd.java:444)
at com.ibm.team.filesystem.cli.core.internal.SubcommandLauncher.run(SubcommandLauncher.java:682)
at com.ibm.team.filesystem.cli.core.internal.SubcommandLauncher.doStart(SubcommandLauncher.java:403)
at com.ibm.team.filesystem.cli.core.internal.SubcommandLauncher.run(SubcommandLauncher.java:180)
at com.ibm.team.filesystem.cli.core.internal.Application.start(Application.java:50)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:369)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:60)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:37)
at java.lang.reflect.Method.invoke(Method.java:611)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:620)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:575)
at org.eclipse.equinox.launcher.Main.run(Main.java:1408)

2 answers



permanent link
Sunil Kumar R (1.1k13044) | answered Apr 20 '15, 4:55 a.m.
JAZZ DEVELOPER
Hi Shalini, have you tried the steps at this technote : http://www-01.ibm.com/support/docview.wss?uid=swg21601347
If the issue persists, a little more detail in to the action which leads to the failure will help.

Best Regards, Sunil

Comments
shalini saini commented Apr 20 '15, 5:15 a.m.

 I do not think it is the issue with URI since I am able to connect to repository if try it directly from the linux box.

bash-3.2$ ./scm login -r https://almweb1.ipc.com/jazz -n local -u rtcuser
Password (rtcuser @ https://almweb1.ipc.com/jazz/):


permanent link
shalini saini (162027) | answered Apr 24 '15, 6:20 a.m.
 I am still not able to resolve this issue.

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.