Need help to configure the AWS account information in eclipse neon - eclipse

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

Related

Can't Connect Google Tag Manager to Meta. Getting "Publishing failed."

I am in need of assistance with my Meta's Conversion API and Google Tag Manager setup. I have successfully set up a web and server container, with the server container being manually configured and running on AWS.
I am currently working on the "Publish resources" section, but am encountering an error that says "Publishing failed. We were unable to publish the resources to your Google Tag Manager account. Please try again." I would greatly appreciate it if someone could provide some guidance in resolving this issue.
For reference, my web container is running on web.example.com, the tagging server is running on tagging.example.com, and the preview server is running on debug.tagging.example.com. I have followed this guide to set up my server-side tag manager on AWS: deploy-server-side-google-tag-manager-aws/.
Here are some screenshots:
The error
Console error
Console error link
I google-searched for this error and all I can find is other people with the same error but no solution was provided. I have also emailed Google and Meta support but I haven't gotten a response yet.

Failed to proceed when loging in to azure toolkit plugin in 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.

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

Error when deploying tomcat app on aws elastic beanstalk via aws eclipse plugin

I m using eclipse and aws plugin to deploy an Tomcat app on Elasticbeansalk. So far I was able to deploy it without problems.
Today, I added a new profile on aws credentials and set it to default. I dont know if it s a coincidence but after that, Eclipse started giving the following error when starting deployment:
"Could not publish to the server.
Unable to create web application archive: No such file or directory"
I m not sure if it s because of Eclipse or AWS. I can still deploy it on my locahost without issues.
Any ideas?
It looks like the new profile and credentials are not setup in your machine to match the new default profile.

Salesforce error "returnFieldData Types invalid at this location" using Eclipse

Hi I am new to Salesforce and Apex programming. I have installed eclipse with salesforce IDE. But it gives me following error (in image) when I try to create a new project using force.com
(click here to see error screen)
Error returned:
Unable to fetch organization details for 'username'
Element {urn:partner.soap.sforce.com}returnFieldData Types invalid at this location
FACTS:
I am signed up on a developer.salesforce.com free login
I have generated new Security token and am surely using the latest
I am adding correct credentials because when I deliberately enter wrong info it gives me username/password type of error
I have tried changing different environments when creating new project
Using Eclipse 4.5.1
Salesforce 16
Profile is "System Administrator"
Please help, thank you!
I checked my dev sandbox - it runs Winter '16, which is v.35. I assume, your version of Force.com plugin is v.36. Try to uninstall it and install v.35. It might be because of versions incapability.