cancel
Showing results for 
Search instead for 
Did you mean: 

Developing an adapter module for Azure Datalake using Azure Toolkit for Eclipse in NWDS

former_member560382
Participant
0 Kudos

Hi Experts,

I am facing an issue when developing an adapter module to upload a file to Azure DataLake.

The scenario is following:

My sender SFTP channel reads a file and within this channel I want to have a module which posts the data from the payload to azure datalake storage.

To have such a functionality it's necessary to use Java libraries of Azure. So into my NWDS I have imported Azure Toolkit for Eclipse 3.27.0. I have written my code. Successfully compiled. And now comes the issue:
If I deploy the module without the Azure libraries, I get the NoClassDefFoundError, because the libraries are not on the AS - which is OK. However, when I include the Azure libraries libraries, I am not able to deploy the module. Getting error "Invalid constant pool tag, 19 at index 5." Which according to internet indicates that some of the classes were compiled by more recent Java than the one we have on the server. (our server : 1.8.0_271 ). But as I checked the Azure libs, they should have been compiled with Java 8.. So I have no idea what could be wrong here. Anybody tried it? Or faced similar issue?

Thanks,

Peter

Accepted Solutions (0)

Answers (0)