[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[ecf-dev] Application start-up when using RSA
|
I have a long delay (approximately 16 seconds) during start-up of my application. To debug, I enabled logging of all bundle events. I have attached the full log but the lines below lead me to believe that the delay is part of RSA starup.
Any suggestions on how to determine if it is RSA and how to reduce the startup time?
Tim
20150318 20:58:59.309 4956 INFO org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy - BundleEvent STARTED *** other lines omitted for brevity 20150318 20:59:01.023 6670 INFO org.eclipse.osgi - FrameworkEvent PACKAGES REFRESHED *** HERE 20150318 20:59:17.856 23503 INFO org.eclipse.ecf.osgi.services.remoteserviceadmin - [S:{org.osgi.service.remoteserviceadmin.RemoteServiceAdmin}={remote.configs.supported=[ecf.generic.client,ecf.r_osgi.peer.ws,ecf.r_osgi.peer.wss,ecf.generic.server,ecf.generic.ssl.client,ecf.generic.ssl.server,ecf.r_osgi.peer], org.eclipse.ecf.rsa=true, remote.intents.supported=[passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered], service.id=125, service.bundleid=525, service.scope=bundle}] ServiceEvent REGISTERED
|
20150318 20:58:54.579 226 INFO org.eclipse.equinox.ds - [S:{org.eclipse.osgi.framework.console.CommandProvider}={service.ranking=2147483647, service.id=29, service.bundleid=105, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:54.579 226 INFO org.eclipse.equinox.ds - [S:{org.apache.felix.scr.ScrService}={service.id=30, service.bundleid=105, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:54.579 226 INFO org.eclipse.equinox.ds - BundleEvent STARTED
20150318 20:58:54.579 226 INFO org.eclipse.equinox.simpleconfigurator - [S:{org.eclipse.equinox.internal.provisional.configurator.Configurator}={service.pid=org.eclipse.equinox.simpleconfigurator, service.vendor=Eclipse, service.id=31, service.bundleid=1, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:54.579 226 INFO org.eclipse.equinox.simpleconfigurator - [S:{org.eclipse.osgi.framework.console.CommandProvider}={service.id=32, service.bundleid=1, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:54.579 226 INFO org.eclipse.equinox.simpleconfigurator - BundleEvent STARTED
20150318 20:58:54.579 226 INFO org.eclipse.osgi - BundleEvent STARTED
20150318 20:58:54.579 226 INFO org.eclipse.osgi - FrameworkEvent STARTED
20150318 20:58:54.579 226 INFO ch.qos.logback.classic - BundleEvent STARTED
20150318 20:58:54.579 226 INFO ch.qos.logback.core - BundleEvent STARTED
20150318 20:58:54.579 226 INFO org.eclipse.equinox.common - [S:{org.eclipse.osgi.service.urlconversion.URLConverter}={protocol=platform, service.id=33, service.bundleid=102, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:54.579 226 INFO org.eclipse.equinox.common - [S:{org.eclipse.core.runtime.IAdapterManager}={service.id=34, service.bundleid=102, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:54.587 234 INFO org.eclipse.equinox.common - [S:{org.osgi.service.url.URLStreamHandlerService}={url.handler.protocol=[platform], service.id=35, service.bundleid=102, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:54.587 234 INFO org.eclipse.equinox.common - BundleEvent STARTED
20150318 20:58:54.603 250 INFO org.eclipse.equinox.event - [S:{org.osgi.service.event.EventAdmin}={component.name=org.eclipse.equinox.event, component.id=1, service.id=36, service.bundleid=106, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:54.603 250 INFO org.eclipse.equinox.event - BundleEvent STARTED
20150318 20:58:54.634 281 INFO javax.persistence - BundleEvent STARTED
20150318 20:58:54.634 281 INFO org.apache.derby - BundleEvent STARTED
20150318 20:58:54.790 437 INFO org.eclipse.gemini.blueprint.extender.internal.boot.ChainActivator - Blueprint API detected; enabling Blueprint Container functionality
20150318 20:58:54.794 441 INFO org.eclipse.gemini.blueprint.extender.internal.activator.LoggingActivator - Starting [org.eclipse.gemini.blueprint.extender] bundle v.[2.0.0.M02]
20150318 20:58:54.904 551 INFO com.ibm.icu - FrameworkEvent INFO
20150318 20:58:55.873 1520 INFO org.eclipse.e4.core.services - FrameworkEvent INFO
20150318 20:58:56.902 2549 INFO org.eclipse.equinox.registry - FrameworkEvent INFO
20150318 20:58:58.051 3698 INFO org.eclipse.gemini.blueprint.extender - [S:{org.springframework.beans.factory.xml.NamespaceHandlerResolver}={spring.osgi.core.bundle.id=142, spring.osgi.core.bundle.timestamp=1425801848760, service.id=37, service.bundleid=143, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.060 3707 INFO org.eclipse.gemini.blueprint.extender - [S:{org.xml.sax.EntityResolver}={spring.osgi.core.bundle.id=142, spring.osgi.core.bundle.timestamp=1425801848760, service.id=38, service.bundleid=143, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.140 3787 INFO org.eclipse.gemini.blueprint.extender - [S:{org.springframework.beans.factory.xml.NamespaceHandlerResolver}={spring.osgi.core.bundle.id=142, spring.osgi.core.bundle.timestamp=1425801848760, service.id=39, service.bundleid=143, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.140 3787 INFO org.eclipse.gemini.blueprint.extender - [S:{org.xml.sax.EntityResolver}={spring.osgi.core.bundle.id=142, spring.osgi.core.bundle.timestamp=1425801848760, service.id=40, service.bundleid=143, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.140 3787 INFO org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration - No custom extender configuration detected; using defaults...
20150318 20:58:58.147 3794 INFO org.eclipse.gemini.blueprint.extender.internal.support.ExtenderConfiguration$1 - Initializing Timer
20150318 20:58:58.210 3857 INFO org.eclipse.gemini.blueprint.extender - BundleEvent STARTED
20150318 20:58:58.210 3857 INFO org.eclipse.gemini.dbaccess.util - BundleEvent STARTED
20150318 20:58:58.225 3872 INFO org.eclipse.gemini.dbaccess.derby - [S:{org.osgi.service.jdbc.DataSourceFactory}={osgi.jdbc.driver.class=org.apache.derby.jdbc.EmbeddedDriver, osgi.jdbc.driver.version=3.0, osgi.jdbc.driver.name=Derby, service.id=41, service.bundleid=145, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.gemini.dbaccess.derby - [S:{org.osgi.service.jdbc.DataSourceFactory}={osgi.jdbc.driver.class=org.apache.derby.jdbc.ClientDriver, osgi.jdbc.driver.version=3.0, osgi.jdbc.driver.name=Derby, service.id=42, service.bundleid=145, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.gemini.dbaccess.derby - [S:{org.osgi.service.jdbc.DataSourceFactory}={osgi.jdbc.driver.class=org.apache.derby.jdbc.EmbeddedDriver, osgi.jdbc.driver.version=4.0, osgi.jdbc.driver.name=Derby, service.id=43, service.bundleid=145, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.gemini.dbaccess.derby - [S:{org.osgi.service.jdbc.DataSourceFactory}={osgi.jdbc.driver.class=org.apache.derby.jdbc.ClientDriver, osgi.jdbc.driver.version=4.0, osgi.jdbc.driver.name=Derby, service.id=44, service.bundleid=145, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.gemini.dbaccess.derby - BundleEvent STARTED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.core.di.extensions - [S:{org.eclipse.e4.core.di.suppliers.ExtendedObjectSupplier}={component.name=org.eclipse.e4.core.services.preferences, dependency.injection.annotation=org.eclipse.e4.core.di.extensions.Preference, component.id=2, service.id=45, service.bundleid=66, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.core.di.extensions - [S:{org.eclipse.e4.core.di.suppliers.ExtendedObjectSupplier}={component.name=org.eclipse.e4.core.services.events, dependency.injection.annotation=org.eclipse.e4.core.di.extensions.EventTopic, component.id=3, service.id=46, service.bundleid=66, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.core.di.extensions - [S:{org.eclipse.e4.core.di.suppliers.ExtendedObjectSupplier}={component.name=org.eclipse.e4.core.di.extensions.bundleContext, dependency.injection.annotation=org.eclipse.e4.core.di.extensions.OSGiBundle, component.id=4, service.id=47, service.bundleid=66, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.core.services - [S:{org.eclipse.e4.core.di.suppliers.ExtendedObjectSupplier}={component.name=org.eclipse.e4.core.services.translationsupplier, dependency.injection.annotation=org.eclipse.e4.core.services.nls.Translation, component.id=5, service.id=48, service.bundleid=67, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.core.services - [S:{org.eclipse.e4.core.services.nls.IMessageFactoryService}={component.name=org.eclipse.e4.core.services.messagesfactory, component.id=6, service.id=49, service.bundleid=67, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.core.services - [S:{org.eclipse.e4.core.services.translation.ResourceBundleProvider}={component.name=org.eclipse.e4.core.services.resourcebundleprovider, component.id=7, service.id=50, service.bundleid=67, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.ui.css.swt.theme - [S:{org.eclipse.e4.ui.css.swt.theme.IThemeManager}={component.name=org.eclipse.e4.ui.css.swt.theme, component.id=8, service.id=51, service.bundleid=71, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.ui.di - [S:{org.eclipse.e4.core.di.suppliers.ExtendedObjectSupplier}={component.name=org.eclipse.e4.ui.di.events, dependency.injection.annotation=org.eclipse.e4.ui.di.UIEventTopic, component.id=9, service.id=52, service.bundleid=72, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.ui.services - [S:{org.eclipse.e4.core.contexts.IContextFunction}={service.context.key=org.eclipse.e4.core.services.events.IEventBroker, component.name=org.eclipse.e4.ui.services, component.id=10, service.id=53, service.bundleid=74, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.ui.workbench - [S:{org.eclipse.e4.core.contexts.IContextFunction}={service.context.key=org.eclipse.core.runtime.IProgressMonitor, component.name=org.eclipse.e4.ui.workbench.progress, component.id=11, service.id=54, service.bundleid=76, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.ui.workbench - [S:{org.eclipse.e4.core.contexts.IContextFunction}={service.context.key=org.eclipse.e4.ui.workbench.modeling.EPartService, component.name=org.eclipse.e4.ui.workbench.partService, component.id=12, service.id=55, service.bundleid=76, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.225 3872 INFO org.eclipse.e4.ui.workbench - [S:{org.eclipse.e4.core.contexts.IContextFunction}={service.context.key=org.eclipse.e4.core.services.nls.ILocaleChangeService, component.name=ILocaleChangeService context function, component.id=13, service.id=56, service.bundleid=76, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.e4.ui.workbench.swt - [S:{org.eclipse.ui.testing.TestableObject}={component.name=org.eclipse.ui.testing.TestableObject, component.id=14, service.id=57, service.bundleid=79, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.e4.ui.workbench.swt - [S:{org.eclipse.e4.core.contexts.IContextFunction}={service.context.key=org.eclipse.e4.core.services.statusreporter.StatusReporter, component.name=org.eclipse.e4.ui.workbench.swt.statusReporter, component.id=15, service.id=58, service.bundleid=79, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.e4.ui.workbench.swt - [S:{org.eclipse.e4.core.contexts.IContextFunction}={service.context.key=org.eclipse.e4.ui.services.EMenuService, component.name=org.eclipse.e4.ui.workbench.swt.menuService, component.id=16, service.id=59, service.bundleid=79, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.frameworkadmin.equinox - [S:{org.eclipse.equinox.internal.provisional.frameworkadmin.FrameworkAdmin}={org.eclipse.equinox.frameworkhandler.launcher.version=3.2, component.name=org.eclipse.equinox.frameworkadmin.equinox, component.id=17, org.eclipse.equinox.frameworkhandler.framework.name=Equinox, org.eclipse.equinox.frameworkhandler.framework.version=3.3, org.eclipse.equinox.frameworkhandler.launcher.name=Eclipse.exe, service.id=60, service.bundleid=108, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.artifact.repository - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.artifact.repository, component.id=18, p2.agent.servicename=org.eclipse.equinox.p2.repository.artifact.IArtifactRepositoryManager, service.id=61, service.bundleid=116, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.core - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.core.eventbus, component.id=19, p2.agent.servicename=org.eclipse.equinox.internal.provisional.p2.core.eventbus.IProvisioningEventBus, service.id=62, service.bundleid=118, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.core - [S:{org.eclipse.equinox.p2.core.IProvisioningAgentProvider}={component.name=org.eclipse.equinox.p2.di.agentProvider, component.id=20, service.id=63, service.bundleid=118, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.director - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.director, component.id=21, p2.agent.servicename=org.eclipse.equinox.internal.provisional.p2.director.IDirector, service.id=64, service.bundleid=119, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.director - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.planner, component.id=22, p2.agent.servicename=org.eclipse.equinox.p2.planner.IPlanner, service.id=65, service.bundleid=119, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.engine - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.engine.registry, component.id=23, p2.agent.servicename=org.eclipse.equinox.p2.engine.IProfileRegistry, service.id=66, service.bundleid=120, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.engine - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.engine, component.id=24, p2.agent.servicename=org.eclipse.equinox.p2.engine.IEngine, service.id=67, service.bundleid=120, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.garbagecollector - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.garbagecollector, component.id=25, p2.agent.servicename=org.eclipse.equinox.internal.p2.garbagecollector.GarbageCollector, service.id=68, service.bundleid=121, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.metadata.repository - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.metadata.repository, component.id=26, p2.agent.servicename=org.eclipse.equinox.p2.repository.metadata.IMetadataRepositoryManager, service.id=69, service.bundleid=124, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.repository - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.repository, component.id=27, p2.agent.servicename=org.eclipse.equinox.internal.p2.repository.CacheManager, service.id=70, service.bundleid=127, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.transport.ecf - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.transport.ecf, component.id=28, p2.agent.servicename=org.eclipse.equinox.internal.p2.repository.Transport, service.id=71, service.bundleid=130, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.ui - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.ui.repositoryTracker, component.id=29, p2.agent.servicename=org.eclipse.equinox.p2.operations.RepositoryTracker, service.id=72, service.bundleid=131, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.ui - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.ui.serviceuifactory, component.id=30, p2.agent.servicename=org.eclipse.equinox.p2.core.UIServices, service.id=73, service.bundleid=131, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.241 3888 INFO org.eclipse.equinox.p2.ui.sdk - [S:{org.eclipse.equinox.p2.ui.Policy}={component.name=org.eclipse.equinox.p2.ui.sdk, component.id=31, service.id=74, service.bundleid=132, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.256 3903 INFO org.eclipse.equinox.p2.ui.sdk - [S:{org.eclipse.equinox.p2.ui.LicenseManager}={component.name=org.eclipse.equinox.p2.ui.sdk.licenseManager, component.id=32, service.id=75, service.bundleid=132, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.256 3903 INFO org.eclipse.equinox.p2.updatechecker - [S:{org.eclipse.equinox.p2.core.spi.IAgentServiceFactory}={component.name=org.eclipse.equinox.p2.updatechecker, component.id=33, p2.agent.servicename=org.eclipse.equinox.internal.provisional.p2.updatechecker.IUpdateChecker, service.id=76, service.bundleid=134, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.256 3903 INFO org.eclipse.equinox.simpleconfigurator.manipulator - [S:{org.eclipse.equinox.internal.provisional.configuratormanipulator.ConfiguratorManipulator, org.eclipse.equinox.simpleconfigurator.manipulator.SimpleConfiguratorManipulator}={service.vendor=Eclipse.org, component.name=org.eclipse.equinox.simpleconfigurator.manipulator, component.id=34, org.eclipse.equinox.configurator.BundleSymbolicName=org.eclipse.equinox.simpleconfigurator, service.id=77, service.bundleid=140, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.256 3903 INFO org.eclipse.equinox.util - [S:{org.eclipse.equinox.internal.util.threadpool.ThreadPoolManager, org.eclipse.equinox.internal.util.threadpool.ThreadPoolFactory}={service.id=78, service.bundleid=141, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.256 3903 INFO org.eclipse.equinox.util - [S:{org.eclipse.equinox.internal.util.timer.Timer}={service.id=79, service.bundleid=141, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.256 3903 INFO org.eclipse.equinox.util - BundleEvent STARTED
20150318 20:58:58.256 3903 INFO org.eclipse.ui.workbench - [S:{org.eclipse.e4.ui.internal.css.swt.definition.IColorAndFontProvider}={component.name=org.eclipse.ui.workbench, component.id=35, service.id=80, service.bundleid=188, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.256 3903 INFO org.eclipse.update.configurator - [S:{org.eclipse.core.runtime.IBundleGroupProvider}={component.name=org.eclipse.update.configurator.bundlegroup, component.id=36, service.id=81, service.bundleid=189, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.256 3903 INFO osgi.enterprise - BundleEvent STARTED
20150318 20:58:58.585 4232 INFO org.eclipse.equinox.registry - [S:{org.eclipse.core.runtime.IExtensionRegistry}={service.id=83, service.bundleid=136, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.585 4232 INFO org.eclipse.equinox.registry - [S:{org.eclipse.osgi.framework.console.CommandProvider}={service.id=84, service.bundleid=136, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.585 4232 INFO org.eclipse.equinox.registry - BundleEvent STARTED
20150318 20:58:58.600 4247 INFO org.eclipse.equinox.preferences - [S:{org.eclipse.core.runtime.preferences.IPreferencesService}={service.id=85, service.bundleid=135, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.600 4247 INFO org.eclipse.equinox.preferences - [S:{org.osgi.service.prefs.PreferencesService}={service.id=86, service.bundleid=135, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:58.600 4247 INFO org.eclipse.equinox.preferences - BundleEvent STARTED
20150318 20:58:58.616 4263 INFO org.eclipse.core.contenttype - [S:{org.eclipse.core.runtime.content.IContentTypeManager}={service.id=87, service.bundleid=54, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.616 4263 INFO org.eclipse.core.contenttype - BundleEvent STARTED
20150318 20:58:58.616 4263 INFO org.eclipse.update.configurator - [S:{org.eclipse.update.configurator.IPlatformConfigurationFactory}={service.id=88, service.bundleid=189, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.835 4482 INFO org.eclipse.update.configurator - BundleEvent STARTED
20150318 20:58:58.835 4482 INFO org.eclipse.core.runtime - [S:{org.eclipse.core.internal.preferences.exchange.IProductPreferencesService}={service.id=89, service.bundleid=62, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.850 4497 INFO org.eclipse.core.jobs - [S:{org.eclipse.core.runtime.jobs.IJobManager}={service.id=90, service.bundleid=60, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.850 4497 INFO org.eclipse.core.jobs - BundleEvent STARTED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=E4 Application, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.e4.ui.workbench.swt.E4Application, application.launchable=true, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20140530-1436.jar, service.id=91, service.bundleid=100, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=Internal Model Topic Generator, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.e4.ui.workbench.swt.GenTopic, application.launchable=true, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20140530-1436.jar, service.id=92, service.bundleid=100, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=false, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.equinox.app.error, application.launchable=true, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar, service.id=93, service.bundleid=100, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.equinox.p2.garbagecollector.application, application.launchable=true, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar, service.id=94, service.bundleid=100, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.help.base.infocenterApplication, application.launchable=true, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.help.base_4.0.200.v20140925-0400.jar, service.id=95, service.bundleid=100, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.help.base.helpApplication, application.launchable=true, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.help.base_4.0.200.v20140925-0400.jar, service.id=96, service.bundleid=100, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.help.base.indexTool, application.launchable=true, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.help.base_4.0.200.v20140925-0400.jar, service.id=97, service.bundleid=100, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=com.easa.acmotor.base.application, application.launchable=true, eclipse.application.default=true, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/com.easa.acmotor.base/, service.id=98, service.bundleid=100, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.866 4513 DEBUG org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=com.easa.acmotor.base.application, application.launchable=false, eclipse.application.default=true, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/com.easa.acmotor.base/, service.id=98, service.bundleid=100, service.scope=singleton}] ServiceEvent MODIFIED
20150318 20:58:58.866 4513 DEBUG org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=false, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.equinox.app.error, application.launchable=false, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.app_1.3.200.v20130910-1609.jar, service.id=93, service.bundleid=100, service.scope=singleton}] ServiceEvent MODIFIED
20150318 20:58:58.866 4513 DEBUG org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.help.base.infocenterApplication, application.launchable=false, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.help.base_4.0.200.v20140925-0400.jar, service.id=95, service.bundleid=100, service.scope=singleton}] ServiceEvent MODIFIED
20150318 20:58:58.866 4513 DEBUG org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=Internal Model Topic Generator, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.e4.ui.workbench.swt.GenTopic, application.launchable=false, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20140530-1436.jar, service.id=92, service.bundleid=100, service.scope=singleton}] ServiceEvent MODIFIED
20150318 20:58:58.866 4513 DEBUG org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=E4 Application, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.e4.ui.workbench.swt.E4Application, application.launchable=false, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.e4.ui.workbench.swt_0.12.100.v20140530-1436.jar, service.id=91, service.bundleid=100, service.scope=singleton}] ServiceEvent MODIFIED
20150318 20:58:58.866 4513 DEBUG org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.help.base.indexTool, application.launchable=false, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.help.base_4.0.200.v20140925-0400.jar, service.id=97, service.bundleid=100, service.scope=singleton}] ServiceEvent MODIFIED
20150318 20:58:58.866 4513 DEBUG org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.equinox.p2.garbagecollector.application, application.launchable=false, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.equinox.p2.garbagecollector_1.0.200.v20131115-1210.jar, service.id=94, service.bundleid=100, service.scope=singleton}] ServiceEvent MODIFIED
20150318 20:58:58.866 4513 DEBUG org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationDescriptor}={eclipse.application.type=main.thread, application.name=, application.visible=true, application.container=org.eclipse.equinox.app, service.pid=org.eclipse.help.base.helpApplication, application.launchable=false, application.locked=false, application.location=reference:file:/D:/dev/projects/EASA-MotorDB/.metadata/.plugins/org.eclipse.pde.core/.bundle_pool/plugins/org.eclipse.help.base_4.0.200.v20140925-0400.jar, service.id=96, service.bundleid=100, service.scope=singleton}] ServiceEvent MODIFIED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - [S:{org.osgi.service.application.ApplicationHandle, org.eclipse.equinox.app.IApplicationContext}={application.state=org.eclipse.equinox.app.starting, eclipse.application.type=main.thread, application.supports.exitvalue=true, eclipse.application.default=true, service.pid=com.easa.acmotor.base.application.0, application.descriptor=com.easa.acmotor.base.application, service.id=99, service.bundleid=100, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - [S:{org.eclipse.osgi.framework.console.CommandProvider}={service.id=100, service.bundleid=100, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:58.866 4513 INFO org.eclipse.equinox.app - BundleEvent STARTED
20150318 20:58:58.882 4529 INFO org.eclipse.core.runtime - BundleEvent STARTED
20150318 20:58:58.882 4529 INFO org.eclipse.jface - BundleEvent STARTED
20150318 20:58:58.975 4622 INFO org.eclipse.ui - BundleEvent STARTED
20150318 20:58:58.975 4622 INFO org.eclipse.ui.workbench - BundleEvent STARTED
20150318 20:58:58.975 4622 INFO org.eclipse.e4.ui.workbench - BundleEvent STARTED
20150318 20:58:58.975 4622 INFO org.eclipse.emf.common - BundleEvent STARTED
20150318 20:58:58.975 4622 INFO org.eclipse.e4.ui.model.workbench - BundleEvent STARTED
20150318 20:58:58.975 4622 INFO org.eclipse.e4.core.di - BundleEvent STARTED
20150318 20:58:59.195 4842 INFO com.easa.motordb.client.eclipse.datamanager - BundleEvent STARTED
20150318 20:58:59.234 4881 INFO ch.ethz.iks.r_osgi.remote - [S:{ch.ethz.iks.r_osgi.RemoteOSGiService, ch.ethz.iks.r_osgi.Remoting}={service.id=102, service.bundleid=3, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.262 4909 INFO ch.ethz.iks.r_osgi.remote - [S:{ch.ethz.iks.r_osgi.channels.NetworkChannelFactory}={protocol=r-osgi, service.id=103, service.bundleid=3, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.262 4909 INFO ch.ethz.iks.r_osgi.remote - BundleEvent STARTED
20150318 20:58:59.278 4925 INFO org.eclipse.ecf - [S:{javax.net.ssl.SSLSocketFactory}={service.id=104, service.bundleid=81, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.278 4925 INFO org.eclipse.ecf - [S:{javax.net.ssl.SSLServerSocketFactory}={service.id=105, service.bundleid=81, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.278 4925 INFO org.eclipse.ecf - [S:{org.eclipse.ecf.core.IContainerFactory}={service.id=106, service.bundleid=81, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:59.278 4925 INFO org.eclipse.ecf - [S:{org.eclipse.ecf.core.IContainerManager}={service.id=107, service.bundleid=81, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:58:59.294 4941 INFO org.eclipse.ecf - BundleEvent STARTED
20150318 20:58:59.294 4941 INFO org.eclipse.ecf.console - [S:{org.eclipse.osgi.framework.console.CommandProvider}={service.id=108, service.bundleid=82, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.294 4941 INFO org.eclipse.ecf.console - BundleEvent STARTED
20150318 20:58:59.294 4941 INFO org.eclipse.ecf.discovery - BundleEvent STARTED
20150318 20:58:59.309 4956 INFO org.eclipse.ecf.identity - [S:{org.eclipse.ecf.core.identity.IIDFactory}={service.id=109, service.bundleid=85, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.309 4956 INFO org.eclipse.ecf.identity - BundleEvent STARTED
20150318 20:58:59.309 4956 INFO org.eclipse.ecf.osgi.services.remoteserviceadmin.proxy - BundleEvent STARTED
20150318 20:58:59.309 4956 INFO org.eclipse.ecf.provider - BundleEvent STARTED
20150318 20:58:59.309 4956 INFO org.eclipse.ecf.provider.r_osgi - BundleEvent STARTED
20150318 20:58:59.325 4972 INFO org.eclipse.ecf.provider.remoteservice - BundleEvent STARTED
20150318 20:58:59.325 4972 INFO org.eclipse.ecf.remoteservice - [S:{org.eclipse.ecf.remoteservice.IRemoteServiceProxyCreator}={service.ranking=-2147483648, service.id=110, service.bundleid=93, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.340 4987 INFO org.eclipse.ecf.filetransfer - BundleEvent STARTED
20150318 20:58:59.340 4987 INFO org.eclipse.ecf.provider.filetransfer - [S:{org.eclipse.ecf.filetransfer.service.IRetrieveFileTransferFactory}={service.id=111, service.bundleid=90, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.340 4987 INFO org.eclipse.ecf.provider.filetransfer.httpclient4 - BundleEvent STARTED
20150318 20:58:59.356 5003 INFO org.eclipse.ecf.provider.filetransfer - [S:{org.eclipse.ecf.provider.filetransfer.IFileTransferProtocolToFactoryMapper}={service.id=112, service.bundleid=90, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.356 5003 INFO org.eclipse.ecf.provider.filetransfer - BundleEvent STARTED
20150318 20:58:59.356 5003 INFO org.eclipse.ecf.remoteservice - BundleEvent STARTED
20150318 20:58:59.356 5003 INFO org.eclipse.ecf.sharedobject - BundleEvent STARTED
20150318 20:58:59.581 5228 INFO org.eclipse.gemini.jpa - [S:{javax.persistence.spi.PersistenceProvider}={javax.persistence.provider=org.eclipse.persistence.jpa.PersistenceProvider, osgi.jpa.provider.version=1.2.0.M1, service.id=113, service.bundleid=148, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.586 5233 INFO org.eclipse.gemini.jpa - [S:{org.osgi.service.cm.ManagedServiceFactory}={service.pid=gemini.jpa.punit, service.id=114, service.bundleid=148, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.589 5236 INFO org.eclipse.gemini.jpa - BundleEvent STARTED
20150318 20:58:59.591 5238 INFO org.eclipse.osgi.services - BundleEvent STARTED
20150318 20:58:59.591 5238 INFO org.objectweb.asm - BundleEvent STARTED
20150318 20:58:59.593 5240 INFO ch.ethz.iks.r_osgi.transport.http - [S:{ch.ethz.iks.r_osgi.channels.NetworkChannelFactory}={protocol=http, service.id=115, service.bundleid=383, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.594 5241 INFO ch.ethz.iks.r_osgi.transport.http - [S:{ch.ethz.iks.r_osgi.channels.NetworkChannelFactory}={protocol=https, service.id=116, service.bundleid=383, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:58:59.594 5241 INFO ch.ethz.iks.r_osgi.transport.http - BundleEvent STARTED
20150318 20:58:59.594 5241 INFO java_websocket - BundleEvent STARTED
20150318 20:58:59.595 5242 INFO com.easa.motordb.services.remote - BundleEvent STARTED
20150318 20:58:59.677 5324 INFO org.eclipse.equinox.logger - Could not bind a reference of component com.easa.motordb.client.eclipse.ref.threephase. The reference is: Reference[name = IThreePhaseMotorEntity, interface = com.easa.motordb.services.IThreePhaseMotorEntity, policy = dynamic, cardinality = 0..1, target = null, bind = bindThreePhaseMotor, unbind = unbindThreePhaseMotor]
20150318 20:58:59.677 5324 INFO org.eclipse.equinox.logger - Could not bind a reference of component com.easa.motordb.client.eclipse.ref.dcmotorentity. The reference is: Reference[name = IDcMotorEntity, interface = com.easa.motordb.services.IDcMotorEntity, policy = dynamic, cardinality = 0..1, target = null, bind = bindDcMotor, unbind = unbindDcMotor]
20150318 20:58:59.677 5324 INFO org.eclipse.equinox.logger - Could not bind a reference of component com.easa.motordb.client.eclipse.ref.singlephase. The reference is: Reference[name = ISinglePhaseMotorEntity, interface = com.easa.motordb.services.ISinglePhaseMotorEntity, policy = dynamic, cardinality = 0..1, target = null, bind = bindSinglePhaseMotor, unbind = unbindSinglePhaseMotor]
20150318 20:58:59.677 5324 INFO org.eclipse.equinox.logger - Could not bind a reference of component com.easa.motordb.client.eclipse.ref.multispeed. The reference is: Reference[name = IMultiSpeedMotorEntity, interface = com.easa.motordb.services.IMultiSpeedMotorEntity, policy = dynamic, cardinality = 0..1, target = null, bind = bindMultiSpeedMotor, unbind = unbindMultiSpeedMotor]
20150318 20:58:59.677 5324 INFO com.easa.motordb.client.eclipse - BundleEvent STARTED
20150318 20:59:00.707 6354 INFO org.eclipse.gemini.jpa - [S:{org.osgi.framework.hooks.weaving.WeavingHook}={osgi.unit.name=acmotor, service.id=117, service.bundleid=148, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:00.781 6428 INFO org.eclipse.gemini.jpa - [S:{org.osgi.service.jpa.EntityManagerFactoryBuilder}={osgi.managed.bundles=com.easa.acmotor.model.jpa_1.0.0.qualifier, osgi.unit.version=1.0.0.qualifier, osgi.unit.name=acmotor, osgi.unit.provider=org.eclipse.persistence.jpa.PersistenceProvider, service.id=119, service.bundleid=148, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:00.781 6428 INFO org.eclipse.osgi - FrameworkEvent PACKAGES REFRESHED
20150318 20:59:01.007 6654 INFO org.eclipse.gemini.jpa - [S:{org.osgi.framework.hooks.weaving.WeavingHook}={osgi.unit.name=motordb, service.id=121, service.bundleid=148, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:01.023 6670 INFO org.eclipse.gemini.jpa - [S:{org.osgi.service.jpa.EntityManagerFactoryBuilder}={osgi.managed.bundles=com.easa.motordb.services.jpa_1.0.0.qualifier, osgi.unit.version=1.0.0.qualifier, osgi.unit.name=motordb, osgi.unit.provider=org.eclipse.persistence.jpa.PersistenceProvider, service.id=123, service.bundleid=148, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:01.023 6670 INFO org.eclipse.osgi - FrameworkEvent PACKAGES REFRESHED
*** HERE
20150318 20:59:17.856 23503 INFO org.eclipse.ecf.osgi.services.remoteserviceadmin - [S:{org.osgi.service.remoteserviceadmin.RemoteServiceAdmin}={remote.configs.supported=[ecf.generic.client,ecf.r_osgi.peer.ws,ecf.r_osgi.peer.wss,ecf.generic.server,ecf.generic.ssl.client,ecf.generic.ssl.server,ecf.r_osgi.peer], org.eclipse.ecf.rsa=true, remote.intents.supported=[passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered,passByValue,exactlyOnce,ordered], service.id=125, service.bundleid=525, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:59:17.863 23510 INFO org.eclipse.equinox.concurrent - BundleEvent STARTED
20150318 20:59:17.879 23526 INFO org.eclipse.ecf.osgi.services.remoteserviceadmin - [S:{org.eclipse.ecf.osgi.services.remoteserviceadmin.IServiceInfoFactory}={service.ranking=-2147483648, service.id=126, service.bundleid=525, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:17.879 23526 INFO org.eclipse.ecf.osgi.services.remoteserviceadmin - [S:{org.eclipse.ecf.osgi.services.remoteserviceadmin.IServiceInfoFactory}={service.ranking=-2147483648, service.id=127, service.bundleid=525, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:17.879 23526 INFO org.eclipse.ecf.osgi.services.remoteserviceadmin - [S:{org.eclipse.ecf.osgi.services.remoteserviceadmin.IDiscoveredEndpointDescriptionFactory}={service.ranking=-2147483648, service.id=128, service.bundleid=525, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:17.894 23541 INFO org.eclipse.ecf.osgi.services.remoteserviceadmin - [S:{org.eclipse.ecf.osgi.services.remoteserviceadmin.IEndpointDescriptionReader}={service.ranking=-2147483648, service.id=129, service.bundleid=525, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:17.957 23604 WARN org.eclipse.ecf.osgi.services.remoteserviceadmin - org.eclipse.core.runtime.Status[plugin=org.eclipse.ecf.osgi.services.remoteserviceadmin;code=2;message=org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator:queueEndpointDescription:No matching EndpointEventListeners found for event typeadded endpointDescription=ECFEndpointDescription[{ecf.endpoint.id=r-osgi.ws://easa.vogelware.com, ecf.endpoint.id.ns=ecf.namespace.r_osgi.ws, ecf.endpoint.ts=0, endpoint.framework.uuid=0, endpoint.id=0, endpoint.package.version.com.easa.motordb.services=0.0.1, endpoint.service.id=0, objectClass=[Ljava.lang.String;@7bb5527f, remote.configs.supported=[Ljava.lang.String;@3d3b4f4c, remote.intents.supported=[Ljava.lang.String;@d325fc, service.id=0, service.imported=true, service.imported.configs=[Ljava.lang.String;@2662c3d0, service.scope=singleton}];severity2;exception=null;children=[]]
20150318 20:59:17.957 23604 WARN org.eclipse.ecf.osgi.services.remoteserviceadmin - org.eclipse.core.runtime.Status[plugin=org.eclipse.ecf.osgi.services.remoteserviceadmin;code=2;message=org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator:queueEndpointDescription:No matching EndpointListeners found for discovered endpointDescription=ECFEndpointDescription[{ecf.endpoint.id=r-osgi.ws://easa.vogelware.com, ecf.endpoint.id.ns=ecf.namespace.r_osgi.ws, ecf.endpoint.ts=0, endpoint.framework.uuid=0, endpoint.id=0, endpoint.package.version.com.easa.motordb.services=0.0.1, endpoint.service.id=0, objectClass=[Ljava.lang.String;@7bb5527f, remote.configs.supported=[Ljava.lang.String;@3d3b4f4c, remote.intents.supported=[Ljava.lang.String;@d325fc, service.id=0, service.imported=true, service.imported.configs=[Ljava.lang.String;@2662c3d0, service.scope=singleton}];severity2;exception=null;children=[]]
20150318 20:59:17.973 23620 WARN org.eclipse.ecf.osgi.services.remoteserviceadmin - org.eclipse.core.runtime.Status[plugin=org.eclipse.ecf.osgi.services.remoteserviceadmin;code=2;message=org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator:queueEndpointDescription:No matching EndpointEventListeners found for event typeadded endpointDescription=ECFEndpointDescription[{ecf.endpoint.id=r-osgi.ws://easa.vogelware.com, ecf.endpoint.id.ns=ecf.namespace.r_osgi.ws, ecf.endpoint.ts=0, endpoint.framework.uuid=0, endpoint.id=3, endpoint.package.version.com.easa.motordb.services=0.0.1, endpoint.service.id=0, objectClass=[Ljava.lang.String;@1da5a409, remote.configs.supported=[Ljava.lang.String;@65b45a13, remote.intents.supported=[Ljava.lang.String;@2385c98f, service.id=0, service.imported=true, service.imported.configs=[Ljava.lang.String;@2473dd81, service.scope=singleton}];severity2;exception=null;children=[]]
20150318 20:59:17.974 23621 WARN org.eclipse.ecf.osgi.services.remoteserviceadmin - org.eclipse.core.runtime.Status[plugin=org.eclipse.ecf.osgi.services.remoteserviceadmin;code=2;message=org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator:queueEndpointDescription:No matching EndpointListeners found for discovered endpointDescription=ECFEndpointDescription[{ecf.endpoint.id=r-osgi.ws://easa.vogelware.com, ecf.endpoint.id.ns=ecf.namespace.r_osgi.ws, ecf.endpoint.ts=0, endpoint.framework.uuid=0, endpoint.id=3, endpoint.package.version.com.easa.motordb.services=0.0.1, endpoint.service.id=0, objectClass=[Ljava.lang.String;@1da5a409, remote.configs.supported=[Ljava.lang.String;@65b45a13, remote.intents.supported=[Ljava.lang.String;@2385c98f, service.id=0, service.imported=true, service.imported.configs=[Ljava.lang.String;@2473dd81, service.scope=singleton}];severity2;exception=null;children=[]]
20150318 20:59:17.981 23628 WARN org.eclipse.ecf.osgi.services.remoteserviceadmin - org.eclipse.core.runtime.Status[plugin=org.eclipse.ecf.osgi.services.remoteserviceadmin;code=2;message=org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator:queueEndpointDescription:No matching EndpointEventListeners found for event typeadded endpointDescription=ECFEndpointDescription[{ecf.endpoint.id=r-osgi.ws://easa.vogelware.com, ecf.endpoint.id.ns=ecf.namespace.r_osgi.ws, ecf.endpoint.ts=0, endpoint.framework.uuid=0, endpoint.id=2, endpoint.package.version.com.easa.motordb.services=0.0.1, endpoint.service.id=0, objectClass=[Ljava.lang.String;@11cba35a, remote.configs.supported=[Ljava.lang.String;@505172d6, remote.intents.supported=[Ljava.lang.String;@134a68cc, service.id=0, service.imported=true, service.imported.configs=[Ljava.lang.String;@7a2632f8, service.scope=singleton}];severity2;exception=null;children=[]]
20150318 20:59:17.982 23629 WARN org.eclipse.ecf.osgi.services.remoteserviceadmin - org.eclipse.core.runtime.Status[plugin=org.eclipse.ecf.osgi.services.remoteserviceadmin;code=2;message=org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator:queueEndpointDescription:No matching EndpointListeners found for discovered endpointDescription=ECFEndpointDescription[{ecf.endpoint.id=r-osgi.ws://easa.vogelware.com, ecf.endpoint.id.ns=ecf.namespace.r_osgi.ws, ecf.endpoint.ts=0, endpoint.framework.uuid=0, endpoint.id=2, endpoint.package.version.com.easa.motordb.services=0.0.1, endpoint.service.id=0, objectClass=[Ljava.lang.String;@11cba35a, remote.configs.supported=[Ljava.lang.String;@505172d6, remote.intents.supported=[Ljava.lang.String;@134a68cc, service.id=0, service.imported=true, service.imported.configs=[Ljava.lang.String;@7a2632f8, service.scope=singleton}];severity2;exception=null;children=[]]
20150318 20:59:17.989 23636 WARN org.eclipse.ecf.osgi.services.remoteserviceadmin - org.eclipse.core.runtime.Status[plugin=org.eclipse.ecf.osgi.services.remoteserviceadmin;code=2;message=org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator:queueEndpointDescription:No matching EndpointEventListeners found for event typeadded endpointDescription=ECFEndpointDescription[{ecf.endpoint.id=r-osgi.ws://easa.vogelware.com, ecf.endpoint.id.ns=ecf.namespace.r_osgi.ws, ecf.endpoint.ts=0, endpoint.framework.uuid=0, endpoint.id=1, endpoint.package.version.com.easa.motordb.services=0.0.1, endpoint.service.id=0, objectClass=[Ljava.lang.String;@33c202, remote.configs.supported=[Ljava.lang.String;@46061168, remote.intents.supported=[Ljava.lang.String;@3860e6c2, service.id=0, service.imported=true, service.imported.configs=[Ljava.lang.String;@61cde778, service.scope=singleton}];severity2;exception=null;children=[]]
20150318 20:59:17.990 23637 WARN org.eclipse.ecf.osgi.services.remoteserviceadmin - org.eclipse.core.runtime.Status[plugin=org.eclipse.ecf.osgi.services.remoteserviceadmin;code=2;message=org.eclipse.ecf.osgi.services.remoteserviceadmin.EndpointDescriptionLocator:queueEndpointDescription:No matching EndpointListeners found for discovered endpointDescription=ECFEndpointDescription[{ecf.endpoint.id=r-osgi.ws://easa.vogelware.com, ecf.endpoint.id.ns=ecf.namespace.r_osgi.ws, ecf.endpoint.ts=0, endpoint.framework.uuid=0, endpoint.id=1, endpoint.package.version.com.easa.motordb.services=0.0.1, endpoint.service.id=0, objectClass=[Ljava.lang.String;@33c202, remote.configs.supported=[Ljava.lang.String;@46061168, remote.intents.supported=[Ljava.lang.String;@3860e6c2, service.id=0, service.imported=true, service.imported.configs=[Ljava.lang.String;@61cde778, service.scope=singleton}];severity2;exception=null;children=[]]
20150318 20:59:17.992 23639 INFO org.eclipse.ecf.osgi.services.remoteserviceadmin - BundleEvent STARTED
20150318 20:59:17.993 23640 INFO org.eclipse.ecf.osgi.services.distribution - [S:{org.osgi.service.remoteserviceadmin.EndpointEventListener}={endpoint.listener.scope=[(&(!(endpoint.framework.uuid=50e64c1d-d3cd-0014-1fcc-cff2be375896))(ecf.endpoint.id.ns=*)),(!(ecf.endpoint.id.ns=*))], service.id=130, service.bundleid=86, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:59:18.009 23656 INFO org.eclipse.ecf.osgi.services.distribution - [S:{org.osgi.service.remoteserviceadmin.RemoteServiceAdminListener, org.osgi.framework.hooks.service.EventListenerHook}={event.topics=org/osgi/service/remoteserviceadmin/*, component.name=org.eclipse.ecf.osgi.services.distribution.basictopologymanager, component.id=52, service.id=131, service.bundleid=86, service.scope=bundle}] ServiceEvent REGISTERED
20150318 20:59:18.009 23656 INFO org.eclipse.ecf.osgi.services.distribution - BundleEvent STARTED
20150318 20:59:18.009 23656 INFO org.eclipse.osgi - FrameworkEvent STARTLEVEL CHANGED
20150318 20:59:18.009 23656 INFO org.eclipse.equinox.console - [S:{java.lang.Object}={osgi.command.function=[dis,en,disable,disAll,list,enable,comp,component,disableAll,enAll,enableAll,ls], osgi.command.scope=equinox, service.id=132, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.009 23656 INFO org.eclipse.equinox.console - [S:{java.lang.Object}={osgi.command.function=[confapply], osgi.command.scope=equinox, service.id=133, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.009 23656 INFO org.eclipse.equinox.console - [S:{java.lang.Object}={osgi.command.function=[ns,pt], osgi.command.scope=equinox, service.id=134, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.024 23671 INFO org.eclipse.equinox.console - [S:{java.lang.Object}={osgi.command.function=[apps,lockApp,unlockApp,unschedApp,stopApp,activeApps,schedApp,startApp], osgi.command.scope=equinox, service.id=135, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.024 23671 INFO org.eclipse.equinox.console - [S:{java.lang.Object}={osgi.command.function=[listfactories,createcontainer,listcontainers,destroycontainer], osgi.command.scope=equinox, service.id=136, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.024 23671 INFO org.eclipse.equinox.console - [S:{org.apache.felix.service.command.Converter}={service.id=137, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.024 23671 INFO org.eclipse.equinox.console - [S:{org.eclipse.equinox.console.commands.EquinoxCommandProvider}={service.ranking=2147483647, osgi.command.function=[exit,shutdown,sta,start,sto,stop,i,install,up,up,up,update,update,update,un,uninstall,s,status,se,services,p,p,packages,packages,bundles,b,bundle,gc,init,close,r,refresh,exec,fork,h,headers,pr,props,setp,setprop,ss,t,threads,sl,setfwsl,setbsl,setibsl,requiredBundles,classSpaces,profilelog,getPackages,getprop,diag,enableBundle,disableBundle,disabledBundles], osgi.command.scope=equinox, service.id=138, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.040 23687 INFO org.eclipse.equinox.console - [S:{org.eclipse.equinox.console.commands.HelpCommand}={service.ranking=2147483647, osgi.command.function=[help], osgi.command.scope=equinox, service.id=139, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.040 23687 INFO org.eclipse.equinox.console - [S:{org.eclipse.equinox.console.commands.ManCommand}={osgi.command.function=[man], osgi.command.scope=equinox, service.id=140, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.040 23687 INFO org.eclipse.equinox.console - [S:{org.eclipse.equinox.console.commands.DisconnectCommand}={osgi.command.function=[disconnect], osgi.command.scope=equinox, service.id=141, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.040 23687 INFO org.eclipse.equinox.console - [S:{org.eclipse.equinox.console.commands.CommandsTracker}={service.id=142, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.056 23703 INFO org.apache.felix.gogo.runtime - [S:{org.apache.felix.service.threadio.ThreadIO}={service.id=143, service.bundleid=48, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.056 23703 INFO org.apache.felix.gogo.runtime - [S:{org.apache.felix.service.command.CommandProcessor}={service.id=144, service.bundleid=48, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.056 23703 INFO org.eclipse.equinox.console - [S:{org.eclipse.equinox.console.telnet.TelnetCommand}={osgi.command.function=[telnet], osgi.command.scope=equinox, service.id=145, service.bundleid=104, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.071 23718 INFO org.apache.felix.gogo.runtime - BundleEvent STARTED
20150318 20:59:18.071 23718 INFO org.apache.felix.gogo.shell - [S:{org.apache.felix.service.command.Converter}={service.id=146, service.bundleid=49, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.071 23718 INFO org.apache.felix.gogo.shell - [S:{org.apache.felix.gogo.shell.Builtin}={osgi.command.function=[format,getopt,new,set,tac,type], osgi.command.scope=gogo, service.id=147, service.bundleid=49, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.071 23718 INFO org.apache.felix.gogo.shell - [S:{org.apache.felix.gogo.shell.Procedural}={osgi.command.function=[each,if,not,throw,try,until,while], osgi.command.scope=gogo, service.id=148, service.bundleid=49, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.087 23734 INFO org.apache.felix.gogo.shell - [S:{org.apache.felix.gogo.shell.Posix}={osgi.command.function=[cat,echo,grep], osgi.command.scope=gogo, service.id=149, service.bundleid=49, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.087 23734 INFO org.apache.felix.gogo.shell - [S:{org.apache.felix.gogo.shell.Telnet}={osgi.command.function=[telnetd], osgi.command.scope=gogo, service.id=150, service.bundleid=49, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.087 23734 INFO org.apache.felix.gogo.shell - [S:{org.apache.felix.gogo.shell.Shell}={osgi.command.function=[gosh,sh,source], osgi.command.scope=gogo, service.id=151, service.bundleid=49, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.087 23734 INFO org.apache.felix.gogo.shell - BundleEvent STARTED
20150318 20:59:18.103 23750 INFO org.apache.felix.gogo.command - [S:{org.apache.felix.gogo.command.Basic}={osgi.command.function=[bundlelevel,frameworklevel,headers,help,install,inspect,lb,log,refresh,resolve,start,stop,uninstall,update,which], osgi.command.scope=felix, service.id=152, service.bundleid=47, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.103 23750 INFO org.apache.felix.gogo.command - [S:{org.apache.felix.gogo.command.Files}={osgi.command.function=[cd,ls], osgi.command.scope=felix, service.id=153, service.bundleid=47, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.103 23750 INFO org.apache.felix.gogo.command - [S:{org.apache.felix.gogo.command.OBR}={osgi.command.function=[deploy,info,javadoc,list,repos,source], osgi.command.scope=obr, service.id=154, service.bundleid=47, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.103 23750 INFO org.apache.felix.gogo.command - BundleEvent STARTED
20150318 20:59:18.103 23750 INFO org.eclipse.equinox.console - BundleEvent STARTED
20150318 20:59:18.103 23750 INFO org.eclipse.osgi - [S:{org.eclipse.osgi.service.runnable.ApplicationLauncher}={service.id=155, service.bundleid=0, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.212 23859 INFO org.eclipse.core.databinding.observable - BundleEvent STARTED
20150318 20:59:18.212 23859 INFO org.eclipse.e4.ui.workbench.swt - BundleEvent STARTED
20150318 20:59:18.212 23859 INFO org.eclipse.e4.core.services - BundleEvent STARTED
20150318 20:59:18.212 23859 INFO org.eclipse.e4.core.contexts - BundleEvent STARTED
20150318 20:59:18.228 23875 INFO org.eclipse.e4.ui.services - BundleEvent STARTED
20150318 20:59:18.259 23906 INFO org.eclipse.e4.ui.di - BundleEvent STARTED
20150318 20:59:18.259 23906 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/UIElement/widget/*], service.id=156, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.290 23937 INFO org.eclipse.emf.ecore - BundleEvent STARTED
20150318 20:59:18.337 23984 INFO org.eclipse.emf.ecore.xmi - BundleEvent STARTED
20150318 20:59:18.540 24187 INFO org.eclipse.e4.ui.workbench.addons.swt - BundleEvent STARTED
20150318 20:59:18.556 24203 INFO org.eclipse.e4.core.commands - BundleEvent STARTED
20150318 20:59:18.556 24203 INFO org.eclipse.core.expressions - BundleEvent STARTED
20150318 20:59:18.571 24218 INFO org.eclipse.e4.ui.workbench.renderers.swt - BundleEvent STARTED
20150318 20:59:18.618 24265 INFO org.eclipse.e4.ui.bindings - BundleEvent STARTED
20150318 20:59:18.634 24281 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/application/Application/commands/*], service.id=157, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.634 24281 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/application/Application/categories/*], service.id=158, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.634 24281 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/commands/BindingContext/children/*], service.id=159, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.634 24281 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/commands/BindingTableContainer/bindingTables/*], service.id=160, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.634 24281 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/commands/BindingTable/bindings/*], service.id=161, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.634 24281 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/commands/KeyBinding/command/*], service.id=162, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.634 24281 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/commands/KeyBinding/parameters/*], service.id=163, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.634 24281 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/commands/KeySequence/keySequence/*], service.id=164, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.634 24281 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/application/ApplicationElement/tags/*], service.id=165, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.634 24281 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/Context/context/*], service.id=166, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.649 24296 INFO org.eclipse.e4.core.di.extensions - BundleEvent STARTED
20150318 20:59:18.649 24296 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/UIElement/visible/*], service.id=167, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.649 24296 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/ElementContainer/children/*], service.id=168, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.649 24296 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/UIElement/toBeRendered/*], service.id=169, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.649 24296 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/UIElement/widget/*], service.id=170, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/UIElement/widget/*], service.id=171, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/LifeCycle/perspOpened], service.id=172, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/ElementContainer/selectedElement/*], service.id=173, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/LifeCycle/perpSaved], service.id=174, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/LifeCycle/perspReset], service.id=175, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/application/ApplicationElement/tags/*], service.id=176, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/application/ApplicationElement/elementId/*], service.id=177, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/ElementContainer/children/*], service.id=178, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/commands/HandlerContainer/handlers/*], service.id=179, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/Context/context/*], service.id=180, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.665 24312 INFO org.eclipse.e4.core.di.extensions - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/application/ApplicationElement/tags/*], service.id=181, service.bundleid=66, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.681 24328 INFO org.eclipse.e4.ui.workbench - [S:{org.eclipse.e4.ui.workbench.IWorkbench}={id=d62bc4e0-53a8-4288-9331-52e534ac82a5, service.id=182, service.bundleid=76, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.712 24359 INFO org.eclipse.ui.workbench - [S:{org.eclipse.osgi.service.runnable.StartupMonitor}={service.ranking=2147483647, service.id=183, service.bundleid=188, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.790 24437 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/ElementContainer/children/*], service.id=184, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.790 24437 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/ElementContainer/selectedElement/*], service.id=185, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.790 24437 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/UIElement/toBeRendered/*], service.id=186, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.790 24437 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/Context/context/*], service.id=187, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:18.790 24437 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/model/ui/ElementContainer/children/*], service.id=188, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:19.166 24813 INFO org.eclipse.ui.intro - BundleEvent STARTED
20150318 20:59:19.745 25392 INFO org.eclipse.e4.ui.css.swt - BundleEvent STARTED
20150318 20:59:19.775 25422 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/LifeCycle/themeChanged], service.id=189, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:19.775 25422 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/e4/ui/css/swt/theme/ThemeManager/themeChanged], service.id=190, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:19.776 25423 INFO org.eclipse.e4.ui.services - [S:{org.osgi.service.event.EventHandler}={event.topics=[org/eclipse/ui/internal/themes/WorkbenchThemeManager/themeRegistryModified], service.id=191, service.bundleid=74, service.scope=singleton}] ServiceEvent REGISTERED
20150318 20:59:19.801 25448 TRACE com.easa.motordb.client.eclipse.Startup - Startup.execute