The CreatorCon Call for Content is officially open! Get started here.

Issue with Remote file import after washington upgrade

Sangeetha Harin
Tera Contributor

Hi Everyone, 

 

We are using Remote file import to fetch the csv file from Mid-server and processing the record to update user table. It stopped working after washington upgrade. Getting the below error. 

var remoteFileImport = new CSMIDServerRemoteFileImport();

remoteFileImport.getRemoteFileAndUploadToInstance()

Root cause of JavaScriptException: java.lang.IllegalAccessException

 

Any lead will be really helpful. 

 

Thanks

1 ACCEPTED SOLUTION

napatil24
Tera Expert

Update the MID server Wrapper file with Below 2 line

 

in file ---  agent/conf/wrapper.conf file
---------------------- Below 2 line add --------------------------------------
wrapper.java.additional.201=--add-opens=java.base/sun.net.www.protocol.https=ALL-UNNAMED
wrapper.java.additional.202=--add-opens=java.base/sun.net.www.http=ALL-UNNAMED

View solution in original post

26 REPLIES 26

I did - but I will try again

Still no luck

scottangehr
Giga Guru

Did the midserver need to be restarted or revalidated?

Yes, restarted mid server. What error are you seeing in ecc queue?

I'm not seeing any ecc queue or any logs for this, unless I'm not looking in the right spot