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

To test 500.html in Django dev, localhost environment

I am customizing 500.html and set Debug to False, so it renders 500 error but as Debug is set to False, it cannot render the static files correctly. How can I set it to the production mode and test the 500 error page correctly? or how can I set…
elle
  • 103
  • 1
  • 1
  • 8
0
votes
1 answer

how to fix an error on " DriverManager.getConnection(connectionURL, UN, PW); "?

I'm new to MYSQL and JSP. I am trying check the connectivity with between mysql databse and jsp. When I run the project on server it throws an exception. I cann't find the error on code. I have created oop database on mysql and UN, PW are also…
0
votes
0 answers

IIS express error 500.0 every time is run

After the Visual Studio 2017 update to the version 15.9.9 Now, every time I start a projects needs IIS Express (I have IIS express 10.0), I got an error. The error is onyl "HTTP Error 500.0 - Internal Server Error" and I don't know where retrieve…
Piero Alberto
  • 3,823
  • 6
  • 56
  • 108
0
votes
0 answers

Django 500 server error using nginx and gunicorn

django website is working fine on localhost but when hosted on server using nginx and gunicorn, some APIs are throwing 500 server error. This problem is with some APIs and rest of the APIs are working well. Please help me what should I do?
0
votes
0 answers

React Native Expo Error 500 Related to expo/hashAssetFiles.js. Bundler stuck in building JS Bundle

I Encountered sudden error in my expo(react native) project. i've tried the debug mode to get more info about the problem. in my metro bundler console, it shows error as below and get stuck in building js bundle. ::ffff:192.168.0.102 - -…
Kiran Maniya
  • 8,453
  • 9
  • 58
  • 81
0
votes
1 answer

Docker-compose (CakePHP 2x and MySQL) throws PHP Fatal error

Whilst attempting to run docker-compose this error is found in the var/log/apache2/error.log: PHP Fatal error: Uncaught exception 'CacheException' with message 'Cache engine "_cake_core_" is not properly configured. Ensure required extensions are…
Brent
  • 177
  • 2
  • 9
0
votes
1 answer

Express routes giving 500 internal server

my server can't find the api's that i created in api directory. it leads to 500 internal server. I have checked routes.js but i see that everything is right. i have an error.js file for file handling. Here's my code. 'use strict'; let router =…
user9946765
0
votes
0 answers

Server Error (500) Timeout after changing Database in Django MSSQL

So after finishing my Django Project everything works fine on the test database server with following settings: DATABASES = { 'default': { 'ENGINE':'sql_server.pyodbc', 'NAME':'xxx', 'USER':'xxx', …
0
votes
1 answer

500 error on new WP install on multi-site, staging server

I'm working for a client that has a multi-site server, which hosts about 5 live sites. Within that, he also has a "staging server" where we are trying to re-design one of the existing 5 sites. I have installed WP in a sub-directory (/fb) on this…
mickdeez
  • 507
  • 3
  • 7
  • 16
0
votes
1 answer

Giving HTTP 500 error, Windows Laravel 5.7

Using php artisan serve and the virtual host of Wamp64 both give HTML Error. If I use the laravel in the www folder of Wamp64 it works. However, I'd like to use a Virtual Host of my Project that I can have in c:/Projects/myProject. My Laravel…
0
votes
1 answer

Ajax request failed 500 internal server error

I have got an 500 Internal server error angualar ajax request. In java spring is configured. Java: '@RequestMapping(method=RequestMethod.POST,value="setData") @ResponseBody public ModelClass setData(@RequestBody String value) { …
0
votes
0 answers

link doesn't delete delete data from database in node + angular

when I click delete button I find particular data with id in chrome dev. tool but never delete data from database. I get an error like DELETE http://localhost:3000/employee/5c29b718b9bc521ef8a91c3b 500 (Internal Server Error) core.js:14597 ERROR…
0
votes
0 answers

SwaggerHub error 500 during update API definitions

I tried to update my API's swagger definition on SwaggerHub mock server. For test i download swagger file from https://petstore.swagger.io/v2/swagger.json. And try to send POST request to swaggerhub.com/apis/was_mock/uber_private. Where {owner} =…
T_E_M_A
  • 560
  • 1
  • 11
  • 28
0
votes
1 answer

500 internal server error after cache clear in prestashop

After turning off cache and clearing it on my prestashop store im gettin 500 internal server error. When im turning on error reporting, im getting error like this: Fatal error: require_once(): Failed opening required…
jjdev
  • 21
  • 1
  • 6
0
votes
0 answers

How to solve - HTTP Status 500 - Servlet execution threw an exception

I keep getting this error and i dont know what to do, I'm a student, please be cool with me guys! HTTP Status 500 - Servlet execution threw an exception type Exception report message Servlet execution threw an exception description The server…
K Anaiv
  • 1
  • 2