Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have Talend 6.2.1 and the Java compiler setting in Talend Studio is java 1.8. The component tJIRAInput in a Talend job of the project on our SVN server with a remote connection to TAC throws the folloeing exception (I ran the job within Talend Studio):
exception in thread "main" java.lang.NoSuchFieldError: INSTANCE
at org.apache.http.conn.ssl.SSLConnectionSocketFactory.<clinit>(SSLConnectionSocketFactory.java:144)
at org.apache.http.impl.client.HttpClientBuilder.build(HttpClientBuilder.java:955)
at org.apache.http.impl.client.HttpClients.createDefault(HttpClients.java:58)
at org.talend.components.jira.connection.Rest.checkConnection(Rest.java:96)
at org.talend.components.jira.runtime.JiraSourceOrSink.validate(JiraSourceOrSink.java:111)
at main.jira_test_0_1.jira_test.tJIRAInput_1Process(jira_test.java:549)
I created the same job at a local project with local connection, the component works. Both jars told me that they were built with java 8. However, there must be some difference between the job build with a local connection and the one with a remote connection. I did not find any document to explain this. Can someone help?
Jie