Jump to content

500 Server Error opening caches


Team DEMP

Recommended Posts

Seems to be very temporary:

 

7b86cb8144b822b882672c50b8db26af.png

 

Hans

 

500 Server Errors typically are temporary. A 500 server generally means "something went wrong" while either processing a request or constructing the response. What went wrong could be anything from a failure to obtain a database connection, full file system, out of memory, or a time out accessing some server resource. It usually means the server code did not detect what was actually causing the problem, and if a server side program terminates without generating a response the web server will just generate 500 server error. Unfortunately, 500 errors are sometimes generated even when the program detects an error, but for security reasons will just return a 500 error so that someone trying to hack the site isn't given too much information.

Link to comment

To the outside world (the rest of us outside Frog HQ), Error 500 means:

 

Our server crashed, but we got notified and we have log files to help us figure it out.

This applies pretty much anywhere.

 

I don't know where that quote came from but the server hasn't crashed. The server responded with a 500 error. It means that the program which processes a request terminated prematurely and the server doesn't know why so it's just going to send a 500 error response. Usually, the reason why the process terminated can be found in server logs though.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...