function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
KrishnakumarJKrishnakumarJ 

Not able to create a Custom Object thru Force Ide

While creating  Custom Object thru force Ide:

The selected wizard could not be started.
Reason:
Plug-in "com.salesforce.ide.ui" was unable to instantiate class "com.salesforce.ide.ui.wizards.components.object.CustomObjectWizard".

Error creating bean with name 'customObjectMetadata' defined in class path resource [config/components.xml]: Cannot create inner bean 'util:constant#159d796' 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#159d796#3': Post-processing of the FactoryBean's object failed; nested exception is java.lang.StackOverflowError

 

Eclipse Version: 3.4.1
Java Version: "1.5.0"

 

 

Following err message appears in force-ide.log

 

D:\ApexWS\.metadata\.plugins\org.eclipse.core.resources\.projects\Test\com.salesforce.ide.core\packageCache.xml (The system cannot find the file specified)

 

But the packageCache.xml exists in the same location.

 

Any solutions will be appreciated.