Actually I figured it out. Artifactory uses the /tmp space to store files during the upload. The /tmp directory on our server just filled up which caused this problem.
________________________________________ From: Khai Do [[email protected]] Sent: Wednesday, December 22, 2010 12:41 PM To: [email protected] Subject: [Artifactory-users] java.io.IOException: No space left on device Hello. I am setup with artifactory connected via filesystem-mysql on the back end. My problem is that I can't seem to upload even smallish (greater than 40 Kb) files to artifactory. The UI reports "Upload failed: Processing of multipart/form-data request failed. No space left on device". Attached is my artifactory.log file containing my configuration info and the detailed server error message. Has anyone seen this problem before? Any info regarding this error would be appreciated. Thanks. 2010-12-22 11:09:04,782 [PageSavingThread-WicketFilter] [ERROR] (o.a.w.p.h.p.DiskPageStore:250) - Error writing to a channel sun.nio.ch.filechanneli...@1d1068c java.io.IOException: No space left on device at sun.nio.ch.FileDispatcher.pwrite0(Native Method) [na:1.6.0_23] at sun.nio.ch.FileDispatcher.pwrite(FileDispatcher.java:45) [na:1.6.0_23] at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:68) [na:1.6.0_23] at sun.nio.ch.IOUtil.write(IOUtil.java:43) [na:1.6.0_23] at sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:638) [na:1.6.0_23] at org.apache.wicket.protocol.http.pagestore.DiskPageStore$SessionEntry.savePage(DiskPageStore.java:246) [wicket-1.4.10.jar:1.4.10] at org.apache.wicket.protocol.http.pagestore.DiskPageStore.flushPagesToSaveList(DiskPageStore.java:924) [wicket-1.4.10.jar:1.4.10] at org.apache.wicket.protocol.http.pagestore.DiskPageStore$PageSavingThread.run(DiskPageStore.java:996) [wicket-1.4.10.jar:1.4.10] at java.lang.Thread.run(Thread.java:662) [na:1.6.0_23] ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
