aspose file tools
The moose likes JSF and the fly likes t:inputFileUpload, java.lang.OutOfMemoryError!! Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "t:inputFileUpload, java.lang.OutOfMemoryError!!" Watch "t:inputFileUpload, java.lang.OutOfMemoryError!!" New topic
Author

t:inputFileUpload, java.lang.OutOfMemoryError!!

peter tong
Ranch Hand

Joined: Mar 15, 2008
Posts: 234
I have set the uploadMaxFileSize of extensionsFilter to 100m in web.xml as follow:


but when I upload a 2M file, java.lang.OutOfMemoryError occur!! why will this happen?
the full stacktrace is as follow:
Ulf Dittmer
Marshal

Joined: Mar 22, 2005
Posts: 35257
    
    7
How much memory does the JVM have available? What you have set is just the acceptable limit for files; it doesn't mean the JVM can deal with files of that size.


Android appsImageJ pluginsJava web charts
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: t:inputFileUpload, java.lang.OutOfMemoryError!!
 
Similar Threads
javax.faces.application.ViewExpiredException
s:excelExport Exception in PhaseListener
Getting "view could not be restored" error, has anyone seen this before?
Problem with rich:listShuttle
Simple table with foreign index