Originally Posted by
Glyn Normington
I may be able to shed some light on your confusion. In general, deployment failures cause the deployed application or bundle to be uninstalled, which is why it wouldn't be visible on the Equinox console.
In this particular case, the problem is likely to be more basic. OSGi does not support the installation of two bundles with identical bundle symbolic names and identical bundle versions, so the install phase of deployment is what failed here (and you definitely won't see the 'duplicate' bundle on the Equinox console).