Skip to main content
Announcements
NEW: Seamless Public Data Sharing with Qlik's New Anonymous Access Capability: TELL ME MORE!
cancel
Showing results for 
Search instead for 
Did you mean: 
JayQueue
Creator
Creator

tFetchFile gives java.lang.Exception yet POST is executed

Hello,

I'm using tFileFetch to upload documents to Alfresco (DMS) and it does the job. But I get

There isContinue_tFileFetch_1 an exception on: https://someurl/

java.lang.Exception: Method failed: HTTP/1.1 201 Created

at talend_shared.racsfacturen2alfresco_0_1.RacsFacturen2Alfresco.tFileFetch_1Process(RacsFacturen2Alfresco.java:4936)

at talend_shared.racsfacturen2alfresco_0_1.RacsFacturen2Alfresco.tFileExist_1Process(RacsFacturen2Alfresco.java:4568)

at talend_shared.racsfacturen2alfresco_0_1.RacsFacturen2Alfresco.tFileList_1Process(RacsFacturen2Alfresco.java:4327)

at talend_shared.racsfacturen2alfresco_0_1.RacsFacturen2Alfresco.runJobInTOS(RacsFacturen2Alfresco.java:5700)

at talend_shared.racsfacturen2alfresco_0_1.RacsFacturen2Alfresco.main(RacsFacturen2Alfresco.java:5412)

any way to suppress this? It runs but It's not nice to see an error.

TIA,

Jonathan

Labels (2)
1 Reply
Anonymous
Not applicable

Hello,

Could you please clarify in which Talend version/edition you are?

The 201 (created) status code indicates that the request has been fulfilled and has resulted in one or more resources being created.

Best regards

Sabrina