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
jhugheyjhughey 

Force.com IDE Freeze

I am using the latest version of the Force.com IDE 64-bit for Windows.  Every time I attempt to edit a page the application locks and will not respond.  Here is a dump of the log file.  This is a vanilla install straight from Force.com.

 

!ENTRY com.salesforce.ide.core 0 0 2010-06-16 08:00:39.807!MESSAGE DEBUG [2010-06-16 08:00:39,807] (ComponentFactory.java:getCompositeComponentFromFile:1037) - Loaded ApexPage 'pages/StoreFront.page' [unpackaged] from file 'StoreFront.page'

!ENTRY com.salesforce.ide.core 0 0 2010-06-16 08:00:39.808!MESSAGE DEBUG [2010-06-16 08:00:39,808] (BaseComponentMultiPageEditorPart.java:setInput:118) - Set metadata editor input from source file 'StoreFront.page-meta.xml'

!ENTRY com.salesforce.ide.core 0 0 2010-06-16 08:00:39.809!MESSAGE DEBUG [2010-06-16 08:00:39,808] (BaseComponentMultiPageEditorPart.java:setInput:139) - Opening ApexPage 'pages/StoreFront.page' [unpackaged] from file 'StoreFront.page'

!ENTRY org.eclipse.wst.validation 4 0 2010-06-16 08:00:47.603!MESSAGE IWAE0017E Cannot create validator org.eclipse.wst.common.componentcore.internal.ModuleCoreValidator because a Throwable was caught.
!ENTRY org.eclipse.wst.validation 4 0 2010-06-16 08:00:47.603!MESSAGE Plug-in org.eclipse.wst.common.modulecore was unable to load class org.eclipse.wst.common.componentcore.internal.ModuleCoreValidator.
!ENTRY org.eclipse.ui 4 0 2010-06-16 08:00:48.308!MESSAGE Unhandled event loop exception
!ENTRY org.eclipse.core.jobs 4 2 2010-06-16 08:00:49.371!MESSAGE An internal error occurred during: "Processing Dirty Regions".

 

Best Answer chosen by Admin (Salesforce Developers) 
jhugheyjhughey

It seems that tweaking the forceide.ini configuration file by adding the following parameters fixed the problem.

 

 

-Xmx1024m
-XX:PermSize=64m
-XX:MaxPermSize=128m

 

 

All Answers

jhugheyjhughey

It seems that tweaking the forceide.ini configuration file by adding the following parameters fixed the problem.

 

 

-Xmx1024m
-XX:PermSize=64m
-XX:MaxPermSize=128m

 

 

This was selected as the best answer
MJ09MJ09

I was seeing the same problem too, and your change to forceide.ini fixed it. Thanks for posting the solution!

jwalshjwalsh

Still happens upon fresh install, 64-bit windows package.  Might be worth fixing to save poor developer brains some stress :)

apexsutherlandapexsutherland

What is the corresponding config file in the Mac OS X build of the Force.com IDE?

apexsutherlandapexsutherland

Never mind, I found it inside the "forceide" app package, MacOS folder.

jyostjyost

Thx guys - same issue here and that config change worked. It was driving my batty!

Alex GheorgheAlex Gheorghe

Thanks for the solution!

Aviator_07Aviator_07

I have been facing this issue since really long!! And setting those parameters worked. Thank you! 

nono

I have fixed this by going to Window -> Preferences -> General -> Startup and Shutdown 

and unchecked all Force Com IDE check boxes.