Questions tagged [server-error]

Use for questions related to server errors. Questions should quote the exact wording of the error thrown, type and ownership(self owned or third party) of the server in question.

264 questions
128
votes
6 answers

"An exception occurred while processing your request. Additionally, another exception occurred while executing the custom error page..."

I'm trying to publish an MVC website as an Azure webrole. When I run it locally, everything works fine. But once I publish it to Azure and surf to some MVC action, I get this error: Server Error in '/' Application. Runtime Error Description: An…
Ilya Kogan
  • 21,995
  • 15
  • 85
  • 141
70
votes
10 answers

"This SqlTransaction has completed; it is no longer usable."... configuration error?

I've been working on this for about a day and a half now, and searched numberous blogs and help articles on the Web. I found several questions on SO related to this error, but I didn't think they quite applied to my situation (or in some cases,…
White Island
  • 2,571
  • 4
  • 17
  • 13
33
votes
6 answers

"We're sorry, a server error occurred. Please wait a bit and try again" error when running a function from a custom menu

I have received 341 error notification emails for the below error We're sorry, a server error occurred. Please wait a bit and try again. The notification email only tells about the name of function in which the issue is occurring. The script is…
MA1
  • 2,767
  • 5
  • 35
  • 51
14
votes
1 answer

NextJS best practice for handling "Server Error" and "Client side error"

Using NextJS, I see 2 kinds of errors: Server Error generated it using throw new Error(...) inside getInitialProps... it can occur due to some business logic or unexpected API response; screenshot: Unhandled Runtime Error generated it using…
Akber Iqbal
  • 14,487
  • 12
  • 48
  • 70
10
votes
3 answers

Rails ActionController::BadRequest causes 500 Server Error on production server

We have a Turkish website and some old links are crawled by some search engines. The links seem to be malformed or cannot be processed and therefore causing ActionController::BadRequest error. On the local machine with development env this causes to…
satanik
  • 572
  • 7
  • 21
9
votes
5 answers

Google Apps script setValues() issue: timing out intermittently

I have a Google Apps script that has been running without issues for 4 years. However, since 3 weeks I have this problem: the script is running for a very long time and failing. This happens every 3 out of 10 runs. The error message is “Service…
7
votes
2 answers

Rails server does not start?

when i give the command "rails s" following error comes please help me! still i'm in rails project and then give this command root@ubuntu:~# cd mon root@ubuntu:~/mon# rails s /usr/lib/ruby/gems/1.8/gems/execjs-1.3.0/lib/execjs/runtimes.rb:50:in…
Gihan Dilusha
  • 891
  • 4
  • 14
  • 22
6
votes
3 answers

How to access Cloud Storage file from App running at local

I have just success on writing the file to the Google cloud Storage and reading it. Everything is fine after I deploy the app to appspot, but I got errors when running it local: INTERNAL_SERVER_ERROR Caused by:java.io.IOException at…
ptgamr
  • 584
  • 7
  • 13
6
votes
1 answer

Server Error in '/' Application. Object reference not set to an instance of an object

I've been trying to figure it out but not getting it. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the…
6
votes
2 answers

IIS on Windows 10. Server Error 503

I have Windows 10 and I want to run IIS. I have activeted all features for it, as you can see here. Then I type "localhost" in the browser and I take "HTTP Error 503. The service is unavailable." In some forums they say to control the log HTTP…
6
votes
2 answers

IIS showing server error instead of custom errors

I'm using MVC 5 and I'm handling my errors with a custom views for errors such as (404, 403.. etc) It works fine on my local IIS but when I publish on a staging server it shows the IIS server error messages regarding these error codes. It's showing…
SVI
  • 921
  • 4
  • 11
  • 23
5
votes
3 answers

Server error (500) Django deployment on heroku

I turned debug to False in my settings.py file (note that before I turned it to false, everything was workign perfectly) and when I ran git push heroku master and went to my website, the home page was working but that wasn't the case for all of my…
Fantasmo Clone27
  • 333
  • 1
  • 10
  • 19
5
votes
1 answer

Glassfish login server error issue,

I'm having a log in error when I try to login to the glassfish server. I have tried it on another system: it works fine, but not on my laptop. Microsoft Windows [Version 6.1.7601] Copyright (c) 2009 Microsoft Corporation. All rights…
4
votes
1 answer

I have enabled V8 runtime, but I get an error trying save: "We're Sorry, a server error occurred. Please wait a bit and try again."

I'm getting the "We're Sorry, a server error occurred. Please wait a bit and try again." when trying to save the script If I run the script as is, it runs an older version Here's my code: function myFunction() { var ss2 =…
4
votes
2 answers

Google Add-on script throws server error when calling DriveApp getFolderById or getFileById

I have deployed a spreadsheet bound script as an add-on. It worked when it was container bound. But now, as an add-on, I get a server error when I call DriveApp.getFolderById function makeMap (){ console.log("start lesmap"); try{var…
1
2 3
17 18