• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Java Program on Amazon EC2

 
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

I am trying to run java program on amazon's EC2 server. To do so I am using eclipse IDE, where it is required to install the AWS(amazon webservices plugin). While installation it is giving the following 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=).
No repository found containing: osgi.bundle,com.amazonaws.eclipse.core,2.0.0.v201110211341
No repository found containing: org.eclipse.update.feature,com.amazonaws.eclipse.core.feature,2.0.0.v201110211341
No repository found containing: osgi.bundle,com.amazonaws.eclipse.datatools.enablement.simpledb,1.0.0.v201110211341
No repository found containing: osgi.bundle,com.amazonaws.eclipse.datatools.enablement.simpledb.dbdefinition,1.0.0.v201110211341
No repository found containing: osgi.bundle,com.amazonaws.eclipse.datatools.enablement.simpledb.driver,1.0.0.v201110211341
No repository found containing: osgi.bundle,com.amazonaws.eclipse.datatools.enablement.simpledb.editor.ui,1.0.0.v201110211341
No repository found containing: org.eclipse.update.feature,com.amazonaws.eclipse.datatools.enablement.simpledb.feature,1.0.0.v201110211341
No repository found containing: osgi.bundle,com.amazonaws.eclipse.datatools.enablement.simpledb.ui,1.0.0.v201110211341
No repository found containing: osgi.bundle,com.amazonaws.eclipse.datatools.sqltools.db.simpledb,1.0.0.v201110211341
No repository found containing: osgi.bundle,com.amazonaws.eclipse.datatools.sqltools.tablewizard.simpledb,1.0.0.v201110211341
No repository found containing: osgi.bundle,com.amazonaws.eclipse.ec2,1.1.0.v201110211341
No repository found containing: org.eclipse.update.feature,com.amazonaws.eclipse.ec2,1.1.0.v201110211341
No repository found containing: osgi.bundle,com.amazonaws.eclipse.elasticbeanstalk,1.0.0.v201110211537
No repository found containing: org.eclipse.update.feature,com.amazonaws.eclipse.elasticbeanstalk.feature,1.0.0.v201110211537
No repository found containing: osgi.bundle,com.amazonaws.eclipse.rds,1.0.0.v201110211341
No repository found containing: org.eclipse.update.feature,com.amazonaws.eclipse.rds.feature,1.0.0.v201110211341
No repository found containing: osgi.bundle,com.amazonaws.eclipse.sdk,1.2.10.v201110171716
No repository found containing: org.eclipse.update.feature,com.amazonaws.eclipse.sdk.feature,1.2.10.v201110171716
No repository found containing: osgi.bundle,com.amazonaws.eclipse.sdk.ui,1.0.0.v201110171716"
 
Bartender
Posts: 1210
25
Android Python PHP C++ Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
What version and "flavour" (ie, "Eclipse classic" / "Eclipse for JavaEE developers" / etc) are you using?
AWS toolkit requires atleast Eclipse 3.6 (helios) and the JavaEE flavour.
 
Palak Agarwal
Greenhorn
Posts: 21
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I am using eclipse helios and still it was giving error while installation.
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic