EventDispa​tcher::dis​patchPendi​ng: event [PathHasBe​enRefreshe​dEvent] std::exception [foundatio​n::storage​::vfs::Exc​eption]

1 view (last 30 days)
...
EventDispatcher::dispatchPending: event [PathHasBeenRefreshedEvent] std::exception [foundation::storage::vfs::Exception]
EventDispatcher::dispatchPending: event [PathHasBeenRefreshedEvent] std::exception [foundation::storage::vfs::Exception]
IdleTimeout has been reached.
Parallel pool using the 'local' profile is shutting down.
EventDispatcher::dispatchPending: event [PathHasBeenRefreshedEvent] std::exception [foundation::storage::vfs::Exception]
EventDispatcher::dispatchPending: event [PathHasBeenRefreshedEvent] std::exception [foundation::storage::vfs::Exception]
...
I get this error message when I leave my code processing overnight (after work hours) and ALWAYS come back to this. I am utilizing a parfor loop to process many files simultaneously, but I don't believe the error stems from the parfor. I am also running the code in several remote servers (all separate from each other) so I can get more done overnight.
I suspect the problem is one of two things, but I don't know enough about the servers or have access to take a closer look:
1. The storage server is being "refreshed," or restarted. I'm not sure why this would happen every night.
2. The server running is somehow resetting the connection somewhere in the evening or night hours.
Servers are Windows Server 2012 R2 and have a separate NAS in the rack for storing the files.
Any ideas?

Answers (0)

Categories

Find more on Loops and Conditional Statements in Help Center and File Exchange

Tags

Products


Release

R2018a

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!