Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » e(fx)clipse » Log message during startup
Log message during startup [message #1469427] Tue, 11 November 2014 15:47 Go to next message
Uwe San is currently offline Uwe SanFriend
Messages: 119
Registered: January 2012
Senior Member
Hi,

when I'm starting up my e(fx)clipse E4 application, I see the following output on my console:

!ENTRY org.eclipse.equinox.ds 1 0 2014-11-11 16:39:12.087
!MESSAGE Could not bind a reference of component org.eclipse.fx.core.adapterservice. The reference is: Reference[name = AdapterProvider, interface = org.eclipse.fx.core.adapter.AdapterProvider, policy = static, cardinality = 0..n, target = null, bind = registerAdapterProviderService, unbind = unregisterAdapterProviderService]


It's really not a big issue, but I would like to know where this comes from and if there's a way to get rid of it.

Cheers,
Uwe
Re: Log message during startup [message #1469645 is a reply to message #1469427] Tue, 11 November 2014 19:54 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi,

Hard to tell. Did you try to turn on tracing? What types of
AdapterProvider instances are registered?

Tom

On 11.11.14 16:47, Uwe San wrote:
> Hi,
>
> when I'm starting up my e(fx)clipse E4 application, I see the following
> output on my console:
>
>
> !ENTRY org.eclipse.equinox.ds 1 0 2014-11-11 16:39:12.087
> !MESSAGE Could not bind a reference of component
> org.eclipse.fx.core.adapterservice. The reference is: Reference[name =
> AdapterProvider, interface =
> org.eclipse.fx.core.adapter.AdapterProvider, policy = static,
> cardinality = 0..n, target = null, bind =
> registerAdapterProviderService, unbind = unregisterAdapterProviderService]
>
>
> It's really not a big issue, but I would like to know where this comes
> from and if there's a way to get rid of it.
>
> Cheers,
> Uwe
Re: Log message during startup [message #1470409 is a reply to message #1469645] Wed, 12 November 2014 10:06 Go to previous messageGo to next message
Uwe San is currently offline Uwe SanFriend
Messages: 119
Registered: January 2012
Senior Member
The tracing output does not give me much additional insight. Here's the relevant output:

10:42:46.268 INFO  org.eclipse.equinox.ds - [DS perf] Start building component ServiceComponentProp[
	name = org.eclipse.fx.core.adapterservice
	state = Activating
	properties = {component.name=org.eclipse.fx.core.adapterservice, component.id=32, objectClass=String[org.eclipse.fx.core.adapter.AdapterService]}]
10:42:46.268 INFO  org.eclipse.equinox.ds - [DS perf] Start building instance of component ServiceComponentProp[
	name = org.eclipse.fx.core.adapterservice
	state = Activating
	properties = {component.name=org.eclipse.fx.core.adapterservice, component.id=32, objectClass=String[org.eclipse.fx.core.adapter.AdapterService]}]
10:42:46.272 INFO  org.eclipse.equinox.ds - Could not bind a reference of component org.eclipse.fx.core.adapterservice. The reference is: Reference[name = AdapterProvider, interface = org.eclipse.fx.core.adapter.AdapterProvider, policy = static, cardinality = 0..n, target = null, bind = registerAdapterProviderService, unbind = unregisterAdapterProviderService]
10:42:46.308 INFO  org.eclipse.equinox.ds - [DS perf] The instance of component ServiceComponentProp[
	name = org.eclipse.fx.core.adapterservice
	state = Active
	properties = {component.name=org.eclipse.fx.core.adapterservice, component.id=32, objectClass=String[org.eclipse.fx.core.adapter.AdapterService]}] is built for 9ms
10:42:46.309 INFO  org.eclipse.equinox.ds - [DS perf] Start building instance of component ServiceComponentProp[
	name = org.eclipse.fx.core.adapterservice
	state = Active
	properties = {component.name=org.eclipse.fx.core.adapterservice, component.id=32, objectClass=String[org.eclipse.fx.core.adapter.AdapterService]}]
10:42:46.310 INFO  org.eclipse.equinox.ds - [DS perf] The instance of component ServiceComponentProp[
	name = org.eclipse.fx.core.adapterservice
	state = Active
	properties = {component.name=org.eclipse.fx.core.adapterservice, component.id=32, objectClass=String[org.eclipse.fx.core.adapter.AdapterService]}] is built for 0ms


The only instances of AdapterProvider that I could find are located in org.eclipse.fx.core.adapter.internal.AdapterServiceImpl. I do not use any AdapterProviders myself.
Re: Log message during startup [message #1470447 is a reply to message #1470409] Wed, 12 November 2014 10:44 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Looking at https://bugs.eclipse.org/bugs/show_bug.cgi?id=402750 it looks
like a warning issued when the binding is declared static.

We should have anyways used dynamic for that binding so I filed bug
45115 and pushed the fix so the next nightly will come with it.

Tom

On 12.11.14 11:06, Uwe San wrote:
> The tracing output does not give me much additional insight. Here's the
> relevant output:
>
>
> 10:42:46.268 INFO org.eclipse.equinox.ds - [DS perf] Start building
> component ServiceComponentProp[
> name = org.eclipse.fx.core.adapterservice
> state = Activating
> properties = {component.name=org.eclipse.fx.core.adapterservice,
> component.id=32,
> objectClass=String[org.eclipse.fx.core.adapter.AdapterService]}]
> 10:42:46.268 INFO org.eclipse.equinox.ds - [DS perf] Start building
> instance of component ServiceComponentProp[
> name = org.eclipse.fx.core.adapterservice
> state = Activating
> properties = {component.name=org.eclipse.fx.core.adapterservice,
> component.id=32,
> objectClass=String[org.eclipse.fx.core.adapter.AdapterService]}]
> 10:42:46.272 INFO org.eclipse.equinox.ds - Could not bind a reference
> of component org.eclipse.fx.core.adapterservice. The reference is:
> Reference[name = AdapterProvider, interface =
> org.eclipse.fx.core.adapter.AdapterProvider, policy = static,
> cardinality = 0..n, target = null, bind =
> registerAdapterProviderService, unbind = unregisterAdapterProviderService]
> 10:42:46.308 INFO org.eclipse.equinox.ds - [DS perf] The instance of
> component ServiceComponentProp[
> name = org.eclipse.fx.core.adapterservice
> state = Active
> properties = {component.name=org.eclipse.fx.core.adapterservice,
> component.id=32,
> objectClass=String[org.eclipse.fx.core.adapter.AdapterService]}] is
> built for 9ms
> 10:42:46.309 INFO org.eclipse.equinox.ds - [DS perf] Start building
> instance of component ServiceComponentProp[
> name = org.eclipse.fx.core.adapterservice
> state = Active
> properties = {component.name=org.eclipse.fx.core.adapterservice,
> component.id=32,
> objectClass=String[org.eclipse.fx.core.adapter.AdapterService]}]
> 10:42:46.310 INFO org.eclipse.equinox.ds - [DS perf] The instance of
> component ServiceComponentProp[
> name = org.eclipse.fx.core.adapterservice
> state = Active
> properties = {component.name=org.eclipse.fx.core.adapterservice,
> component.id=32,
> objectClass=String[org.eclipse.fx.core.adapter.AdapterService]}] is
> built for 0ms
>
>
> The only instances of AdapterProvider that I could find are located in
> org.eclipse.fx.core.adapter.internal.AdapterServiceImpl. I do not use
> any AdapterProviders myself.
Previous Topic:Works with Java 7, but not Java 8
Next Topic:org.eclipse.e4.core.di.InjectionException error
Goto Forum:
  


Current Time: Fri Mar 29 11:37:26 GMT 2024

Powered by FUDForum. Page generated in 0.03451 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top