Questions tagged [http-status-code-500]

Use for questions where the server throws 500 Internal Server Error and the server is not in your control. For servers in your control, look through the server logs to pinpoint the actual problem

The 500 Internal Server Error is a catch-all error code that can mean literally anything. Instead, look through server logs, etc and try to pinpoint the actual problem and tag it accordingly.

The relevant section of the HTTP protocol:
http://www.w3.org/Protocols/rfc2616/rfc2616-sec10.html

More information about codes returned from IIS 7:
http://support.microsoft.com/kb/943891

745 questions
0
votes
1 answer

nodejs post method is not saving data

i have post method which is working fine when i do as shown below var companyDetailsModel = mongoose.model('companyDetails') router.post('/companyDetails', function(req, res, next) { var newCompanyDetails = new companyDetailsModel(); …
dhana lakshmi
  • 847
  • 1
  • 12
  • 29
0
votes
2 answers

Heroku status 500 error after deploying Rails app

$heroku logs --tail Started GET "/" for 46.188.182.234 at 2016-11-14 20:51:53 +0000 2016-11-14T20:51:53.840163+00:00 app[web.1]: [21c27115-512c-4e9e-bb24-8e1d8b0a46ca] Processing by StaticPagesController#home as…
piga
  • 13
  • 1
  • 6
0
votes
0 answers

Getting 500 Error in admn grid edit form

I transferred site into my dev server and now when I open CMS pages and click on grid item it shows me this error: 500 Internal Server Error - http://test.com/admin/cms_page/edit/page_id/3/key/0299dda10356a2de9059101b0355ab50/ It only happens when…
Karan Adhikari
  • 485
  • 1
  • 5
  • 16
0
votes
0 answers

I get 500 (Internal Server Error) but still show json result, why?

I have a test server and 2 test domains, but I get this problem but I can't explain. My server : Nginx PHP 5 Check status by Browser : chrome > 505 error but still get result : > > …
tunghk_54
  • 135
  • 1
  • 4
  • 14
0
votes
0 answers

Http 500 error via .htaccess & godaddy

I'm getting http 500 error .. I think it has to do with .htaccess and server hosting in godaddy. When im working through localhost via xampp its working well but when I bring the files to godaddy hosting its not Does anyone know what is the…
Em Fhal
  • 152
  • 12
0
votes
1 answer

Service Workers in dev environment best practice?

The site I'm working on has a caching Service Worker, which feels great for the users of it, but I can't make up my mind on whether I should leave it on during development or switch it off? If I leave it on during development I'll have to keep the…
Ray Foss
  • 3,649
  • 3
  • 30
  • 31
0
votes
1 answer

Maps API using file_get_contents causes internal 500 error

I have been using the Maps API service for a month now. This morning I found that the service has stopped working. Any request to maps.googleapis.com causes my server to hang for a moment and then display the internal server 500 error. At first I…
0
votes
0 answers

WebSphere 500 error during REST API request

Every time I try to make an API request with my application running on WebSphere, I get this in my logs when trying to log the error: Caused by: java.io.IOException: Server returned HTTP response code: 500 for URL: https://cs28.salesforce.com/... …
0
votes
2 answers

heroku django internal server error 500

sorry for repeating, i know this question was asked tonns of times, but i haven't manage to figure out what's wrong with my project (spent the whole day). i'm deploying my Django project on Heroku: https://jsayapina.herokuapp.com/port/ Everything…
jsay
  • 313
  • 2
  • 14
0
votes
1 answer

HTTP Status 500 - Servlet.init() for servlet search threw exception?

Im getting this exception,but im not sure where exactly the exception occured,Please help me in this guys.I know there are lot of posts on this related topic but none i found gives solution to my question. HTTP Status 500 - Servlet.init() for…
Manoj venk
  • 823
  • 1
  • 8
  • 12
0
votes
2 answers

403 / 500 Error after Update to Drupal 7.50

I just updated one of my projects (https://www.frank-thomsen.eu/) I manage to Drupal 7.50 and after that I get all the time an 403 error like that Forbidden You don't have permission to access / on this server. Server unable to read htaccess…
0
votes
0 answers

mydomain.com couldn't handle the request ? Nothing in logs?

Hi my websites login page is opening correctly, but when I try to login by putting data in fields it shows error yourdomain.com could not handle the request. HTTP code is 500. After searching over web I found that, might be errors in php code, I…
Prashant
  • 4,474
  • 8
  • 34
  • 82
0
votes
2 answers

Data Caching in Web Api

I have made an api using Webapi 2. It's controller calls to service which calls to repository. I have Post method where in repository I am executing a url to get a document stream which I am eventually saving into a location…
0
votes
2 answers

Silverstripe 3.1 wont change to dev env

My site is on live online server, after installing few modules (user definded forms) via SSH and Composer i get 500 internal server error. I try to run /dev/build/?flush but nothing is happening. Again the some error! I check in chrome to inspect in…
Ivan
  • 5,139
  • 11
  • 53
  • 86
0
votes
0 answers

Parse.com-Unable to create classes in Dashboard

I accidently clicked "export data" in my parse app settings. I got an email with all of my data, which is great. However, my dashboard now has no classes, and all of the data is gone. In addition, I am unable to create any classes. Therefore, I…
Vishwa Iyer
  • 841
  • 5
  • 14
  • 33