Salesforce error "returnFieldData Types invalid at this location" using Eclipse - 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.

Related

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.

Eclipse: no Runtime shown on SAP Cloud Platform server creation

i'm working on an application that uses a Sap Cloud Platform Server type. The problem is that every now and then the server just loses the "Runtime Environment" and, because of that, it doesn't let me debug/start/stop nor publish anything.
I've seen that SAP just updated the Cockpit between 22nd and 23rd of May, the past week everything was working fine.
When i try to create a new server, after i choose the SAP Cloud Platform server type, i put the region host and go to the next page of the "new server" window, and this message will appear on top of the server creation window:
Error
It's not the first time this happen, I've tried to uninstall and install eclipse from scratch but i can't no longer use this option because it's a big mess trying to install and configure all as it was before.
Someone else got this kind of problem? I've already opened a ticket to the SAP support but it's just some kind of non-helpful workaround that do nothing.
Eclipse version is:
Eclipse IDE for Enterprise Java and Web Developers
Version: 2021-03 (4.19.0)
Build id: 20210312-0638
If you guys need some others info, just ask away!

Oracle Webcenter sites perspective buttons are not working in eclipse [ Developer Tools: Reading all asset types returned status: Forbidden ]

I've installed the com.fatwire.EclipseCSDT_11.1.1.v8_0_r181775.zip (CSDT) plugin to eclipse (mars) for webcenter sites.
But when I click on create new template or any CSDT buttons it shows below error in error log window.
If I open it, it shows as below:
Can someone please help to resolve it.
Found user configured for webcenter sites was not assigned in the REST Security group.
Assign the User to the REST Security group and restart your eclipse.
It will start working :)
Happy coding!!

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

how to publish a web service in juddiv3 using eclipse

I am new to Web Services. I was trying to publish a JAX-WS Web Service to apache juddiv3 using eclipse(indigo) Web Service Explorer. But each time I try to publish it following error is produced:
IWAB0135E An unexpected error has occurred.
UDDIException
Message part {urn:uddi-org:api_v2}get_authToken was not recognized. (Does it exist in service WSDL?)
I am using following components:
(i) Eclipse Indigo (EE version).
(ii) juddi-portal-bundle-3.1.2
(iii) Windows 7
While publishing the web service I am using following entries under the 'actions' section of the eclipse 'Web Service Explorer':
Publish=Business
Publication Format=Simple
Publish URL= "http://localhost:8080/juddiv3/services/publish"
UserID = root
Password = Root
Name = Business1
Many times when I press 'Go' button then 'Please wait. The operation is still in progress' message is also displayed even after a long time.
Kindly help me with this issue.
Kindly suggest if there is any other framework other than juddiv3 which could be used to create private UDDIs on local machines.
Thanks
Its a known issue the eclipse plugin. A bug has been filed.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=307202
FYI, the jUDDI team is working on adding v2 endpoints to the v3 server. This use case is one of the drivers. It's almost in a working state now and will be released with the 3.2 version of jUDDI.