Hi,

> I am new to appfuse and i am trying to use the file upload component in the 
> userform.xhtm page so that a user can upload a picture as part of the process 
> of registration and i am getting the following error below. The error comes 
> up even when i have not uploaded a file but simply edit an existing user who 
> dosent have a picture and clicking save. I have included 
> "enctype="multipart/form-data" in the form declaration but still no way. Any 
> ideas what maybe wrong?
>
> I am using the maven jetty plugin and my MVN_OPTS = -Xms256m -Xmx1024m 
> -XX:PermSize=1024m, JAVA_OPTS= -Xms256m -Xmx1024m

try to add -XX:PermSize=1024m inside JAVA_OPTS, or maybe you need
-XX:MaxPermSize=64m [1]

-- 
This is your badness level.
It's unusually high for someone your size.
We have to fix that.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net
For additional commands, e-mail: users-h...@appfuse.dev.java.net

Reply via email to