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
crocodilecrocodile 

Urgent!! File only saved locally, not to server..

Hi

Am very new Apex code development using IDE. Am able to save the files locally. But Unable to save the files to the server.  Showing an error: 

 

 

- File only saved locally, not to server
- Save error: Unable to perform save on all files: com.salesforce.ide.api.metadata.types.Metadata$JaxbAccessorF_fullName cannot be 
cast to com.sun.xml.bind.v2.runtime.reflect.Accessor

 

- File only saved locally, not to server

- Save error: Unable to perform save on all files: com.salesforce.ide.api.metadata.types.Metadata$JaxbAccessorF_fullName cannot be  cast to com.sun.xml.bind.v2.runtime.reflect.Accessor

 

All the credentials i have entered are correct. 

 

Please help...

 

Thanks in advance,

VNath

bob_buzzardbob_buzzard

What type of org are you trying to save the files to?

Martin.LehmannMartin.Lehmann

I got the same error where my installation setup was

* Windows 7

* JRE 7 32 & 64 bit

* Winter '11 Force.com IDE 64 bit

 

The workaround was to run the force.com IDE in Administrator mode which "solved" the problem.

 

kkurahashikkurahashi

Hi,

 

Did you escape from this problem?

 

Today I was at the same trouble. I tried admin-mode, Re-install or some.

 

Finally I found many JREs are installed in my Windows 7.

I left only JRE6, deleting others. Then solved.

 

I hope this will help you or someone ran into the same problem.

 

#sorry for my poor English. I can write code but can not write English....

 

koichi

nyhansanyhansa

I know this was posted a while ago, but does anyone have a solution for this? I just got the same error trying to save a trigger in my sandbox instance.