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
miha198206miha198206 

Save error: Unable to perform save on all files

Hello.

 

'Save error: Unable to perform save on all files: An unexpected error has occurred. Please try again, or check the log file for details'

 

I received this error in Force.com IDE when I tried to save APEX class. How can I see log file?

 

Thanks,

Mikhail

DevAngelDevAngel
iBr0theriBr0ther

You may see the Problems view as well.

 

Cheers,

JonPJonP

You can view the Force.com IDE's own log (distinct from the Eclipse log) under Help > Show Force.com IDE Log.

Marc C.Marc C.

According to the Wiki there is a workspace/.metadata/.log but there is no such folder .metadata under the specific org workspace. It's actually under workspaces/.metadata/.log i.e. one level up.

 

So in Windows you'll find it here:

C:\Users\<yourUserName>\Workspaces\.metadata\.log (yes the filename is .log)