On 07/01/2010 11:21 AM, supernandu wrote:
Hi guys,

I'm using the Apache Commons FileUpload lib and I'm getting this strange
behaviour in just one of my servers. All others work perfectly.

servletfileupload.parseRequest(request) always returns an empty list.

But if I check for:

ServletFileUpload.isMultipartContent(request)

This returns true. So, the list should not be empty.

I'm really stuck here. Any ideas?

Well, if this is deployed on multiple servers, and it works, then we can assume that as a whole the approach is sound and functioning. What is left is "what is different between those servers that work and this one that does not?"

It has been my experience that this sort of thing is a system issue where directories have the wrong permissions, a host name entry in /etc/hosts is missing or incorrect, a config file is incorrect, or the defective server is out of sync with with working servers.

That's what I'd try first.


Thanks,
Fernando


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to