our client has just notice that if an image is going to be added, but
then cancelled - leaving you with an object titled 'undefined', and
then that object is deleted, then the tempory directory disappears!!
Then the next image upload dies with the server 500 error.
recreating the directory fixes the problem.
I have just put this at the top of the edit for dmImage (will do the
same for dmFile). Prelimary testing on my dev server works fine. Will
test on site to ensure there are not any security issues.
<cfif not directoryExists(GetTempdirectory())>
<cfdirectory action="CREATE" directory="#GetTempdirectory()#">
</cfif>
On Wed, 10 Nov 2004 06:42:15 +0800, Andrew Mercer <[EMAIL PROTECTED]> wrote:
> I have not been back to this issue as our client was using CFMX
> enterprise and the issue was resolved with the latest JRun updater
> (the previous updater introduced the problem). None of my other farCry
> (or CFMX apps in general) have had this problem.
>
> When we we monitoring the systems, we did not notice and memory leaks either.
> It seems that all the servers have more than enough RAM.
>
> Booting the server, rather than restarting the CFMX app service would
> indicate to me that it is more of an OS level issue than an
> application issue (such as missing directory or memory management.)
>
> On Tue, 09 Nov 2004 14:17:57 -0500, Jeff Coughlin <[EMAIL PROTECTED]> wrote:
> > Andrew Mercer wrote:
> > > your RAM idea seems plausable
> > > Are you uploading large files?
> > > and / or
> > > Does you server have asmall amount or RAM.
> >
> > When the problem happened on my servers (Win2k and Win2k3, both 1G ram)
> > I checked the system resources. I saw no memory leaks. Jrun.exe was
> > not using an excessive amount of ram or processor (not more than usual).
> > The server was still delivering pages fast. Farcry admin was still
> > performing at a normal level (except for the error). I'm not saying it
> > wasn't a memory issue, rather these are the facts I saw.
> >
> > -Jeff C.
> >
> >
> >
> > ---
> > You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> > To unsubscribe send a blank email to [EMAIL PROTECTED]
> > Aussie Macromedia Developers: http://lists.daemon.com.au/
> >
>
> ---
> You are currently subscribed to farcry-dev as: [EMAIL PROTECTED]
> To unsubscribe send a blank email to [EMAIL PROTECTED]
> Aussie Macromedia Developers: http://lists.daemon.com.au/
>
---
You are currently subscribed to farcry-dev as: [email protected]
To unsubscribe send a blank email to [EMAIL PROTECTED]
Aussie Macromedia Developers: http://lists.daemon.com.au/