Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] Mars Target Error

I'm still not sure what I should be doing at the environment tab.  There are no features to be checkmarked anywhere; do you mean the Implicit Plug-In dependencies?  

For the other route, I don't know where to find these dependencies.  I have the full log of missing dependencies prettied up and attached.  

I'd also just like to make sure that I am understanding you correctly.  Both of these approaches sound like ways to solve the problem of using the slicer option, correct?  Any advice for setting includeAllPlatforms to false?  That seems like a much simpler error on the surface.  

Andrew
________________________________________
From: ice-dev-bounces@xxxxxxxxxxx [ice-dev-bounces@xxxxxxxxxxx] on behalf of Jay Jay Billings [jayjaybillings@xxxxxxxxx]
Sent: Tuesday, June 23, 2015 9:56 PM
To: ice developer discussions
Subject: Re: [ice-dev] Mars Target Error

Andrew,

There should be a feature that you can add to our product that is roughly named the same as what Maven complained about.

If you open your target file, you should see an environment tab at the bottom.

Jay

On Jun 23, 2015 16:52, "Bennett, Andrew R." <bennettar@xxxxxxxx<mailto:bennettar@xxxxxxxx>> wrote:
Which feature do you mean we would have to add to the product?  And for the environment method, do you mean under Implicit Plug-In Dependencies?

Andrew
________________________________________
From: ice-dev-bounces@xxxxxxxxxxx<mailto:ice-dev-bounces@xxxxxxxxxxx> [ice-dev-bounces@xxxxxxxxxxx<mailto:ice-dev-bounces@xxxxxxxxxxx>] on behalf of Jay J. Billings [billingsjj@xxxxxxxx<mailto:billingsjj@xxxxxxxx>]
Sent: Tuesday, June 23, 2015 4:44 PM
To: ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>
Subject: Re: [ice-dev] Mars Target Error

Andrew,

I think you need to update either our product to use that feature or
make sure that those platform specific bundles are checked under the
"environment" section of the Mars target.

Jay

