You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm using SEB 3.8.0 x64 and only one of my students (out of 125) gets this message.
The log file shows it seems to fail because there is no data parser to parse 'System.IO.FileStream'.
Here's the relevant part:
`2024-11-09 18:35:29.397 [06] - DEBUG: [BinaryParser] 'System.IO.FileStream' starting with '+' does not match the Binary format.
2024-11-09 18:35:29.398 [06] - DEBUG: [XmlParser] 'System.IO.FileStream' starting with '+' does not match the Xml format.
2024-11-09 18:35:29.399 [06] - WARNING: [ConfigurationRepository] No data parser found which can parse 'System.IO.FileStream'!
2024-11-09 18:35:32.095 [06] - WARNING: The configuration has failed!
2024-11-09 18:35:32.099 [06] - INFO: ### -------------------------------------- Session Start Failed -------------------------------------- ###
2024-11-09 18:35:46.606 [04] - INFO: Initiating shutdown procedure...
2024-11-09 18:35:46.610 [04] - INFO: Stopping communication host...
2024-11-09 18:35:46.612 [04] - DEBUG: [RuntimeHost] Communication host is closing...
2024-11-09 18:35:46.626 [04] - DEBUG: [RuntimeHost] Communication host has been closed.`
We've tried completely reinstalling SEB from scratch and checking that .NET runtime is installed - it is (v4.7.2).
How can we fix?
Thanks.
The text was updated successfully, but these errors were encountered:
I'm using SEB 3.8.0 x64 and only one of my students (out of 125) gets this message.
The log file shows it seems to fail because there is no data parser to parse 'System.IO.FileStream'.
Here's the relevant part:
`2024-11-09 18:35:29.397 [06] - DEBUG: [BinaryParser] 'System.IO.FileStream' starting with '+' does not match the Binary format.
2024-11-09 18:35:29.398 [06] - DEBUG: [XmlParser] 'System.IO.FileStream' starting with '+' does not match the Xml format.
2024-11-09 18:35:29.399 [06] - WARNING: [ConfigurationRepository] No data parser found which can parse 'System.IO.FileStream'!
2024-11-09 18:35:32.095 [06] - WARNING: The configuration has failed!
2024-11-09 18:35:32.099 [06] - INFO: ### -------------------------------------- Session Start Failed -------------------------------------- ###
2024-11-09 18:35:46.606 [04] - INFO: Initiating shutdown procedure...
2024-11-09 18:35:46.610 [04] - INFO: Stopping communication host...
2024-11-09 18:35:46.612 [04] - DEBUG: [RuntimeHost] Communication host is closing...
2024-11-09 18:35:46.626 [04] - DEBUG: [RuntimeHost] Communication host has been closed.`
We've tried completely reinstalling SEB from scratch and checking that .NET runtime is installed - it is (v4.7.2).
How can we fix?
Thanks.
The text was updated successfully, but these errors were encountered: