It's all about the answers!

Ask a question

Errors related to ScmLinkQueryService in ETM logs


Bharath Rao (915136) | asked Jul 06 '22, 2:45 a.m.
edited Jul 06 '22, 2:50 a.m.

 We notice repeated occurrences of the following messages in ETM log files:


2022-05-23 16:55:51,550 [qm1: AsynchronousTaskRunner-2 @@ 16:53] ERROR com.ibm.team.scm.sdk.ScmLinkQueryService - Error from https://jazz.ibm.com/ccm/ IScmLinkQueryRestService. java.lang.reflect.UndeclaredThrowableException at com.sun.proxy.$Proxy1551.getIncomingLinks(Unknown Source) at com.ibm.team.scm.sdk.ScmLinkQueryService.queryForLinks(ScmLinkQueryService.java:51) ... at com.ibm.rqm.print.service.engine.command.ArtifactSummaryPrintCommand.executePrint(ArtifactSummaryPrintCommand.java:34) at com.ibm.rqm.print.service.engine.command.PrintCommand.run(PrintCommand.java:255) at com.ibm.rqm.print.service.engine.concurrent.impl.PrintJobExecutor.call(PrintJobExecutor.java:51) at com.ibm.rqm.print.service.engine.concurrent.impl.PrintJobExecutor.call(PrintJobExecutor.java:1) at com.ibm.team.repository.service.AbstractService.runWithActiveConfiguration(AbstractService.java:1427) at com.ibm.rqm.print.service.engine.PrintEngine.access$0(PrintEngine.java:1) at com.ibm.rqm.print.service.engine.PrintEngine$1.run(PrintEngine.java:152) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:522) ... at java.lang.Thread.run(Thread.java:822) Caused by: java.lang.reflect.InvocationTargetException at sun.reflect.GeneratedMethodAccessor1367.invoke(Unknown Source) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:55) at java.lang.reflect.Method.invoke(Method.java:508) at com.ibm.team.application.contribution.server.rest.client.utils.RestClientForTrustedFriends$2.invoke(RestClientForTrustedFriends.java:96) ... 80 more Caused by: com.ibm.team.repository.common.TeamRepositoryException: https://jazz.ibm.com/qm/oslc_config/resources/com.ibm.team.vvc.Configuration/_XzNyFrzPEem2Ua3fgZsTgA is not the URI of a global configuration at com.ibm.team.repository.common.internal.marshal.util.MarshallerUtil.decodeExceptions(MarshallerUtil.java:377) at com.ibm.team.repository.common.internal.marshal.util.MarshallerUtil.decodeExceptions(MarshallerUtil.java:347) at com.ibm.team.repository.common.internal.marshal.util.MarshallerUtil.decodeFault(MarshallerUtil.java:312) at com.ibm.team.repository.transport.client.RemoteTeamServer.constructExceptionFromFault(RemoteTeamServer.java:2562) ... ... 84 more Caused by: java.lang.IllegalArgumentException: https://jazz.ibm.com/qm/oslc_config/resources/com.ibm.team.vvc.Configuration/_XzNyFrzPEem2Ua3fgZsTgA is not the URI of a global configuration ... 97 more

What is the reason for the error?
What is the impact of the error?

One answer



permanent link
Bharath Rao (915136) | answered Jul 06 '22, 2:47 a.m.

The reported error message appears in the logs during PDF export operation in ETM in a CM-Enabled project area from local configuration context.

The cause of the error is that the argument passed is not a valid GC configuration URL, it is a local configuration URL. Hence, an exception that the argument passed is illegal get logged in the qm log file.

Similar issue was reported via the following defect work item where in the error message was appearing when browsing to TestCase or TestScript view.

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

As stated in the work item(comment 14), there is no impact to the end-user activity because of the error.

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.