You need to sign in to do that
Don't have an account?

Force IDE Installation issue with Eclipse 3.3.X
I am facing issues in installation of Force IDE for Eclipse. Please note the details of installed Java, Eclipse and Force IDE.
- Java: 1.5.0-b64
- Eclipse Version: 3.3.0
- Force IDE 13.0..200806130415
The issue is the Plug-in installs well and I can even open the Force.com Prospective. But when I try to create a Force.com Project it throws an error:
Unable to load applicaiton context
Unable to load bean factory from /config/application-context.xml: Error creating bean with name 'customObjectMetadata' defined in class path resource [config/components.xml]: Cannot create inner bean 'util:constant#1b7f97b' of type [org.springframework.beans.factory.config.FieldRetrievingFactoryBean] while setting bean property 'sharingModel'; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'util:constant#1b7f97b': Post-processing of the FactoryBean's object failed; nested exception is java.lang.StackOverflowError
Your help will be appreciated,
Thanks in advance,
Harmandeep
Cheers,
Harmandeep
All Answers
Out of curiosity, is there a reason you're using Eclipse 3.3.0 rather than a 3.3.2?
Hi all ,
Can you please help me out for the following issue..
See i have Created a Force.com IDE in my Eclipse environment 3.3, now i am able to extract the data through the userid and password but not able to move it to a text file , is there any possibility to achieve this task , please let me know it any...
Seeking your reply soon
thanks ,
Sharma ramanathan
If so, you should know that the Force.com IDE is designed for developing applications on the Force.com platform. The Schema Browser (salesforce.schema) feature is provided to aid in development tasks by allowing you to quickly determine object and field names, and to test SOQL queries. It is not a data extraction/manipulation tool.
To extract data from your Salesforce organization, I suggest the Data Loader, available for download from Setup | Data Management | Data Loader. Also see http://wiki.apexdevnet.com/index.php/Data_Loader.
Did you manage to solve this problem as I am facing the same issue.
Thanks
Ben
Cheers,
Harmandeep
I'm not sure if you had the same problem as me, but it seems that for Force.com to work, it *must* be sun's JDK as any of the others fail with issues.
My solution is listed here.
Ben
Message Edited by benwrigley on 10-13-2008 01:12 AM