Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Eclipse SmartHome » Failing to install Eclipse Smarthome development environment on Mac OS X 10.10
Failing to install Eclipse Smarthome development environment on Mac OS X 10.10 [message #1705484] Sun, 16 August 2015 21:21 Go to next message
Dirk Gomez is currently offline Dirk GomezFriend
Messages: 2
Registered: August 2015
Junior Member
I've followed the Eclipse Smarthome installation instructions here: https://www.eclipse.org/smarthome/documentation/development/ide.html

I'm on a Mac Yosemite 10.10.5 with OpenJDK 1.8.0_51:

Dirks-MacBook:~ dirk$ java -version
java version "1.8.0_51"
Java(TM) SE Runtime Environment (build 1.8.0_51-b16)
Java HotSpot(TM) 64-Bit Server VM (build 25.51-b03, mixed mode)


I've repeatly run the "Perform setup tasks", it always fails with:

Cannot complete the request. Generating details.
ERROR: org.eclipse.equinox.p2.director code=10054 Cannot complete the install because of a conflicting dependency.
at org.eclipse.oomph.util.OomphPlugin.coreException(OomphPlugin.java:255)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.resolve(ProfileTransactionImpl.java:383)
at org.eclipse.oomph.p2.internal.core.ProfileTransactionImpl.commit(ProfileTransactionImpl.java:324)
at org.eclipse.oomph.setup.p2.impl.P2TaskImpl.perform(P2TaskImpl.java:709)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.doPerformNeededSetupTasks(SetupTaskPerformer.java:2952)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.access$1(SetupTaskPerformer.java:2911)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil$1.run(SetupTaskPerformer.java:3996)
at org.eclipse.core.internal.resources.Workspace.run(Workspace.java:2241)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil.performNeededSetupTasks(SetupTaskPerformer.java:3990)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer$WorkspaceUtil.access$0(SetupTaskPerformer.java:3988)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performNeededSetupTasks(SetupTaskPerformer.java:2902)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.performTriggeredSetupTasks(SetupTaskPerformer.java:2877)
at org.eclipse.oomph.setup.internal.core.SetupTaskPerformer.perform(SetupTaskPerformer.java:2771)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$9.run(ProgressPage.java:542)
at org.eclipse.oomph.setup.ui.wizards.ProgressPage$11$1.run(ProgressPage.java:627)
at org.eclipse.core.internal.jobs.Worker.run(Worker.java:55)
ERROR: org.eclipse.equinox.p2.director code=0 Software being installed: artificial_root 1.0.0.v1439758421207
ERROR: org.eclipse.equinox.p2.director code=1 Only one of the following can be installed at once:
ERROR: org.eclipse.equinox.p2.director code=0 MWE Core 1.3.2.v201405200714 (org.eclipse.emf.mwe.core.feature.jar 1.3.2.v201405200714)
ERROR: org.eclipse.equinox.p2.director code=0 MWE Core 1.3.11.v201508030321 (org.eclipse.emf.mwe.core.feature.jar 1.3.11.v201508030321)
ERROR: org.eclipse.equinox.p2.director code=1 Cannot satisfy dependency:
ERROR: org.eclipse.equinox.p2.director code=0 From: artificial_root 1.0.0.v1439758421207
ERROR: org.eclipse.equinox.p2.director code=0 To: org.eclipse.emf.mwe.core.feature.group 1.3.11.v201508030321
ERROR: org.eclipse.equinox.p2.director code=1 Cannot satisfy dependency:
ERROR: org.eclipse.equinox.p2.director code=0 From: artificial_root 1.0.0.v1439758421207
ERROR: org.eclipse.equinox.p2.director code=0 To: org.eclipse.emf.mwe.core.feature.group [1.3.2,1.3.3]
ERROR: org.eclipse.equinox.p2.director code=1 Cannot satisfy dependency:
ERROR: org.eclipse.equinox.p2.director code=0 From: MWE Core 1.3.11.v201508030321 (org.eclipse.emf.mwe.core.feature.group 1.3.11.v201508030321)
ERROR: org.eclipse.equinox.p2.director code=0 To: org.eclipse.emf.mwe.core.feature.jar [1.3.11.v201508030321]
ERROR: org.eclipse.equinox.p2.director code=1 Cannot satisfy dependency:
ERROR: org.eclipse.equinox.p2.director code=0 From: MWE Core 1.3.2.v201405200714 (org.eclipse.emf.mwe.core.feature.group 1.3.2.v201405200714)
ERROR: org.eclipse.equinox.p2.director code=0 To: org.eclipse.emf.mwe.core.feature.jar [1.3.2.v201405200714]

Took 39 seconds.
There are failed tasks.
Press Back to choose different settings or Cancel to abort.



Not surprisingly I cannot get the workspace to build then, it ends up with 285 errors starting with:

Description Resource Path Location Type
AbstractItemsProposalProvider cannot be resolved to a type. ItemsProposalProvider.xtend /org.eclipse.smarthome.model.item.ui/src/org/eclipse/smarthome/model/ui/contentassist line: 21 /org.eclipse.smarthome.model.item.ui/src/org/eclipse/smarthome/model/ui/contentassist/ItemsProposalProvider.xtend Xtend Problem
Description Resource Path Location Type
AbstractItemsValidator cannot be resolved to a type. ItemsValidator.xtend /org.eclipse.smarthome.model.item/src/org/eclipse/smarthome/model/validation line: 12 /org.eclipse.smarthome.model.item/src/org/eclipse/smarthome/model/validation/ItemsValidator.xtend Xtend Problem
AbstractPersistenceProposalProvider cannot be resolved to a type. PersistenceProposalProvider.xtend /org.eclipse.smarthome.model.persistence.ui/src/org/eclipse/smarthome/model/persistence/ui/contentassist line: 18 /org.eclipse.smarthome.model.persistence.ui/src/org/eclipse/smarthome/model/persistence/ui/contentassist/PersistenceProposalProvider.xtend Xtend Problem
AbstractPersistenceValidator cannot be resolved to a type. PersistenceValidator.xtend /org.eclipse.smarthome.model.persistence/src/org/eclipse/smarthome/model/persistence/validation line: 12 /org.eclipse.smarthome.model.persistence/src/org/eclipse/smarthome/model/persistence/validation/PersistenceValidator.xtend Xtend Problem
AbstractRulesProposalProvider cannot be resolved to a type. RulesProposalProvider.xtend /org.eclipse.smarthome.model.rule.ui/src/org/eclipse/smarthome/model/rule/ui/contentassist line: 20 /org.eclipse.smarthome.model.rule.ui/src/org/eclipse/smarthome/model/rule/ui/contentassist/RulesProposalProvider.xtend Xtend Problem
AbstractRulesValidator cannot be resolved to a type. RulesValidator.xtend /org.eclipse.smarthome.model.rule/src/org/eclipse/smarthome/model/rule/validation line: 12 /org.eclipse.smarthome.model.rule/src/org/eclipse/smarthome/model/rule/validation/RulesValidator.xtend Xtend Problem
AbstractScriptProposalProvider cannot be resolved to a type. ScriptProposalProvider.xtend /org.eclipse.smarthome.model.script.ui/src/org/eclipse/smarthome/model/script/ui/contentassist line: 11 /org.eclipse.smarthome.model.script.ui/src/org/eclipse/smarthome/model/script/ui/contentassist/ScriptProposalProvider.xtend Xtend Problem
Re: Failing to install Eclipse Smarthome development environment on Mac OS X 10.10 [message #1705531 is a reply to message #1705484] Mon, 17 August 2015 12:00 Go to previous messageGo to next message
Dennis Nobel is currently offline Dennis NobelFriend
Messages: 166
Registered: September 2014
Senior Member
Hi Dirk,

that´s indeed strange. Maybe something has changed in one of the updates sites. We will check it later.

Thanks.

Regards

Dennis
Re: Failing to install Eclipse Smarthome development environment on Mac OS X 10.10 [message #1705775 is a reply to message #1705531] Wed, 19 August 2015 06:31 Go to previous messageGo to next message
Dennis Nobel is currently offline Dennis NobelFriend
Messages: 166
Registered: September 2014
Senior Member
Hi,

just tested it. For me it works. Maybe it was just a temporarily issue?

Can you try it again? Do other people have problems?

Regards

Dennis
Re: Failing to install Eclipse Smarthome development environment on Mac OS X 10.10 [message #1705776 is a reply to message #1705531] Wed, 19 August 2015 06:56 Go to previous message
Dirk Gomez is currently offline Dirk GomezFriend
Messages: 2
Registered: August 2015
Junior Member
Hi Dennis,

I tried the setup again, this time on Mac OS X 10.10.5 and Windows 10 box. This time Eclipse complains about not finding the mandatory library org.eclipse.xtext.xbase.lib. I'll be trying to install that library from here: https://eclipse.org/xtend/download.html and report back progress.

Dirk
Previous Topic:Timer triggers
Next Topic:bridgeHandlerInitialized - or bridgeHandlerUpdated
Goto Forum:
  


Current Time: Fri Apr 26 22:36:29 GMT 2024

Powered by FUDForum. Page generated in 0.03623 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top