I just upgrade from 3.1.0.7420 to 3.1.1.7461. I had an interface that had been running fine for months now.
After I did the upgrade it suddenly stopped working and started throwing the following error.
DETAILS: ReferenceError: "IOUtils" is not defined.
at 2e47a45f-e0e4-44f7-848e-f7a17d5e933e:711 (doScript)
I added the following in my import section of code...
importPackage(org.apache.commons.io);
Error goes away. I never needed this before did something change I didn't catch in the release notes.
After I did the upgrade it suddenly stopped working and started throwing the following error.
DETAILS: ReferenceError: "IOUtils" is not defined.
at 2e47a45f-e0e4-44f7-848e-f7a17d5e933e:711 (doScript)
I added the following in my import section of code...
importPackage(org.apache.commons.io);
Error goes away. I never needed this before did something change I didn't catch in the release notes.
Missing IOUtils
0 commentaires:
Enregistrer un commentaire