cancel
Showing results for 
Search instead for 
Did you mean: 

Problem with installing of Eclipse Designer.

al_lv
Champ in-the-making
Champ in-the-making
Hallo,

I tried to install the Eclipse Designer as it described hier: http://activiti.org/userguide/index.html#eclipseDesignerInstallation
and i get folowing Error:
Cannot complete the install because one or more required items could not be found.
  Software being installed: Activiti Eclipse BPMN 2.0 Designer 0.5.1 (org.activiti.designer.feature.feature.group 0.5.1)
  Missing requirement: EMF Edit 2.6.0.v20100614-1136 (org.eclipse.emf.edit 2.6.0.v20100614-1136) requires 'bundle org.eclipse.core.runtime [3.6.0,4.0.0)' but it could not be found
  Cannot satisfy dependency:
    From: Activiti Eclipse BPMN 2.0 Designer 0.5.1 (org.activiti.designer.feature.feature.group 0.5.1)
    To: org.eclipse.emf.feature.group [2.6.0.v20100614-1136]
  Cannot satisfy dependency:
    From: EMF Edit 2.6.0.v20100614-1136 (org.eclipse.emf.edit.feature.group 2.6.0.v20100614-1136)
    To: org.eclipse.emf.edit [2.6.0.v20100614-1136]
  Cannot satisfy dependency:
    From: EMF - Eclipse Modeling Framework Runtime and Tools 2.6.0.v20100614-1136 (org.eclipse.emf.feature.group 2.6.0.v20100614-1136)
    To: org.eclipse.emf.edit.feature.group [2.6.0.v20100614-1136]

What is wrong hier? What did I wrong?

I use Eclipse Galileo.

Alexej
12 REPLIES 12

trademak
Star Contributor
Star Contributor
Hi Alexej,

You have to use Eclipse Helios to install the Activiti Designer.
This is also mentioned in the userguide.
Let me know if you run into problems with Eclipse Helios.

Best regards,

Tijs Rademakers

al_lv
Champ in-the-making
Champ in-the-making
Hey Tijs,

it doesn't work with Helios also.
The Installationprocess stops by 46%.
For more details see the attachmnet.

Best regars,

Alexej

trademak
Star Contributor
Star Contributor
Hi Alexj,

Did you uncheck the "contact all update sites…" according to this post http://forums.activiti.org/en/viewtopic.php?f=3&t=413? Because that could cause the problem you've encountered now.
BTW, are you installing on a Helios Eclipse classic package?

Best regards,

Tijs

al_lv
Champ in-the-making
Champ in-the-making
Hi Tijs,

now I've unchekced the "contact all update sites…"  and my eclips is a classic one, but I geting a folowing Error:
An error occurred while collecting items to be installed
session context wasSmiley Sadprofile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
Unable to read repository at http://activiti.org/designer/update/plugins/org.eclipse.emf_2.6.0.v20100614-1136.jar.
Read timed out
Unable to read repository at http://activiti.org/designer/update/plugins/org.eclipse.emf.ant_2.6.0.v20100521-1846.jar.
Read timed out
Unable to read repository at http://activiti.org/designer/update/plugins/org.eclipse.emf.codegen_2.6.0.v20100614-1136.jar.
Read timed out
Unable to read repository at http://activiti.org/designer/update/plugins/org.eclipse.emf.codegen.ecore_2.6.0.v20100614-1136.jar.

… the stacktrace is real long.

Alexej

trademak
Star Contributor
Star Contributor
Hi Alexej,

Strange. I will give it a try this evening also.
Did you start with a fresh Helios classic package? If not please start with a fresh one.
Which platform are you running? Is it 32-bit or 64-bit?

Best regards,

Tijs

al_lv
Champ in-the-making
Champ in-the-making
Hi Tijs,

I tried it with a fresh eclipse classic and I get the same error.

I use a 32-bit system.

Best regards and thank you

Alexej

thilka
Champ in-the-making
Champ in-the-making
Hello,

I had some problems installing the eclipse plugin as well. But I think I found a solution.

After selecting the update site for the designer I see the following tree:
Activiti BPMN Designer
– Activiti Eclipse BPMN 2.0 Designer

When I disable the checkbox "Group items by category", the following flat structure appears:
  Activiti Eclipse BPMN 2.0 Designer 0.5.1
  EMF - Eclipse Modeling Framework Core Runtime 2.6.0.v20100614-1136
  EMF - Eclipse Modeling Framework Runtime and Tools 2.6.0.v20100614-1136
  EMF Code Generation 2.6.0.v20100614-1136
  EMF Code Generation UI 2.6.0.v20100614-1136
  EMF Common 2.6.0.v20100614-1136
  EMF Common UI 2.6.0.v20100614-1136
  EMF Data Binding 1.2.0.v20100614-1136
  EMF Ecore Code Generator 2.6.0.v20100614-1136
  EMF Ecore Code Generator UI 2.6.0.v20100614-1136
  EMF Ecore Edit 2.6.0.v20100614-1136
  EMF Ecore Mapping 2.6.0.v20100614-1136
  EMF Ecore Mapping Editor 2.6.0.v20100614-1136
  EMF Edit 2.6.0.v20100614-1136
  EMF Edit Data Binding 1.2.0.v20100614-1136
  EMF Edit UI 2.6.0.v20100614-1136
  EMF Mapping 2.6.0.v20100614-1136
  EMF Mapping UI 2.6.0.v20100614-1136
  EMF Model Converter 2.6.0.v20100614-1136
  EMF Model Transaction 1.4.0.v20100428-2315-377-8s734C3E7D15D6B
  EMF Model Transaction Workbench Integration 1.4.0.v20100428-2315-36-8s734C367E3CBC7
  EMF Sample Ecore Editor 2.6.0.v20100614-1136
  EMF Validation Framework 1.4.0.v20100428-2315-479-9oB56N5BBR6LCA6
  Graphical Editing Framework Draw2d 3.6.0.v20100519-2050-45-7w3121163602336
  Graphical Editing Framework GEF 3.6.0.v20100519-2050-777B-81A2Bz-69793A8B83447
  Graphiti (Incubation) 0.7.0.v20101005-1338

After selecting all entries and installing them, the plugin worked.

Tobias

al_lv
Champ in-the-making
Champ in-the-making
Hi Tobias,

I tried it now also. the same error Smiley Sad

Thank you

Alexej

trademak
Star Contributor
Star Contributor
Hi Alexej,

I've tested it with a few people on different computers today and it works like a breeze, but that certainly doesn't help you of course.
You should not uncheck the group category checkbox (it should be checked).
The error you've posted seems like there was a problem with the internet connection or the download of the plugin jars.
So just to be sure, you are using a freshly downloaded Eclipse Helios classic (Eclipse version 3.6.1)? Are you using Java SDK 6?
Could you try again with a freshly installed Eclipse Helios Classic and uncheck the contact all update sites option?
If you are still running into issues could you mail me the full stacktrace? You can use tijs@apache.org.

Best regards,

Tijs