Sparx Systems Forum

Pro Cloud Server / Prolaborate / WebEA => PCS Bugs and Issues => Topic started by: Worker on May 31, 2024, 10:56:19 pm

Title: [WARNING]: Thread xxx Exception in CFileStream
Post by: Worker on May 31, 2024, 10:56:19 pm
Do you know what could be the issue when in the PCS log appears
[WARNING]: Thread xxx  Exception in CFileStream::Write while attempting to write to memory file
?
The environment:
Windows Server 2022, PCS 5.1.125 64-bit, MySQL 8.0.33
Title: Re: [WARNING]: Thread xxx Exception in CFileStream
Post by: BobM on June 03, 2024, 07:16:48 pm
The error message you've encountered, "Exception in CFileStream::Write while attempting to write to memory file," typically occurs in scenarios where a program or application is trying to write data to a memory file (usually a buffer in memory), but the operation fails due to various reasons. Let's break it down:

Common reasons for encountering this error include:
To troubleshoot this issue, consider the following steps:[/list]
Title: Re: [WARNING]: Thread xxx Exception in CFileStream
Post by: Worker on June 29, 2024, 07:28:22 am
BobM, you are perfectly right, but the software reporting this error is Sparx Pro Cloud Server, i.e. closed-source SW out of my control. So I have very limited possibilities to monitor what could be the issue.
Yes, concurrency may be the issue, as our model is large (~3GB, 200k packages) and traffic is at least moderate (~100 users), but I'd expect from Sparx, that while offering PCS option, such issues must be taken into consideration, tested and resolved.