ViolentCrimes Posted October 22, 2011 Share Posted October 22, 2011 Server Error in '/Monitor' Application This platform is not supported Description: HTTP 500. Error processing request. Stack Trace: System.NotSupportedException: This platform is not supported at System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties () [0x00000] in <filename unknown>:0 at TCAdmin.WebServer.ԭ.IsClientConnected () [0x00000] in <filename unknown>:0 at System.Web.HttpResponse.get_IsClientConnected () [0x00000] in <filename unknown>:0 at Monitor.Web.Base.StreamConsole.Page_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Web.UI.Control.LoadRecursive () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessLoad () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessPostData () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.InternalProcessRequest () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in <filename unknown>:0 Version information: Mono Runtime Version: 2.10.2 (tarball Sat Jun 4 01:57:23 CDT 2011); Link to comment Share on other sites More sharing options...
WolwX Posted October 22, 2011 Share Posted October 22, 2011 Hello, did you try to restart again the monitor and/or the serviceman ? Link to comment Share on other sites More sharing options...
LFA Posted October 23, 2011 Share Posted October 23, 2011 What linux distro and version are you running. This error is coming from mono not from TCAdmin. It does not support some features on your OS. Link to comment Share on other sites More sharing options...
ViolentCrimes Posted October 23, 2011 Author Share Posted October 23, 2011 (edited) Yes we've restarted both many times. Debian 6 (Squeeze). Appearantly that whole method isn't available. Our setup is Debian 6 (master tcadmin box) <-> Debian 6 (slave tcadmin2 box). Steam updating services on the master box functions fine. Updating remote services generates that exception. Any ideas? == TCAdmin - The Game Hosting Control Panel Software Version : 2.0.29.0 Mono Version : 2.10.2 Linux 64 bits Monitor Ports : Secure: 8881 Standard: 8880 uPnP Port Forwarding : Disabled Current User : violent Database Engine : MySQL (HTTP Protocol) Database Cache : Enabled Edited October 23, 2011 by ViolentCrimes Link to comment Share on other sites More sharing options...
LFA Posted October 26, 2011 Share Posted October 26, 2011 I will see what I can do. I can't just ignore the error because it would cause stuff like the log viewer to stream the log forever even if the client already closed the browser window. Link to comment Share on other sites More sharing options...
ViolentCrimes Posted October 27, 2011 Author Share Posted October 27, 2011 Ok thanks! Maybe just provide a manual timeout? Or at least provide a message like 'update started, live logs not supported on target server.' so our admins don't freak out over it. If the update breaks we have to have a tech look at it anyway. Link to comment Share on other sites More sharing options...
ViolentCrimes Posted December 10, 2011 Author Share Posted December 10, 2011 Been a while have you found a fix yet? Link to comment Share on other sites More sharing options...
LFA Posted December 11, 2011 Share Posted December 11, 2011 Have you tried with mono 2.10.6? Updated packages are available here: http://help.tcadmin.com/Mono Update instructions are here: http://help.tcadmin.com/Mono_Update Link to comment Share on other sites More sharing options...
ViolentCrimes Posted December 15, 2011 Author Share Posted December 15, 2011 Upgraded, still the same. Software Version : 2.0.34.0 Mono Version : 2.10.6 Linux 64 bits System.NotSupportedException: This platform is not supported at System.Net.NetworkInformation.IPGlobalProperties.GetIPGlobalProperties () [0x00000] in <filename unknown>:0 at TCAdmin.WebServer.ԫ.IsClientConnected () [0x00000] in <filename unknown>:0 at System.Web.HttpResponse.get_IsClientConnected () [0x00000] in <filename unknown>:0 at Monitor.Web.Base.StreamConsole.Page_Load (System.Object sender, System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Web.UI.Control.OnLoad (System.EventArgs e) [0x00000] in <filename unknown>:0 at System.Web.UI.Control.LoadRecursive () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessLoad () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessPostData () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.InternalProcessRequest () [0x00000] in <filename unknown>:0 at System.Web.UI.Page.ProcessRequest (System.Web.HttpContext context) [0x00000] in <filename unknown>:0 Link to comment Share on other sites More sharing options...
LFA Posted December 15, 2011 Share Posted December 15, 2011 In the mono source code I see this error is thrown when the file /proc/net/snmp does not exist. Try installing snmpd. apt-get install snmpd Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now