On 06/23/2015 04:40 PM, Bennett, Andrew R. wrote:
> Just giving another update along the way.  The updates to the remote stuff make the compiler happy, but now there are issues with the maven build.  Naively trying to build gives:
>
>> Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: includeAllPlatforms='true' and includeMode='planner' are incompatible.
> So, changing to includeAllPlatforms="false" in the mars target gives us:
>
>> Caused by: java.lang.RuntimeException: Could not determine SWT implementation fragment bundle for environment {osgi.ws<http://osgi.ws>=cocoa, osgi.os=macosx, osgi.arch=x86, org.eclipse.update.install.features=true}
> If you try to change includeMode to "slicer" you get:
>
>> Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: "Problems resolving provisioning plan.": ["Unable to satisfy dependency from org.eclipse.platform.feature.group 4.5.0.v20150528-0700 to org.eclipse.core.filesystem.linux.ppc64le [1.4.0.v20140822-1153].", ... [ for each dependency ]
> As of right now I'm digging into Tycho discussion lists and seeing what I can find, and it appears that these errors are specific to a newer version of Tycho.  If anyone has any ideas here they would be much appreciated.
>
> Andrew
> ________________________________________
> From: ice-dev-bounces@xxxxxxxxxxx<mailto:ice-dev-bounces@xxxxxxxxxxx> [ice-dev-bounces@xxxxxxxxxxx<mailto:ice-dev-bounces@xxxxxxxxxxx>] on behalf of Bennett, Andrew R. [bennettar@xxxxxxxx<mailto:bennettar@xxxxxxxx>]
> Sent: Friday, June 19, 2015 3:48 PM
> To: ice developer discussions
> Subject: Re: [ice-dev] Mars Target Error
>
> I just figured I'd give an update on where I'm at with this.  All of my changes as of this message are pushed to the andrew/mars branch.  I'm stuck at an issue with some of the remote plugins.  Namely:
>
> org.eclipse.remote.core.IRemoteConnectionManager
> org.eclipse.remote.core.IRemoteFileManager
> org.eclipse.remote.core.IRemoteServices
> org.eclipse.remote.core.RemoteServices
>
> I've tried pretty much everything that I can see in the target, and can't get these to resolve, while adding a lot of things that are probably extraneous in the process.  I'm not sure where to start looking for other solutions to this problem, any ideas?
>
> Andrew
> ________________________________________
> From: ice-dev-bounces@xxxxxxxxxxx<mailto:ice-dev-bounces@xxxxxxxxxxx> [ice-dev-bounces@xxxxxxxxxxx<mailto:ice-dev-bounces@xxxxxxxxxxx>] on behalf of Bennett, Andrew R. [bennettar@xxxxxxxx<mailto:bennettar@xxxxxxxx>]
> Sent: Thursday, June 18, 2015 2:25 PM
> To: ice developer discussions
> Subject: Re: [ice-dev] Mars Target Error
>
> Thanks, merged that in.  I did notice that I missed the compilation error on the JobLaunchAction though.  I'm working to fix that right now, but the target editor is being difficult.
>
> Andrew
> ________________________________________
> From: ice-dev-bounces@xxxxxxxxxxx<mailto:ice-dev-bounces@xxxxxxxxxxx> [ice-dev-bounces@xxxxxxxxxxx<mailto:ice-dev-bounces@xxxxxxxxxxx>] on behalf of Jay Jay Billings [jayjaybillings@xxxxxxxxx<mailto:jayjaybillings@xxxxxxxxx>]
> Sent: Thursday, June 18, 2015 2:01 PM
> To: ice developer discussions
> Subject: Re: [ice-dev] Mars Target Error
>
> Andrew,
>
> Most likely the product id is not properly set in the product file (org.eclipse.ice.repository/ice.product) or the launch configuration. It needs to be set to org.eclipse.ide.platform. If you merge in my latest commit this should be good to go.
>
> I will also try to pull your branch.
>
> Jay
>
> On Thu, Jun 18, 2015 at 1:04 PM, Bennett, Andrew R. <bennettar@xxxxxxxx<mailto:bennettar@xxxxxxxx><mailto:bennettar@xxxxxxxx<mailto:bennettar@xxxxxxxx>>> wrote:
> Hey all,
>
> I've gotten the Mars target to the point where none of the projects complain about missing plugins inside of Eclipse.  However when I try to run via ice.product.launch I get some errorrs about no application id found, and then all of the ICE plugins being unresolved.  I've attached the full log, but the id error is short enough to paste here:
>
> java.lang.RuntimeException: No application id has been found.
>          at org.eclipse.equinox.internal.app.EclipseAppContainer.startDefaultApp(EclipseAppContainer.java:242)
>          at org.eclipse.equinox.internal.app.MainApplicationLauncher.run(MainApplicationLauncher.java:29)
>          at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134)
>          at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
>          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380)
>          at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235)
>          at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>          at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
>          at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
>          at java.lang.reflect.Method.invoke(Method.java:606)
>          at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:669)
>          at org.eclipse.equinox.launcher.Main.basicRun(Main.java:608)
>          at org.eclipse.equinox.launcher.Main.run(Main.java:1515)
>          at org.eclipse.equinox.launcher.Main.main(Main.java:1488)
>
> Anyone have advice on this one?  If you want to try it out yourselves the target is in the andrew/mars branch.
>
> Andrew
> _______________________________________________
> ice-dev mailing list
> ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx><mailto:ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>>
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ice-dev
>
>
>
> --
> Jay Jay Billings
> Oak Ridge National Laboratory
> Twitter Handle: @jayjaybillings
> _______________________________________________
> ice-dev mailing list
> ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ice-dev
>
> _______________________________________________
> ice-dev mailing list
> ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ice-dev
>
> _______________________________________________
> ice-dev mailing list
> ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://dev.eclipse.org/mailman/listinfo/ice-dev
>

--
Jay Jay Billings
Oak Ridge National Laboratory
(865) 241-6308<tel:%28865%29%20241-6308>
Twitter Handle: @jayjaybillings

I only check email at 8:30, 12:30 and 16:30 every day. Please call me or send
me a tweet if your message is urgent and I will take a look.

_______________________________________________
ice-dev mailing list
ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-dev

_______________________________________________
ice-dev mailing list
ice-dev@xxxxxxxxxxx<mailto:ice-dev@xxxxxxxxxxx>
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-dev
Caused by: org.eclipse.tycho.p2.target.facade.TargetDefinitionResolutionException: "Problems resolving provisioning plan.": 

