Unable to connect to jazz repository
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
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/):
Logged in to https://almweb1.ipc.com/jazz
|
I am still not able to resolve this issue.
|
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.