Skip to main content

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

Hi Ram,

I think the /edef/rscore.xml has to be committed also.

Scott


On 12/12/2016 6:31 AM, Ramachandran K. Narayanan wrote:
Hi Scott,

I let the missing file slip by, sorry about that. I have just committed it to the repo now. The relevant branch is also remoteosgi.
The error occurs at the importService(new EndpointDescription(props)) call in ConnectCoreHandler. There is not a lot more information beyond that in the stacktrace, unfortunately.

Regards,
Ram


On Mon, Dec 12, 2016 at 12:29 AM Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
Hi Ram,

From the bundle_error.txt there is this at the bottom of the stack trace:

Caused by: java.lang.NullPointerException
    at org.eclipse.ice.client.common.ConnectCoreHandler$1.get(ConnectCoreHandler.java:92)

This seems to suggest some problem in ConnectCoreHandler class...but I can't seem to find ConnectCoreHandler class when I search for it in the remoteosgi branch on your repo.   I see it in the client.widgets/plugin.xml, but no class seems to be in the common source package.   Any idea where ConnectCoreHandler is?  

FWIW I can still run the Core OSGi server and then the (updated) 2.2.1 branch ICE client that I created and import the ICore service just fine...so we'll figure this out eventually.


Scott


On 12/11/2016 3:08 PM, Ramachandran K. Narayanan wrote:
Hello Scott,

So I tried the bundle list. I had just copied over the 'selected_target_plugins' line from your file over to my ice.product_linux.launch file. It had a few unresolved dependencies at startup (xtext.ui bundles and org.eclipse.swt) which I manually resolved and 'Validate Plugins' didn't give me any errors further.

Unfortunately, I still get the consumerContainerSelector error. Please find attached a snippet of the error in bundle_error.txt. My changes are also at:

I ensured I was entering the hostname and port correctly. I verified that the ecf.endpoint.id matched the output from Core OSGi.launch in the console. I also specified the hostname as 'localhost' and that gave the same error.

If it helps, I will try this on a Windows system as well, if that makes it easier to test our changes. Please let me know if you might need any other information.

Thanking You,
Ram


On Fri, Dec 9, 2016 at 5:48 PM Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
Hi Ram,

If you have more trouble, please check everything in on branch and let me know how to get it, and I will help further.


Scott


On 12/9/2016 2:25 PM, Ramachandran K. Narayanan wrote:
Hello Scott,

Apologies for the late reply. Thanks for the bundles list, I will take a look at this and see if I can get the import to work.

Regards,
Ram


On Wed, Dec 7, 2016 at 2:22 PM Scott Lewis <slewis@xxxxxxxxxxxxx> wrote:
Hi Ram,

Attached is the ice.product_WINDOWS.launch config that I'm able to run on the ICE client and successfully import an ICore remote service...so the set of ECF bundles should be right (see selected_target_plugins).   ECF doesn't have any OS-specific code (i.e. all bundles are same on linux as on windows).


Scott




--
Ramachandran K. Narayanan
(Ram)
Software Engineer
RNET Technologies Inc.
240 W.Elmwood Drive, Suite 2010
Dayton, OH 45459-4248


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


_______________________________________________
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