Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Simpleconfigurator stuck when installing OSGI bundles in windows/OSX

Hi devs, 

I have an osgi framework which works with equinox. It installs bundles with the simpleconfigurator using bundle.info file. But when installing bundles sometimes it gets stuck in windows. The version of the simpleconfigurator is  1.1.0.v20131217-1203. I observed the same behavior in mac os as well. The terminal is stuck after the stack-trace and I can not even kill the process via ctrl+c. It does not show any errors in the logs.

Stack trace below.

Do you have suggestions how to solve this issue?

Thanks,
Chanaka

[2016-07-01 12:26:15,983] DEBUG {org.eclipse.equinox.simpleconfigurator} - BundleEvent INSTALLED - org.eclipse.equinox.simpleconfigurator
[2016-07-01 12:26:15,983] DEBUG {org.eclipse.equinox.simpleconfigurator} - BundleEvent RESOLVED - org.eclipse.equinox.simpleconfigurator
[2016-07-01 12:26:15,983] DEBUG {org.eclipse.equinox.simpleconfigurator} - BundleEvent STARTING - org.eclipse.equinox.simpleconfigurator
[2016-07-01 12:26:16,014] DEBUG {org.apache.felix.gogo.command} - BundleEvent INSTALLED - org.apache.felix.gogo.command
[2016-07-01 12:26:16,014] DEBUG {org.apache.felix.gogo.runtime} - BundleEvent INSTALLED - org.apache.felix.gogo.runtime
[2016-07-01 12:26:16,014] DEBUG {org.apache.felix.gogo.shell} - BundleEvent INSTALLED - org.apache.felix.gogo.shell
[2016-07-01 12:26:16,030] DEBUG {org.eclipse.equinox.common} - BundleEvent INSTALLED - org.eclipse.equinox.common
[2016-07-01 12:26:16,045] DEBUG {org.eclipse.equinox.concurrent} - BundleEvent INSTALLED - org.eclipse.equinox.concurrent
[2016-07-01 12:26:16,061] DEBUG {org.eclipse.equinox.concurrent} - BundleEvent RESOLVED - org.eclipse.equinox.concurrent
[2016-07-01 12:26:16,077] DEBUG {org.eclipse.equinox.common} - BundleEvent RESOLVED - org.eclipse.equinox.common
[2016-07-01 12:26:16,077] DEBUG {org.apache.felix.gogo.command} - BundleEvent RESOLVED - org.apache.felix.gogo.command
[2016-07-01 12:26:16,077] DEBUG {org.apache.felix.gogo.runtime} - BundleEvent RESOLVED - org.apache.felix.gogo.runtime
[2016-07-01 12:26:16,077] DEBUG {org.apache.felix.gogo.shell} - BundleEvent RESOLVED - org.apache.felix.gogo.shell
[2016-07-01 12:26:16,077] DEBUG {org.eclipse.equinox.console} - BundleEvent INSTALLED - org.eclipse.equinox.console
[2016-07-01 12:26:16,077] DEBUG {org.eclipse.equinox.concurrent} - BundleEvent [unknown:512] - org.eclipse.equinox.concurrent
[2016-07-01 12:26:16,077] DEBUG {org.eclipse.equinox.common} - BundleEvent [unknown:512] - org.eclipse.equinox.common
[2016-07-01 12:26:16,077] DEBUG {org.eclipse.equinox.ds} - BundleEvent INSTALLED - org.eclipse.equinox.ds
[2016-07-01 12:26:16,077] DEBUG {org.eclipse.equinox.frameworkadmin} - BundleEvent INSTALLED - org.eclipse.equinox.frameworkadmin
[2016-07-01 12:26:16,092] DEBUG {org.eclipse.equinox.frameworkadmin} - BundleEvent RESOLVED - org.eclipse.equinox.frameworkadmin
[2016-07-01 12:26:16,092] DEBUG {org.eclipse.equinox.console} - BundleEvent RESOLVED - org.eclipse.equinox.console
[2016-07-01 12:26:16,092] DEBUG {org.eclipse.equinox.frameworkadmin} - BundleEvent [unknown:512] - org.eclipse.equinox.frameworkadmin
[2016-07-01 12:26:16,092] DEBUG {org.eclipse.equinox.frameworkadmin.equinox} - BundleEvent INSTALLED - org.eclipse.equinox.frameworkadmin.equinox
[2016-07-01 12:26:16,108] DEBUG {org.eclipse.equinox.frameworkadmin.equinox} - BundleEvent RESOLVED - org.eclipse.equinox.frameworkadmin.equinox
[2016-07-01 12:26:16,108] DEBUG {org.eclipse.equinox.frameworkadmin.equinox} - BundleEvent [unknown:512] - org.eclipse.equinox.frameworkadmin.equinox
[2016-07-01 12:26:16,108] DEBUG {org.eclipse.equinox.launcher} - BundleEvent INSTALLED - org.eclipse.equinox.launcher
[2016-07-01 12:26:16,124] DEBUG {org.eclipse.equinox.preferences} - BundleEvent INSTALLED - org.eclipse.equinox.preferences
[2016-07-01 12:26:16,124] DEBUG {org.eclipse.equinox.preferences} - BundleEvent RESOLVED - org.eclipse.equinox.preferences
[2016-07-01 12:26:16,124] DEBUG {org.eclipse.equinox.simpleconfigurator.manipulator} - BundleEvent INSTALLED - org.eclipse.equinox.simpleconfigurator.manipulator
[2016-07-01 12:26:16,139] DEBUG {org.eclipse.equinox.launcher} - BundleEvent RESOLVED - org.eclipse.equinox.launcher
[2016-07-01 12:26:16,139] DEBUG {org.eclipse.equinox.preferences} - BundleEvent [unknown:512] - org.eclipse.equinox.preferences
[2016-07-01 12:26:16,139] DEBUG {org.eclipse.equinox.util} - BundleEvent INSTALLED - org.eclipse.equinox.util
[2016-07-01 12:26:16,139] DEBUG {org.eclipse.osgi.compatibility.state} - BundleEvent INSTALLED - org.eclipse.osgi.compatibility.state
--
Chanaka Cooray
Undergraduate  | Department of Computer Science and Engineering,University of Moratuwa

Back to the top