CManagedHost::OnFailure()

Options
mindlube
edited April 2014 in Photon Server
Should I be worried about this exception in Photon-Default-[date].log ?
CManagedHost::OnFailure() - FAIL_OrphanedLock - eNoAction
I have no errors in PhotonCLR.log.
I have no idea what this exception means. I assume it has something to do with Photon's native code -> .NET interface.

Comments

  • In general, this is logged when there is a ThreadAbort exception in the managed .NET code.
    Please check the files in /deploy/log/ as well, and have a look at the Windows Event log.

    You can also attach a tool like Debug Diagnostic to Photon and let it log a message whenever it detects a ThreadAbortException: http://www.microsoft.com/en-us/download ... x?id=26798