cucumber / cucumber-eclipse

Eclipse plugin for Cucumber
MIT License
190 stars 147 forks source link

Facing issue on loading the cucumber plugin via Install New Software > Add > Archive with cucumber jar file #488

Open sneha-sarg93 opened 1 year ago

sneha-sarg93 commented 1 year ago

After loading the cucumber jar zip file and clicking on "Next" button, thhe loading will be stuck at this step for long time: image

Then it will error out with this message: image

Cannot complete the install because one or more required items could not be found. Software being installed: Cucumber Eclipse 1.0.0.202107150747 (cucumber.eclipse.feature.feature.group 1.0.0.202107150747) Missing requirement: Cucumber Editor 1.0.0.202107150747 (cucumber.eclipse.editor 1.0.0.202107150747) requires 'osgi.bundle; org.eclipse.pde.ui 3.5.0' but it could not be found Cannot satisfy dependency: From: Cucumber Eclipse 1.0.0.202107150747 (cucumber.eclipse.feature.feature.group 1.0.0.202107150747) To: org.eclipse.equinox.p2.iu; cucumber.eclipse.editor [1.0.0.202107150747,1.0.0.202107150747]

Using this version of Eclipse: 2022-03 version

Tried many work arounds mentioned around this cucumber install issue but none worked. Note: Cannot access the eclipse marketplace to install the plugin.

laeubi commented 1 year ago

You should use the following update-site instead:

https://cucumber.github.io/cucumber-eclipse/update-site/main/

sneha-sarg93 commented 1 year ago

Tried it but getting the following error: Unable to read repository at https://cucumber.github.io/cucumber-eclipse/update-site/main/content.xml.

Unable to read repository at https://cucumber.github.io/cucumber-eclipse/update-site/main/content.xml.

Connection reset

image

laeubi commented 1 year ago

You need internet access to use that site, it seems something is blocking the access.

devisuresh commented 1 year ago

Unsubscribe

On Mon, 10 Apr, 2023, 5:56 PM Christoph Läubrich, @.***> wrote:

You need internet access to use that site, it seems something is blocking the access.

— Reply to this email directly, view it on GitHub https://github.com/cucumber/cucumber-eclipse/issues/488#issuecomment-1501760620, or unsubscribe https://github.com/notifications/unsubscribe-auth/AB4JOV7F3FKPNN4FKRLJ3STXAP4A3ANCNFSM6AAAAAAWWTIDDQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

Sheilinha99 commented 2 months ago

Solution: Let’s see how to solve this problem by enabling the proxy settings of the Eclipse application IDE. 1 Navigate to menu Windows -> Preferences which open the Preferences window. 2 On the Preferences window, select General -> Network Connections. 3 On the Network Connection window, you can see that Active Provider selected is Native. image