Bitnami SonarQube VM on Azure: sonarqube could not be started - azure

I installed the Bitnami SonarQube Virtual Machine from the Azure Marketplace. Everything seemed to work so far until I logged in and tried to install a plugin. At this point, SonarQube crashed.
Now, SonarQube refuses to start: /opt/bitnami/apps/sonarqube/scripts/ctl.sh : sonarqube could not be started
netstat shows that MySQL and Apache are up and running. All logs stopped working too. So, if I restart the VM or issue the command above, nothing new will be added to the log files.
I tried to remove all plugins from the filesystem and from the database but it didn't solve the problem.
I also tried to use a new database, but it stays blank.
Changing the log level to DEBUG didn't help either.
Reinstalling the VM from Azure obviously solves the problem until you interact with the SonarQube GUI again at which point it crashes again.
I have SonarQube working in a docker machine on a dev server too, where it has just 2GB of RAM and a rather slow processor. So I don't think it is a memory problem.
What should I try next?

Related

JetBrains Gateway never finishes loading

I'm trying to use JetBrains Gateway to work on a project and it was working for several weeks, but today the IDE has never loaded the code, despite saying that it's connected. Instead it shows a red ping warning. I've tried connecting to the server from several different internet connections. SSH seems to be working fine.
I ended up getting it working by restarting the Linux machine with sudo systemctl start reboot.target. I'm still seeing the ping error but the code is at least loading in the Gateway IDE.

How do I access to a locally installed Openbravo

I succesfully built Openbravo on a Debian 10 machine following this guide: http://wiki.openbravo.com/wiki/Installation/Custom/Openbravo_Setup
However, when I navigate to http://localhost/openbravo I get a "service unavailable" page.
Everything went fine at building time and all services are up. What am I doing wrong?
Try to specify port 8080 (as in http://localhost:8080/openbravo)

Errors when launching Cosmos DB Emulator

I tried to launch Cosmos DB Emulator, but I get these 3 errors:
DocumentDb Master has stopped working
DocumentDb.GatewayService.exe has stopped working
DocumentDb Server has stopped working
You can download emulator from Microsoft Download Center.Extract setup and run emulator exe.
Once you completed the setup, type Azure Cosmos DB Emulator in Start menu. Run it as administrator
If you are stuck at any point read Here
I think it was the problem about GatewayServiceStartup process.
To solve this, we can try to run the elevated command:
C:\windows\SysWOW64> lodctr /r
This problem is most often caused by incompatibility with local SQL server.
The familiar issue as yours: documentdb emulator gatewayservice crashing on startup
In addition, we can refer to the troubleshooting Chapter from this article for more information.
Hope it is helpful to you.
I had similar problem and gave up. Accidentally I found the solution after (AzureStorageEmulator 5.1 doesn't to start):
seems, I found the reason - the net access for local machine was closed somehow:( I have ran the command
netsh http add iplisten 127.0.0.1

AddressAlreadyInUseException when starting azure project locally

Since I restarted my computer yesterday I cant start any of my azure cloud projects due to this error :-
System.ServiceModel.AddressAlreadyInUseException: Cannot listen on
pipe name 'net.pipe://localhost/dfService/' because another pipe
endpoint is already listening on that name. --->
System.IO.PipeException: Cannot listen on pipe name
'net.pipe://localhost/dfService/' because another pipe endpoint is
already listening on that name.
I've checked the project ports and there all no standard ports that shouldn't and haven't conflicted with anything.
In a last ditch attempt I formatted my machine as I didnt have much on anyway and even with a clean install of VS2013, Azure SDK 2.6 and Windows 8.1 Im still getting the same error.
Has anybody has similiar problems or could suggest a direction for me to go in?
Thanks in advance.
It helped me to shutdown both Computing and Storage Emulator, close Azure Simulation Monitor (csmonitor.exe systray application) and manually start the Azure Emulator as an administrator. Also if it started the Emulator Express and you need Full Emulator (I expect so, since this error didn't appear with the Express for me), just stop it and start the Full Emulator using systray icon.
Just don't let Visual Studio to start it automatically. I don't know what was the real reason of that error, but this solved it for me.

Deploy ExtJS on RHEL server

I am looking for the best practices for deploying an ExtJS app on a RHEL server. I tried installing sencha CMD on the server so that I could do the application build there, but I kept getting a segmentation fault with the 64-bit version and nothing happened with the 32-bit version (both as a normal user and with sudo). I even tried ssh'ing in with a -X option to enable Xterm, but that did not work. I am thinking I am going to have to do an external build and then deploy the entire contents to the server.
Ultimately, I would be doing this through a Bamboo server (same as Jenkins). For testing purposes though, I am going to use Webstorm. Anything I should be aware of/watch out for? I am deploying the entire project directory structure.
Alright: I was able to do this as root. Interesting. I should now be able to set up my Bamboo process.

Resources