Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [kura-dev] Kura and mToolkit

Ok, same error. But I have a stack trace for you:

---
org.eclipse.ecf.osgi.services.remoteserviceadmin.SelectContainerException: No remote service container selected for endpoint=ECFEndpointDescription[{ecf.endpoint.id=ecftcp://jreimann-relia-2:3939/server, ecf.endpoint.id.ns=org.eclipse.ecf.core.identity.StringID, ecf.endpoint.ts=1476042662436, ecf.exported.async.interfaces=*, ecf.rsvc.id=0, endpoint.framework.uuid=90ce9cac-598e-0016-1294-9f8f99f23a86, endpoint.id=81317cc0-b118-4297-bc7e-68dcae9d52ff, endpoint.package.version.org.eclipse.ecf.mgmt.framework=1.0.0, endpoint.service.id=0, objectClass=[Ljava.lang.String;@42b4cce1, remote.configs.supported=[Ljava.lang.String;@67f8586f, remote.intents.supported=[Ljava.lang.String;@63c6579, service.imported=true, service.imported.configs=[Ljava.lang.String;@5c7a699b}]. Remote service NOT IMPORTED
    at org.eclipse.ecf.osgi.services.remoteserviceadmin.RemoteServiceAdmin.importService(RemoteServiceAdmin.java:456)
    at org.eclipse.ecf.mgmt.framework.eclipse.ui.services.RemoteBundlesView.connectToBundleManager(RemoteBundlesView.java:128)
    at org.eclipse.ecf.mgmt.framework.eclipse.ui.services.RemoteBundlesView.access$2(RemoteBundlesView.java:112)
    at org.eclipse.ecf.mgmt.framework.eclipse.ui.services.RemoteBundlesView$3.run(RemoteBundlesView.java:86)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:473)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:565)
    at org.eclipse.jface.action.ActionContributionItem.lambda$5(ActionContributionItem.java:436)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:5219)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1340)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4553)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:4143)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$4.run(PartRenderingEngine.java:1121)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1022)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:150)
    at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:687)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:336)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:604)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:148)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:138)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196)
    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:388)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:243)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:673)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:610)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1519)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1492)
---

On Sun, Oct 16, 2016 at 9:16 PM, Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
Hi Jens,

I've modified the test UI code, and so there's a new build here (same place):

http://download.eclipse.org/rt/ecf/kuratest/ui

I'm hopeful that the changes I made will fix the problem in your environment.   But if not, there will at least be a stack trace in the log if the NPE occurs again...to help provide info about what's not happening there.

Thanks,

Scott


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



--
Jens Reimann
Senior Software Engineer / EMEA ENG Middleware
Werner-von-Siemens-Ring 14
85630 Grasbrunn
Germany
phone: +49 89 2050 71286
_____________________________________________________________________________

Red Hat GmbH, www.de.redhat.com,
Registered seat: Grasbrunn, Commercial register: Amtsgericht Muenchen, HRB 153243,
Managing Directors: Paul Argiry, Charles Cachera, Michael Cunningham, Michael O'Neill

Back to the top