["Unable to satisfy dependency from org.eclipse.platform.feature.group 4.5.0.v20150528-0700 to org.eclipse.core.filesystem.linux.ppc64le [1.4.0.v20140822-1153].", 

"Unable to satisfy dependency from org.eclipse.equinox.executable.feature.group 3.6.200.v20150527-1151 to org.eclipse.equinox.launcher.gtk.linux.ppc64le [1.0.300.v20150527-1151].", 

"Unable to satisfy dependency from org.eclipse.equinox.executable.feature.group 3.6.200.v20150527-1151 to org.eclipse.equinox.executable_root.gtk.linux.ppc64le [3.6.200.v20150527-1151].", 

"Unable to satisfy dependency from org.eclipse.e4.rcp.feature.group 1.4.0.v20150528-0211 to org.eclipse.equinox.launcher.gtk.linux.ppc64le [1.0.300.v20150527-1151].", 

"Unable to satisfy dependency from org.eclipse.e4.rcp.feature.group 1.4.0.v20150528-0211 to org.eclipse.swt.gtk.linux.ppc64le [3.104.0.v20150528-0211].", 

"Unable to satisfy dependency from toolingorg.eclipse.rcp.sdk.id.application 4.5.0.I20150528-0700 to org.eclipse.rcp.sdk.id.executable.gtk.linux.ppc64le [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.rcp.sdk.id.application 4.5.0.I20150528-0700 to org.eclipse.rcp.sdk.id.executable.gtk.linux.ppc64le.eclipse [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.rcp.sdk.id.application 4.5.0.I20150528-0700 to toolingorg.eclipse.equinox.launcher.gtk.linux.ppc64le [1.0.300.v20150527-1151].", 

"Unable to satisfy dependency from toolingorg.eclipse.rcp.sdk.id.application 4.5.0.I20150528-0700 to toolingorg.eclipse.rcp.sdk.id.executable.gtk.linux.ppc64le [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.rcp.sdk.id.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.update.configurator [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.rcp.sdk.id.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.equinox.common [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.rcp.sdk.id.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.equinox.simpleconfigurator [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.rcp.sdk.id.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.core.runtime [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.rcp.sdk.id.configuration 4.5.0.I20150528-0700 to toolingorg.eclipse.rcp.sdk.id.ini.gtk.linux.ppc64le [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.rcp.sdk.id.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.equinox.ds [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.equinox.common [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.equinox.p2.reconciler.dropins [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.core.runtime [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.configuration 4.5.0.I20150528-0700 to toolingorg.eclipse.platform.sdk.config.gtk.linux.ppc64le [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.equinox.event [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.equinox.ds [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.update.configurator [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.configuration 4.5.0.I20150528-0700 to toolinggtk.linux.ppc64leorg.eclipse.equinox.simpleconfigurator [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.configuration 4.5.0.I20150528-0700 to toolingorg.eclipse.platform.sdk.ini.gtk.linux.ppc64le [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.application 4.5.0.I20150528-0700 to org.eclipse.platform.sdk.executable.gtk.linux.ppc64le.eclipse [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.application 4.5.0.I20150528-0700 to toolingorg.eclipse.platform.sdk.executable.gtk.linux.ppc64le [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.application 4.5.0.I20150528-0700 to org.eclipse.platform.sdk.executable.gtk.linux.ppc64le [4.5.0.I20150528-0700].", 

"Unable to satisfy dependency from toolingorg.eclipse.platform.sdk.application 4.5.0.I20150528-0700 to toolingorg.eclipse.equinox.launcher.gtk.linux.ppc64le [1.0.300.v20150527-1151].", 

"Unable to satisfy dependency from org.eclipse.cdt.native.feature.group 8.7.0.201506020305 to org.eclipse.cdt.core.linux.ppc64le [1.0.0.201506020305].", 

"Unable to satisfy dependency from org.eclipse.swt 3.104.0.v20150528-0211 to org.eclipse.swt.gtk.linux.ppc64le [3.104.0.v20150528-0211].", 

"Unable to satisfy dependency from org.eclipse.e4.rcp.source.feature.group 1.4.0.v20150528-0211 to org.eclipse.swt.gtk.linux.ppc64le.source [3.104.0.v20150528-0211]."]


Back to the top