Brendan McKenzie

Seasoned software developer with a knack for tackling complex technical challenges. When I'm not heads-down coding, you can usually find me indulging in two of my other passions: exploring the world through travel and creating culinary delights in the kitchen.

Brendan McKenzie

XPages Error 500

Monday 13 July 2009

Until I found the "Display default error page" application property I struggled to debug XPages errors.

Now that that option has become my best friend I rarely encounter the old Error 500 HTTP Web Server: Command Not Handled Exception page.

Until I made a silly mistake.

This error will be displayed if your code enters an endless loop.

So if you're getting Error 500 errors with the "Display default error page" option enabled, check your code for possible endless loops.