Sonar-runner failing while downloading http://localhost:9000/batch/sonar-batch -maven-compat-4.5.2.jar - sonar-runner

I am trying a Build through sonar-runner .But sonar Runner is failing while trying to Downloading this file.& i am not using maven.
**http://localhost:9000/batch/sonar-batch-maven-compat-4.5.2.jar**
Log File: here

You're using an outdated version of SonarQube. Please migrate to version 5.6 (latest LTS)

Related

ABP Framework 4.4.3 Package IdentityServer4 4.1.1 is not compatible with net50 on Deployment

I am using ABP framework 4.4.3.
Project successfully running via Visual Studio 2019. However While deploying Nuget restore throwing Error:
##[error]The nuget command failed with exit code(1) and error(NU1202: Package IdentityServer4 4.1.1 is not compatible with net50 (.NETFramework,Version=v5.0). Package IdentityServer4 4.1.1 supports: netcoreapp3.1 (.NETCoreApp,Version=v3.1)
The error is clear. But the issue is that ABP is using its package for Identity management, which I can not downgrade to ver 3 of dotnet core.
Stuck and need help
You may be using some additional parameters for restoring package that checks consistency between packages while restoration.
IdentityServer4 4.1.1 works fine on .Net5.
You can also create an issue at https://github.com/abpframework/abp/issues with providing steps to reproduce or a public repo.

How to install angularjs correctly on an asp .net core project?

I tried to install the latest angularjs (1.5.5) via bower. It was taking already an hour so I tried installing an earlier version (1.5.0). It actually worked, but bower also tried to install 1.6.2. Now its taking forever for the build to finish. Is there something that I have missed along the installation?
installation via bower installation

Build error compiling ExtJS app using Sencha Cmd v5.1.3.61

My build is failing in my ExtJS 5 project - I am using Ubuntu 15 desktop version.
[ERR] com.sencha.exceptions.ExProcess: Failed creating background process
[ERR] at com.sencha.command.plugin.PluginManager.executeRe
[ERR] verseFirst(PluginManager.java:134)
Older versions of Sencha Cmd were dependent on Ruby 1.9.3 or below. It's likely this is the cause as Ruby is being used to compile Sass themes and the [INF] lines immediately above the error indicate that this step is where the build process is failing.
You can verify which version you currently have by running ruby -v in your terminal window. If you'd rather not downgrade Ruby - you could instead try upgrading your version of Sencha Cmd as later versions were patched to work with Ruby 2.
If you do try to upgrade Cmd, the build might complain about differing project and compiler versions - you can run the following inside your existing ExtJS project directory (do a backup first) to upgrade the build configuration independently of the framework:
sencha app upgrade --noframework
Thanks all, I uninstalled sencha cmd 5.1.1 and installed sencha cmd 6, then it worked perfectly, thanks for the support.

InvalidArgumentException error while trying to install CakePHP in WAMP

I am a beginner into CakePHP, I am trying to make a setup of CakePHP environment in my Windows 7 PC. I could successfully install composer, but when i run this command(composer create-project --prefer-dist cakephp/app myapp) to install CakePHP v3.x, I get an error [InvalidArgumentException] Could not find package cakephp with stability stable.
Here is the correct and right Screenshot of the error:
Screenshot1
I am using WAMP server, and my PHP version is 5.3.8
Please help me in fixing the issue.
Thanks in Advance
I only means that you have not installed GIT yet, or forgot to set in PATH environment variable.
I got the same error I did upgrade Wampserver to 2.5 It's working fine.
because it has PHP 5.5.

There was an issue communication with the cmd server.Check to make sure you have the latest version of cmd installed

I have upgrade a solution which was developed in Exts JS 4 with sencha architect 3 to Exts JS 5 using sencha architech 3.1.After upgrading ,i am getting following error.
"There was an issue communication with the cmd server.Check to make sure you have the latest version of cmd installed."
Could someone help me????
I had this issue and I resolved it by running the sencha CMD server.
I was able to start it up using the instructions from: http://www.ladysign-apps.com/developer/use-the-sencha-cmd-webserver/#.VHGF5dKUdAo.
I imagine there is more info on this in the Sencha documentation but this seemed to make the error go away for me.
I had to download and install the Java JDK form Oracle.
Java SE Development Kit 8
Mine is running on a Mac OS X Yosemite.
And i was using Sencha Architect 3.2

Resources