I got this Exception:AppDomain Manager not available for id: 9

Options
tolkun
tolkun
edited September 2017 in Photon Server
when I run service everything ok,service is running
but when I try to send operation I'm getting this kind of Exception:
10516: 15:12:06.547 - CManagedHost::OnStackOverflow() 1444: 15:12:06.555 - CManagedHost::OnDefaultAction() - OPR_ThreadRudeAbortInCriticalRegion - eRudeAbortThread 1444: 15:12:06.555 - CManagedHost::OnDefaultAction() - OPR_AppDomainRudeUnload - eRudeUnloadAppDomain 10516: 15:12:06.556 - CManagedHost::OnFailure() - FAIL_CriticalResource - eThrowException 10516: 15:12:06.556 - CManagedHost::OnFailure() - FAIL_OrphanedLock - eNoAction 7016: 15:12:06.572 - Unloading Domain: ApplicationName = 'MyMatch3Server', DomainId='10' 1444: 15:12:06.573 - CManagedHost::OnDomainUnload() - 10 1444: 15:12:06.573 - Releasing reference on default app domain 1444: 15:12:06.573 - Restarting application: "MyMatch3Server" due to unexpected unload 1444: 15:12:06.573 - Application: "MyMatch3Server" restart request (abort existing connections) 1444: 15:12:06.649 - Taking reference on default app domain 1444: 15:12:06.722 - Application: "MyMatch3Server" started in app domain: 11 1444: 15:12:06.902 - StopApplication - Exception: CManagedHost::GetManagedHost() - AppDomain Manager not available for id: 10 1444: 15:12:06.903 - Application: "MyMatch3Server" stopped in app domain: 10 (abort existing connections) 1444: 15:12:06.903 - Application: "MyMatch3Server" restart complete.
why it's hapenned*??cant understand

Comments

  • chvetsov
    Options
    it looks like unhandled exception happens in your code. please look into log files to understand more
  • tolkun
    tolkun
    edited September 2017
    Options
    .............