File upload hangs for large file
PostPosted:Wed Sep 14, 2011 8:56 am
I started a file upload of a large file (3835 MB), the "Add new documents" dialog shows "uploading file 0%". It has been like this for the last 6 hours.
Client is Firefox 6.0 on XP SP3, Server is 5.1.7 on Ubuntu 11.04. Max file size parameter is "1024". I know this value is too small, but when I had it set to "10240" I got a file size exceeded exception which showed the parameter value as "-2147483648". So I thought I would try a little experiment!
On the client, the CPU for firefix is about 35% and has been so for the past 10 hours.
On the server the system monitor for the JBoss process shows a constant use of 8%. The network traffic monitor shows traffic of approximately 500 KiB/s receiving and 210 KiB/s sending. The total received in the 10 hour period is 4.8 GiB (from 19.2 to 27.1).
The following is an excerpt from the Firefox web console, They are appearing in the log very fast, about 30 every second.
Any ideas
Regards
Steve.
Client is Firefox 6.0 on XP SP3, Server is 5.1.7 on Ubuntu 11.04. Max file size parameter is "1024". I know this value is too small, but when I had it set to "10240" I got a file size exceeded exception which showed the parameter value as "-2147483648". So I thought I would try a little experiment!
On the client, the CPU for firefix is about 35% and has been so for the past 10 hours.
On the server the system monitor for the JBoss process shows a constant use of 8%. The network traffic monitor shows traffic of approximately 500 KiB/s receiving and 210 KiB/s sending. The total received in the 10 hour period is 4.8 GiB (from 19.2 to 27.1).
The following is an excerpt from the Firefox web console, They are appearing in the log very fast, about 30 every second.
Code: Select all
I will abort the client now.[09:53:12.703] POST http://doc.rt.int:8080/OpenKM/frontend/General [HTTP/1.1 200 OK 0ms]
Any ideas
Regards
Steve.