Nurdin
Nurdin

Reputation: 23883

IBM Worklight 6.0.0.2 returns "Cannot complete the install because one or more required items could not be found"

I got this problem when I try to install new Worklight software (6.0.0.2) inside my Eclipse Luna.

enter image description here

How to fix these dependencies ?

Cannot complete the install because one or more required items could not be found.
  Software being installed: IBM Worklight Studio 6.0.0.201409221914 (com.ibm.imp.tools.wce.feature.feature.group 6.0.0.201409221914)
  Missing requirement: IBM Web Editor Common 1.2.0.v20130514_1852 (com.ibm.etools.webtools.webedit.common 1.2.0.v20130514_1852) requires 'bundle com.ibm.icu [4.2.1,5.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: Rich Page Editor Base 1.2.0.v20130516_0814 (com.ibm.etools.rpe.feature.feature.group 1.2.0.v20130516_0814)
    To: com.ibm.etools.rpe.html [1.0.400.v20130504_0525]
  Cannot satisfy dependency:
    From: Rich Page Editor - HTML 1.0.400.v20130504_0525 (com.ibm.etools.rpe.html 1.0.400.v20130504_0525)
    To: bundle com.ibm.etools.webtools.webedit.common [1.0.0,2.0.0)
  Cannot satisfy dependency:
    From: IBM Worklight Studio 6.0.0.201409221914 (com.ibm.imp.tools.wce.feature.feature.group 6.0.0.201409221914)
    To: com.ibm.etools.rpe.feature.feature.group 1.0.200

Upvotes: 0

Views: 439

Answers (3)

Nurdin
Nurdin

Reputation: 23883

I already found the answer, install Worklight in fresh Eclipse.

Upvotes: 0

Giasone8
Giasone8

Reputation: 1

Just to be sure. Check your internet connection or your proxy configurations. This errors are also caused in absence of connection.

Proxy setting: http://www.mkyong.com/web-development/how-to-configure-proxy-settings-in-eclipse/

Upvotes: 0

Barbara
Barbara

Reputation: 401

Worklight 6.0x doesn't support eclipse Luna; you should install it on Juno, 4.2.2, Java Enterprise Edition. See list of supported software here:

http://www-969.ibm.com/software/reports/compatibility/clarity-reports/report/html/prereqsForProduct?deliverableId=1343665214557

Specifically, Worklight runs on the Eclipse IDE for Java EE Developer edition. Worklight is fairly specific on which version and which edition of eclipse is supported. For Worklight 6.0.0.x release, this version/edition of eclipse will work:

http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/junosr2

Upvotes: 1

Related Questions