SonarQube + redmine plugin - connect button not working - redmine

I've installed SonarQube 4.3 + redmine plugin,
but, in redmine plugin configuration page "connect" button is not working,
and I can't check connection to redmine from Sonar.
Can you tell me what could be wrong?

Related

404 Not Found - When I try to run Orcale Apex Application after installation

I just installed oracle apex 20.2 and oracle data service (ords 20.3).
I am trying to run an application created in Apex but Ords gives me a 404 error yet I believe I have followed the documentation and the configuration of ords.
The error image:
I had a similar issue when I imported an application.
Try this: in application properties untick "Friendly URLs" and run it again.

How to reduce Ionic2 app load time

I am currently developing an Ionic2 app.
My app has
- Total 29 Pages
My plugins are
cordova-plugin-compat 1.1.0 "Compat"
cordova-plugin-console 1.0.5 "Console"
cordova-plugin-device 1.1.4 "Device"
cordova-plugin-file 4.3.2 "File"
cordova-plugin-file-transfer 1.6.2 "File Transfer"
cordova-plugin-network-information 1.3.2 "Network Information"
cordova-plugin-splashscreen 4.0.2 "Splashscreen"
cordova-plugin-statusbar 2.2.1 "StatusBar"
cordova-plugin-whitelist 1.3.1 "Whitelist"
cordova-plugin-zip 3.1.0 "cordova-plugin-zip"
cordova-sqlite-storage 2.0.2 "Cordova sqlite storage plugin"
ionic-plugin-keyboard 2.2.1 "Keyboard"
config.xml is almost default set.
I do npm run ionic:build --aot + ionic prepare android --prod --release, after that I create signed apk from android studio.
My app start time is 9-10 seconds.
How can I reduce it.
Please advice.
There is an ongoing discussion on the forums about this painfull issue
For now, the possible steps may help:
Hiding the splashscreen manually and disable autohide
Shrink the code with rollup, make sure to build for production
Adding lazy loading of some elements
Upgrading to newer ionic version 3+ which brings angular4

Ionic 2 build release 404 error

I build an ionic 2 app. When I build an android debug version with ionic build android --prod the app works like a charm. But when I build the same unchanged app with ionic build android --prod --release and I sign the app and zip align it and open the app nothing works and all request give a 404 error. Anyone suggestions?
I installed the whitelist plugin and also set the meta security in the index and in the config.xml the <allow tags
Problem was the SSL certificate. The hoster forgot to add the Intermediate Certificate. On IOS this is no problem but on android it is.

vtiger crm installatin process in window 7 using wamp server

I'm a php web developer.
Please talk me full process for vtiger crm installatin in window 7 using wamp server
I have unzip vtigercrm6.2.0.tar.gz in c:/wamp /www folder and then run it generates more errors
show errors please click on bellow link
→http://awesomescreenshot.com/0844m9zi18
What's your PHP-Version of your wamp-installation?
http://community.vtiger.com/help/vtigercrm/administrators/installation.html#pre-requisites
VTiger requires
PHP 5.2+, 5.3

Publishing Django app writter in Aptana to Heroku

I am new to almost everything web development related. I am using Aptana studio 3 on a Mac and have built a very basic app using Django that works as expected on the Django development server provided with Django. I now want to try out publishing it to a 'real' server. I found out that Aptana has some integration with Heroku and so decided to try and publish there.
On the app explorer in Aptana I am locating my django project (named 'mysite') on the dropdown and then clicking the publish button to run the 'Web Deployment Wizard'. After selecting that I want to publish on Heroku and filling in the details of my Heroku account I click finish. A terminal window opens at the bottom with the command:
heroku create mysite; git push heroku master
I then get:
Authentication failure
Enter your Heroku credentials.
Email:
If I enter my login details, it says 'Authentication success' but then immediately follows with another authentication failure. This repeats indefinitely.
Any ideas what is going wrong?