J
jerry
Hi,
I have struts application that handle file upload, and i have two
server for testing and for production. I used FileUpload
(org.apache.commons.fileupload.FileUploadBase) to handle the
uploading. I tested to test server and it works well, but when i tried
to run to my prod server, I got throw error
org.apache.commons.fileupload.FileUploadException: Processing of
multipart/form-data request failed. No space left on device
at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:
429)
at
org.apache.struts.upload.CommonsMultipartRequestHandler.handleRequest(CommonsMultipartRequestHandler.java:
233)
at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:
1209)
etc......
this error "No space left on device" what particular device it is
mean?
thanks.
Jerry Balingasa
I have struts application that handle file upload, and i have two
server for testing and for production. I used FileUpload
(org.apache.commons.fileupload.FileUploadBase) to handle the
uploading. I tested to test server and it works well, but when i tried
to run to my prod server, I got throw error
org.apache.commons.fileupload.FileUploadException: Processing of
multipart/form-data request failed. No space left on device
at
org.apache.commons.fileupload.FileUploadBase.parseRequest(FileUploadBase.java:
429)
at
org.apache.struts.upload.CommonsMultipartRequestHandler.handleRequest(CommonsMultipartRequestHandler.java:
233)
at org.apache.struts.util.RequestUtils.populate(RequestUtils.java:
1209)
etc......
this error "No space left on device" what particular device it is
mean?
thanks.
Jerry Balingasa