Failed to proceed when loging in to azure toolkit plugin in eclipse - eclipse

When logging in into azure plugin (new installation) to eclipse using any of the options (Oauth/ device)
I was able to login in the browser and enter the code generated from the plugin in eclipse and select the account, but then back to eclipse
It fails and it shows this error:
Failed to proceed, org.eclipse.swt.SWTException Invalid thread access.
EDIT: A policy blocks the files, after elevating the access it's all good.

A policy blocks the files, after elevating the access it's all good.

Related

Unable to connect to TFS server from eclipse IDE

I am trying to connect to my personal Azure DevOps organization from eclipse IDE.
I clicked on OK and copied the device code and added it to Microsoft.com/devicelogin. still, it didn't work.
I have also tried entering credentials in the enter credentials section. still, it did not work. It just shows an authorization error and then exits.

Unable to install gcloud SDK

When I try to install google cloud SDK, I was getting the following error:
ERROR:
(gcloud.components.update) Failed to fetch component listing from
server. Check your network settings and try again. This will install
all the core command line tools necessary for working with the Google
Cloud Platform. Failed to install.
After reinstalling python (v3.7.0), I added the path and also added CLOUDSDK_PYTHON environment variable to make sure. Now when I attempt the installation, the installation simply hangs:
If I attempt the installation trough terminal by executing install.bat, it also gets stuck after requesting to send diagnostics to google:
Welcome to the Google Cloud SDK!
Active code page: 65001
To help improve the quality of this product, we collect anonymized usage data
and anonymized stacktraces when crashes are encountered; additional information
is available at <https://cloud.google.com/sdk/usage-statistics>. This data is
handled in accordance with our privacy policy
<https://policies.google.com/privacy>. You may choose to opt in this
collection now (by choosing 'Y' at the below prompt), or at any time in the
future by running the following command:
gcloud config set disable_usage_reporting false
Do you want to help improve the Google Cloud SDK (y/N)? n
Nothing gets printed after that.
it seems that the "(gcloud.components.update) Failed to fetch component listing from server" error might be caused by some proxies or antivirus in your environment, I'd recommend you to try a clean installation in a vm or using another network.
Also, I was able to find soem similar errors for this on issue tracker and the team gave a soltion at comment10, also, as you can see on the issue tracker, sometimes this behavior is because the Python SDK is installed on default "Program Files" location, you could give it a try by changing the location of the python SDK

Jenkins email notification with gmail smtp

Trying to send email using Jenkins- using the email notification plugin, using ssl option.
Initially was getting bad id/pwd error- also got login blocked alert emails from google.
So enabled the less secure apps. The error changed to javax.mail.AuthenticationFailedException: 534-5.7.14
I do not have 2-step auth enabled in gmail.
Read a couple of posts here suggesting - need to use 2-step auth method with gmail - is that the way to go?
How do I install older plugin?
I downloaded the older Mailer plugin 1.23 (wget) it is a .hpi file. But in my plug folder only has jpi files. What it is supposed to be?
Do I just go to the console and uninstall the current plugin and just copy this hpi file to /plugins folder?
Able to install the .hpi finally
Advanced installation
The Update Center only allows the installation of the most recently released version of a plugin. In cases where an older release of the plugin is desired, a Jenkins administrator can download an older .hpi archive and manually install that on the Jenkins master.
From the web UI
Assuming a .hpi file has been downloaded, a logged-in Jenkins administrator may upload the file from within the web UI:
Navigate to the Manage Jenkins > Manage Plugins page in the web UI.
Click on the Advanced tab.
Choose the .hpi file under the Upload Plugin section.
Upload the plugin file.
After uploading .hpi from local system using the GUI) - the Mailer plugin version shows the new older Mailer version 1.23. But you have to reconfigure it.
But still same error:
javax.mail.AuthenticationFailedException: 534-5.7.14
support.google.com/mail/answer/78754 q128sm12098788pga.24 - gsmtp. checking the google support link - I think am doing everything as suggested

Can't connect to Azure Devops using Eclipse plugin

I'm using eclipse 2019, and I'm trying to integrate it with my company's Azure DevOps, or rather one specific project/repo in that.
After some quick googling, I found a tutorial (which I followed) that involved installing some software through eclipse for Team Explorer Everywhere, a plugin that supposedly performs this automation. However, after installing said plugin and attempting to connect to my company's Devops project, I get stuck in an authentication loop. More specifically, once I point it to the project's url from Azure Devops and give it the correct credentials, Eclipse asks me to click a link and paste a code it gives me into a field in that link once I sign in on the web. I do this, and the website tells me that authentication has been successful and that I should close the browser window. So, I do that. Then I hit "OK" in Eclipse, and the popup I've been in closes.
Now, this is where one might THINK that I would be connected to the Azure repo, but instead when the popup closes it just brings me back to the part where it asks me for a project url, with no changes having been made. I can complete these steps ad infinitum with no difference.
I've tried reinstalling the plugin, using a few different versions of eclipse (like Neon), and several different source urls.
I'd love to share any error messages, but I get nothing. It just blankly returns to the start of the process. The end result I'm looking for is for my Azure repo and and an Eclipse project to be synced.

Need help to configure the AWS account information in eclipse neon

I added the AWS plugin in eclipse neon
I restarted the eclipse after plugin installation
After restarting the application it’s showing the error screen saying below errors
a. Internal error when running initial setup wizard - Internal error when scanning legacy AWS account configuration. java.lang.NullPointerException
b. Internal error when scanning legacy AWS account configuration – Internal error when scanning legacy AWS account configuration. java.lang.NullPointerException
c. Internal error when starting the AWS Toolkit plugin – Internal error when starting the AWS Toolkit plugin. Unable to load credentials into profile [default]: AWS Access Key ID is not specified.
I tried to add the using preference->AWT Toolkit option in window menu. But it’ showing me the error “The display page contains invalid values”
Can someone help me on this?
Eclipse_AWS_Plugin_Error