SonarQube bulk update gives error 502 - sonarqube

We have several customer projects hosted on our sonarqube instance and couple of project teams reported issues while using bulk update feature. When tried to update 10+ issues for 2+ fields they get a 502 issue. I tried this on our dev instance and faced the same issue. IIS\Sonar\Web logs do not show any error.
Has someone seen this error? Can someone let me know what could be going wrong.
FYI, we do not have a proxy server hop for our dev instance so when a request is made the request is directly sent to the server hosting sonarqube instance whereas the production instance has a proxy server configured.
SonarQube Version : 6.1
Please let me know if any further clarification would be needed on the question.

Related

HTTP 500 Internal Server Error - Azure Bot Serivice

I have developed a bot on node.js as a teams app using the yo teams generator. The bot is hosted and deployed on an azure app service web app. The bot was working fine all the while, but started throwing http 500 internal server errors in the past couple of weeks.
I am not sure what has changed, but I am trying to fix this issue but not finding any leads and useful information from appInsights or the trace logs. All I see is the below exception being thrown in appInsights:
"POST to the bot's endpoint failed with HTTP status 500"
The bot works perfectly fine locally, when debugging through ngrok. Please let me know how I can fix this or where I can look for useful logs to help resolve this.
I was able to resolve this with MS on a support ticket. Looks like the fix is to update the configuration setting to reflect the latest version of node from 12.13 to 16.13.0 in the app service config section.

Our GITBLIT/Jetty service has stopped working after new stringent network security at our company

The GitBlit service on one of our Windows Server 2012 R1 was working just fine until our company implemented hyper-stringent security corporate-wide.
The gitblit service is running, but when trying to reach the gitblit page via web browser results in Jetty error 503, service unavailable.
I've been unable to come up with a google query to find out how I can check to see if jetty is running or how to troubleshoot.
Any help would be very much appreciated.
It turns out that what I needed to do is check the gitblit logs where I found that a colleague across the pond left me with a corrupted config file. When I removed the problem, it started working again.

Trying to log in on parse server gives "internal server error"

My iOS app has suddenly started giving this error message when logging in or creating a new user in the app:
[Error]: {"code":1,"message":"Internal server error."} (Code: 1, Version: 1.15.4)
Here is the pickle. The app works fine on an earlier version (version 4.4.0) that I have on my iPad. Here I can log in and create a user, and I can add items and delete items while in sync with the server. In the new version of the app (4.4.1) nothing has changed with regards to the code on my login page. I can still fetch data from the server in the app as well, but logging in and creating a user gives the internal server error.
I got my server on Heroku and the database on MongoDB. The database is available and running. However, the server Heroku got several failed throughputs (5xx code) during a day. This says to me that something is going on with the server side of things.
Does anyone know where to turn to next? I can't seem to get my head around where the issue is rising from. I have already sent a mail to Heroku, so I'll make an update when I receive an answer.
But basically, I need help to know what would be my next step to figure out what is causing the error?

Privately hosted Teamcity and Bitbucket Cloud Integration

We have a teamcity local instance running and a bitbucket cloud instance.
I have configured the connection correctly and I can see that teamcity has accessed via the oath several times.
In teamcity it allows me to login and says to refresh after the successful login but it just cycles through the login again.
No clue what is wrong
#LukeP helped me with the first issue , now theres a second]2
Any ideas how to resolve this?

Can't make a POST request to REST API

GET, PUT, DELETE request work fine, but everytime i make a POST request I get an 500 status code. I have no idea where to start debuggin or what to look for. My api is depolyed on Microsoft Azure.
Any tips on what to look for or how to solve this issue would be much appriciated. I know a 500 status code, could be pretty much anything, but i find it really wierd that POST is the only request that dosn't work.
I have no idea where to start debuggin or what to look for. My api is depolyed on Microsoft Azure.
Please make sure your API application could run fine locally before you deploy it to Azure. Besides, http 500 error indicates the server encountered an unexpected condition, if you deploy your app to Azure app service, you could remote debugging web apps to troubleshoot the issue. If you publish it as cloud service Web role, you could try to use Azure compute emulator to debug your cloud service on a local machine.

Resources