Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

error when executing a job

Hi,
I'm using Talend open studio for Data integration 6.0.0.20150702_1326 on mac, any idea why I'm getting this error when executing a job?
Exception in thread "main" java.lang.NoSuchFieldError: INSTANCE
at com.amazonaws.http.conn.SdkConnectionKeepAliveStrategy.getKeepAliveDuration(SdkConnectionKeepAliveStrategy.java:48)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:532)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
at com.amazonaws.http.AmazonHttpClient.executeOneRequest(AmazonHttpClient.java:728)
at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:489)
at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:310)
at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:3604)
at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:3557)
at com.amazonaws.services.s3.AmazonS3Client.listObjects(AmazonS3Client.java:647)
at com.amazonaws.services.s3.AmazonS3Client.listObjects(AmazonS3Client.java:632)
Labels (4)
20 Replies
Anonymous
Not applicable
Author

Hi avigershon,
There is less information for us to diagnose your issue. What's your JDK version? Does this issue repro on this specific job or all your jobs?
What does your job design look like?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hello Sabrina, 
I have the same problem. 
In fact, I want to transfer my data of Oracle.11 to Amazon S3 by Talend. And I'm green hand to theses tools. 
I got ths msg error :
--------------------------------------
Démarrage du job Test_Bucket_exist a 14:17 07/10/2015.
connecting to socket on port 3716
connected
Exception in thread "main" java.lang.NoSuchFieldError: INSTANCE
at com.amazonaws.http.conn.SdkConnectionKeepAliveStrategy.getKeepAliveDuration(SdkConnectionKeepAliveStrategy.java:48)
at org.apache.http.impl.client.DefaultRequestDirector.execute(DefaultRequestDirector.java:532)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:906)
at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:805)
at com.amazonaws.http.AmazonHttpClient.executeOneRequest(AmazonHttpClient.java:724)
at com.amazonaws.http.AmazonHttpClient.executeHelper(AmazonHttpClient.java:485)
at com.amazonaws.http.AmazonHttpClient.execute(AmazonHttpClient.java:306)
at com.amazonaws.services.s3.AmazonS3Client.invoke(AmazonS3Client.java:3604)
at com.amazonaws.services.s3.AmazonS3Client.headBucket(AmazonS3Client.java:1050)
at com.amazonaws.services.s3.AmazonS3Client.doesBucketExist(AmazonS3Client.java:1013)
at aws.test_bucket_exist_0_1.Test_Bucket_exist.tS3BucketExist_1Process(Test_Bucket_exist.java:319)
disconnected
at aws.test_bucket_exist_0_1.Test_Bucket_exist.runJobInTOS(Test_Bucket_exist.java:575)
at aws.test_bucket_exist_0_1.Test_Bucket_exist.main(Test_Bucket_exist.java:432)
Job Test_Bucket_exist terminé à 14:17 07/10/2015.
-----------------------------------------------------------------------------------------------------------
Can you tell me what's the problem of this and if I put the right schema for upload files from Oracle to S3?
Thanks a lot for your help ! 
Sylvanas QUAN 
0683p000009MBaW.png 0683p000009MBaS.png
ps. 
I found that even though with this error, Talend has transfered successfully the fiche csv that I wanted to transfer. However, it has lost the type of the fiche.
When I download it from S3, my PC recognize non longer the type of the document and as a result, it doesn't know which tool should it use to open the document.
But the size of the doc is exactly the same so I think maybe I didn't loose data during this transation.
Anonymous
Not applicable
Author

Hi avigershon,
There is less information for us to diagnose your issue. What's your JDK version? Does this issue repro on this specific job or all your jobs?
What does your job design look like?
Best regards
Sabrina

Hello Sabrina,
I have the same problem.
I described my problem abow your commentation. Can you take a look at it and help me ? 
Thanks a lot. 
Sylvanas 
Anonymous
Not applicable
Author

Hello Talend team, 
We are also having this same issue on our end, it also seems that only "some" of us are having this issue. If we somehow run the same job by other people, the job seems to execute just fine and without the NoSuchField errors. Though I might have a feeling that this is a more of an environment issue im not sure. 
Thanks and Regards
Locke
Anonymous
Not applicable
Author

Hi Locke ,
On which build version you got the same issue? Did you use tS3Close in your work flow?
Best regards
Sabrina
Anonymous
Not applicable
Author

I have same issue. 
I'm develop Eclipse RCP. 
1. I attached Apache HTTP Client library.(version : 4.3.6)
0683p000009MBab.png
2. develop..
HttpClient client = new DefaultHpptClient();
HttpGet request = new HttpGet("");
..........

3. And execute
0683p000009MBag.png

How to use Apache HTTP Client library.
Anonymous
Not applicable
Author

Hi ChoHyunJong,
Could you please indicate the build version you are using?
Best regards
Sabrina
Anonymous
Not applicable
Author

Hello Guys and Talend Team,
We have already resolved the issue on our end. It seems that this issue is caused by the import of certain User Routines not used by the job. Below is the solution that we found for our issue. 
1.) Right click on the job from the repository tree
2.) Select "setup routines dependencies"
3.) Delete all User Routine dependencies that are not being used by selecting and clicking the red 'X' (in our case, we deleted them all)
4.) Run the job again. 
For why only "some" of us are having this issue and others on our team are not, it was because most of us have installed an unused jar file into our library(it was always popping out everytime we try to run the job, prompting us to install or finish installing the libraries) while others on our team were not(they kept ignoring the library installation prompt and closing it).  
Anyways, Thanks and Regards 
Hope this helps
Locke
Anonymous
Not applicable
Author

Hi Locke,
Thanks for sharing your solution with us.
Best regards
Sabrina