Skip to main content

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

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=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 [ice-dev-bounces@xxxxxxxxxxx] on behalf of Bennett, Andrew R. [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 [ice-dev-bounces@xxxxxxxxxxx] on behalf of Bennett, Andrew R. [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 [ice-dev-bounces@xxxxxxxxxxx] on behalf of Jay Jay Billings [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>> 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>
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
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
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ice-dev



Back to the top