Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
when am trying to pull data from Jira API, in Json format, Talend trest api component id throwing the below error. did anyone bump into this issue
Talend version: 5.6.1
Error:
Exception in component tRESTClient_1
javax.ws.rs.NotSupportedException
at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:57)
at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45)
at java.lang.reflect.Constructor.newInstance(Constructor.java:526)
at org.apache.cxf.jaxrs.client.AbstractClient.convertToWebApplicationException(AbstractClient.java:463)
at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:881)
at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:852)
at org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:410)
at org.apache.cxf.jaxrs.client.WebClient.get(WebClient.java:594)
at rd_prj01.scope_api_0_1.scope_API.tRESTClient_1Process(scope_API.java:1160)
at rd_prj01.scope_api_0_1.scope_API.runJobInTOS(scope_API.java:1823)
at rd_prj01.scope_api_0_1.scope_API.main(scope_API.java:1680)