Excel import out of memory error.

0
Hi  I’m getting following error while I tried to import excel. Before it was working fine but now getting error and it is working fine in local environment. Even we doubled the memory size of the test environment still giving the error.   We deleted some of the previous version java files as a part of eliminating the critical vulnerabilities since then we are getting the error.  
asked
2 answers
0

Where are you trying to import the excel ?

In Local code or in any environment 

 

answered
0

Hi,

I noticed you said that you cleaned out some java files and since then you have been getting problems. I would recommend deploying your application to eclips and debug the java action to see what piece of java code is broken now in the java action. You may have removed a class dependency that was imported into your java action.

answered