Sonarqube Loading for ever - centos

I have setup my sonarqube server in centos 7. I am using sonarqube 7.4. I have installed httpd and trying to access sonarqube dashboard. This will load for ever as I attached in image.
Loading....
I tried deleting data/es5 but no use. My sonar.properties file is as below.
sonar.jdbc.username=sonar
sonar.jdbc.password=mypassword
sonar.jdbc.url=jdbc:postgresql://localhost/sonar
sonar.path.data=/opt/sonarqube/data
sonar.path.temp=/opt/sonarqube/temp
sonar.web.port=30056
sonar.web.context=/sonarqube
No errors in web.log. Please suggest me what wrong am I doing why sonarqube is not loading.

I found the same problem with sonarqube 6.7.6 LTS.
Seemed to be a browser-related problem.
I was on OSX 'El Capitan' 10.11.6.
With Safari 9.1.2, I get "Loading" indefinitely.
With Chrome 71.0.3578.98, it works.

Issue was with network side. Below command resolved the issue.
sudo firewall-cmd --zone=public --add-port=30056/tcp --permanent

Related

Can't start minikube v1.1.1 on Ubuntu 19.04

Problem with starting minikube 1.1.1 on Ubuntu 19.04:
X Unable to start VM
* Error: [VBOX_HOST_ADAPTER] start: Error setting up host only network on machine start: The host-only adapter we just created is not visible. This is a well known VirtualBox bug. You might want to uninstall it and reinstall at least version 5.0.12 that is is supposed to fix this issue
I've seen this question: How to fix VM issue with minikube start ? however I'm running ubuntu 19.04, not OSX. I've also done Minikube not starting on Ubuntu, throwing errors a couple of times too.
Now, I've installed the dkms package, I've modprobed vbox-dkms into the kernel, UEFI secure boot is set up as part of the dkms installation, but I still can't get minikube to start
Anyone have any ideas where to look next or what the problem might be?
Ps. I'm running virtualbox 6.0.6_Ubuntu r129722

Run the ipython notebook from centos server to windows browser

I have installed a virtual centos 7.3 server on my windows machine. And on centos server i have installed ipython notebook, by using pip
I have browser installed on my same windows machine.
When i'm trying to run the ipython notebook from centos server using the command ipython notebook --allow-root
It is giving me the link something like:
http://localhost:8888/?token=eaa9719ae6456b5d56fd419208a849b1886d8003051714
and i'm pasting this link to browser, then i'm getting the warning as not able to connect.
I'm new to ipython, so it would be really helpful if someone could guide me.
After, lot of searching, i just tried unblocking the firewall, and yeah it worked.
I followed the below steps:
Check the status of firewall systemctl status firewalld
Disabling the firewall systemctl disable firewalld
stop the firewall systemctl stop firewalld
and yeah, it worked.

MAMP 4.2 MySQL Server Not Starting

I recently upgraded from MAMP 4.1.1 to MAMP 4.2 on my Mac running MacOS 10.12.6. After upgrading, MAMP 4.2 will not start the MySQL server. Additionally, there is not an option to Stop servers. I see a green box to the right of Apache Server along with the the ability to select Preferences and Start Servers. Open WebStart page is grayed out.
I followed the instructions on MAMP mysql server won't start. No mysql processes are running to delete the ib_logfile0 and ib_logfile1 files from MAMP/db/mysql56, but that did not work. In addition to the ib_logfiles, I also deleted ibdata1 followed by all of the contents of mysql56, but neither of those worked.
Lastly, I do not see a mysqld running in Activity Monitor.
Any help in restoring my MAMP functionality is greatly appreciated. Thank you in advance for any help.
I had the same problem and tried the same things which didn't solved it.
What solved it for me is I tried starting mySQL in terminal manually in Terminal, here:
/Applications/MAMP/bin/startMysql.sh
I saw this error in Terminal prompt:
mysqld_safe error: log-error set to '/Applications/MAMP/logs/mysql_error_log.err', however file don't exists. Create writable for user 'mysql'.
So I manually create a file '/Applications/MAMP/logs/mysql_error_log.err' and retry startMysql.sh, mySQL then started with no problem.
Back to MAMP app console, I can also start/stop servers and 'Open WebStart Page' with no problem now.

Install YII2 on Centos 7

I read that it was impossible to install yii2 on a standard hosting platform (redhat, centos...) without deleting the AssetManager.
And install is lock with it. Access refused, permission denied.... Despite the rights 777 on the assets folder.
And in default way, hack code, disable control like (is_writable) to allow continued the install process to congratulation, but without css ....
But I can't modify all the code , to use it?
They're a lot of issue about assetmanager.
I tried yii1 few years ago, and it was wonderful framework... But everything is permitted under windows. Someone tried to install it under redhat, fedora, Centos.
There is a specific configuration ... Or yii2 not builted and designed for theses environments ?
Because i found tuto about laravel 5.1, Zend 2 since 2013... But nothing about Yii2, and only one... about Yii1... on this hosting OS.
Yii2 is ready for professionnel standard hosting environnement or is just for hobbist with Wamp under Windows ? (Online tuto is in majority on this OS, with Wamp...).
And maybe for that, it's work fine... like i test under windows
Thank you for the links. I had read
Finally I found the answer, which is never explained in the tutorial above (because often disabled and the module is not present in Ubuntu or Debian)
It's SELinux security. To install Yii2 there are the following commands:
semanage fcontext -a -t httpd_sys_rw_content_t 'each folder writable'
setsebool -P httpd_unified 1
Without this open rignt, you can't install Yii2
All what Yii 2.0 requires is a Web server supporting PHP 5.4 or above.
( currently not PHP 7 due to reserved word conflict that will be solved in future releases )
And yes 5 stables versions ready for production has been released, currently Yii 2.0.5
Here is a quick example about how to install Yii2 with CentOS6 which has nothing different from what is already described in the official docs.
If you know any CentOS related issue please post them and we will discuss answers, because sincerely i just did few searches and didn't found any besides few wrong apache or nginx configurations or missing packages like this CentoOS7 case. Otherwise if you need a pre-configured & working VM with Yii2 and CentOS 7, then you may check this vagrant repo.

Bigbluebutton installation guide for ubuntu 12.04

I am getting error like "E: Unable to locate package bigbluebutton
".I need proper guide for installing bigbluebutton on ubuntu 12.04.And also I followed many links.which shows same error like. So,please help me.
I am the product manager for BigBlueButton.
You can expect full support for Ubuntu 12.04 64-bit as part of the next release of BigBlueButton (after 0.81).
We faced similar issue couple of day back
after doing "sudo apt-get update" we are able to proceed with installation.
hope this works.