What do these errors mean?

Options
amtgames
edited January 2012 in Photon Server
Everything was fine, but after restarting the server i am getting this error:

2012-01-14 22:08:32,865 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - PhotonDomainManager created
2012-01-14 22:08:32,880 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - PhotonDomainManager created
2012-01-14 22:08:32,880 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - InitializeNewDomain PhotonSocketServer.exe
2012-01-14 22:08:32,880 [ 1] INFO PhotonHostRuntime.PhotonDomainManager - AppDomains with unhandled exceptions are usually not unloaded and restarted.
2012-01-14 22:08:32,896 [ 1] INFO eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN - ### PhotonHostRuntime.Licensing: Getting license information...
2012-01-14 22:08:33,957 [ 1] ERROR eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN - System.InvalidCastException: Unable to cast object of type 'System.ComponentModel.AsyncOperation' to type 'UploadBitsState'.
at System.Net.WebClient.UploadDataAsyncWriteCallback(Byte[] returnBytes, Exception exception, Object state)
at System.Net.WebClient.UploadDataAsync(Uri address, String method, Byte[] data, Object userToken)
at System.Net.WebClient.UploadDataAsync(Uri address, Byte[] data)
at eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN.e5WApQkwZ(Object )
at eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN.elRqhM6Ff(IPhotonServerShutdown , Int32& , String[]& )
2012-01-14 22:09:32,850 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - PhotonDomainManager created
2012-01-14 22:10:02,553 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - PhotonDomainManager created
2012-01-14 22:10:02,568 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - PhotonDomainManager created
2012-01-14 22:10:02,568 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - InitializeNewDomain PhotonSocketServer.exe
2012-01-14 22:10:02,568 [ 1] INFO PhotonHostRuntime.PhotonDomainManager - AppDomains with unhandled exceptions are usually not unloaded and restarted.
2012-01-14 22:10:02,584 [ 1] INFO eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN - ### PhotonHostRuntime.Licensing: Getting license information...
2012-01-14 22:10:03,645 [ 1] ERROR eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN - System.InvalidCastException: Unable to cast object of type 'System.ComponentModel.AsyncOperation' to type 'UploadBitsState'.
at System.Net.WebClient.UploadDataAsyncWriteCallback(Byte[] returnBytes, Exception exception, Object state)
at System.Net.WebClient.UploadDataAsync(Uri address, String method, Byte[] data, Object userToken)
at System.Net.WebClient.UploadDataAsync(Uri address, Byte[] data)
at eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN.e5WApQkwZ(Object )
at eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN.elRqhM6Ff(IPhotonServerShutdown , Int32& , String[]& )
2012-01-14 22:11:09,976 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - PhotonDomainManager created
2012-01-14 22:11:41,082 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - PhotonDomainManager created
2012-01-14 22:11:54,795 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - PhotonDomainManager created
2012-01-14 22:11:54,826 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - PhotonDomainManager created
2012-01-14 22:11:54,826 [ 1] DEBUG PhotonHostRuntime.PhotonDomainManager - InitializeNewDomain PhotonSocketServer.exe
2012-01-14 22:11:54,826 [ 1] INFO PhotonHostRuntime.PhotonDomainManager - AppDomains with unhandled exceptions are usually not unloaded and restarted.
2012-01-14 22:11:54,826 [ 1] INFO eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN - ### PhotonHostRuntime.Licensing: Getting license information...
2012-01-14 22:11:55,887 [ 1] ERROR eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN - System.InvalidCastException: Unable to cast object of type 'System.ComponentModel.AsyncOperation' to type 'UploadBitsState'.
at System.Net.WebClient.UploadDataAsyncWriteCallback(Byte[] returnBytes, Exception exception, Object state)
at System.Net.WebClient.UploadDataAsync(Uri address, String method, Byte[] data, Object userToken)
at System.Net.WebClient.UploadDataAsync(Uri address, Byte[] data)
at eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN.e5WApQkwZ(Object )
at eE4mVBADTWk9fw5CV1.epQkwZ5tKL7Kd8HXIN.elRqhM6Ff(IPhotonServerShutdown , Int32& , String[]& )


Can anyone help me with it please?

Comments