I have a strange problem that only occurs on my staging/development system. My production site works fine, so I'm inclined to believe it must be a configuration problem.
When I attempt to upload any file to this site, I get this ColdFusion (4.5.1) error page:
The particular section of code doesn't need or use any locking, so cflock isn't in the picture.
Any ideas on where to start looking? One thing I'd like to know that may or may not be related: where (on a Solaris system) does ColdFusion keep a file while it's being uploaded. There must be a temp file that's copied to the final destination directory.
Thanks,
-- grobish
When I attempt to upload any file to this site, I get this ColdFusion (4.5.1) error page:
Code:
Error Occurred While Processing Request
Error Diagnostic Information
Error processing CFFILE
Error attempting to save uploaded file to path '/testdocs/STORAGE/PTG/Oems/Web Test/Dropbox/mail.txt.' Deadlock situation detected/avoided
The error occurred while processing an element with a general identifier of (CFFILE), occupying document position (81:4) to (86:19) in the template file /testdocs/PTG/SHARED/commondropaction.cfm.
Date/Time: Tue Apr 29 11:09:38 2003
Browser: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)
Remote Address: 130.248.182.6
HTTP Referer: [URL unfurl="true"]http://mirage.corp.adobe.com:81/PTG/SHARED/dropbox.cfm[/URL]
The particular section of code doesn't need or use any locking, so cflock isn't in the picture.
Any ideas on where to start looking? One thing I'd like to know that may or may not be related: where (on a Solaris system) does ColdFusion keep a file while it's being uploaded. There must be a temp file that's copied to the final destination directory.
Thanks,
-- grobish