Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/apache-flex/4.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
javax.ws.rs.RedirectionException:在Talend 6.3.0中找到HTTP 302_Talend - Fatal编程技术网

javax.ws.rs.RedirectionException:在Talend 6.3.0中找到HTTP 302

javax.ws.rs.RedirectionException:在Talend 6.3.0中找到HTTP 302,talend,Talend,我在Talend 6.3.0中面临以下异常 Exception in component tRESTClient_1 javax.ws.rs.RedirectionException: HTTP 302 Found at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unkn

我在Talend 6.3.0中面临以下异常

Exception in component tRESTClient_1
javax.ws.rs.RedirectionException: HTTP 302 Found
    at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method)
    at sun.reflect.NativeConstructorAccessorImpl.newInstance(Unknown Source)
    at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(Unknown Source)
    at java.lang.reflect.Constructor.newInstance(Unknown Source)
    at org.apache.cxf.jaxrs.client.AbstractClient.convertToWebApplicationException(AbstractClient.java:504)
    at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:897)
    at org.apache.cxf.jaxrs.client.WebClient.doInvoke(WebClient.java:865)
    at org.apache.cxf.jaxrs.client.WebClient.invoke(WebClient.java:428)
    at org.apache.cxf.jaxrs.client.WebClient.get(WebClient.java:611)
    at test_project.test_rest_0_1.Test_REST.tRESTClient_1Process(Test_REST.java:714)
    at test_project.test_rest_0_1.Test_REST.runJobInTOS(Test_REST.java:1111)
    at test_project.test_rest_0_1.Test_REST.main(Test_REST.java:968)

请让我知道解决此问题的解决方案HTTP 302是重定向,可能是因为证书问题。
首先,您可以尝试从URL的端点添加/或删除

你能分享一下
Test\u REST.runjobinto()的功能吗?没有代码示例,我只能说HTTP302意味着HTTP重定向。阅读更多