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
saracsarac 

New Eclipse IDE not deploying Standard Objects any longer

I am receiving the following error when trying to push some APEX and standard objects (that have custom fields) to another sandbox. I did it successfully 2 weeks ago with no such error.

All standard objects return the following error in the test deployment:
"cannot create a new namespaced component"

Anyone encounter this? I have never seen this before the new IDE for winter 09.

While I'm at it, here is an error i've gotten repeatedly for a long time (prior to the new IDE) when trying to push page layouts, usually standard object layouts. Any ideas?
"duplicate value found: <unknown> duplicates value on record with id: <unknown>"
Very clear message!

Thanks,
Sara
cwall_sfdccwall_sfdc
Hey Sara.

Couple things...

1.) Did you re-create your Force.com Project post-14.x IDE install?
2.) Are you deploying to or from a namespaced org?
3.) Can you re-run the deploy operation in debug mode and send pertinent info?
Add the following to $eclipse-home/eclipse.ini:
-vmargs
-Dforce-ide-debug=true
-Dforce-ide-temp=<directory of your choice>/sfdc-ide

After doing so, re-start Eclipse and re-run the deploy operation.  Then email me (cwall@salesforce.com) the following:
$workspace/.metadata/.plugins/com.salesforce.ide/force-ide.log
<directory of your choice>/sfdc-ide/*.zip  (change the extensions from "zip" to "txt" prior to emailing)

Note: Remove the force-ide options after sending.  Keeping them will degrade performance.

Thanks.

-Chris
saracsarac
Thanks so much! I just sent you an email with the info you asked for.

Sara