Hi,
I am new to business application studio and need your help.
I am making a cap project using java backend.Here I have uploaded a zip file and... extracting and parsing it using java code.
My problem is....I am able to extract and parse this file in our local port...
But after deploying it to cloud Foundry, it is not able to recognise my zip file so getting this error.
"File did not created successfully!java.lang.NullPointerException: Cannot read the array length because "fileArray" is null".
Please help me in resolving this.
Thanks in advance.