We're having the same issue again as reported by my colleague Sara in
http://devnet.interwoven.com/forums_vb/showthread.php?t=15966&forumid=13 (thread is closed, so had to start afresh)
That is: inline calls in datacapture files are failing when trying to edit DCRs with the Exception:
com.interwoven.ui.formspub.datacapture.dct.InlineCallout$InlineCalloutException: Not enough spaceThis is a test server, with 2G memory. There's at this time some 500-600M swap left, the servletd java has a 741M footprint.
I decompiled the class that throws the error com.interwoven.ui.formspub.datacapture.dct.InlineCallout, to find out that it comes from Runtime.exec()
FWIW, I think what we're seeing is pretty much what's described in this bug.
http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=5049299 (If you run a "small" program (e.g., a Perl script) from a "big" Java process on a machine with "moderate" free swap space (but not as much as the big Java process), then Runtime.exec() fails.)http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=4391042 (duplicate)
Annoying... but "iwreset -ui" clears up some memory use...
As in my other thread
servletd using more memory than expected I continue to be surprised about how badly Sun JVM runs on Sun hardware & Solaris.