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
nishwalnishwal 

facing problem in insatalling force.com plugin in eclipse

I am trying to install force.com plugin in eclipse but every time it gives me a error

 

=================================================================================

An error occurred while collecting items to be installed

session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

Problems downloading artifact: osgi.bundle,com.salesforce.ide.api,24.0.0.201202291629.

MD5 hash is not as expected. Expected: 7251ab037ae632a5a9835c7c07210451 and found 8c7e6d7546fcba86d6f73baca118b896.

Problems downloading artifact: osgi.bundle,com.salesforce.ide.core,24.0.0.201202291629.

MD5 hash is not as expected. Expected: 44db36699ca7fdd38917fced4e63c3b3 and found a272621d18edfe9be7ee1f36c69fee0a.

Problems downloading artifact: osgi.bundle,com.salesforce.ide.documentation,24.0.0.201202291629.

MD5 hash is not as expected. Expected: 6d87eb2e76e7e19f7b709682e5272dfc and found 47547a9904d916cd1304f209cd4c262c.

Problems downloading artifact: osgi.bundle,com.salesforce.ide.ui.editors,24.0.0.201202291629.

MD5 hash is not as expected. Expected: ff45a840737d9bef14347ce6f5b5daa4 and found 6a27945c28562fc2568e51f9a16bc976.

====================================================================================

 

I have tried to install it eclipse 3.6 and 3.7 SR1 both. is anyone else also facing same issue?

 

and is there any workaround to come out of this problem?

Navatar_DbSupNavatar_DbSup

Hi,

Follow the below steps:

 

1) Latest version of java 1.6 should be installed in the system.

 

2) Separately Downloaded the saleforce.com plug-ins( http://www.adnsandbox.com/tools/ide/install/plugins/) and features(http://www.adnsandbox.com/tools/ide/install/features/), moved those files in the respective folders of eclipse.

 

3) Finally, install the same way how to add new software in the eclipse. In this time, it won’t download the force.com ide related file since those files already download separately and moved into Eclipse folders. So automatically the configuration would be done in this step.

 

Download eclipse with force.com IDE software on the link

 

http://www.filefactory.com/file/76nkolv9i91r/n/eclipse.zip

 

Did this answer your question? If not, let me know what didn't work, or if so, please mark it solved. 

 

 

nishwalnishwal

I have tried this thing already but not working out for me. Other things i have tried is checked with the JRE version 1.6 update 18 and update 27. Even started with a fresh machine, only OS and  basic things configured in that.

Tried to install from C:/  , C:/Program, Files and D:/ as well but nothing is working for me.

 

Any other solution?

BobUndrwdBobUndrwd

I'm having the same problem trying to update Eclipse 3.5.2 to IDE v25.

 

An error occurred while collecting items to be installed
  session context was:(profile=epp.package.java, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Collect, operand=, action=).
  Problems downloading artifact: osgi.bundle,com.salesforce.ide.api,25.0.0.201206181021.
    MD5 hash is not as expected. Expected: cfe2af79a543696580b0dc8120ae63ea and found f8371008ffd8a159fdc6d65e8fc585b5.
  Problems downloading artifact: osgi.bundle,com.salesforce.ide.core,25.0.0.201206181021.
    MD5 hash is not as expected. Expected: 2850ffbb014faaf022bbb32f146ee699 and found 3bbf3b8a4cdea83d6fd3de3b60462da3.
  Problems downloading artifact: osgi.bundle,com.salesforce.ide.documentation,25.0.0.201206181021.
    MD5 hash is not as expected. Expected: 314d2f02d4c7e63caaff7feff76dcd87 and found af488314c2497c74ecdc3de71768d3d8.

BobUndrwdBobUndrwd

Ankit is basically correct. I finally got mine working. A few observations...

 

I don't think the versions of Eclipse or the JRE are that important. I ended up with Helios 3.6 SR2 & JRE 7 u5.

 

You only need to manually download and copy to the appropriate folders the .jar files that are reported in the Eclipse error log.

 

You will need to use a download manager to get a complete copy of the pertinent files. I tried to download one using only the browser ("Save target as") six times in a row and it failed every time.

 

After you copy the files, you must close and restart Eclipse before you "Install new software" or "Check for updates".

 

I conclude that the root cause of the problem is the inability of the adnsandbox.com site to successfully serve at least some of the .jar files. Many different people seem to be having the same issue.

 


 

vamsi555vamsi555

It worked for me

Thanks Ankit Navatar