Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  

Author Topic: Fatal exception of type MWException  (Read 6985 times)

greycat

  • Bay Watcher
    • View Profile
Fatal exception of type MWException
« on: June 18, 2014, 06:36:00 pm »

Clicking the Edit link on any wiki page is giving me:

Internal Error

[4c2c0cfa] 2014-06-18 23:39:37: Fatal exception of type MWException
Logged
Hell, if nobody's suffocated because of it, it hardly counts as a bug! -- StLeibowitz

lethosor

  • Bay Watcher
    • View Profile
Re: Fatal exception of type MWException
« Reply #1 on: June 19, 2014, 03:29:18 pm »

Strange. This doesn't happen for me (logged in or anonymously), so it may be a proxy issue. Does it occur only on certain networks?
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.

Kishmond

  • Bay Watcher
  • What the pfargtl?
    • View Profile
    • My DF Stories blog.
Re: Fatal exception of type MWException
« Reply #2 on: June 20, 2014, 12:35:41 am »

I am also getting this error, along with some others. Oddly, it works on the school's network but not on my home network. It started around this past weekend.

Edit: NVM, found a solution.
There's another thread about this: http://www.bay12forums.com/smf/index.php?topic=125211.0
Some kind of error where " Mediawiki is barfing because it can't determine what your ip address is...."
Try http://dfweb3.dwarffortresswiki.org/index.php/Main_Page.

Edit 2: This is only a workaround. Some things, like the search, still give an exception.
« Last Edit: June 20, 2014, 01:16:09 am by Kishmond »
Logged

lethosor

  • Bay Watcher
    • View Profile
Re: Fatal exception of type MWException
« Reply #3 on: June 20, 2014, 07:57:29 am »

If it started last weekend, it's probably related to some maintenance we did then - the wiki had been running on one server (dfweb3) for a while, due to the others breaking, and we just switched back to the others to perform maintenance on dfweb3.
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.

Kishmond

  • Bay Watcher
  • What the pfargtl?
    • View Profile
    • My DF Stories blog.
Re: Fatal exception of type MWException
« Reply #4 on: June 21, 2014, 01:23:11 pm »

Now dfweb3 has stopped working as well. Not with an exception, but the connection times out.

lethosor

  • Bay Watcher
    • View Profile
Re: Fatal exception of type MWException
« Reply #5 on: June 21, 2014, 01:52:46 pm »

Yes, that's because we took dfweb3 offline (sorry if that was unclear):
we just switched back to the others to perform maintenance on dfweb3
Greycat (and others), does accessing dfweb1/2/4 directly work?
Logged
DFHack - Dwarf Manipulator (Lua) - DF Wiki talk

There was a typo in the siegers' campfire code. When the fires went out, so did the game.

Kishmond

  • Bay Watcher
  • What the pfargtl?
    • View Profile
    • My DF Stories blog.
Re: Fatal exception of type MWException
« Reply #6 on: June 21, 2014, 09:12:25 pm »

It does for me.

greycat

  • Bay Watcher
    • View Profile
Re: Fatal exception of type MWException
« Reply #7 on: June 22, 2014, 06:04:46 pm »

Greycat (and others), does accessing dfweb1/2/4 directly work?

Yes, for me as well.
Logged
Hell, if nobody's suffocated because of it, it hardly counts as a bug! -- StLeibowitz

Emi

  • Bay Watcher
    • View Profile
Re: Fatal exception of type MWException
« Reply #8 on: June 30, 2014, 12:17:21 am »

I just fixed pushed out the fixed nginx configuration to all the servers, so accessing the wiki directly should work for everybody again.
Logged

greycat

  • Bay Watcher
    • View Profile
Re: Fatal exception of type MWException
« Reply #9 on: July 01, 2014, 02:06:07 pm »

I just fixed pushed out the fixed nginx configuration to all the servers, so accessing the wiki directly should work for everybody again.

Sorry, but it's actually worse for me.  Now I have to add the "dfweb4." to the start of the URL multiple times to get pages to load, instead of just one time.

E.g. start at page http://dwarffortresswiki.org/index.php/DF2012:Military_interface
In the search box, type "furnace" and press Enter.
Get sent to http://dwarffortresswiki.org/index.php?search=furnace&button=&title=Special%3ASearch
Which has this content:
Code: [Select]
MediaWiki internal error.

Exception caught inside exception handler.

Set $wgShowExceptionDetails = true; at the bottom of LocalSettings.php to show detailed debugging information.
Add "dfweb4." to the start of the URL.
Get redirected to http://dwarffortresswiki.org/index.php/Furnace
Which has this content:
Code: [Select]
[5630c803] 2014-07-01 19:05:19: Fatal exception of type MWException
Add "dfweb4." to the start of the URL again.
Get sent to http://dfweb4.dwarffortresswiki.org/index.php/Furnace
Which works.
Logged
Hell, if nobody's suffocated because of it, it hardly counts as a bug! -- StLeibowitz

Locriani

  • Bay Watcher
  • Locriani == Briess
    • View Profile
    • dwarf fortress wiki
Re: Fatal exception of type MWException
« Reply #10 on: July 01, 2014, 04:08:36 pm »

I've made some additional changes to the configuration, please give it a try now. (Sorry this is so hard to debug, we have no way to duplicate the issue on our end so we're entirely relying on user reports).
Logged
I am one of many administrators of the wiki.  Please use my user page (http://dwarffortresswiki.org/index.php/User_talk:Briess) on the wiki to contact me, as I check that more often than these forums.

Kishmond

  • Bay Watcher
  • What the pfargtl?
    • View Profile
    • My DF Stories blog.
Re: Fatal exception of type MWException
« Reply #11 on: July 01, 2014, 04:55:59 pm »

It does work for me now. I didn't realize how much I had to rely on that, thanks.

greycat

  • Bay Watcher
    • View Profile
Re: Fatal exception of type MWException
« Reply #12 on: July 01, 2014, 06:17:10 pm »

Working for me too. :)
Logged
Hell, if nobody's suffocated because of it, it hardly counts as a bug! -- StLeibowitz

Locriani

  • Bay Watcher
  • Locriani == Briess
    • View Profile
    • dwarf fortress wiki
Re: Fatal exception of type MWException
« Reply #13 on: July 02, 2014, 07:14:29 am »

Yay. Hopefully it will stay fixed this time.
Logged
I am one of many administrators of the wiki.  Please use my user page (http://dwarffortresswiki.org/index.php/User_talk:Briess) on the wiki to contact me, as I check that more often than these forums.