Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] Enabling ConnectCoreAction

Hello Scott,

It looks like the bundle o.e.ecf.provider.remoteservice is present in my target platform. Please find attached a screenshot that shows this.

I seem to have quite a bit of trouble resolving ECF bundle issues/dependencies, so if it would be possible for you to take a look, that would be great. My changes are stored at:
https://github.com/knram06/ice/tree/remoteosgi

Any help you need from side to resolve this, please let me know.

Thanking You,
Ram


On Mon, Dec 5, 2016 at 1:57 PM Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
On 12/5/2016 9:40 AM, Ramachandran K. Narayanan wrote:
Hello Scott,

It was a silly mistake on my side. I had moved the edef folder elsewhere rather than to the root path. The url variable is no longer null, but I see the following two issues:

1) When the code attempts to importService, I get an error:
!ENTRY org.eclipse.ecf.osgi.services.remoteserviceadmin 4 0 2016-12-05 12:34:33.946
!MESSAGE org.eclipse.core.runtime.Status[plugin=org.eclipse.ecf.osgi.services.remoteserviceadmin;code=4;<snipped>]
!STACK 0
org.eclipse.ecf.osgi.services.remoteserviceadmin.SelectContainerException: No consumerContainerSelector available
at org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdmin.importService(RemoteServiceAdmin.java:428)
at org.eclipse.ice.client.common.ConnectCoreHandler$1.get(ConnectCoreHandler.java:90)
at org.eclipse.ice.client.common.ConnectCoreHandler$1.get(ConnectCoreHandler.java:1)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590)
at java.lang.Thread.run(Thread.java:745)
java.util.concurrent.CompletionException: java.lang.RuntimeException: Exception importing Core remote service

My suspicion is that this is caused because you are missing a bundle from your target platform.   Please make sure that this bundle (and any non-present deps) is present:

org.eclipse.ecf.provider.remoteservice

If it is present and you get this or some other import error then perhaps it could be checked in on branch and I'll take a look.


Scott

_______________________________________________
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
--
Ramachandran K. Narayanan
(Ram)
Software Engineer
RNET Technologies Inc.
240 W.Elmwood Drive, Suite 2010
Dayton, OH 45459-4248

Attachment: ecf_discovery_target_platform.png
Description: PNG image


Back to the top