It's all about the answers!

Ask a question

A Rest query for requirements management not working in CLM 6.0.1


Samanwita Majumdar (5033740) | asked Feb 17 '16, 9:41 a.m.
I am trying the following query on CLM 6.0.1 https://owc-development.us.dst.ibm.com:9443/rm/publish/resources?viewURI= _U4KzkdVREeWGbfMRcgkKrg.

I have also tried it with the vvc.configuration parameter but the query is not returning HTTP response 200. Rather it is throwing the following exception-
Exception in thread "main" java.lang.IllegalArgumentException
    at java.net.URI.create(Unknown Source)
    at org.apache.http.client.methods.HttpGet.<init>(HttpGet.java:69)
    at com.tut.data.RRCConnector.printResource(RRCConnector.java:1492)
    at com.tut.data.CallRRC.getRRCObject(CallRRC.java:38)
    at com.tut.data.CallRRC.main(CallRRC.java:286)
Caused by: java.net.URISyntaxException: Illegal character in query at index 73: https://owc-development.us.dst.ibm.com:9443/rm/publish/resources?viewURI= _U4KzkdVREeWGbfMRcgkKrg

2 answers



permanent link
Mike Jaworski (1.4k6) | answered Feb 17 '16, 9:45 a.m.
JAZZ DEVELOPER
 Is there a space between the "viewURI=" parameter and the UUID for the view in question? Could you try removing the space and retrying the operation?

permanent link
Gabriel Ruelas (1.1k13) | answered Feb 17 '16, 9:44 a.m.
Hi,   Can you try by using oslc_config.context instead of vvc.configuration ?

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.