Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ice-dev] Core OSGi Launch

Ram,


Try adding the following four bundles to your run configuration


org.apache.lucene.analyzers-common

org.apache.lucene.analyzers-smartcn

org.apache.lucene.misc

org.eclipse.wb.core.lib


Regards,

Robert


From: ice-dev-bounces@xxxxxxxxxxx <ice-dev-bounces@xxxxxxxxxxx> on behalf of Billings, Jay Jay <billingsjj@xxxxxxxx>
Sent: Monday, February 13, 2017 10:03 AM
To: ice developer discussions
Subject: [UNTRUSTED] Re: [ice-dev] Core OSGi Launch
 

Robert,


Okay. So will you take a look at this bug that Ram found then and help him figure it out please?


Thanks,

Jay


Jay Jay Billings
Oak Ridge National Laboratory
Twitter Handle: @jayjaybillings

From: ice-dev-bounces@xxxxxxxxxxx <ice-dev-bounces@xxxxxxxxxxx> on behalf of Smith, Robert W. <smithrw@xxxxxxxx>
Sent: Monday, February 13, 2017 8:23 AM
To: ice developer discussions
Subject: [UNTRUSTED] Re: [ice-dev] Core OSGi Launch
 

Jay,


No. The pull request still hasn't been accepted, and Matthew Gerring requested that it be merged into the forms branch instead of into master. Before I move to January, I'll have to handle the latest round of conflicts, then you'll have to merge it, and finally someone will have to set up the January build server to build the forms branch and provide an update site that we can draw from.


Robert


From: ice-dev-bounces@xxxxxxxxxxx <ice-dev-bounces@xxxxxxxxxxx> on behalf of Jay Jay Billings <jayjaybillings@xxxxxxxxx>
Sent: Friday, February 10, 2017 6:22 PM
To: ice developer discussions
Subject: Re: [ice-dev] Core OSGi Launch
 
Ram,

It looks like the real problem was that the data structures bundle is missing. We'll have to take a look at it.

Robert, have you migrated next to use January yet?

Jay

On Feb 10, 2017 17:45, "Ramachandran K. Narayanan" <knarayanan@xxxxxxxxxxxxx> wrote:
Hello ICE-Dev,

I had just recently updated the branch 'next' on my fork https://github.com/knram06/ice/tree/next.

I have been using the Core OSGi.launch file to test headless connections, and I am having trouble running it now. I get messages of the form:

!ENTRY org.eclipse.osgi 4 0 2017-02-10 17:30:41.884
!MESSAGE Bundle initial@reference:file:../../../../../../github/ice/org.eclipse.ice.datastructures/ was not resolved.

!ENTRY org.eclipse.osgi 4 0 2017-02-10 17:39:33.001
!MESSAGE Could not find bundle: org.eclipse.equinox.console
!STACK 0
org.osgi.framework.BundleException: Could not find bundle: org.eclipse.equinox.console
at org.eclipse.core.runtime.internal.adaptor.ConsoleManager.checkForConsoleBundle(ConsoleManager.java:58)

It started when I reinstalled ICE using the binary and then updated my fork to use the changes from eclipse/ice github. I am not clear if the root cause was my reinstallation or the update of the fork.

My fork's 'next' branch is at revision 1287e56 which is the same as eclipse/ice next revision.

Any thoughts on how I should resolve this? Seems like a bundle issue but the equinox.console bundle is already in the target_bundles list. I had tried building the project using 'Build ICE' option and that did not give any errors.

Regards,
Ram

--
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