Disabled rows are already upgraded, awaiting restart. Shaded but selectable rows are in progress or failed - maven

Due to this message in Jenkins, i am unable to restart Jenkins and obviously not able to see my downloaded plugins when i am creating a "New Item".
I tried to click on the checkbox saying "Restart Jenkins when installation is complete and no jobs are running", but its not getting clicked or processed further

Related

Received 403 from server (Forbidden)

Please i need someone to help me out of this, am new, I got these error while trying to build apk
Could not GET 'http://dl.bintray.com/jlmd/maven/com/faltenreich/skeletonlayout/2.0.1/skeletonlayout-2.0.1.pom'. Received status code 403 from server: Forbidden
along side this error:
Disable Gradle 'offline mode' and sync project
[Error .apk]
New location to toggle Gradle's offline mode To enable or disable
Gradle's offline mode, first select View > Tool Windows > Gradle from
the menu bar. Then, near the top of the Gradle window, click Toggle
Offline Mode Gradle offline button in the Gradle panel..
Please check first whether Offline mode is truly deactivated via Help / Find Action...: Type "offline mode" into the dialog and check whether "Toggle Gradle Offline Mode" is set to "Off". If it was set to "On", toggle it and try syncing again.
If this does not work, the problem might have something to do with the sunset of JCenter. Try a more current version of this library, e.g. com.faltenreich:skeletonlayout:4.0.0 which is hosted on MavenCentral (mavenCentral())and remove JCenter (jcenter()) from your repositories. Then try syncing again.
Disclaimer: Am developer of the library from the error message

Returning and reporting on multiple return codes in SCCM package

I have a utility that detects pending restarts and prompts the user to restart. It also forces a restart on Sunday at 2AM if needed. I'd like to be able to report on who did what:
Ignored restart prompt (automatically goes away after 2 hours)
Clicked the "Later" button
Clicked the "Restart now" button
Computer Auto-restarted
I can send the different return codes from my Powershell script, but I don't know how I would setup the package to accept multiple return codes and report on it. I've found some documentation on MIF files, but it all seems to apply to older versions of SCCM - I'm running ConfigMgr 1910 and I'm good at SQL reporting, just need to get the data into a table somewhere.
Maybe this git project can help you to send the information via custom status messages:
https://github.com/MattiasC85/Send-CMMessage

Export SonarQube report in pdf format

I wanted to export the sonarqube report in pdf/excel format. Below are the things already tried:
Tried using Governance plugins but it throws error saying:
What went wrong:
Execution failed for task ':sonarqube'.
No license for governance
Open excel-> Click Data menu-> From Web-> in Address added localhost:9000-> selected project and tables to import. It keeps in downloading state for ever and never gets downloaded.
If anyone has done export in anyformat which I can send over mail then please help me with their inputs.

Visual Studio remote test - Cannot connect to a test controller on a virtual machine

I have Test controller and Test agent installed on a virtual machine VM1. Test agent is shown is Online. I'm trying to run CodedUI tests remotely from my machine. But every time I go to Test -> Manage Test Controllers... in VS2010 it hangs. The same effect when I try to run any test remotely.
Both machines are in the same domain, on my machine i'm using domain admin user, on VM local admin.
I've got these 2 errors in Event Viewer:
The description for Event ID 0 from source VSTTExecution cannot be
found. Either the component that raises this event is not installed on
your local computer or the installation is corrupted. You can install
or repair the component on the local computer. If the event originated
on another computer, the display information had to be saved with the
event. The following information was included with the event:
(devenv.exe, PID 7732, Thread 1) IdleProcessorManager.DoWork - Job
threw: Item has already been added. Key in dictionary:
'7c58e17b-57a5-e486-31cc-aca08ec38d23' Key being added:
'7c58e17b-57a5-e486-31cc-aca08ec38d23' at at
Microsoft.VisualStudio.TestTools.Common.Xml.XmlPersistence.LoadHashtable[K,V](XmlElement
element, String location, String keyLocation, String valueLocation,
XmlTestStoreParameters parameters) at
Microsoft.VisualStudio.TestTools.Common.TestListCategory.Load(XmlElement
element, XmlTestStoreParameters parameters) at
Microsoft.VisualStudio.TestTools.Common.Xml.XmlFilePersistence.LoadTestList(String
fileName) at
Microsoft.VisualStudio.TestTools.TestManagement.Tmi.LoadCategories(String
location, TestListCategoryConflictHandler idVetoingHandler,
TestListCategoryConflictHandler nameVetoingHandler) at
Microsoft.VisualStudio.TestTools.TestManagement.Tmi.LoadCategories(String
location) at
Microsoft.VisualStudio.TestTools.TestCaseManagement.SolutionIntegrationManager.LoadCategoriesIntoTmi(String
filename) at
Microsoft.VisualStudio.TestTools.TestCaseManagement.SolutionIntegrationManager.d__83.MoveNext()
at
Microsoft.VisualStudio.TestTools.TestCaseManagement.IdleProcessorManager.DoWork()
The description for Event ID 0 from source VSTTExecution cannot be found. Either the component that raises this event is not installed on
your local computer or the installation is corrupted. You can install
or repair the component on the local computer. If the event originated
on another computer, the display information had to be saved with the
event. The following information was included with the event:
(devenv.exe, PID 7732, Thread 65) Timed out waiting for controller
connect
The answer was given here http://social.msdn.microsoft.com/Forums/en-US/vststest/thread/4e8445e6-5c35-4c33-820e-0c334046631b?prof=required
Running Visual Studio in Safe mode solved the problem.
I resolved this problem by installing update 2 of Visual Studio.
I got a similar exception (see bellow).
There was a run setting configured and used from my project solution under
"Visual Studio/Test/Configure Run Settings/"
So I unchecked and it was working again...
Under Configure Run Settings, now I have :
a "Checked Auto Detect runsettings Files"
and the "Select Solution Wide runsettings File entry"
and the unchecked "project.testsettings" file.
The description for Event ID 0 from source VSTTExecution cannot be found. Either the component that raises this event is not installed on your local computer or the installation is corrupted. You can install or repair the component on the local computer.
If the event originated on another computer, the display information had to be saved with the event.
The following information was included with the event:
(testhost.x86.exe, PID 10320, Thread 3) TestTypes\{7a24f8ff-85da-d664-ef44-83ff4743dae6} could not be loaded because the TIP could not be instantiated for the following reason(s): An item with the same key has already been added.
The message resource is present but the message was not found in the message table

VS2010 Performance Profiling Problem (PRF0017: Can't launch server for ..)

I have 2 websites running my local IIS 7.5
One is a publicportal and the other one is a service website that is the application end of the publicportal
There's no problem profiling the publicportal but when I add the application website as a profiling target it say's PRF0017: Can't launch server for 'http://localhost/adman/
I tried adding a default page to it but the same error keeps coming up.
I just ran into this error yesterday and somehow stumbled on the solution:
Selecting the "IntelliTrace events and call information" radio button option under
Tools-->Options-->IntelliTrace-->General
causes the following error when attempting to run a performance profile session. This prevents the performance profile session from starting.
In order to run a performance profile successfully, you must select "IntelliTrace events only"

Resources