From this thread:
You could start by running your RCP application with a launch configuration including the "-console
" command: that will offer you the OSGi
console in the "Console
" view. This only means that OSGi
is running.
Should look like this:
OSGi>
If this is available, just type "ss
" (for short status) and hit return. This will result in a list with all your bundles including their status. This information would be good to see in order to track down the problem.
You have also the article "Where Is My Bundle" for further informations.
Check also (especially if you cannot do the above, because the application just does not launch itself and only propose you to see the error logs) the plugins dependencies of your product configuration:
is com.bah.gs.arts.jekyll.plugins.JVLC_Runtime
displayed there?
It is often related to an export list problem, as illustrated by this thread.