My server is running out of disk space! How do I remove the files created by Request Capture
Description
Please go to the Request Setting Page and disable Request Capture. Then remove the directory where the serializer has been creating request xml files (do not go into this folder as Windows will take a very long time to open it). The folder is usually located:
{{C:\FusionReactor\instance\coldfusion.cfmx7.<your machine name>}/serializer}
Note: Windows does not handle folders containing a large number of files very well. If you open folders in Windows Explorer that contain large numbers of files, Windows can appear to hang for a long period of time. It is recommended to remove and recreate the Request Capture folder by performing the following steps:
- Open a DOS shell (cmd.exe) window - Run... cmd.exe
- Change Directory to the directory above the request capture serialzer folder, for example
> cd C:\FusionReactor\instance\coldfusion.cfmx7.server1 - replace the last part of the path with the correct server folder - Remove the serializer directory, which will also delete all of the files in the directory. Warning this command deletes sub directories and files. Make sure you are in the correct folder
> rmdir /s serializer - Recreate the serializer directory
> mkdir serializer
Issue Details
| Type: | Technote |
|---|---|
| Issue Number: | FRS-42 |
| Components: | FusionReactor Settings |
| Environment: | |
| Resolution: | Fixed |
| Added: | 18/05/2007 12:40:26 |
| Affects Version: | |
| Fixed Version: | |
| Server: | |
| Platform: | |
| Related Issues: | None |
Issue Feedback
Did you find this issue helpful?
0 out of 0 people found this article helpful

