tea.mathoverflow.net - Discussion Feed (mathoverflow is down) 2018-11-04T13:03:20-08:00 http://mathoverflow.tqft.net/ Lussumo Vanilla & Feed Publisher plhersh comments on "mathoverflow is down" (20416) http://mathoverflow.tqft.net/discussion/60/mathoverflow-is-down/?Focus=20416#Comment_20416 2012-10-30T10:18:58-07:00 2018-11-04T13:03:20-08:00 plhersh http://mathoverflow.tqft.net/account/763/ No, it's not just Singapore. There is another meta thread where Ben Webster has just speculated it might be hurricane related. I'm in North Carolina, and MathOverflow is certainly not working here. ... dimpase comments on "mathoverflow is down" (20415) http://mathoverflow.tqft.net/discussion/60/mathoverflow-is-down/?Focus=20415#Comment_20415 2012-10-30T10:12:56-07:00 2018-11-04T13:03:20-08:00 dimpase http://mathoverflow.tqft.net/account/786/ Is it just Singapore, where we don't get mathoverflow.net for the past few hours? Anton Geraschenko comments on "mathoverflow is down" (633) http://mathoverflow.tqft.net/discussion/60/mathoverflow-is-down/?Focus=633#Comment_633 2009-11-24T16:27:37-08:00 2018-11-04T13:03:20-08:00 Anton Geraschenko http://mathoverflow.tqft.net/account/2/ This should be fixed now This should be fixed now

]]>
Jon Awbrey comments on "mathoverflow is down" (621) http://mathoverflow.tqft.net/discussion/60/mathoverflow-is-down/?Focus=621#Comment_621 2009-11-24T09:54:54-08:00 2018-11-04T13:03:20-08:00 Jon Awbrey http://mathoverflow.tqft.net/account/34/ It's very intermittent, sometimes it comes up okay, sometimes I get the above error message[, optional serial comma] and sometimes I get that page with the cute picture of Schrödinger's Kitty: It's very intermittent, sometimes it comes up okay, sometimes I get the above error message[, optional serial comma] and sometimes I get that page with the cute picture of Schrödinger's Kitty:

Schrödinger's Kitty

]]>
hyh1048576 comments on "mathoverflow is down" (620) http://mathoverflow.tqft.net/discussion/60/mathoverflow-is-down/?Focus=620#Comment_620 2009-11-24T09:48:22-08:00 2018-11-04T13:03:20-08:00 hyh1048576 http://mathoverflow.tqft.net/account/57/ I have the same problem, here is the error info:Server Error in '/' Application.--------------------------------------------------------------------------------Runtime Error Description: An ...
Server Error in '/' Application.
--------------------------------------------------------------------------------

Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>]]>
rwbarton comments on "mathoverflow is down" (619) http://mathoverflow.tqft.net/discussion/60/mathoverflow-is-down/?Focus=619#Comment_619 2009-11-24T09:24:40-08:00 2018-11-04T13:03:20-08:00 rwbarton http://mathoverflow.tqft.net/account/6/ When I go to http://mathoverflow.net/ I see: Server Error in '/' Application. http://faketestsite.stackexchange.com/ is unaffected, so I guess this is a Math Overflow-specific problem. When I go to http://mathoverflow.net/ I see:

Server Error in '/' Application.

http://faketestsite.stackexchange.com/ is unaffected, so I guess this is a Math Overflow-specific problem.

]]>